Update Subclient Properties By Name
Select
SaaS
Customer Managed
This operation updates the properties associated with a subclient.
Path Parameters
- clientname string required
Name of the client
- appname string required
Name of the application
- backupsetname string required
Name of the backup set
- subclientname string required
Name of the subclient
- application/json
Request Body
subClientProperties object
fsIncludeFilterOperationType integerThe type of operation to update the inclusion filters in the file system subclient backup job.
fsExcludeFilterOperationType integerfsContentOperationType integeruseLocalContent booleanfsSubClientProp object
useGlobalFilters integercustomSubclientContentFlags integerbackupSystemState booleancustomSubclientFlag booleanopenvmsBackupDate booleanincludePolicyFilters booleancontent object[]
path stringexcludePath string
Responses
- 200
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": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": ""
}
]
}
Loading...