No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/integrations?includeTestingRevision=SOME_BOOLEAN_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));
{
"integrations": [
{
"integration": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"darkIcon": "<string>",
"tags": [
"<string>"
],
"versions": [
"<string>"
],
"integrationType": {
"managed": {
"variant": "DEFAULT"
},
"untracked": {},
"cloudformation": {},
"arm": {},
"pushBasedContextualData": {},
"contextualData": {},
"genericWebhook": {}
},
"featureFlag": "<string>"
},
"amountIntegrations": 123,
"errors": [
"<string>"
],
"upgradeAvailable": true,
"isNew": true
}
]
}
API key authentication
A successful response.
This data structure represents a list of outgoing webhook types.
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/integrations?includeTestingRevision=SOME_BOOLEAN_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));
{
"integrations": [
{
"integration": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"darkIcon": "<string>",
"tags": [
"<string>"
],
"versions": [
"<string>"
],
"integrationType": {
"managed": {
"variant": "DEFAULT"
},
"untracked": {},
"cloudformation": {},
"arm": {},
"pushBasedContextualData": {},
"contextualData": {},
"genericWebhook": {}
},
"featureFlag": "<string>"
},
"amountIntegrations": 123,
"errors": [
"<string>"
],
"upgradeAvailable": true,
"isNew": true
}
]
}
No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/integrations?includeTestingRevision=SOME_BOOLEAN_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));
{
"integrations": [
{
"integration": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"darkIcon": "<string>",
"tags": [
"<string>"
],
"versions": [
"<string>"
],
"integrationType": {
"managed": {
"variant": "DEFAULT"
},
"untracked": {},
"cloudformation": {},
"arm": {},
"pushBasedContextualData": {},
"contextualData": {},
"genericWebhook": {}
},
"featureFlag": "<string>"
},
"amountIntegrations": 123,
"errors": [
"<string>"
],
"upgradeAvailable": true,
"isNew": true
}
]
}
API key authentication
A successful response.
This data structure represents a list of outgoing webhook types.
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/integrations?includeTestingRevision=SOME_BOOLEAN_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));
{
"integrations": [
{
"integration": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"darkIcon": "<string>",
"tags": [
"<string>"
],
"versions": [
"<string>"
],
"integrationType": {
"managed": {
"variant": "DEFAULT"
},
"untracked": {},
"cloudformation": {},
"arm": {},
"pushBasedContextualData": {},
"contextualData": {},
"genericWebhook": {}
},
"featureFlag": "<string>"
},
"amountIntegrations": 123,
"errors": [
"<string>"
],
"upgradeAvailable": true,
"isNew": true
}
]
}