Authorizations
API key authentication
Body
application/json
This data structure represents the metadata of an integration.
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/contextual-data/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"booleanValue": true,
"key": "<string>"
}
]
},
"version": "<string>"
}
}'{
"integrationId": "<string>"
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/contextual-data/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"booleanValue": true,
"key": "<string>"
}
]
},
"version": "<string>"
}
}'{
"integrationId": "<string>"
}API key authentication
This data structure represents the metadata of an integration.
Show child attributes
Was this page helpful?