BaseRecoveryPlanExecutionStep
Base class representing the execution step of a recovery plan.
{
"delay": 0,
"execEnd": 1464261618370,
"execStart": 1464261608370,
"isSkipped": true,
"name": "Plan 1",
"prompt": "Are you sure you want to continue?",
"result": "SUCCEEDED",
"sequence": 1,
"stepId": "70c4c1ac-54a5-4a05-b23e-b9ee580ce70c",
"waitedOnPrompt": 5000
}
Delay to wait after failover/migrate/test before executing next step measured in milliseconds.
The time when the step execution completed. The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
The time when the step execution started. The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
Whether the step was skipped, i.e. it was already done in previous execution, so nothing had to be done with it in the current execution.
The name of the recovery plan. Must be unique.
Message to wait the user to confirm before proceeding with next task.
The outcome of the step execution. Possible values are: ["SUCCEEDED", "FAILED"]
Step index that determines the order of the steps
The unique identifier of the step.
The amount of time that elapsed between suspending on prompt and resuming execution. If another recovery operation is executed rather than resuming the former one, the elapsed time will be until that moment. Measured in milliseconds.