Update Recovery Plan Step
This request updates a step of the specified recovery plan.
ID of the recovery plan.
e7bf7128-2825-48ca-9075-3f496de70ffe
ID of the recovery step.
112f9661-ebec-45ad-875b-18e2e3f9e39b
Operation ID for correlating logs across multiple services
{
"delay": 30000,
"name": "Step 1",
"prompt": "Prompt message",
"replications": []
}
Delay to wait after failover/migrate/test before executing next step (ms).
Recovery step display name (unique across the recovery plan).
Message to wait for the user to confirm before proceeding with the next task.
List of replicated resources (replications) associated with the step.
OK
{
"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"
}
Delay to wait after failover/migrate/test before executing next step (ms).
The unique identifier of the step.
Whether the recovery step had completed a failover/migrate.
Recovery step display name (unique across the recovery plan).
The message to wait for the user to confirm before proceeding with the next task.
The unique identifier of the plan.
List of replicated resources (replications) associated to the step.
Step index - determines the order of the steps.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.