Skip to main content
Create Custom Enrichments
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/custom_enrichment \
  --header 'Authorization: <api-key>'
{
  "customEnrichment": {
    "description": "<string>",
    "fileName": "<string>",
    "fileSize": 123,
    "id": 123,
    "isQueryOnly": true,
    "name": "<string>",
    "version": 123
  },
  "message": "Custom enrichment created successfully"
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

name
string
Example:

"custom_enrichment_name"

description
string
Example:

"custom_enrichment_description"

file
object

This data structure represents a file

  • File
  • File

Response

200 - application/json

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

customEnrichment
object
required
message
string
Example:

"Custom enrichment created successfully"