curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "custom_enrichment_description",
"file": {
"binary": "0xFABB32",
"extension": "csv",
"name": "file_name",
"size": 100
},
"name": "custom_enrichment_name"
}
'{
"customEnrichment": {
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
},
"message": "Custom enrichment created successfully"
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "custom_enrichment_description",
"file": {
"binary": "0xFABB32",
"extension": "csv",
"name": "file_name",
"size": 100
},
"name": "custom_enrichment_name"
}
'{
"customEnrichment": {
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
},
"message": "Custom enrichment created successfully"
}API key authentication
Was this page helpful?