Get Recovery Plan Steps
This request returns the specified plan steps.
ID of the recovery plan.
e7bf7128-2825-48ca-9075-3f496de70ffe
Limit of the query.
100
Offset of the query.
Operation ID for correlating logs across multiple services
OK
{
"items": [
{
"delay": 30000,
"id": "57aefff3-9fd0-4185-ae75-2cce62de43df",
"isRecovered": false,
"name": "Step 1",
"prompt": "Prompt message",
"recoveryPlanId": "536ece79-1f49-4d6d-b558-41fde41c7c72",
"replications": [],
"sequence": 0,
"state": "string"
}
],
"limit": 100,
"offset": 0,
"total": 3
}
Maximum number of items that this query could retrieve.
How much items were skipped, before retrieving the actual items.
The total number of items.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.