Authorizations
API key authentication
Response
200 - application/json
This response data structure is obtained when all custom enrichments are retrieved
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"customEnrichments": [
{
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"customEnrichments": [
{
"description": "<string>",
"fileName": "<string>",
"fileSize": 123,
"id": 123,
"isQueryOnly": true,
"name": "<string>",
"version": 123
}
]
}API key authentication
This response data structure is obtained when all custom enrichments are retrieved
Show child attributes
Was this page helpful?