Callout
Details about a callout.
Properties
Callout type.
- PROMPT - If the callout is a prompt, it will pause the execution of the recovery script and will display a message until the user acknowledges it.
- RUN_ON_VM - The callout must run inside the recovered VM.
- RUN_ON_SRM_SERVER - The callout must run inside the Site Recovery Manager virtual machine.
Possible values are: PROMPT , RUN_ON_VM , RUN_ON_SRM_SERVER
Content of the callout.
System ID of the callout. Empty string when the callout is about to be created.
Name of the callout.
Callout step type.
- PRE_POWER_ON - Means that the callout will be converted into a job during the recovery and executed after the recovery workload is configured, but before it is powered on.
- POST_POWER_ON - Means that the callout will be converted into a job during the recovery and executed after the recovery workload is powered on.
- RECOVERY_STEP - Callout specified at any place during the recovery workload.
Possible values are: PRE_POWER_ON , POST_POWER_ON , RECOVERY_STEP
Time in seconds to wait until the command completes. If the command is not complete when the timeout occurs, the child process will be stopped.
Applicable only when parameter callout_type
is RUN_ON_VM
or RUN_ON_SRM_SERVER
.
JSON Example
{
"callout_type": "PROMPT",
"content": "string",
"id": "string",
"name": "string",
"step_type": "PRE_POWER_ON",
"timeout_seconds": 0
}
Property Of
VmRecoverySettings
VmRecoverySettingsSpec