Modify DocumentDB Instance
This operation modifies the instance properties using Instance ID.
Path Parameters
- instanceid string required
ID of the instance
- application/json
Request Body
instanceProperties object
instance object
instanceId integer requiredId of the instance
applicationId integerclientId integerplanEntity object
planName stringName of storage plan
cloudAppsInstance object
instanceType stringDefault value:
AMAZON_DOCUMENTDB
generalCloudProperties object
credentials object
credentialId integercredentialName stringName of AWS credentials
amazonInstanceInfo object
useIamRole booleancredentialType integerassociation object
entity object[]
clientName string requiredName of cloud account
instanceName string requiredName of inst
displayName stringinstanceId integerclientId integerappName stringapplicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
Loading...