Skip to main content

Acknowledge incidents

POSThttps://api.coralogix.com/mgmt/openapi/5/incidents/incidents/v1/all/acknowledge

Mark one or more incidents as acknowledged.

Requires the following permissions:

  • incidents:acknowledge

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request to acknowledge one or more incidents

    incidentIds#string[]required

    List of incident IDs to acknowledge

    Possible values: >= 1, <= 10000

    Example: ["3f2504e0-4f89-11d3-9a0c-0305e82c3301","9c858901-8a57-4791-81fe-4c455b099bc9"]

Response

application/json

Response containing the updated incidents after acknowledgment

    List of incidents after acknowledgment

    Possible values: <= 10000