1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. getReplications
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski

    Retrieves information about all Replications in Proxmox.

    Using getReplications

    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 getReplications(opts?: InvokeOptions): Promise<GetReplicationsResult>
    function getReplicationsOutput(opts?: InvokeOptions): Output<GetReplicationsResult>
    def get_replications(opts: Optional[InvokeOptions] = None) -> GetReplicationsResult
    def get_replications_output(opts: Optional[InvokeOptions] = None) -> Output[GetReplicationsResult]
    func GetReplications(ctx *Context, opts ...InvokeOption) (*GetReplicationsResult, error)
    func GetReplicationsOutput(ctx *Context, opts ...InvokeOption) GetReplicationsResultOutput

    > Note: This function is named GetReplications in the Go SDK.

    public static class GetReplications 
    {
        public static Task<GetReplicationsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetReplicationsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReplicationsResult> getReplications(InvokeOptions options)
    public static Output<GetReplicationsResult> getReplications(InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:index/getReplications:getReplications
      arguments:
        # arguments dictionary

    getReplications Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Replications List<Pulumi.ProxmoxVE.Outputs.GetReplicationsReplication>
    List of Replications.
    Id string
    The provider-assigned unique ID for this managed resource.
    Replications []GetReplicationsReplication
    List of Replications.
    id String
    The provider-assigned unique ID for this managed resource.
    replications List<GetReplicationsReplication>
    List of Replications.
    id string
    The provider-assigned unique ID for this managed resource.
    replications GetReplicationsReplication[]
    List of Replications.
    id str
    The provider-assigned unique ID for this managed resource.
    replications Sequence[GetReplicationsReplication]
    List of Replications.
    id String
    The provider-assigned unique ID for this managed resource.
    replications List<Property Map>
    List of Replications.

    Supporting Types

    GetReplicationsReplication

    Comment string
    Disable bool
    Guest int
    Id string
    Jobnum int
    Rate double
    RemoveJob string
    Schedule string
    Source string
    Target string
    Type string
    Comment string
    Disable bool
    Guest int
    Id string
    Jobnum int
    Rate float64
    RemoveJob string
    Schedule string
    Source string
    Target string
    Type string
    comment String
    disable Boolean
    guest Integer
    id String
    jobnum Integer
    rate Double
    removeJob String
    schedule String
    source String
    target String
    type String
    comment string
    disable boolean
    guest number
    id string
    jobnum number
    rate number
    removeJob string
    schedule string
    source string
    target string
    type string
    comment str
    disable bool
    guest int
    id str
    jobnum int
    rate float
    remove_job str
    schedule str
    source str
    target str
    type str
    comment String
    disable Boolean
    guest Number
    id String
    jobnum Number
    rate Number
    removeJob String
    schedule String
    source String
    target String
    type String

    Package Details

    Repository
    proxmoxve muhlba91/pulumi-proxmoxve
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the proxmox Terraform Provider.
    proxmoxve logo
    Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
    published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
      Try Pulumi Cloud free. Your team will thank you.