Create HA Group
Creates a High Availability (HA) group from two or more network extension appliances to provide redundancy and failover capabilities. HA groups ensure continuous network extension service availability if one appliance fails. The group synchronizes state between members, monitors health, and automatically fails over to standby appliances when the primary becomes unavailable.
HA Group configuration including appliances to group, HA policy, and optional group name. All specified appliances must meet the requirements listed above. The HA policy determines how traffic is distributed and failover behavior.
{
"appliances": [
"string"
],
"policyInfo": {
"policy": "string"
},
"groupId": "string"
}
appliances
policyInfo
groupId
Accepted
{
"data": {
"interconnectTaskId": "string",
"groupId": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
data
warnings
errors
Bad Request
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
Unauthorized
Forbidden
Conflict
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/hybridity/api/interconnect/appliances/ha/groups