Create Subclient
Select
SaaS
Customer Managed
This operation is used to create RDS subclient.
- application/json
Request Body
subClientProperties object
subClientEntity object
clientName string requiredName of cloud account.
instanceName string requiredName of RDS Instance.
appName stringPossible values: [
Cloud Apps
]displayName string requiredDisplay name of RDS Cloud account.
subclientId integerPossible values: [
-1
]subclientName string requiredName of Instance group to be created.
planEntity object
planName string requiredName of plan to be associated.
contentOperationType integerPossible values: [
2
]cloudAppsSubClientProp object
instanceType stringPossible values: [
AMAZON_RDS
]cloudDbContent object
children object[]
displayName string requiredDatabase Name.
name string requiredDatabase Name.
path string requiredAWS Region.
type stringPossible values: [
Cluster
,Instance
,REGION
]allOrAnyChildren booleannegation boolean
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": 472,
"_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...