Is there a way to see what event breaker rules are being used?
Is there a way to see what event breaker rules are being used by sources without having to go into each source?
Answers
-
It looks like you will be able to get a full list of the sources and the breakers associated with them via the api.
0 -
oh ok never done that
0 -
It is a great question. Let me see if I can validate that is true
0 -
If you head over to the api docs page on the leader node (http(s)://<leadernode>//global-settings/apidocs). At the top of that page, choose the worker group you want to use from the Servers drop down, and then scroll down to the "Inputs" section. From there if you expand the "GET /systems/input" and click the execute button. The response will show up on the page. If you look through that data, you will find a key call "breakerRulesets"
0