List Ceph monitors
Returns object with a list of Ceph monitor instances.
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE getCephMonitors --host https://$HOST:9443Responses
The Ceph monitors list.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
monitors array of objects (CephMonitor) List of Ceph monitor specifications.
| |||||||
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."
}
}