API Endpoints
Change mirror state
POST /api/v1/mirrors/state_change
This endpoint can be used for changing the state of a mirror. To be specific, it can be used for:
- Pausing a mirror
- Resuming a mirror
- Dropping a mirror
Request Fields
flowJobName
string
requiredThe name of the mirror.
requestedFlowState
string
requiredThe state to change the mirror to. Possible values are:
STATUS_PAUSED
- Pause the mirrorSTATUS_RUNNING
- Resume the mirrorSTATUS_TERMINATED
- Drop the mirror
Response Fields
Ok
boolean
Whether the request was successful.