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

RecoveryPlanVmInfo

Details about a VM within a recovery plan.


Properties

string
id Optional

The identifier of the virtual machine


boolean
inside_vapp Optional

Whether this VM is inside a vApp


string
managing_recovery_plan Optional

Name of the plan which was run last on this VM.


string
name Optional

The name of the virtual machine


string
protection_group Optional

The ID of the protection group which is protecting the VM.


string
protection_group_name Optional

Name of the protection group which is protecting the VM.


recovery_settings Optional

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


string
status Optional

Recovery status of the protected virtual machine:

  • READY_TO_RECOVER
  • TEST_IN_PROGRESS
  • TEST_ERROR
  • TEST_WARNING
  • TEST_SUCCEEDED
  • TEST_INCOMPLETE
  • CLEANUP_IN_PROGRESS
  • CLEANUP_ERROR
  • CLEANUP_INCOMPLETE
  • RECOVERY_IN_PROGRESS
  • RECOVERY_ERROR
  • RECOVERY_WARNING
  • RECOVERY_SUCCEEDED
  • RECOVERY_INCOMPLETE
  • REPROTECT_IN_PROGRESS
  • REPROTECT_ERROR
  • REPROTECT_INCOMPLETE
  • UNKNOWN

Possible values are: READY_TO_RECOVERTEST_IN_PROGRESSTEST_ERRORTEST_WARNINGTEST_SUCCEEDEDTEST_INCOMPLETECLEANUP_IN_PROGRESSCLEANUP_ERRORCLEANUP_INCOMPLETERECOVERY_IN_PROGRESSRECOVERY_ERRORRECOVERY_WARNINGRECOVERY_SUCCEEDEDRECOVERY_INCOMPLETEREPROTECT_IN_PROGRESSREPROTECT_ERRORREPROTECT_INCOMPLETEUNKNOWN


boolean
template Optional

Whether this VM is a template VM

JSON Example

{
	"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
Property Of

RecoveryPlanVmInfoDrResponseList
Used By

RecoveryPlanVmInfoDrResponseEntity

Feedback

Was this page helpful?