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

Werk #13930: adjust Rule response format in REST API

Component REST API
Title adjust Rule response format in REST API
Date Apr 28, 2022
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0b9 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

The response of the Rule object has been changed from singular to plural in some cases.

Concretely, the following fields have been changed:

  • host_tag -> host_tags
  • host_label -> host_labels
  • service_label -> service_labels

If you use statically typed language, you may have to recompile your auto generated API client.

To the list of all Werks