Skip to main content

Get Subclients for Snap Engine

Select

SaaS
Customer Managed

Get subclients configured with a particular snap engine

Responses

OK


Schema
  • subclientDetails object[]
  • client object
  • id int32
  • name string
  • backupSet object
  • id int32
  • name string
  • instance object
  • id int32
  • name string
  • subclient object
  • id int32
  • name string
  • snapEngine object
  • id int32
  • name string
  • application object
  • id int32
  • name string
  • associationType string

    Possible values: [NOT_ASSOCIATED, ASSOCIATED, OVERRIDDEN]

    to show subclient is overridden or not

GET /v4/snaps/subclients    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'