Acknowledge incident by event id
POST
https://api.coralogix.com/mgmt/openapi/5/incidents/events/v1/{event_id}/acknowledgeMark incident as acknowledged by event id.
Requires the following permissions:
incidents:acknowledge
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
event_id# stringrequired
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[\s\S]*$
Event ID associated to the Incident to acknowledge
Example:
event_id_1Response
application/json
Response containing the updated incident after acknowledgment
Incident after acknowledgment