Authorizations
API key authentication
Query Parameters
- Search Clause
- Search Clause
Response
200 - application/json
- Option 1
- Option 2
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1/search \
--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/search \
--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
Show child attributes
Show child attributes
Was this page helpful?