InlineRecoveryStepDrResponseEntity0
Information about a recovery step.
{
"plan_callout_position_spec": {
"position_spec_index": 0,
"position_spec_position": "string"
},
"vm_callout_position_spec": {
"vm_id": "string",
"pre_power_on": false,
"index": 0
},
"title": "string",
"step_number": "string",
"child_count": 0,
"depth": 0,
"finish_time": 0,
"start_time": 0,
"expanded": false,
"id": 0,
"progress": 0,
"status": "string",
"warnings": [
{}
],
"errors": [
{}
],
"referred_object": "string"
}
The position spec for the step if it is a callout, null otherwise.
Describes the position of a per-VM Callout, null otherwise.
Title of the recovery step.
Step number of the recovery step.
Number of child steps.
Depth of the recovery step.
The finish time of the step if is finished, in milliseconds.
The start time of the step if it is started, in milliseconds.
Whether this recovery step is expanded.
ID of the recovery step.
The current progress of the recovery step if it is currently running.
The runtime status of the recovery step.
- INACTIVE - This item is not running now.
- RUNNING - This item is running now.
- CANCELLED - This item was canceled.
- SKIPPED - This item was intentionally skipped, and will not be run.
- ALREADY_DONE - This item was finished in a previous run.
- SUCCESS - This item is now finished and all went well.
- WARNING - This item is now finished. It was successful, but there were warnings.
- ERROR - This item is now finished and there was an error.
All warnings for the recovery step.
Errors for the recovery step.
Referred object.