Werk #16994: REST-API: error 500 on service discovery when disabling active or custom checks
Komponente | REST API | ||||||
Titel | REST-API: error 500 on service discovery when disabling active or custom checks | ||||||
Datum | 26.08.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
When disabling an active or custom check and running the service discovery via the REST-API, for example with the
/domain-types/service_discovery_run/actions/start/invoke
endpoint, this would cause an error 500 to be returned.
Now, the service discovery via the REST-API works as expected.