Skip to main content

Fetch Subclients associated to a Sybase Instance

This operation gets the subclients associated to a Sybase Instance

Query Parameters
  • clientId string required

    ID of the Client

  • applicationId string required

    5 for Sybase

  • instanceId string required

    ID of the Instance

Responses

OK


Schema
  • filterQueryCount integer
  • subClientProperties object[]
  • useLocalContent boolean
  • useLocalArchivalRules boolean
  • planEntity object
  • cassandraProps 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>'