ListPrompts

This method lists the current prompts that are waiting on user input. Prompts appear in the order in which virtual machines are scheduled to power on. When a prompt step is reached, the recovery plan remains in a waiting state until the user answers the prompt or a program calls AnswerPrompt.

Synopsis

RecoveryPlan.RecoveryPrompt[] listPrompts()

RecoveryPrompt[] is an array of data objects containing the prompt and the key for responding to it.

Faults

  • InvalidState, if the recovery plan is not running.
  • RuntimeFault

Example for ListPrompts

prompts[] = _service.ListPrompts(_srm.plan);