Update Subclient Properties
Select
SaaS
Customer Managed
This operation updates the properties associated with a subclient.
Path Parameters
- subclientId string required
- 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...