RecoveryPlanInfo

RecoveryPlanInfo
RecoveryPlanInfo

Detailed information about a recovery plan.

JSON Example
{
    "id": "string",
    "status": "string",
    "protected_site_name": "string",
    "recovery_site_name": "string",
    "protected_vc_guid": "string",
    "recovery_vc_guid": "string",
    "name": "string",
    "description": "string",
    "location": "string",
    "location_name": "string",
    "progress": 0,
    "is_running": false
}
string
id
Required

An ID of the recovery plan.

string
status
Required

The current status of the plan

  • READY_STATE - This plan is ready for test or recovery
  • NO_PROTECTION_GROUPS - This plan cannot be run because it does not contain any protection groups. To addprotection groups to this plan, press the Edit Recovery Plan button, which will open the wizard for editing the plan.
  • DIRECTION_ERROR - This plan contains protection groups that are not all configured for replication in thesame direction. This might have been caused by running other recovery plans that contain the same protection groups.To resolve this issue, remove protection groups from this plan so that all protection groups in this plan areconfigured for the same direction.
  • DELETING - Deleting
  • WAITING_FOR_USER_INPUT - The test or recoveryhas paused at a user prompt. Dismiss the prompt to resume the recovery.
  • CANCEL_IN_PROGRESS - Cancel inprogress
  • TEST_IN_PROGRESS - A test of this plan is currently in progress.
  • PROTECTION_GROUPS_IN_USE - This plan contains protection groups that are in use by another recovery planthat is either currently running or in the Test Complete state.
  • TEST_COMPLETE - The virtual machines havebeen recovered in a test environment at the recovery site. Review the plan history to view any errors or warnings.When you are ready to remove the test environment, run cleanup on this plan.
  • TEST_INTERRUPTED - Run testagain immediately. SRM Server did not complete a test that was in progress.
  • CLEANUP_IN_PROGRESS - Cleanupin progress
  • CLEANUP_INCOMPLETE - The cleanup operation did not complete successfully, possibly due tostorage issues. Review the plan history to view any errors or warnings. After fixing the issues, press Cleanup to runthe cleanup operation again.
  • CLEANUP_INTERRUPTED - Run cleanup again immediately. SRM server did notcomplete a cleanup that was in progress.
  • RECOVERY_IN_PROGRESS - Recovery in progress
  • RECOVERY_COMPLETE - The recovery has completed. Review the plan history to view any errors or warnings. Youcan now press Reprotect to configure protection in the reverse direction. Note that if you plan to failback thevirtual machines to the original site, you must first run the plan in the reprotect mode, then once protection isconfigured in reverse, you can run the plan in recovery mode to failback the virtual machines to the original site.
  • RECOVERY_STARTED - A recovery was started but not completed. The sites might have been disconnected duringthe recovery operation. Log into the recovery site or reconnect the sites to complete the recovery.
  • PARTIAL_RECOVERY - Some of the protection groups in this plan have been recovered by another recovery plan.
  • RECOVERY_SPLIT_BRAIN - Run recovery again. The recovery operation could not complete all of the stepsat the protected site. If the plan was run while the sites were disconnected, run the plan again immediately. If thesites were connected during recovery, there might be errors with the VMs. Check the plan history to view errors thatmight need to be corrected before running the plan again. Running recovery again will not affect the recovered VMs atthe recovery site.
  • DISASTER_RECOVERY_COMPLETE - Disaster recovery has completed. Review the plan history toview any errors or warnings. The recovery plan was not able to shut down the original protected VMs at the protectedsite because the sites were not connected. If the sites are reconnected, you will be prompted to run this recoveryplan again to resolve this issue.
  • INCOMPLETE_RECOVERY - The recovery operation encountered errors. Reviewthe plan history to view any errors or warnings. Once the cause of the errors has been fixed, you can press Recoveryagain. Virtual machines that have already been successfully recovered will not be affected by running the recoveryagain.
  • RECOVERY_INTERRUPTED - Recovery operation was interrupted and did not complete. Run recovery againimmediately to prevent environment inconsistency issues.
  • REPROTECT_IN_PROGRESS - Reprotect in progress
  • INCOMPLETE_REPROTECT - The reprotect operation encountered errors. Review the plan history to view anyerrors or warnings. Once the cause of the errors has been fixed, you can run reprotect again. Items that have alreadybeen successfully reprotected will not be affected by running reprotect again.
  • PARTIAL_REPROTECT - Some ofthe protection groups in this plan have been reprotected by another recovery plan.
  • REPROTECT_INTERRUPTED -Run reprotect again immediately. SRM server did not complete a reprotect operation that was in progress.
  • UNKNOWN_STATE - An unexpected error occurred. This may be due to corrupt data. Contact customer support.
  • SYNC_CONFLICT - Changes have been made to this plan at both sites. Review the current settings by editingthe plan to correct the problem.

Possible values are : READY_STATE, NO_PROTECTION_GROUPS, DIRECTION_ERROR, DELETING, WAITING_FOR_USER_INPUT, CANCEL_IN_PROGRESS, TEST_IN_PROGRESS, PROTECTION_GROUPS_IN_USE, TEST_COMPLETE, TEST_INTERRUPTED, CLEANUP_IN_PROGRESS, CLEANUP_INCOMPLETE, CLEANUP_INTERRUPTED, RECOVERY_IN_PROGRESS, RECOVERY_COMPLETE, RECOVERY_STARTED, PARTIAL_RECOVERY, RECOVERY_SPLIT_BRAIN, DISASTER_RECOVERY_COMPLETE, INCOMPLETE_RECOVERY, RECOVERY_INTERRUPTED, REPROTECT_IN_PROGRESS, INCOMPLETE_REPROTECT, PARTIAL_REPROTECT, REPROTECT_INTERRUPTED, UNKNOWN_STATE, SYNC_CONFLICT,
string
protected_site_name
Optional

The name of the protected site.

string
recovery_site_name
Optional

The name of the recovery site.

string As uuid As uuid
protected_vc_guid
Optional

An ID of the protected site.

string As uuid As uuid
recovery_vc_guid
Optional

An ID of the recovery site.

string
name
Required

The Name of the plan.

string
description
Optional

The description of the plan.

string
location
Required

The ID of the location where the plan is placed.

string
location_name
Optional

The name of the location where the plan is placed.

integer As int32 As int32
progress
Optional

The current progress if the plan is running.

boolean
is_running
Optional

Whether the plan is currently running.