Skip to main content
Get Enrichments
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
  --header 'Authorization: <api-key>'
{
  "enrichments": [
    {
      "enrichedFieldName": 1,
      "enrichmentType": {
        "geoIp": {
          "withAsn": true
        }
      },
      "fieldName": 1,
      "id": 1,
      "selectedColumns": [
        [
          "city",
          "population"
        ]
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

200 - application/json

This response data structure represents a collection of enrichments

enrichments
Enrichment · object[]
required