Authorizations
API key authentication
Query Parameters
Example:
"custom_enrichment_name"
Example:
"custom_enrichment_description"
This data structure represents a file
- File
- File
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"
}No description available
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"
}API key authentication
"custom_enrichment_name"
"custom_enrichment_description"
This data structure represents a file
Show child attributes
Was this page helpful?