Enrichment Item Order Parameters
By default this list is empty and the execution order runs based on the creation time. New tags will only appear in the alert_tags_order
array after an update to the tag order
Enrichment item order is based on the order it appears in the UI or API call.
New rules will be added to the top of the existing enrichment order.
Attribute | Description | Type |
---|---|---|
created_by | The user who created the enrichment item order. | String |
enrichment_order | Enrichment items listed in the order they should be run. By default items are ordered by the order they appear in the call. | Array of Strings |
Sample Object
{ "enrichment_order": [ "b6a7e384-ad82-4db4-b83b-9c87fabafdc9", "b6a7e384-ad82-4db4-b83b-9c87fa8a1118" ] }