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[]
client object
id int32name stringbackupSet object
id int32name stringinstance object
id int32name stringsubclient object
id int32name stringsnapEngine object
id int32name stringapplication object
id int32name stringassociationType stringPossible values: [
NOT_ASSOCIATED
,ASSOCIATED
,OVERRIDDEN
]to show subclient is overridden or not
{
"subclientDetails": [
{
"client": {
"id": 0,
"name": "string"
},
"backupSet": {
"id": 0,
"name": "string"
},
"instance": {
"id": 0,
"name": "string"
},
"subclient": {
"id": 0,
"name": "string"
},
"snapEngine": {
"id": 0,
"name": "string"
},
"application": {
"id": 0,
"name": "string"
},
"associationType": "NOT_ASSOCIATED"
}
]
}
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...