Act on an alert

Applies one operator action and appends it to the history. ACKNOWLEDGED accepts the alert as real; ASSIGNED gives it an owner and acknowledges it on the way through; UNASSIGNED gives up ownership without closing; COMMENTED adds a note and changes nothing; CLOSED ends the lifecycle with a resolution; REOPENED puts a closed alert back in the queue. Actions are idempotent where it is sensible for them to be, so a portlet can offer them without reasoning about current state.

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

An operator action against one alert.

string
enum
required

Which action to apply. ACKNOWLEDGED, ASSIGNED, UNASSIGNED, COMMENTED, CLOSED or REOPENED.

int64

Required for ASSIGNED - the user to assign the alert to

string
length ≤ 4000

Optional note recorded against the action. Required when the action is COMMENTED.

string

Required for OWNER_CHANGED - the email of the person now accountable

string
length ≤ 100

For CLOSED, why it was closed. Suggested values are FIXED, WONT_FIX, NOT_AN_ISSUE and EXPECTED

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json