Update an alert

To update an alert, perform a PUT operation to reapply all of the alert attributes. View the alert attributes by using a GET operation, edit the attributes, and then perform a PUT operation using all of the attributes.

You can update the following attributes: alertState, alertUrgency, notes (to add a note), assignToUser.

Prerequisites

  • Minimum required session ID privileges: Server administrator

Updating an alert using REST APIs
  1. Select an alert URI.

    GET /rest/alerts

  2. Get the alert using the URI from step 1.

    GET /rest/alerts/{id}

  3. Edit the alert.

  4. Update the alert.

    PUT /rest/alerts/{id}