Get Recovery Plans
This request returns all recovery plans.
Display name of recovery plan.
Recovery Plan 1
Description of recovery plan.
Plain Text
Owner of the recovery plan.
admin1
Fields to sort by.
owner
Limit of query.
100
Offset of query.
Operation ID for correlating logs across multiple services
OK
{
"items": [
{
"description": "Example of a plan",
"displayName": "Plan 1",
"executionInfo": {
"isSuspendRequested": false,
"lastError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"lastOperation": "string",
"promptStepId": "5ee9224f-305d-46f6-865f-b605e70acef8",
"state": "string"
},
"id": "2bfb7696-3aa1-49d3-bb40-d9e97df1baba",
"isMigration": false,
"owner": "org1@site1",
"scheduledSyncTime": 1901071800000
}
],
"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.