Create Cassandra Instance
Select
SaaS
Customer Managed
This API is used to create a cassandra instance
- application/json
Request Body
clientInfo object
clientType stringDefault value:
DISTRIBUTED_IDA
distributedClusterInstanceProperties object
instance object
instanceId integerinstanceName stringclientName stringapplicationId integerDefault value:
64
opType stringclusterType stringclusterConfig object
cassandraConfig object
gateway object
node object
clientNode object
clientId integerclientName stringjmxConnection object
port stringuserPassword object
userName stringpassword stringconfirmPassword stringauthConfig object
sslConfig object
useSSL booleankeyStore stringkeyStorePass stringtrustStore stringtrustStorePass stringgatewayCQLPort integergatewayCQLUser object
userName stringpassword stringconfirmPassword stringconfigFilePath stringplan object
planName stringentity object
clientName string
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 172,
"clientName": "testcassandraapi",
"instanceId": 60,
"_type_": 3
}
}
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...