1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. getHagroups
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 the list of High Availability groups.

    Using getHagroups

    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 getHagroups(opts?: InvokeOptions): Promise<GetHagroupsResult>
    function getHagroupsOutput(opts?: InvokeOptions): Output<GetHagroupsResult>
    def get_hagroups(opts: Optional[InvokeOptions] = None) -> GetHagroupsResult
    def get_hagroups_output(opts: Optional[InvokeOptions] = None) -> Output[GetHagroupsResult]
    func GetHagroups(ctx *Context, opts ...InvokeOption) (*GetHagroupsResult, error)
    func GetHagroupsOutput(ctx *Context, opts ...InvokeOption) GetHagroupsResultOutput

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

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

    getHagroups Result

    The following output properties are available:

    GroupIds List<string>
    The identifiers of the High Availability groups.
    Id string
    The unique identifier of this resource.
    GroupIds []string
    The identifiers of the High Availability groups.
    Id string
    The unique identifier of this resource.
    groupIds List<String>
    The identifiers of the High Availability groups.
    id String
    The unique identifier of this resource.
    groupIds string[]
    The identifiers of the High Availability groups.
    id string
    The unique identifier of this resource.
    group_ids Sequence[str]
    The identifiers of the High Availability groups.
    id str
    The unique identifier of this resource.
    groupIds List<String>
    The identifiers of the High Availability groups.
    id String
    The unique identifier of this resource.

    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.