EnrichmentPolicy
EnrichmentPolicy - Create
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/EnrichmentPolicyParameters
Field
Label in UI
Type
Description
Request Example
{
"data": {
"name": "testPolicy",
"specifications": [
{
"rules": [
{
"category": "simple",
"source_key": "id",
"prefix": false,
"operation": "Equals",
"type": "string",
"event_key": "id"
}
],
"source": "test_odbc",
"criteria": [
{
"type": "KeyPresents",
"key": "id",
"value": ""
}
]
}
],
"description": "Enrichment Policy <i> description </i>."
}
}Success Response
EnrichmentPolicy - Edit
Parameters
Field
Label in UI
Type
Description
Request Example
Success Response
EnrichmentPolicy - Get
Parameters
Field
Label in UI
Type
Description
Success Response
EnrichmentPolicy - List
Success Response
EnrichmentPolicy - Trash
Parameters
Field
Label in UI
Type
Description
Success Response
Last updated
Was this helpful?