Create subclient
Select
SaaS
Customer Managed
Subclient(content group) creation operation for object storage.
- application/json
Request Body
subClientProperties object
Responses
- 200
- 409
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object
{
"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
}
POST /subclient
Request
Request
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/Subclient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"subClientProperties": {
"subClientEntity": {
"subclientName": "string",
"instanceId": 0,
"clientId": 0,
"applicationId": 0
},
"planEntity": {
"planId": 0,
"planName": "string"
},
"cloudAppsSubClientProp": {
"instanceType": "string",
"collectACL": true,
"objectStorageSubclient": {
"backupContentType": 0
}
},
"commonProperties": {
"numberOfBackupStreams": 0
},
"content": [
{
"path": "string",
"excludePath": "string",
"includePath": "string"
}
],
"fsContentOperationType": "string",
"fsExcludeFilterOperationType": "string",
"fsIncludeFilterOperationType": "string"
}
}'