Storage Management/Data Storage APIs/Distributed Storage Related Interfaces
GETDistributed Storage Related InterfacesSince 0.6SynchronousAuth Required
Query Distributed Storage Pool
Query Distributed Storage Pool
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.
