DDB Space Reclamation operation on Storage pool
Select
SaaS
Customer Managed
API to run DDB Space Reclamation jobs on SIDB Stores associated storage pool
Path Parameters
- storagePoolId int32 required
Id of the Storage Pool
Query Parameters
- DDBVerificationLevel string required
Possible values: [
DDB_DEFRAGMENTATION
]Deduplication Database and Disk Data Verification Level
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
jobInfoList object[]
jobIds int64[]List of JobIds
storeId int32Id of the DDB store
storeName stringName of the DDB store
error object
errorMessage stringerrorCode int32error object
errorMessage stringerrorCode int32
{
"jobInfoList": [
{
"jobIds": [
0
],
"storeId": 0,
"storeName": "string",
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...