Skip to main content

Update Custom Enrichment

PUThttps://api.coralogix.com/mgmt/openapi/5/enrichment-rules/custom-enrichment-rules/v1

Updates a custom enrichment rule.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

This request data structure is used to update a custom enrichment

    customEnrichmentId#int64required

    The custom enrichment id.

    Possible values: >= 0

    Example: 1
    description#stringrequired

    New human-readable description of the custom enrichment.

    Example: custom_enrichment_description
    file#objectrequiredoneOf
    object
    file.binary#byte

    Binary content of the file encoded as base64.

    Example: 0xFABB32
    file.extension#string

    File extension indicating the file format (e.g., csv, json).

    Example: csv
    file.name#string

    Name of the file.

    Example: file_name
    file.size#int64

    Size of the file in bytes.

    Possible values: >= 0

    Example: 100
    file.textual#string

    Textual content of the file as a UTF-8 string.

    Example: row1,row2 value1,value2
    name#stringrequired

    New human-readable name for the custom enrichment.

    Example: custom_enrichment_name

Response

application/json

This response data structure is obtained when a custom enrichment is updated

    Custom enrichment.

    message#string

    Human-readable message.

    Example: Custom enrichment updated successfully