List Ceph pools
Returns object containing list of Ceph pool details.
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE getCephPools --host https://$HOST:9443Responses
The pools details.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
pools array of objects (CephPool) List of Ceph pools.
| |||||||
Unauthorized request.
Forbidden request.
Ceph cluster not deployed.
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."
}
}