Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/alert-event/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"pagination": {
"nextPageToken": "<string>",
"totalSize": 123
},
"singlePermutation": {
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
},
"alertId": "<string>",
"groupLabels": {},
"incidentCorrelationKey": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"permutationLabels": {},
"preGroupingEventId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"timestamp": "2023-11-07T05:31:56Z"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/alert-event/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"pagination": {
"nextPageToken": "<string>",
"totalSize": 123
},
"singlePermutation": {
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
},
"alertId": "<string>",
"groupLabels": {},
"incidentCorrelationKey": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"permutationLabels": {},
"preGroupingEventId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"timestamp": "2023-11-07T05:31:56Z"
}
}API key authentication
Was this page helpful?