Werk #15432: agent: GET non existent agent hash now returns a 404 response
Komponente | REST API |
Titel | agent: GET non existent agent hash now returns a 404 response |
Datum | 02.03.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.3.0b1 2.2.0b1 2.1.0p24 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
This werk is to fix an issue when requesting an agent that doesn't exist via the following endpoints
GET /objects/agent/non-existing-hash GET /domain-types/agent/actions/download_by_hash/invoke
Previously, both of these endpoints would respond with a 500 internal server error, but now we conform to our other endpoints and we return a problem response with an appropriate message.