Redeploy Interconnect Appliance
Redeploys an appliance by recreating its VM while preserving configuration. This asynchronous operation creates a new appliance VM, migrates configuration, and removes the old VM. Use this to recover from VM corruption, failed state, or hardware migration scenarios.
Unique identifier of the appliance to redeploy
Force redeploy bypassing validation checks. Use with caution.
Redeploy only local appliance without affecting peer site appliance
Redeploy method - legacy (brief downtime) or inService (zero downtime for HA)
request payload.
Accepted
{
"data": {
"interconnectTaskId": "string",
"applianceId": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
data
warnings
errors
Bad Request
{
"data": {
"interconnectTaskId": "string",
"applianceId": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
data
warnings
errors
Unauthorized
Forbidden
Not Found
Unprocessable Entity
{
"data": {
"interconnectTaskId": "string",
"applianceId": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
data
warnings
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/{applianceId}/redeploy