Skip to main content

Get Subclients associated with a Informix Instance

Select

SaaS
Customer Managed

This operation gets Subclient properties of a Informix Instance.

Find client id using client name

Query Parameters
  • clientId integer required

    Client Id of the client

  • applicationId integer required

    Default value: 3

    3

  • InstanceId integer required

    Instance id of Informix 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

    Client Name

  • instanceName string

    Instance Name

  • displayName string
  • backupsetId integer
  • _type_ integer
  • commCellName string
  • instanceId integer

    Instance ID

  • csGUID string
  • subclientGUID string
  • subclientId integer

    Subclient ID

  • clientId integer

    Client ID

  • appName string

    Default value: Informix

    Application Name

  • backupsetName string
  • applicationId integer

    Default value: 3

    Appication ID

  • subclientName string

    Subclient Name

  • 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
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>'