Get zone cluster workers status
GET /zone/workers
Returns status of cluster worker service on each host where it has been deployed.
Request Examples
Shell
onepanel-rest-cli -u onepanel:$PASSPHRASE getZoneWorkersStatus --host https://$HOST:9443Responses
application/json
200
The status of cluster worker service on each host where it has been deployed.
No schema provided.
Example
application/json
{
"node1.oneprovider.onedata.example.com": "healthy",
"node2.oneprovider.onedata.example.com": "stopped"
} 401
Unauthorized request.
403
Forbidden request.
404
Cluster worker service has not been deployed.
500
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
application/json
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}