Skip to main content

Create Azure Cosmos DB Cassandra API Instance

Select

SaaS
Customer Managed

This API is used to create an Azure Cosmos DB Cassandra api instanc

Request Body
  • instanceProperties object
  • instance object
  • clientId integer
  • clientName string
  • applicationId integer
  • instanceName string
  • cloudAppsInstance object
  • instanceType integer

    Default value: 44

  • rdsInstance object
  • amazonDynamoDB object
  • azureTableStorageInstance object
  • planEntity object
  • planId integer
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
  • entity object
  • subclientId integer
  • clientId integer
  • InstanceName string
  • instanceId integer
  • _type_ integer
POST /instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"instanceProperties": {
"instance": {
"clientId": 0,
"clientName": "string",
"applicationId": 0,
"instanceName": "string"
},
"cloudAppsInstance": {
"instanceType": 44,
"rdsInstance": {},
"amazonDynamoDB": {},
"azureTableStorageInstance": {}
},
"planEntity": {
"planId": 0
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"clientId": 0,
"clientName": "string",
"applicationId": 0,
"instanceName": "string"
},
"cloudAppsInstance": {
"instanceType": 44,
"rdsInstance": {},
"amazonDynamoDB": {},
"azureTableStorageInstance": {}
},
"planEntity": {
"planId": 0
}
}
}'