curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/metadata/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"key": "<string>",
"sensitiveData": {}
}
]
},
"version": "<string>"
}
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/metadata/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"metadata": {
"integrationKey": "<string>",
"integrationParameters": {
"parameters": [
{
"key": "<string>",
"sensitiveData": {}
}
]
},
"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 object.
Was this page helpful?