curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/contextual-data/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationId": "<string>",
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"sensitiveData": {},
"key": "<string>"
}
]
},
"version": "<string>"
}
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/integrations/contextual-data/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"integrationId": "<string>",
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"sensitiveData": {},
"key": "<string>"
}
]
},
"version": "<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.
API key authentication
The response is of type Update contextual data integration response · object.
Was this page helpful?