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

RecoveryStepDrResponseEntity

Information about a recovery step.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"child_count": 0,
	"depth": 0,
	"errors": [
		"string"
	],
	"expanded": false,
	"finish_time": 0,
	"id": 0,
	"plan_callout_position_spec": {
		"position_spec_index": 0,
		"position_spec_position": "AT_BEGIN"
	},
	"progress": 0,
	"referred_object": "string",
	"start_time": 0,
	"status": "INACTIVE",
	"step_number": "string",
	"title": "string",
	"vm_callout_position_spec": {
		"index": 0,
		"pre_power_on": false,
		"vm_id": "string"
	},
	"warnings": [
		"string"
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Recovery Step
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?