Recovery Plan Executions
This request returns the execution details of the specified recovery plan.
ID of the recovery plan.
e7bf7128-2825-48ca-9075-3f496de70ffe
Execution start before time.
1684249785397
Execution start after time.
1684249785397
Execution end before time.
1684249785397
Execution end after time.
1684249785397
Result.
result
Operation.
operation
Sort criteria.
operation
Limit of query.
100
Offset of query.
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.