Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Retrieves an APT standard repository from a Proxmox VE cluster.
Using getRepository
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRepository(args: GetRepositoryArgs, opts?: InvokeOptions): Promise<GetRepositoryResult>
function getRepositoryOutput(args: GetRepositoryOutputArgs, opts?: InvokeOptions): Output<GetRepositoryResult>def get_repository(handle: Optional[str] = None,
node: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRepositoryResult
def get_repository_output(handle: Optional[pulumi.Input[str]] = None,
node: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRepositoryResult]func LookupRepository(ctx *Context, args *LookupRepositoryArgs, opts ...InvokeOption) (*LookupRepositoryResult, error)
func LookupRepositoryOutput(ctx *Context, args *LookupRepositoryOutputArgs, opts ...InvokeOption) LookupRepositoryResultOutput> Note: This function is named LookupRepository in the Go SDK.
public static class GetRepository
{
public static Task<GetRepositoryResult> InvokeAsync(GetRepositoryArgs args, InvokeOptions? opts = null)
public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRepositoryResult> getRepository(GetRepositoryArgs args, InvokeOptions options)
public static Output<GetRepositoryResult> getRepository(GetRepositoryArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:apt/standard/getRepository:getRepository
arguments:
# arguments dictionaryThe following arguments are supported:
getRepository Result
The following output properties are available:
- Description string
- The description of the APT standard repository.
- File
Path string - The absolute path of the source list file that contains this standard repository.
- Handle string
- The handle of the APT standard repository.
- Id string
- The unique identifier of this APT standard repository data source.
- Index int
- The index within the defining source list file.
- Name string
- The name of the APT standard repository.
- Node string
- The name of the target Proxmox VE node.
- Status int
- Indicates the activation status.
- Description string
- The description of the APT standard repository.
- File
Path string - The absolute path of the source list file that contains this standard repository.
- Handle string
- The handle of the APT standard repository.
- Id string
- The unique identifier of this APT standard repository data source.
- Index int
- The index within the defining source list file.
- Name string
- The name of the APT standard repository.
- Node string
- The name of the target Proxmox VE node.
- Status int
- Indicates the activation status.
- description String
- The description of the APT standard repository.
- file
Path String - The absolute path of the source list file that contains this standard repository.
- handle String
- The handle of the APT standard repository.
- id String
- The unique identifier of this APT standard repository data source.
- index Integer
- The index within the defining source list file.
- name String
- The name of the APT standard repository.
- node String
- The name of the target Proxmox VE node.
- status Integer
- Indicates the activation status.
- description string
- The description of the APT standard repository.
- file
Path string - The absolute path of the source list file that contains this standard repository.
- handle string
- The handle of the APT standard repository.
- id string
- The unique identifier of this APT standard repository data source.
- index number
- The index within the defining source list file.
- name string
- The name of the APT standard repository.
- node string
- The name of the target Proxmox VE node.
- status number
- Indicates the activation status.
- description str
- The description of the APT standard repository.
- file_
path str - The absolute path of the source list file that contains this standard repository.
- handle str
- The handle of the APT standard repository.
- id str
- The unique identifier of this APT standard repository data source.
- index int
- The index within the defining source list file.
- name str
- The name of the APT standard repository.
- node str
- The name of the target Proxmox VE node.
- status int
- Indicates the activation status.
- description String
- The description of the APT standard repository.
- file
Path String - The absolute path of the source list file that contains this standard repository.
- handle String
- The handle of the APT standard repository.
- id String
- The unique identifier of this APT standard repository data source.
- index Number
- The index within the defining source list file.
- name String
- The name of the APT standard repository.
- node String
- The name of the target Proxmox VE node.
- status Number
- Indicates the activation status.
Package Details
- Repository
- proxmoxve muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
proxmoxTerraform Provider.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
