Authorizations
API key authentication
Response
200 - application/json
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/settings \
--header 'Authorization: <api-key>'{
"enrichmentSettings": {
"enrichmentAmountLimit": 123,
"enrichmentsInUse": 123,
"queryOnlyRowLimit": 123,
"queryOnlySizeLimitBytes": "<string>",
"rowLimit": 123,
"sizeLimitBytes": "<string>"
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/settings \
--header 'Authorization: <api-key>'{
"enrichmentSettings": {
"enrichmentAmountLimit": 123,
"enrichmentsInUse": 123,
"queryOnlyRowLimit": 123,
"queryOnlySizeLimitBytes": "<string>",
"rowLimit": 123,
"sizeLimitBytes": "<string>"
}
}API key authentication
Show child attributes
Was this page helpful?