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 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
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.