Resource Center/Hardware/Primary Storage Operations/Ceph Primary Storage Operations
GETCeph Primary Storage OperationsSince 0.6SynchronousAuth Required
QueryCephPrimaryStoragePool
QueryCephPrimaryStoragePool
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/pools
/zstack/v1/primary-storage/ceph/pools
Request Example
curl -X GET 'http://{host}/zstack/v1/primary-storage/ceph/pools' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "primaryStorageUuid": "d0e638ede3263a9080c41ce860106043", "poolName": "test pool", "aliasName": "alias test pool", "description": "high performance", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM", "type": "Data" } ] }Change History
This API has no change history records yet.
