Update Custom Enrichment
https://api.coralogix.com/mgmt/openapi/5/enrichment-rules/custom-enrichment-rules/v1Updates a custom enrichment rule.
Authorizations
Request
Body
This request data structure is used to update a custom enrichment
- Option 1
- Option 2
- Option 3
The custom enrichment id.
Possible values: >= 0 and <= 2147483647
1New human-readable description of the custom enrichment.
Possible values: <= 255 characters, Value must match regular expression ^[\s\S]*$
custom_enrichment_descriptionBinary content of the file encoded as base64. The account's enrichment file size limit applies to the decoded byte size (20971520 bytes / 20 MiB by default); maxLength bounds the base64-encoded string.
Possible values: <= 27962028 characters
0xFABB32File extension indicating the file format. Only "csv" is currently supported.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^csv$
csvName of the file.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]*$
file_nameTextual content of the file as a UTF-8 string. The account's enrichment file size limit applies to the UTF-8 byte size of the content (20971520 bytes / 20 MiB by default); maxLength is an upper bound in characters.
Possible values: <= 20971520 characters, Value must match regular expression ^[\s\S]*$
row1,row2 value1,value2New human-readable name for the custom enrichment. May contain only letters, digits, and underscores.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^\w+$
custom_enrichment_nameResponse
This response data structure is obtained when a custom enrichment is updated