Enrichment Order Objects

The schema for order calls

API Endpoints/resources/v2.1/enrichments-config
/resources/v2.1/enrichments-config/{tag_name}/order
Supported MethodsPUT

Tag Order Parameters

AttributeDescriptionType
created_byThe user who created the tag order.String
alert_tags_orderAlert tags listed in the order they should be run. By default tags are ordered by creation time.Array of Strings

Sample Object:

{
     "alert_tags_order": [
          "host",
          "application",
          "check"
     ]
}

Enrichment Item Order Parameters

AttributeDescriptionType
created_byThe user who created the enrichment item order.String
enrichment_orderEnrichment 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"
     ]
}