Perform operations on a DR plan action.

Privileges: DRAAS_MODIFY

Perform operations like cancel, resume, and force finish on a DR plan action. The provided operation will be validated and an error will be returned if an operation cannot be performed at that time. Resume and force finish creates a new attempt on the DR plan action. Cancel cancels the latest attempt on the DR plan action. An attempt details must be accessed using the GET actions API by providing the the same action ID as provided here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Specifies the ID of the action on which the operation needs to be performed.

Body Params

Specifies the parameters to perform the operation on a DR plan action.

string | null
enum
required

Specifies the current operation type which is being performed on an action.
'Cancel' is used to cancel any of the following in-flight actions - Activate, PrepareForFailover, PrepareForFailback, TestFailover, Failover, TestFailback, Failback. This operation will cancel the latest ongoing attempt.
'Resume' resumes a failed/partially successful Failover or Failback action. This operation will create a new attempt to resume the respective DR plan action.
'ForceFinish' forcefully finishes a partially successful Failover or Failback action without attempting to bring up the failed resources. This operation will create a new attempt to force finish the respective DR plan action.

Allowed:
Responses
204

No Content

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*