Resource Center/Hardware/Backup Storage Operations/Ceph Backup Storage Operations
GETCeph Backup Storage OperationsSince 0.6SynchronousAuth Required
QueryCephBackupStorage
QueryCephBackupStorage
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/backup-storage/ceph
/zstack/v1/backup-storage/ceph
Request Example
curl -X GET 'http://{host}/zstack/v1/backup-storage/ceph' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "name": "My Backup Storage", "description": "Public Backup Storage", "totalCapacity": 1.073741824E9, "availableCapacity": 9.68884224E8, "type": "Ceph", "state": "Enabled", "status": "Connected", "createDate": "Jun 7, 2017 9:21:12 PM", "lastOpDate": "Jun 7, 2017 9:21:12 PM", "attachedZoneUuids": [ "1613a61a681b4d7790ffc1d2bd2870d3" ] } ] }Change History
This API has no change history records yet.
