RecoveryStepInfo
RecoveryStepInfo
Represents information related a step in a recovery plan.
JSON Example
{
"delay": 30000,
"id": "57aefff3-9fd0-4185-ae75-2cce62de43df",
"isRecovered": false,
"name": "Step 1",
"prompt": "Prompt message",
"recoveryPlanId": "536ece79-1f49-4d6d-b558-41fde41c7c72",
"replications": [],
"sequence": 0,
"state": "string"
}
integer As int64 As int64
delay
Optional
Delay to wait after failover/migrate/test before executing next step (ms).
string As uuid As uuid
id
Optional
The unique identifier of the step.
boolean
isRecovered
Optional
Whether the recovery step had completed a failover/migrate.
string
name
Optional
Recovery step display name (unique across the recovery plan).
string
prompt
Optional
The message to wait for the user to confirm before proceeding with the next task.
string As uuid As uuid
recoveryPlanId
Optional
The unique identifier of the plan.
array of ReplicatedResource
replications
Optional
List of replicated resources (replications) associated to the step.
integer As int32 As int32
sequence
Optional
Step index - determines the order of the steps.