Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #18290: REST-API: re-use existing notification parameters

Component REST API
Title REST-API: re-use existing notification parameters
Date Oct 10, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0p14 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

When creating notification rules via the REST-API, a new notification parameter was created each time, even if an identical parameter already existed. This led to unnecessary duplication of notification parameters.

To address this issue, the REST-API now re-uses existing notification parameters when creating new notification rules. This change reduces duplication and improves the efficiency of the notification system.

We have also added an update action that will remove any duplicate notification parameters and also update the notification rules to reference the re-used parameters.

To the list of all Werks