Update the Azure Cosmos DB Cassandra API instance subclient properties
Select
SaaS
Customer Managed
This operation is used to update the Azure Cosmos DB Cassandra api Instance subclient properties
Path Parameters
- subclientId integer required
Subclient Id of the Azure Cosmos DB Cassandra API instance to be updated
- application/json
Request Body required
Request Body
subClientProperties object
cloudAppsSubClientProp object
instanceType stringcloudDbContent object
children object[]
allOrAnyChildren booleanname stringtype stringpath stringdisplayName stringnegation booleanplanEntity object
planId integerassociation object
entity object[]
subclientId integer
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example1
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": ""
}
]
}
Bad Request
- application/json
- application/xml
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
- Schema
- Example (from schema)
Schema
- object
<root/>
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...