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[]
subclient object
id int32name stringclient object
id int32name stringsnapEngine object
id int32name string
{
"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
}
Loading...