Add zone cluster managers
Deploys a cluster manager service on provided hosts.
Request body
The hosts specification where cluster managers should be deployed.
| Property | Type & Description |
|---|---|
mainHost string The main cluster manager host. Main cluster manager node is responsible for monitoring cluster worker nodes. Other nodes, which are redundant, are suspended. In case of main cluster manager node failure one of redundant nodes is resumed and takes over main node responsibilities. | |
hosts array of strings The list of service hosts. | |
Request Examples
{
"mainHost": "node1.example.com",
"hosts": [
"node1.example.com",
"node2.example.com",
"node3.example.com"
]
}Responses
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}