Skip to main content

List the database instances of a client

Select

SaaS
Customer Managed

List the Instance properties of all the database instances associated to the client.

Query Parameters
  • clientName string required

    Name of the Cloud Account

  • applicationId integer required

    Possible values: [104, 125, 22]

    Id of the App Type. 104-MySQL/MariaDB, 125-PostgreSQL, 22-Oracle

Responses

OK


Schema
  • instanceProperties object[]
  • clientAppType integer
  • isDeleted boolean
  • applicationSize integer
  • excludeFromSLA boolean
  • scIdxEnabled integer
  • isSnapEnabled boolean
  • autoDiscovered boolean
  • instance object
  • clientName string
  • instanceName string
  • displayName string
  • instanceId integer
  • instanceGUID string
  • clientId integer
  • appName string
  • applicationId integer
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • instanceActivityControl object
  • activityControlOptions object[]
  • activityType integer
  • enableAfterADelay boolean
  • enableActivityType boolean
GET /instance    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientName — query required
applicationId — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'