Platform O&M/Backup Management/Continuous Data Protection (CDP)/CDP Operations
GETCDP OperationsSince 4.5.0SynchronousAuth Required
QueryCdpTask
QueryCdpTask
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/cdp-task
/zstack/v1/cdp-task
Request Example
curl -X GET 'http://{host}/zstack/v1/cdp-task' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "cfcb3c865b2e363f96ec43615c9862d6", "name": "My Task", "policyUuid": "aa3ff8d5586b39c18b330f2b118e6936", "backupStorageUuid": "2ff526012ceb362ebfa903ba69d7a53a", "status": "Running", "state": "Enabled", "taskType": "VM", "backupBandwidth": 1.048576E8, "maxCapacity": 1.073741824E11, "usedCapacity": 2.395916E7 } ] }Change History
This API has no change history records yet.
