Authorizations
API key authentication
Path Parameters
Example:
"aws-sqs"
Query Parameters
Response
This data structure represents a list of outgoing webhook types.
This data structure represents a definition of an integration.
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/definition/{id} \
--header 'Authorization: <api-key>'{
"integrationDefinition": {
"featureFlag": "<string>",
"integrationType": {
"pushBasedContextualData": {}
},
"key": "<string>",
"revisions": [
{
"featureFlag": "<string>",
"fields": [
{
"allowedPattern": "<string>",
"applicableIf": {
"type": "UNKNOWN",
"values": [
"<any>"
]
},
"documentationReference": "<string>",
"groupId": "<string>",
"name": "<string>",
"placeholder": "<string>",
"predefined": true,
"readonly": true,
"required": true,
"single": {
"defaultValue": "<string>"
},
"templateParamName": "<string>",
"tooltip": "<string>",
"type": "API_KEY",
"upgradeNotice": "<string>",
"visible": true
}
],
"groups": [
{
"id": "<string>",
"name": "<string>"
}
],
"id": "<string>",
"revisionDeploymentSupported": true,
"terraform": {
"configurationBlocks": [
{
"description": "<string>",
"name": "<string>",
"value": "<string>"
}
]
},
"upgradeInstructionsMd": "<string>"
}
]
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/integrations/v1/definition/{id} \
--header 'Authorization: <api-key>'{
"integrationDefinition": {
"featureFlag": "<string>",
"integrationType": {
"pushBasedContextualData": {}
},
"key": "<string>",
"revisions": [
{
"featureFlag": "<string>",
"fields": [
{
"allowedPattern": "<string>",
"applicableIf": {
"type": "UNKNOWN",
"values": [
"<any>"
]
},
"documentationReference": "<string>",
"groupId": "<string>",
"name": "<string>",
"placeholder": "<string>",
"predefined": true,
"readonly": true,
"required": true,
"single": {
"defaultValue": "<string>"
},
"templateParamName": "<string>",
"tooltip": "<string>",
"type": "API_KEY",
"upgradeNotice": "<string>",
"visible": true
}
],
"groups": [
{
"id": "<string>",
"name": "<string>"
}
],
"id": "<string>",
"revisionDeploymentSupported": true,
"terraform": {
"configurationBlocks": [
{
"description": "<string>",
"name": "<string>",
"value": "<string>"
}
]
},
"upgradeInstructionsMd": "<string>"
}
]
}
}API key authentication
"aws-sqs"
This data structure represents a list of outgoing webhook types.
This data structure represents a definition of an integration.
Show child attributes
Was this page helpful?