Werk #13955: Add endpoints for querying metric data
Komponente | REST API |
Titel | Add endpoints for querying metric data |
Datum | 28.07.2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 |
Level | Kleine Änderung |
Klasse | Neues Feature |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
The REST API now has endpoints for querying metric data. They are analogous to the Web API endpoint. If you have any calls to ".../cmk/check_mk/webapi.py?action=get_graph...", please use the REST endpoints ("/domain-types/metric/actions/*/invoke") instead.
Please note that the request and response schemas differ from the Web API and any client code should be adjusted accordingly. Further details about the schemas can be found in the documentation of respective endpoints.