Add zone cluster workers
Deploys a cluster worker service on provided hosts.
Request body
The hosts specification where the workers should be deployed.
| Property | Type & Description |
|---|---|
hosts array of strings The list of hosts where service should be deployed. | |
Request Examples
{
"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."
}
}