Failover
POST v1/arrays/id/actions/failover
Description
Perform a failover on the specified array.
Normal Response Codes
202
HTTP Error Codes
400 401 403 404 409 500 503
Detail Codes
Request
| Parameter | Type | JSON Type | Description | Mandatory |
|---|---|---|---|---|
| id | NsObjectID | string | ID of the array to perform failover on. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | true |
| force | NsBoolean | boolean | Initiate failover without performing any precheck. Possible values: 'true', 'false'. | false |
JSON Request
{
"data" : {
"force" : true
}
}
Response
Type:
JSON Response
{}
