Get Recovery Plan Report
This request returns the execution details of a specific recovery plan execution
ID of the recovery plan.
e7bf7128-2825-48ca-9075-3f496de70ffe
ID of the execution.
112f9661-ebec-45ad-875b-18e2e3f9e39b
Operation ID for correlating logs across multiple services
OK
{
"error": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"execEnd": 1645707066012,
"execStart": 1645707065923,
"executionId": "271c8c0b-aba5-425c-b8f3-3ada3d4d2e14",
"operation": "TEST",
"planDescription": "The example of the plan.",
"planId": "6556244a-5d1a-4166-8ed6-38db17e037b8",
"planName": "271c8c0b-aba5-425c-b8f3-3ada3d4d2e14",
"planOwner": "root",
"planType": "RECOVERY",
"result": "SUCCEEDED",
"site": "site1",
"executedSteps": [],
"notExecutedSteps": []
}
List of steps that weren't executed.
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.