curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"enrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "1",
"id": 1,
"enrichedFieldName": "1",
"selectedColumns": [
"city",
"population"
]
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"enrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "1",
"id": 1,
"enrichedFieldName": "1",
"selectedColumns": [
"city",
"population"
]
}
]
}Was this page helpful?