curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1/all/contents \
--header 'Authorization: <api-key>'{
"customEnrichmentsData": [
{
"definition": {
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
},
"textual": "<string>"
}
]
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1/all/contents \
--header 'Authorization: <api-key>'{
"customEnrichmentsData": [
{
"definition": {
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
},
"textual": "<string>"
}
]
}API key authentication
This data structure represents a search clause
Show child attributes
Show child attributes
Was this page helpful?