Authorizations
API key authentication
Query Parameters
Filter configuration for incident events
Pagination parameters for list requests
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/events \
--header 'Authorization: <api-key>'{
"items": [
{
"cxEventKey": "<string>",
"cxEventTimestamp": "2023-11-07T05:31:56Z",
"incidentEvent": {
"id": "incident_event_id",
"incidentEventType": "INCIDENT_EVENT_TYPE_UNSPECIFIED",
"operationalEvent": {
"systemName": "<string>"
},
"originatorType": "ORIGINATOR_TYPE_UNSPECIFIED",
"snoozeIndicator": {
"durationMinutes": 123,
"startTime": "2023-11-07T05:31:56Z",
"userId": "<string>"
}
},
"incidentEventExtendedMetadata": {
"alertGroupByFields": [
"<string>"
],
"alertId": "<string>",
"alertLabels": [
{
"key": "key",
"value": "value"
}
],
"alertName": "<string>",
"alertType": "INCIDENT_EVENT_ALERT_TYPE_STANDARD_OR_UNSPECIFIED",
"incidentPermutation": {},
"incidentSeverity": "INCIDENT_SEVERITY_UNSPECIFIED",
"incidentState": "INCIDENT_STATE_UNSPECIFIED",
"incidentStatus": "INCIDENT_STATUS_UNSPECIFIED",
"isMuted": true
}
}
],
"pagination": {
"nextPageToken": "next_page_token",
"totalSize": 100
}
}List incident events with support for filtering, pagination, and ordering.
Requires the following permissions:
incidents:readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/events \
--header 'Authorization: <api-key>'{
"items": [
{
"cxEventKey": "<string>",
"cxEventTimestamp": "2023-11-07T05:31:56Z",
"incidentEvent": {
"id": "incident_event_id",
"incidentEventType": "INCIDENT_EVENT_TYPE_UNSPECIFIED",
"operationalEvent": {
"systemName": "<string>"
},
"originatorType": "ORIGINATOR_TYPE_UNSPECIFIED",
"snoozeIndicator": {
"durationMinutes": 123,
"startTime": "2023-11-07T05:31:56Z",
"userId": "<string>"
}
},
"incidentEventExtendedMetadata": {
"alertGroupByFields": [
"<string>"
],
"alertId": "<string>",
"alertLabels": [
{
"key": "key",
"value": "value"
}
],
"alertName": "<string>",
"alertType": "INCIDENT_EVENT_ALERT_TYPE_STANDARD_OR_UNSPECIFIED",
"incidentPermutation": {},
"incidentSeverity": "INCIDENT_SEVERITY_UNSPECIFIED",
"incidentState": "INCIDENT_STATE_UNSPECIFIED",
"incidentStatus": "INCIDENT_STATUS_UNSPECIFIED",
"isMuted": true
}
}
],
"pagination": {
"nextPageToken": "next_page_token",
"totalSize": 100
}
}API key authentication
Filter configuration for incident events
Show child attributes
Pagination parameters for list requests
Show child attributes
Show child attributes
Was this page helpful?