Create Cassandra Instance
Select
SaaS
Customer Managed
This API is used to create a cassandra instance
- application/json
Request Body
clientInfo object
clientType string requiredDefault value:
DISTRIBUTED_IDA
distributedClusterInstanceProperties object required
instance object required
instanceId integerinstanceName stringclientName stringapplicationId integerDefault value:
64
opType stringclusterType stringclusterConfig object
cassandraConfig object required
gateway object
node object
clientNode object required
clientId integerclientName stringjmxConnection object
jmxCMCredInfo object
credentialId integercredentialName stringauthConfig object
sslConfig object
useSSL booleankeyStoreCMCredInfo object
credentialId integercredentialName stringtrustStoreCMCredInfo object
credentialId integercredentialName stringgatewayCQLPort integer requiredcqlCMCredInfo object
credentialId integercredentialName stringconfigFilePath string requiredplan object
planName stringplanId integerentity object
clientName string required
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...