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 |
---|---|---|
created_by | The user who created the tag order. | String |
alert_tags_order | Alert 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
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"
]
}