Get Recovery Step
DescriptionGet information about a recovery step in a given recovery view mode.
Will fail if can not retrieve recovery steps in the desired mode in the current recovery plan state.
Request
URLURL
Path Parameters
Path Parameters
The ID of a pairing between this Site Recovery Manager server and remote one.
The ID of a recovery plan defined within current pairing.
The view mode of the recovery steps. Possible values are: test
, recovery
, cleanup
, reprotect
.
Id of a recovery step.
Authentication
Response
Response BodyResponse Body
200 OK
A recovery step.
{
"_meta": {
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
]
},
"child_count": 0,
"depth": 0,
"errors": [
"string"
],
"expanded": false,
"finish_time": 0,
"id": 0,
"plan_callout_position_spec": {
"position_spec_index": 0,
"position_spec_position": "AT_BEGIN"
},
"progress": 0,
"referred_object": "string",
"start_time": 0,
"status": "INACTIVE",
"step_number": "string",
"title": "string",
"vm_callout_position_spec": {
"index": 0,
"pre_power_on": false,
"vm_id": "string"
},
"warnings": [
"string"
]
}
Errors
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
Not Found - server cannot find the requested in URL resource
Internal server error - unexpected condition prevents fulfilling the request
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-dr-permissions:
permissions:
- System.View
- System.Read
x-dr-remote-site-connectivity-contract:
not-authenticated: FULL_DATA
server-down: FULL_DATA