Recovery Plan Executions
This request returns the execution details of the specified recovery plan.
recoveryPlanId
e7bf7128-2825-48ca-9075-3f496de70ffe
execStartBefore
1684249785397
execStartAfter
1684249785397
execEndBefore
1684249785397
execEndAfter
1684249785397
result
result
operation
operation
sort
operation
limit
100
offset
Operation ID for correlating logs across multiple services
OK
{
"items": [
{
"execEnd": 1645707066012,
"execStart": 1645707065923,
"id": "271c8c0b-aba5-425c-b8f3-3ada3d4d2e14",
"operation": "TEST",
"recoveryPlanId": "b2fc65c2-2899-4090-80af-639927bea6ea",
"reportVersion": "The product version during the execution.",
"result": "SUCCEEDED"
}
],
"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.