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
2.2.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p21 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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.

To the list of all Werks