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" ] }