Modify Alerts
DescriptionModify multiple Alerts by looking them up using their identifiers and performing one of the following actions - Suspend, Cancel,Take Ownership, Release Ownership
Examples: POST /api/alerts?action=suspend&minutes=1
POST /api/alerts?action=cancel
POST /api/alerts?action=takeownership
POST /api/alerts?action=releaseownership
POST /api/alerts?action=assignownership
Request
URLURL
Query Parameters
Query Parameters
The action to take
The number of minutes to suspend an alert. Required when action is Suspend, otherwise ignored.
Page number from which data needs to be displayed (0-based)
Expected number of entries per page
User Account identifier. Optional request parameter that is applicable when action is assignownership.
Request Body
Identifiers of the Alerts
Authentication
Response
Response BodyResponse Body
200 OK
The Alerts on which the action has been performed
Errors
Error occurred while performing the specified action