List HA Group
Retrieves a list of all High Availability groups configured in the HCX environment, optionally filtered by service mesh. Returns summary information for each HA group including member appliances, health status, current active appliance, and HA policy. Use this API to monitor HA group status, verify configurations, or identify groups requiring attention.
Filter HA groups by service mesh ID. When specified, returns only HA groups associated with the specified service mesh. Omit to return all HA groups across all service meshes.
Include all group members from both local and peer sites when true. When false (default), returns only local site members. Set to true for complete HA group topology view across both sites in the service mesh. Default is false.
Ok
{
"items": [
{
"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
}
]
}
items
Unauthorized
Forbidden
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
curl -H 'Authorization: <value>' https://{api_host}/hybridity/api/interconnect/appliances/ha/groups