Resource Center/Hardware/Primary Storage Operations/Ceph Primary Storage Operations
GETCeph Primary Storage OperationsSince 4.5.0SynchronousAuth Required
QueryCephOsdGroup
QueryCephOsdGroup
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/primary-storage/ceph/osdgroups
/zstack/v1/primary-storage/ceph/osdgroups
Request Example
curl -X GET 'http://{host}/zstack/v1/primary-storage/ceph/osdgroups' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "osds": "osd.1", "availableCapacity": 0.0, "availablePhysicalCapacity": 1024.0, "totalPhysicalCapacity": 1024.0, "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ] }Change History
This API has no change history records yet.
