Get Ceph OSDs list.
Return list of Ceph OSD configurations.
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE getCephOsds --host https://$HOST:9443Responses
List of OSDs.
| Property | Type & Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
osds array of objects (CephOsd) List of Ceph OSD specifications.
| |||||||||||||||||
Unauthorized request.
Forbidden request.
Ceph is not deployed in the cluster.
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."
}
}