Redeploy HA Group
Redeploys all appliances in an HA group to refresh configuration, apply updates, or recover from configuration drift. This operation undeploys and redeploys each appliance in the group while maintaining HA group integrity and minimizing service disruption. The redeploy is performed sequentially on group members to ensure continuous availability of network extension services.
Unique identifier of the HA group to redeploy.
Force redeploy even if validation checks fail. Use with caution as this may cause brief service interruption. Default is false.
local parameter
method parameter
Request body of an HA Group redeploy request
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
Not Found
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
errors
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/{groupId}/redeploy