Create subclient
Subclient(content group) creation operation for object storage.
- application/json
Request Body
subClientProperties object
subClientEntity object required
subclientName stringName of the subclient with which subclient needs to be created
instanceId integerobject storage instance under which the subclient needs to be created
clientId integerclient id of the object storage client under which the subclient needs to be created
applicationId integerApplication id for the object storage will be 134
planEntity object required
Plan details with which the subclient needs to be associated
planId integerplanName stringcloudAppsSubClientProp object required
instanceType stringcollectACL booleanoption to enable ACLs backup
objectStorageSubclient object
backupContentType integerIf content is path based then value is 0 else its tag based then its value 1
commonProperties object required
numberOfBackupStreams integerNumber of parallel backup streams
content object[]
backup content details
path stringexcludePath stringincludePath stringfsContentOperationType stringFor creation "OVERWRITE" string can be used
fsExcludeFilterOperationType stringfsIncludeFilterOperationType string
Responses
- 200
- 409
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 797,
"_type_": 0
}
}
}
Conflict
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "A subclient by this name already exists as part of this backup set.",
"errorCode": 3
}
Loading...