Subclient Offboard
Select
SaaS
Customer Managed
This operation offboards a subclient.
Path Parameters
- clientName string required
- subclientName string required
- appName string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Subclient Offboard - With I D / Subclient/{{subclient Id}}/ Offboard
- Subclient Offboard - With Subclient Name
Schema
- errorMessage string
- errorCode integer
entity object
subclientId integerapplicationId integerclientName stringbackupsetId integerinstanceId integerclientId integersubclientName string
{
"errorMessage": "string",
"errorCode": 0,
"entity": {
"subclientId": 0,
"applicationId": 0,
"clientName": "string",
"backupsetId": 0,
"instanceId": 0,
"clientId": 0,
"subclientName": "string"
}
}
{
"errorMessage": "Successfully offboarded",
"errorCode": 0,
"entity": {
"subclientId": 63,
"applicationId": 33,
"clientName": "dm2perf3",
"backupsetId": 3,
"instanceId": 1,
"clientId": 2,
"subclientName": "backedup_test"
}
}
{
"errorMessage": "Successfully offboarded",
"errorCode": 0,
"entity": {
"subclientId": 63,
"applicationId": 33,
"clientName": "dm2perf3",
"backupsetId": 3,
"instanceId": 1,
"clientId": 2,
"subclientName": "backedup_test"
}
}
Loading...