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

RecoveryStepDrResponseList

List of entities about: Information about a recovery step.


Properties

_meta Optional

List metadata


array of RecoveryStep
list Optional

Information about a recovery step.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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 Steps
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?