Edit subclient backup content
Modifies the backup content of a subclient
Path Parameters
- subclientId integer required
Id of the subclient on which the content needs to be modified
- application/json
Request Body
subClientProperties object
commonProperties object required
impersonateUserCredentialinfo object
credentialId integeruseLocalContent boolean requiredsubClientEntity object required
subclientId integersubclientName stringinstanceId integerclientId integerapplicationId integerfsSubClientProp object required
includePolicyFilters booleanuseGlobalFilters stringcustomSubclientContentFlags integercustomSubclientFlag booleanopenvmsBackupDate booleancloudAppsSubClientProp object required
instanceType stringobjectStorageSubclient object
backupContentType stringcontent object[] required
path stringexcludePath stringincludePath stringfsContentOperationType string requiredfsExcludeFilterOperationType string requiredfsIncludeFilterOperationType string required
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to get any subclient for given association. Check if it is valid",
"errorCode": 4
}
Loading...