Close an incident.
POST
https://LogPoint-IP/close_incident
Parameter |
Value Type |
Description |
|---|---|---|
username |
String |
A LogPoint username |
secret_key |
String |
Secret key of LogPoint. Refer to Accessing the Secret Key. |
requestData |
JSON Object |
A JSON objects containing the following parameter: incident_ids: A list of values of the field ‘id’ of one or more incident(s). |
params={
"username": "John",
"secret_key": "a1b2c3d4e5f6g7h8i9j0k1",
"requestData": {
"version": "0.1",
"incident_ids": [
"5a62bd8cce983de89085429c",
"5a62bd8cce983de89085429b",
"5a62bd8cce983de89085429e"
]
}
}
{
"success": true,
"message": "Incidents closed"
}
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support