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

RecoveryPlanVmInfoDrResponseList

List of entities about: Details about a VM within a recovery plan.


Properties

_meta Optional

List metadata


list Optional

Details about a VM within a recovery plan.

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": [
		{
			"id": "string",
			"inside_vapp": false,
			"managing_recovery_plan": "string",
			"name": "string",
			"protection_group": "string",
			"protection_group_name": "string",
			"recovery_settings": {
				"allow_migration": false,
				"dependent_vms": [
					{
						"id": "string",
						"inside_vapp": false,
						"name": "string",
						"priority_group": "P1",
						"protection_group_name": "string",
						"status": "OK",
						"template": false
					}
				],
				"post_power_on_steps": "string",
				"pre_power_on_steps": "string",
				"priority": "P1",
				"startup_action": "POWER_ON"
			},
			"status": "READY_TO_RECOVER",
			"template": false
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Virtual Machines

Feedback

Was this page helpful?