Services
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /cinder/v3/os-services HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"services": [
{
"binary": "text",
"host": "text",
"zone": "text",
"status": "text",
"state": "text",
"updated_at": "2026-01-30T08:14:53.128Z",
"disabled_reason": "text",
"cluster": "text",
"frozen": true,
"replication_status": "text",
"active_backend_id": "text"
}
]
}PUT /cinder/v3/os-services HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"body": {
"disabled": true,
"disabled_reason": "text"
}
}{
"service": {
"binary": "text",
"host": "text",
"zone": "text",
"status": "text",
"state": "text",
"updated_at": "2026-01-30T08:14:53.128Z",
"disabled_reason": "text",
"cluster": "text",
"frozen": true,
"replication_status": "text",
"active_backend_id": "text"
}
}