curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/contextual-data/v1/{integration_id}/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationData": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"key": "<string>",
"sensitiveData": {}
}
]
},
"version": "<string>"
}
}
'{
"result": {
"success": {}
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/contextual-data/v1/{integration_id}/test \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationData": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"key": "<string>",
"sensitiveData": {}
}
]
},
"version": "<string>"
}
}
'{
"result": {
"success": {}
}
}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.
API key authentication
This data structure represents the metadata of an integration.
Show child attributes
Show child attributes
Was this page helpful?