View cassandra instance properties
Select
SaaS
Customer Managed
This API is used to view cassandra instance properties
Path Parameters
- instanceid string required
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
instanceProperties object[]
{
"instanceProperties": [
{
"isDeleted": true,
"applicationSize": 0,
"excludeFromSLA": true,
"scIdxEnabled": 0,
"autoDiscovered": true,
"instance": {
"clientName": "string",
"instanceName": "string",
"displayName": "string",
"instanceId": 0,
"instanceGUID": "string",
"clientId": 0,
"appName": "string",
"applicationId": 0,
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
}
},
"distributedClusterInstance": {
"clusterType": 0,
"instance": {
"instanceName": "string",
"instanceId": 0
},
"clusterConfig": {
"cassandraConfig": {
"configFilePath": "string",
"enableCommitLog": true,
"archiveLogPath": "string",
"archiveCommand": "string",
"clusterName": "string",
"version": "string",
"gateway": {
"gatewayCQLPort": 0,
"node": {
"ipAddress": "string",
"javaHome": "string",
"authConfig": {
"sslConfig": {
"keyStore": "string",
"trustStore": "string",
"useSSL": true
}
},
"jmxConnection": {
"userPassword": {
"userName": "string"
}
},
"clientNode": {
"clientId": 0
}
},
"gatewayCQLUser": {
"userName": "string"
}
}
}
}
},
"instanceActivityControl": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true
}
]
},
"cloudDBInstance": {
"overRideAccessNode": true,
"accessNodes": {}
}
}
]
}
{
"instanceProperties": [
{
"isDeleted": false,
"applicationSize": 0,
"excludeFromSLA": false,
"scIdxEnabled": 1,
"autoDiscovered": false,
"instance": {
"clientName": "testcassandraapi4",
"instanceName": "testcassandraapi4",
"displayName": "testcassandraapi4",
"instanceId": 60,
"instanceGUID": "75565B2E-B7FF-4171-B3A4-0A7D76B239DD",
"clientId": 172,
"appName": "Big Data Apps",
"applicationId": 64,
"entityInfo": {
"companyId": 0,
"companyName": "Commcell",
"multiCommcellId": 0
}
},
"distributedClusterInstance": {
"clusterType": 9,
"instance": {
"instanceName": "testcassandraapi4",
"instanceId": 60
},
"clusterConfig": {
"cassandraConfig": {
"configFilePath": "/etc/dse/cassandra",
"enableCommitLog": false,
"archiveLogPath": null,
"archiveCommand": null,
"clusterName": null,
"version": null,
"gateway": {
"gatewayCQLPort": 9042,
"node": {
"ipAddress": null,
"javaHome": null,
"authConfig": {
"sslConfig": {
"keyStore": "/etc/dse/keystore/client.keystore",
"trustStore": "/etc/dse/keystore/client.truststore",
"useSSL": true
}
},
"jmxConnection": {
"userPassword": {
"userName": "cassandra"
}
},
"clientNode": {
"clientId": 127
}
},
"gatewayCQLUser": {
"userName": "cassandra"
}
}
}
}
},
"instanceActivityControl": {
"activityControlOptions": [
{
"activityType": 1,
"enableAfterADelay": false,
"enableActivityType": true
},
{
"activityType": 2,
"enableAfterADelay": false,
"enableActivityType": true
}
]
},
"cloudDBInstance": {
"overRideAccessNode": false,
"accessNodes": {}
}
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
GET /instance/:instanceid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/:instanceid' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'