ManagerRecoveryPlanExecutionReport

ManagerRecoveryPlanExecutionReport
ManagerRecoveryPlanExecutionReport

Represents the execution report of a recovery plan.

AllOf
This class requires all of the following:
JSON Example
{
    "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": []
}
executedSteps
Optional

List of steps that were executed.

notExecutedSteps
Optional

List of steps that weren't executed.