The Notification documentation mentions
If policies other than the default policy are defined, it will inspect those notification policies in descending order.
What does descending order mean? Does it evaluate those with the most amount of defined matcher labels first?
Hi! Policies are ordered. It visits each policy in the order shown in the user interface. For example, it will check foo=bar
before it checks bar=baz
.
1 Like
nickidw
January 19, 2024, 10:12am
3
Thanks George. Out of interest, is there a way to re-order by dragging instead of updating rules?
I’m afraid not right now, it’s something that’s on the radar though. Best option is to use the Provisioning API if re-ordering is required, or delete and re-create using the UI.
1 Like
nickidw
January 19, 2024, 10:50am
5
Thank you, appreciate the response.