Skip to main content
Test integration
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/metadata/v1/test \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integrationData": {
    "integrationKey": "<string>",
    "integrationParameters": {
      "parameters": [
        {
          "apiKey": {
            "id": "<string>",
            "value": "<string>"
          },
          "key": "<string>"
        }
      ]
    },
    "version": "<string>"
  },
  "integrationId": "<string>"
}
'
{
  "result": {
    "failure": {
      "errorMessage": "<string>"
    }
  }
}

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.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for testing an integration configuration.

integrationData
Integration metadata · object

This data structure represents the metadata of an integration.

integrationId
string

ID of the existing integration instance to test.

Response

Response containing the results of an integration test.

result
Test integration result · object

Test integration result.