[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

RecoveryStep

Information about a recovery step.


Properties

integer as int32
progress Required

The current progress of the recovery step if it is currently running.


integer as int32
depth Required

Depth of the recovery step.


string
title Required

Title of the recovery step.


string
step_number Required

Step number of the recovery step.


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: INACTIVERUNNINGCANCELLEDSKIPPEDALREADY_DONESUCCESSWARNINGERROR


integer as int32
id Required

ID of the recovery step.


integer as int32
child_count Required

Number of child steps.


plan_callout_position_spec Optional

The position spec for the step if it is a callout, null otherwise.


string
referred_object Optional

Referred object.


integer as int64
start_time Optional

The start time of the step if it is started, in milliseconds.


integer as int64
finish_time Optional

The finish time of the step if is finished, in milliseconds.


boolean
expanded Optional

Whether this recovery step is expanded.


array of string
errors Optional

Errors for the recovery step.


vm_callout_position_spec Optional

Describes the position of a per-VM Callout, null otherwise.


array of string
warnings Optional

All warnings for the recovery step.

JSON Example

{
	"child_count": 0,
	"depth": 0,
	"id": 0,
	"progress": 0,
	"status": "INACTIVE",
	"step_number": "string",
	"title": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

RecoveryStepDrResponseList
Used By

RecoveryStepDrResponseEntity
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?