The schema for order calls
API Endpoints | /resources/v2.1/enrichments-config /resources/v2.1/enrichments-config/{tag_name}/order |
Supported Methods | PUT |
Tag Order Parameters
Attribute | Description | Type | Example |
---|---|---|---|
created_by | The user who created the tag order. | String | 60c5238222fa55553d93d555 |
alert_tags_order | Alert tags listed in the order they should be run. By default tags are ordered by creation time. | Array of Strings | "alert_tags_order":["owner", "cluster", "host"] |
Enrichment Item Order Parameters
Attribute | Description | Type | Example |
---|---|---|---|
created_by | The user who created the enrichment item order. | String | 60c5238222fa55553d93d555 |
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 | "enrichment_order": [ "49ff0d51-8e73-43a7-9cdd-6ffff242666", "5036032b-eb0c-461e-ff17-74a05785777", "d987df48-83f6-40ff-a985-ad6f8927888", "6cff549b-7c14-43f9-950f-3f73706ff99" ] |