Modify Subclient
Select
SaaS
Customer Managed
Modifies the properties of subclient (content group)
Path Parameters
- subclientID string required
ID of the subclient which needs to be modified
- application/json
Request Body
This request enables modifications to the subclient (content group) name, the number of streams, ACL backup settings (enable/disable), backup job start time, and the assigned plan.
- newName string
name of the content group
subClientProperties object
Responses
- 200
- 404
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"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": ""
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to get any subclient for given association. Check if it is valid",
"errorCode": 4
}
POST /subclient/:subclientid
Request
Request
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/webconsole/api/subclient/:subclientID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"newName": "string",
"subClientProperties": {
"commonProperties": {
"numberOfBackupStreams": 0,
"jobStartTime": 0
},
"planEntity": {
"planName": "string",
"planId": 0
},
"cloudAppsSubClientProp": {
"collectACL": true,
"instanceType": "AMAZON_S3"
}
}
}'