Delete a Backup Set By Name
Select
SaaS
Customer Managed
This operation deletes a backup set.
Path Parameters
- ClientName string required
Name of the client computer
- BackupsetName string required
Name of the backupset
- AppName string required
Name of the application
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
srmReportSet integertype integerapplicationId integerbackupsetId integersrmReportType integerclientSidePackage booleanclientId integer_type_ integerconsumeLicense boolean
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 0,
"backupsetId": 0,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 0,
"_type_": 0,
"consumeLicense": true
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 0,
"backupsetId": 0,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 0,
"_type_": 0,
"consumeLicense": true
}
}
]
}
Loading...