Create Cassandra Instance
Select
SaaS
Customer Managed
This API is used to create a cassandra instance
- application/json
Request Body
clientInfo object
entity object
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object
{
"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
}
POST /pseudoclient
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/pseudoClient' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientInfo": {
"clientType": "DISTRIBUTED_IDA",
"distributedClusterInstanceProperties": {
"instance": {
"instanceId": 0,
"instanceName": "string",
"clientName": "string",
"applicationId": 64
},
"opType": "string",
"clusterType": "string",
"clusterConfig": {
"cassandraConfig": {
"gateway": {
"node": {
"clientNode": {
"clientId": 0,
"clientName": "string"
},
"jmxConnection": {
"port": "string",
"userPassword": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"authConfig": {
"sslConfig": {
"useSSL": true,
"keyStore": "string",
"keyStorePass": "string",
"trustStore": "string",
"trustStorePass": "string"
}
}
},
"gatewayCQLPort": 0,
"gatewayCQLUser": {
"userName": "string",
"password": "string",
"confirmPassword": "string"
}
},
"configFilePath": "string"
}
}
},
"plan": {
"planName": "string"
}
},
"entity": {
"clientName": "string"
}
}'