Get Recovery Target List
Select
SaaS
Customer Managed
Get the list of recovery targets
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
recoveryTargets object[]
id int32Recovery Target Id
name stringRecovery Target name
policyType stringRecovery target policy type name
applicationType stringPossible values: [
REPLICATION
,REGULAR
,AUTO_SCALE_MANAGEMENT
]Recovery target application type
destinationHypervisor object
id int32name string
{
"recoveryTargets": [
{
"id": 0,
"name": "string",
"policyType": "string",
"applicationType": "REPLICATION",
"destinationHypervisor": {
"id": 0,
"name": "string"
}
}
]
}
Requested details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...