Werk #18582: Fix negation in REST API Livestatus queries
| Component | REST API | ||||||
| Title | Fix negation in REST API Livestatus queries | ||||||
| Date | Mar 25, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Negated Livestatus queries built via the cmk.livestatus_client Python module generated an invalid
Negate: 1 header instead of the correct Negate: header (without an argument), which could lead
to unexpected query results.
REST API endpoints that accept user-defined Livestatus queries were also affected, as they use this client internally.