Update the cassandra instance properties
Select
SaaS
Customer Managed
This operation is used to update the cassandra instance properties
Path Parameters
- instanceId integer required
Id of the Cassandra instance to be updated
- application/json
Request Body required
Request Body
instanceProperties object
excludeFromSLA booleanDefault value:
false
instance object
clientId integerCassandra instance client Id
instanceId integerCassandra instance Id
applicationId integerDefault value:
64
distributedClusterInstance object
clusterType stringopType stringinstance object
InstanceId integerinstanceName stringCassandra instance name
clusterConfig object
cassandrabConfig object
gateway object
node object
clientNode object
clientId integerclientName stringjmxConnection object
port integeruserPassword object
userName stringpassword stringauthConfig object
sslConfig object
useSSL booleankeyStore stringkeyStorePass stringtrustStore stringtrustStorePass stringgatewayCQLPort integergatewayCQLUser object
userName stringpassword stringnodes object[]
clientNode object
clientId integerclientName stringclusterName stringenableCommitLog booleanconfigFilePath stringisDeleted booleanplanEntity object
planName stringscIdxEnabled integerindexSettings object
currentIndexServer objectcurrentIndexBackupSP objectautoDiscovered boolean
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example1
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
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "",
"instanceId": 0,
"_type_": 0
}
}
]
}
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...