Update Subclient Properties
Modify the subclient properties of a file server.
Path Parameters
- subclientId integer required
Id of the subclient
- application/json
Request Body
subClientProperties object required
Subclient properties
fsSubClientProp object
Subclient
useGlobalFilters stringPossible values: [
ON
,OFF
,USE_CELL_LEVEL_POLICY
]Disable/Enable global exceptions for subclient. Use cell level policy inherits the settings at commcell, company or client group leve
backupSystemState booleanFlag to backup system state
followMountPointsMode stringPossible values: [
FOLLOW_MOUNT_POINTS_ON
,FOLLOW_MOUNT_POINTS_OFF
]Indicates whether the data in the mount point is backed up.
useLocalContent booleanFlag to override the plan content and use local content
contentOperationType integerDefault value:
1
Operation Type 1 for Update
content object[]
Configure the contents, exclusions and exceptions. Here path , excludePath and includePath are mutually exclusive
path stringBackup content path
excludePath stringExclude content from backup
includePath stringAdd an exception to a path that should be protected
commonProperties object
impersonateUserCredentialinfo object
Add credential info if required for user imperso
credentialId integerCredential Id
credentialName stringCredentail Name
- 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": ""
}
]
}