RecoveryStep
RecoveryStep
Information about a recovery step.
JSON Example
{
"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"
}
string
title
Required
Title of the recovery step.
string
step_number
Required
Step number of the recovery step.
integer As int32 As int32
child_count
Required
Number of child steps.
integer As int32 As int32
depth
Required
Depth of the recovery step.
integer As int64 As int64
finish_time
Optional
The finish time of the step if is finished, in milliseconds.
integer As int64 As int64
start_time
Optional
The start time of the step if it is started, in milliseconds.
boolean
expanded
Optional
Whether this recovery step is expanded.
integer As int32 As int32
id
Required
ID of the recovery step.
integer As int32 As int32
progress
Required
The current progress of the recovery step if it is currently running.
string
status
Required
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,
array of string
warnings
Optional
All warnings for the recovery step.
array of string
errors
Optional
Errors for the recovery step.
string
referred_object
Optional
Referred object.