Werk #13409: RESTAPI: do not update config generation on certain post requests
Component | REST API |
Title | RESTAPI: do not update config generation on certain post requests |
Date | Feb 21, 2022 |
Checkmk Editon | Checkmk Raw (CRE) |
Checkmk Version | 2.0.0p21 2.2.0i1 2.1.0b1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Before this change the following endpoints triggered a configuration rebuild:
- /api/1.0/domain-types/acknowledge/collections/host
- /api/1.0/domain-types/acknowledge/collections/service
- /api/1.0/domain-types/downtime/collections/host
- /api/1.0/domain-types/downtime/collections/service
- /api/1.0/domain-types/downtime/actions/delete/invoke
Those endpoints will no longer trigger a config rebuild.