curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/v3/alert-event/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"activityAnalysis": {
"rules": [
"<string>"
]
},
"alertId": "<string>",
"groupLabels": {},
"incidentCorrelationKey": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"permutationLabels": {},
"preGroupingEventId": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
]
},
"pagination": {
"nextPageToken": "<string>",
"totalSize": 123
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/v3/alert-event/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"activityAnalysis": {
"rules": [
"<string>"
]
},
"alertId": "<string>",
"groupLabels": {},
"incidentCorrelationKey": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"permutationLabels": {},
"preGroupingEventId": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
]
},
"pagination": {
"nextPageToken": "<string>",
"totalSize": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Was this page helpful?