RecoveryStep
Information about a recovery step.
Properties
The current progress of the recovery step if it is currently running.
Depth of the recovery step.
Title of the recovery step.
Step number of the recovery step.
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.
Possible values are: INACTIVE , RUNNING , CANCELLED , SKIPPED , ALREADY_DONE , SUCCESS , WARNING , ERROR
ID of the recovery step.
Number of child steps.
The position spec for the step if it is a callout, null otherwise.
Referred object.
The start time of the step if it is started, in milliseconds.
The finish time of the step if is finished, in milliseconds.
Whether this recovery step is expanded.
Errors for the recovery step.
Describes the position of a per-VM Callout, null otherwise.
All warnings for the recovery step.
JSON Example
{
"child_count": 0,
"depth": 0,
"id": 0,
"progress": 0,
"status": "INACTIVE",
"step_number": "string",
"title": "string"
}
Property Of
RecoveryStepDrResponseList
Used By
RecoveryStepDrResponseEntity
What's changed in 2.0.0?
New! in version 2.0.0