Skip to main content

List the database groups of an instance

This API operation returns the list of database groups associated to the instance.

Query Parameters
  • clientId integer required

    Id of the cloud Account

  • applicationId integer required

    Possible values: [104, 125]

    Id of the App Type

  • instanceId integer required

    Id of the instance

Responses

OK


Schema
  • filterQueryCount integer
  • subClientProperties object[]
  • useLocalContent boolean
  • useLocalArchivalRules boolean
  • planEntity object
  • cassandraProps object
  • taPlanEntity object
  • splunkProps object
  • proxyClient object
  • dcPlanEntity object
  • subClientEntity object
  • clientName string
  • instanceName string
  • displayName string
  • backupsetId integer
  • _type_ integer
  • commCellName string
  • instanceId integer
  • csGUID string
  • subclientGUID string
  • subclientId integer
  • clientId integer
  • appName string
  • backupsetName string
  • applicationId integer
  • subclientName string
  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • dfsSubclientProp object
  • region object
  • analyticsSubclientProp object
GET /subclient    

Authorization

type: apiKeyname: Authtokenin: header

Request

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