No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v3/alert-event/%7Bid%7D?pagination.pageSize=SOME_INTEGER_VALUE&pagination.pageToken=SOME_STRING_VALUE';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"id": "<string>",
"singlePermutation": {
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
},
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
}
]
},
"pagination": {
"totalSize": 123,
"nextPageToken": "<string>"
}
}
API key authentication
Alert event ID
A successful response.
The response is of type object
.
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v3/alert-event/%7Bid%7D?pagination.pageSize=SOME_INTEGER_VALUE&pagination.pageToken=SOME_STRING_VALUE';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"id": "<string>",
"singlePermutation": {
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
},
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
}
]
},
"pagination": {
"totalSize": 123,
"nextPageToken": "<string>"
}
}
No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v3/alert-event/%7Bid%7D?pagination.pageSize=SOME_INTEGER_VALUE&pagination.pageToken=SOME_STRING_VALUE';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"id": "<string>",
"singlePermutation": {
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
},
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
}
]
},
"pagination": {
"totalSize": 123,
"nextPageToken": "<string>"
}
}
API key authentication
Alert event ID
A successful response.
The response is of type object
.
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v3/alert-event/%7Bid%7D?pagination.pageSize=SOME_INTEGER_VALUE&pagination.pageToken=SOME_STRING_VALUE';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"id": "<string>",
"singlePermutation": {
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
},
"multiplePermutation": {
"alertEventMultiplePermutation": [
{
"permutationLabels": {},
"groupLabels": {},
"timestamp": "2023-11-07T05:31:56Z",
"alertId": "<string>",
"status": "ALERT_STATUS_RESOLVED_OR_UNSPECIFIED",
"preGroupingEventId": "<string>",
"payload": {},
"payloadType": "<string>",
"permutationId": "<string>",
"incidentCorrelationKey": "<string>",
"activityAnalysis": {
"rules": [
"<string>"
],
"status": "ACTIVITY_ANALYSIS_STATUS_ACTIVATE_OR_UNSPECIFIED"
}
}
]
},
"pagination": {
"totalSize": 123,
"nextPageToken": "<string>"
}
}