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

PlanCalloutPosition

The position spec for the step if it is a callout, null otherwise.


Properties

integer as int32
position_spec_index Required

The position spec index of the Callout.


string
position_spec_position Required

Describes a position between the automatically generated recovery steps where users can inject custom commands.

  • AT_BEGIN - Internal callout position that is used only by the server All new recovery plan positions should be added after atBegin This position is invalid for callouts.
  • BEFORE_DISCOVER_RU_METADATA_SYNC - NOT USED. Kept for backward compatability.
  • BEFORE_SYNC_METADATA - NOT USED. Kept for backward compatability.
  • BEFORE_PRESYNC_STORAGE - Before the initial synchronization steps. Workflow: failover, test.
  • BEFORE_RESTORING_HOSTS_FOR_MIGRATION - Before the restore hosts operation that occurs before migration. Workflow: failover.
  • BEFORE_SUSPEND_RECOVERY_SITE_VMS_FOR_MIGRATION - Before the suspend recovery site VMs group that occurs before migration. Workflow: failover.
  • BEFORE_PREPARE_STORAGE_FOR_VMOTION - Before preparing storage for vMotion. Workflow: failover.
  • BEFORE_VMOTION_VMS - Before performing the vMotion. Workflow: failover.
  • BEFORE_DISABLE_PROTECTED_SITE_VMS - NOT USED. Kept for backward compatability.
  • BEFORE_SHUTDOWN_PROTECTED_SITE_VMS - Before the shutdown protected site VMs group. Workflow: failover.
  • BEFORE_RESUME_PROTECTED_SITE_VMS - Before the resume protected site VMs group. Workflow: failove.r
  • BEFORE_POWER_OFF_RECOVERY_SITE_VMS - Before the power off recovery site VMs group. Workflow: cleanup.
  • BEFORE_RESUME_RECOVERY_SITE_VMS - Before the resume recovery site VMs group. Workflow: cleanup.
  • BEFORE_DEACTIVATE_RECOVERY_UNITS - NOT USED. Kept for backward compatability.
  • BEFORE_POST_PROCESS_AFTER_DEACTIVATE - NOT USED. Kept for backward compatability.
  • BEFORE_DEACTIVATE_CONSISTENCY_GROUPS - NOT USED. Kept for backward compatability.
  • BEFORE_BEGIN_PREPARE_PRIMARY_SITE_HOSTS - Before the preparation of hosts at the primary site. Workflow: failover.
  • BEFORE_BEGIN_PREPARE_STORAGE - Before the initial storage operations. Workflow: failover, test.
  • BEFORE_SYNC_STORAGE - Before the sync storage operations. Workflow: failover.
  • BEFORE_RESTORE_HOSTS - Before the restore hosts group. Workflow: failover, test.
  • BEFORE_PREPARE_STORAGE -Before the prepare storage operations. Workflow: failover, test.
  • BEFORE_RESTORE_STORAGE - Before the restore storage operation. Workflow: cleanup.
  • BEFORE_DISCOVER_PIGGYBACK_UNITS - NOT USED. Kept for backward compatability.
  • BEFORE_CLEANUP_RECOVERY_UNITS - NOT USED. Kept for backward compatability.
  • BEFORE_CLEANUP_CONSISTENCY_GROUPS - NOT USED. Kept for backward compatability.
  • BEFORE_SUSPEND_RECOVERY_SITE_VMS - Before the suspend recovery site VMs group. Workflow: failover, test.
  • BEFORE_SUSPEND_PROTECTED_SITE_VMS - Before the suspend protected site VMs group. Workflow: rollback.
  • BEFORE_CONFIGURE_STORAGE - Before configuring the recovery site storage Workflow: failover, test.
  • BEFORE_IMPORT_VMS - NOT USED. Kept for backward compatability.
  • BEFORE_APPLYING_POLICIES - NOT USED. Kept for backward compatability.
  • BEFORE_RECOVER_PRIORITY_1_VMS - Before the priority 1 recovery group. Workflow: failover, test, rollback.
  • BEFORE_RECOVER_PRIORITY_2_VMS - Before the priority 2 recovery group. Workflow: failover, test, rollback.
  • BEFORE_RECOVER_PRIORITY_3_VMS - Before the priority 3 recovery group. Workflow: failover, test, rollback.
  • BEFORE_RECOVER_PRIORITY_4_VMS - Before the priority 4 recovery group. Workflow: failover, test, rollback.
  • BEFORE_RECOVER_PRIORITY_5_VMS - Before the priority 5 recovery group. Workflow: failover, test, rollback.
  • BEFORE_CREATE_PLACEHOLDER_VMS - Before the create placeholder VMs group. Workflow: reprotect and rollback.
  • BEFORE_FINALIZE_STORAGE - Before the final storage operation. This is really the final synchronization of storage. Workflow: reprotect and rollback.
  • BEFORE_REVERSE_REPLICATION - Before the reverse replication operation. Workflow: reprotect and rollback.
  • AT_END - At the end of plan execution. Workflow: failover and test.

Possible values are: AT_BEGINBEFORE_DISCOVER_RU_METADATA_SYNCBEFORE_SYNC_METADATABEFORE_PRESYNC_STORAGEBEFORE_RESTORING_HOSTS_FOR_MIGRATIONBEFORE_SUSPEND_RECOVERY_SITE_VMS_FOR_MIGRATIONBEFORE_PREPARE_STORAGE_FOR_VMOTIONBEFORE_VMOTION_VMSBEFORE_DISABLE_PROTECTED_SITE_VMSBEFORE_SHUTDOWN_PROTECTED_SITE_VMSBEFORE_RESUME_PROTECTED_SITE_VMSBEFORE_POWER_OFF_RECOVERY_SITE_VMSBEFORE_RESUME_RECOVERY_SITE_VMSBEFORE_DEACTIVATE_RECOVERY_UNITSBEFORE_POST_PROCESS_AFTER_DEACTIVATEBEFORE_DEACTIVATE_CONSISTENCY_GROUPSBEFORE_BEGIN_PREPARE_PRIMARY_SITE_HOSTSBEFORE_BEGIN_PREPARE_STORAGEBEFORE_SYNC_STORAGEBEFORE_RESTORE_HOSTSBEFORE_PREPARE_STORAGEBEFORE_RESTORE_STORAGEBEFORE_DISCOVER_PIGGYBACK_UNITSBEFORE_CLEANUP_RECOVERY_UNITSBEFORE_CLEANUP_CONSISTENCY_GROUPSBEFORE_SUSPEND_RECOVERY_SITE_VMSBEFORE_SUSPEND_PROTECTED_SITE_VMSBEFORE_CONFIGURE_STORAGEBEFORE_IMPORT_VMSBEFORE_APPLYING_POLICIESBEFORE_RECOVER_PRIORITY_1_VMSBEFORE_RECOVER_PRIORITY_2_VMSBEFORE_RECOVER_PRIORITY_3_VMSBEFORE_RECOVER_PRIORITY_4_VMSBEFORE_RECOVER_PRIORITY_5_VMSBEFORE_CREATE_PLACEHOLDER_VMSBEFORE_FINALIZE_STORAGEBEFORE_REVERSE_REPLICATIONAT_END

JSON Example

{
	"position_spec_index": 0,
	"position_spec_position": "AT_BEGIN"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

RecoveryStep
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?