Get HA Group
Retrieves comprehensive configuration and operational details for a specific HA group. This API provides complete information about the group's member appliances, current health status, active/standby roles, HA policy configuration, failover history, and performance metrics. Use this endpoint to monitor specific HA group health, troubleshoot issues, or retrieve configuration for automation workflows.
Unique identifier of the HA group to retrieve. This ID is returned when creating an HA group and uniquely identifies the group within the HCX environment.
Include all group members from both local and peer sites when true. When false (default), returns only local site members. Set to true to view complete HA group topology including remote site appliances. Default is false.
Ok
{
"groupId": "string",
"name": "string",
"serviceMeshId": "string",
"groupType": "string",
"groupMembers": [
{
"applianceId": "string",
"applianceName": "string",
"peerApplianceId": "string",
"peerApplianceName": "string",
"role": "string"
}
],
"policyInfo": {
"policy": "string"
},
"status": {
"groupState": "string",
"statusMessage": "string",
"availabilityState": "string",
"availabilityDescription": "string"
},
"dvsId": "string",
"dvsName": "string",
"remoteDvsId": "string",
"remoteDvsName": "string",
"networkExtensionCount": 0,
"networkStretchCapacity": 0
}
groupId
name
serviceMeshId
groupType
groupMembers
policyInfo
status
dvsId
dvsName
remoteDvsId
remoteDvsName
networkExtensionCount
networkStretchCapacity
Unauthorized
Forbidden
Not Found
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
curl -H 'Authorization: <value>' https://{api_host}/hybridity/api/interconnect/appliances/ha/groups/{groupId}