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
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
subclientDetails object[]
{
"subclientDetails": [
{
"subclient": {
"id": 0,
"name": "string"
},
"client": {
"id": 0,
"name": "string"
},
"snapEngine": {
"id": 0,
"name": "string"
}
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/snaps/snapengine/:snapengineid/plan/:planid/subclients
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Snaps/snapEngine/:snapEngineId/Plan/:planId/Subclients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'