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": "",
"rowLimit": 123,
"sizeLimitBytes": ""
}
}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": "",
"rowLimit": 123,
"sizeLimitBytes": ""
}
}Was this page helpful?