Werk #14508: profiling using "enable_by_var" in the REST API
Component | REST API |
Title | profiling using "enable_by_var" in the REST API |
Date | Sep 22, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0p13 2.0.0p29 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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.