curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"requestEnrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "sourceIPs",
"enrichedFieldName": "<string>",
"selectedColumns": [
"<string>"
]
}
]
}
'{
"enrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "1",
"id": 1,
"enrichedFieldName": "1",
"selectedColumns": [
"city",
"population"
]
}
]
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"requestEnrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "sourceIPs",
"enrichedFieldName": "<string>",
"selectedColumns": [
"<string>"
]
}
]
}
'{
"enrichments": [
{
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": "1",
"id": 1,
"enrichedFieldName": "1",
"selectedColumns": [
"city",
"population"
]
}
]
}API key authentication
This response data structure represents a collection of enrichments
Show child attributes
Response data structure for enrichments creation
Show child attributes
Was this page helpful?