failoverHaPolicy
Failover a failover group Supported in v9.5 Starts an asynchronous request to failover a failover group when issued to a secondary cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | FailoverHaPolicyInput! | Input for triggering a failover for an HA Policy. |
Returns
Sample
{
"data": {
"failoverHaPolicy": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}