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