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 |
|
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.