Werk #14508: profiling using "enable_by_var" in the REST API
Komponente | REST API |
Titel | profiling using "enable_by_var" in the REST API |
Datum | 22.09.2022 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0p13 2.0.0p29 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
When using the query string variable "_profile=1" to dynamically enable profiling, the REST API complained about "_profile" being an unknown paramter. This is no longer the case, as the argument is now removed before passing the request to the REST API.
There are no futher actions to be taken.