Modify Subclient
Select
SaaS
Customer Managed
This operation is used to update subclient contents of an RDS instance.
Path Parameters
- subclientID integer required
id of the subclient
- application/json
Request Body
subClientProperties object
cloudAppsSubClientProp object
instanceType stringPossible values: [
AMAZON_RDS
]cloudDbContent object
children object[]
path string requiredRegion name in AWS format.
negation boolean requireddisplayName string requiredDispaly name of cloud account.
name string requiredRegion or instance name.
allOrAnyChildren booleantype integervalue string requiredRegion followed by instance name.
association object
entity object[]
clientName string requiredCloud account name.
instanceName string requiredRDS instance name.
displayName string requiredDispaly name of cloud account.
_type_ stringPossible values: [
SUBCLIENT_ENTITY
]appName stringPossible values: [
Cloud Apps
]backupsetName stringPossible values: [
defaultBackupSet
]subclientName string requiredName of the subclient to be updated.
Responses
- 200
- 201
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": ""
}
]
}
Created
- application/json
- Schema
- Example (from schema)
- Invalid subclient
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
}
Loading...