GetHistory

This method retrieves the history of a given recovery plan.

Synopsis

RecoveryPlanHistory getHistory(RecoveryPlan plan)

plan is the Recovery Plan of interest.

RecoveryPlanHistory is the history of the given Recovery Plan.

Faults

  • RecoveryPlanNotFound
  • RuntimeFault

See Faults in Site Recovery Manager API for more details.

Example for GetHistory

history = _service.GetHistory(_srm.recovery, plan);