Modify DocumentDB cluster group
This operation modifies subclient (cluster group) properties.
Path Parameters
- subclientid string required
ID of the subclient
- application/json
Request Body
subclientProps object
cloudAppsSubClientProp object
instanceType integer requiredDefault value:
27
cloudDbContent object
children object[]
displayName stringname string requiredName of DocumentDB Cluster
path string requiredRegion cluster is located in
type string requiredallOrAnyChildren booleannegation booleancloudDbFilter objectcommonProperties object
numberOfBackupStreams integer
Responses
- 200
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": 5158,
"_type_": 0
}
}
}
Loading...