No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/extensions/all';
let options = {
method: 'POST',
headers: {Authorization: 'Bearer <API_KEY>', 'content-type': 'application/json'},
body: '{"includeHiddenExtensions":"false","filter":{"integrations":["[]"]}}'
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"extensions": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"darkModeImage": "<string>",
"revisions": [
{
"version": "<string>",
"description": "<string>",
"excerpt": "<string>",
"labels": [
"[]"
],
"integrationDetails": [
{
"name": "<string>",
"link": "<string>"
}
],
"summary": {
"itemCounts": {
"actions": "0",
"alerts": "0",
"customDashboards": "0",
"enrichments": "0",
"eventsToMetrics": "0",
"grafanaDashboards": "0",
"kibanaDashboards": "0",
"metricsRuleGroup": "0",
"parsingRules": "0",
"savedViews": "0"
},
"isNew": "false"
}
}
],
"isHidden": "false",
"integrations": [
"[]"
],
"keywords": [
"[]"
],
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"[]"
]
}
}
]
}
API key authentication
Request to list all extensions
A successful response.
Response to list all extensions
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/extensions/all';
let options = {
method: 'POST',
headers: {Authorization: 'Bearer <API_KEY>', 'content-type': 'application/json'},
body: '{"includeHiddenExtensions":"false","filter":{"integrations":["[]"]}}'
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"extensions": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"darkModeImage": "<string>",
"revisions": [
{
"version": "<string>",
"description": "<string>",
"excerpt": "<string>",
"labels": [
"[]"
],
"integrationDetails": [
{
"name": "<string>",
"link": "<string>"
}
],
"summary": {
"itemCounts": {
"actions": "0",
"alerts": "0",
"customDashboards": "0",
"enrichments": "0",
"eventsToMetrics": "0",
"grafanaDashboards": "0",
"kibanaDashboards": "0",
"metricsRuleGroup": "0",
"parsingRules": "0",
"savedViews": "0"
},
"isNew": "false"
}
}
],
"isHidden": "false",
"integrations": [
"[]"
],
"keywords": [
"[]"
],
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"[]"
]
}
}
]
}
No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/extensions/all';
let options = {
method: 'POST',
headers: {Authorization: 'Bearer <API_KEY>', 'content-type': 'application/json'},
body: '{"includeHiddenExtensions":"false","filter":{"integrations":["[]"]}}'
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"extensions": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"darkModeImage": "<string>",
"revisions": [
{
"version": "<string>",
"description": "<string>",
"excerpt": "<string>",
"labels": [
"[]"
],
"integrationDetails": [
{
"name": "<string>",
"link": "<string>"
}
],
"summary": {
"itemCounts": {
"actions": "0",
"alerts": "0",
"customDashboards": "0",
"enrichments": "0",
"eventsToMetrics": "0",
"grafanaDashboards": "0",
"kibanaDashboards": "0",
"metricsRuleGroup": "0",
"parsingRules": "0",
"savedViews": "0"
},
"isNew": "false"
}
}
],
"isHidden": "false",
"integrations": [
"[]"
],
"keywords": [
"[]"
],
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"[]"
]
}
}
]
}
API key authentication
Request to list all extensions
A successful response.
Response to list all extensions
Was this page helpful?
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/extensions/all';
let options = {
method: 'POST',
headers: {Authorization: 'Bearer <API_KEY>', 'content-type': 'application/json'},
body: '{"includeHiddenExtensions":"false","filter":{"integrations":["[]"]}}'
};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));
{
"extensions": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"darkModeImage": "<string>",
"revisions": [
{
"version": "<string>",
"description": "<string>",
"excerpt": "<string>",
"labels": [
"[]"
],
"integrationDetails": [
{
"name": "<string>",
"link": "<string>"
}
],
"summary": {
"itemCounts": {
"actions": "0",
"alerts": "0",
"customDashboards": "0",
"enrichments": "0",
"eventsToMetrics": "0",
"grafanaDashboards": "0",
"kibanaDashboards": "0",
"metricsRuleGroup": "0",
"parsingRules": "0",
"savedViews": "0"
},
"isNew": "false"
}
}
],
"isHidden": "false",
"integrations": [
"[]"
],
"keywords": [
"[]"
],
"deprecation": {
"reason": "<string>",
"replacementExtensions": [
"[]"
]
}
}
]
}