Werk #13443: list rules endpoint failed to list rulesets containing a hyphen
| Component | REST API | ||||
| Title | list rules endpoint failed to list rulesets containing a hyphen | ||||
| Date | Feb 7, 2023 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Incompatible - Manual interaction might be required | ||||
| Checkmk versions & editions |
|
Before this change it was possible to query rules prefixed with active_checks: or static_checks: with a hyphen instead of a colon. For example "static_checks-inotify" was valid and returned the rules for "static_checks:notify".
This is no longer possible.