Platform O&M/Backup Management/Continuous Data Protection (CDP)/CDP Operations
POSTCDP OperationsSince 4.5.0SynchronousAuth Required
DisableCdpTask
DisableCdpTask
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe UUID of the resource.
Body Fields
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/zstack/v1/cdp-task/disable/{uuid}
/zstack/v1/cdp-task/disable/{uuid}
Request Example
curl -X POST 'http://{host}/zstack/v1/cdp-task/disable/{uuid}' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "e43bfb102a783c01a19ce023adaaea19", "name": "My Task", "policyUuid": "6ebcb0afeca13b1b99267fa6235ad632", "backupStorageUuid": "19c774019dae3569a72b5502fddab153", "status": "Stopped", "state": "Disabled", "taskType": "VM", "backupBandwidth": 1.048576E8, "maxCapacity": 1.073741824E11, "usedCapacity": 2.3952346E8 } }Change History
This API has no change history records yet.
