Property | Type | Description |
---|
id | string | System ID assigned to a plan in the VAO REST API. |
planType | string | Type of the plan. |
recoveryLocationId | string | System ID in the VAO REST API assigned to a recovery location used by VAO to recover VMs included in the plan. |
serverId | string | System ID assigned to the VAO server in the VAO REST API. |
siteScopeId | string | System ID assigned to a VAO scope in the VAO REST API. |
siteScopeName | string | Name of the VAO scope |
name | string | Name of the plan. |
state | string | Current state of the plan. |
stateName | string | Current state of the plan as displayed in the VAO UI. |
resultName | string | Plan execution details:readiness check result, number of errors and warnings occured. |
lastStableState | string | Last stable state of the plan. |
lastStableStateName | string | Last stable state of the plan as displayed in the VAO UI. |
previousExecutionState | string | Previous state of the plan. |
reportTemplateId | string | System ID in the VAO REST API assigned to a report template selected for the plan. |
description | string | Description of the plan. |
reportDocumentFormat | string | Format used by VAO to generate documents for the plan. |
serverName | string | Name of the machine running the VAO server. |
siteName | string | Name of the VAO server. |
scheduleInfo | RecoveryScheduleInfo | Information on a plan schedule. |
nearestFailoverScheduleTime | string | Next date and time scheduled to run the plan. |
scheduledTestsInfo | ScheduleTestInfo | Information on a schedule created to test the plan. |
nearestTestScheduleTime | string | Next date and time scheduled to test the plan. |
haltedReason | string | Reason why the plan halted. |
isEditingByCurrentUser | boolean | Defines whether the plan is being edited by another user. |
currentEditingUser | string | User that is currently editing the plan. |
progress | integer | Plan execution progress (in percent). |
lastTestResult | string | Status of the most recent plan test. |
lastTestTime | string | Date and time when plan testing started. |
lastCheckResult | string | Status of the most recent readiness check run for the plan. |
lastCheckTime | string | Date and time when the readiness check started. |
lastTestResultName | string | Status of the most recent plan test as displayed in the VAO UI. |
lastCheckResultName | string | Status of the most recent readiness check run for the plan as displayed in the VAO UI. |
virtualLabId | string | System ID in the VAO REST API assigned to a DataLab used to test the plan. |
contactName | string | Contact name of a person responsible for monitoring VAO performance. |
contactEmail | string | Email of a person responsible for monitoring VAO performance. |
contactTel | string | Telephone number of a person responsible for monitoring VAO performance. |
currentRunResult | string | Status of the current run of the plan. |
currentTestResult | string | Status of the currently running plan test. |
currentCheckResult | string | Status of the currently running readiness check for the plan. |
definitionReportStartTime | string | Next date and time scheduled to generate the Plan Definition Report. |
readinessCheckStartTime | string | Next date and time scheduled to run a readiness check. |
targetRecoveryTimeObjective | integer | Target Recovery Time Objective specified for the plan (in minutes). |
currentRecoveryTimeObjective | integer | Current Recovery Time Objective achieved for the plan (in minutes). |
targetRecoveryPointObjective | integer | Target Recovery Point Objective specified for the plan (in minutes). |
currentRecoveryPointObjective | integer | Current Recovery Point Objective achieved for the plan (in minutes). |
roles | Array[string] | Roles assigned to the currently logged in user or client. |