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

VmSummarizedRecoverySettingsDrResponseEntity

Summary of VM recovery settings. Detailed settings are accessible at /recovery-settings.


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"
			}
		]
	},
	"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"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Virtual Machine Summarized Recovery Settings

Feedback

Was this page helpful?