Skip to main content

Get subclients for replication

Select

SaaS
Customer Managed

Get subclients for requested snapEngineId for requested planId and copyId.

Path Parameters
  • planId int32 required

    plan Id

  • snapEngineId int32 required

    Snap Engine Id

Query Parameters
  • copyId int32

    Copy Id

Responses

OK


Schema
  • subclientDetails object[]
  • subclient object
  • id int32
  • name string
  • client object
  • id int32
  • name string
  • snapEngine object
  • id int32
  • name string
GET /v4/snaps/snapengine/:snapengineid/plan/:planid/subclients    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
planId — path required
snapEngineId — path required
copyId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'