API Guide

default — Success or error response
{
"new_object_id": null,
"id": "ack_alert_success",
"message": "Alert has been acknowledged successfully.",
"messageParams": [],
"messages": [
{
"id": "ack_alert_success",
"message": "Alert has been acknowledged successfully.",
"field_name": null,
"messageParams": []
}
]
}
POST /alerts/{id}/unack
Updates the state of an alert to the OPEN state.
API
POST /alerts/{id}/unack
Description This API updates the state of an alert from ACK to OPEN state.
Parameters
Table 4. API parameters
Filter name Description
*id
required string (path)
The alert ID to unacknowledge.
Responses 200 — Success or error response
{
"new_object_id": null,
"id": "unack_alert_success",
"message": "Alert has been un-acknowledged successfully.",
"messageParams": [],
"messages": [
{
"id": "unack_alert_success",
"message": "Alert has been un-acknowledged successfully.",
"field_name": null,
"messageParams": []
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": null,
"id": "unack_alert_success",
"message": "Alert has been un-acknowledged successfully.",
"messageParams": [],
"messages": [
{
"id": "unack_alert_success",
"message": "Alert has been un-acknowledged successfully.",
"field_name": null,
"messageParams": []
}
]
}
14
Alerts