Platform O&M/Backup Management/Continuous Data Protection (CDP)/CDP Operations
GETCDP OperationsSince 5.1.4SynchronousAuth Required
GetCdpBackupStorageRequirement
GetCdpBackupStorageRequirement
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
backupStorageUuidStringRequiredThe backup storage UUID.
Query Parameters
limitIntegerOptional.
startIntegerOptional.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/cdp-backup-storage/{backupStorageUuid}/requirement
/zstack/v1/cdp-backup-storage/{backupStorageUuid}/requirement
Request Example
curl -X GET 'http://{host}/zstack/v1/cdp-backup-storage/{backupStorageUuid}/requirement?limit=1&start=1&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "nextStep": "None", "required": { "qemuVersion": "6.2.0" }, "current": { "cdpVersion": "cdp" } }Change History
This API has no change history records yet.
