vmMakePrimary
Make this cluster the primary for agents on a set of VMs Supported in v5.3+ Migrate the primary cluster with which the agent is able to communicate. For disaster recovery when migrating everything over from another cluster, the /host/make_primary endpoint can be used with the oldPrimaryClusterUuid parameter.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | VmMakePrimaryInput! | Input for V1VmMakePrimary. |
Returns
Sample
{
"data": {
"vmMakePrimary": {
"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"
}
]
}
}
}