Werk #15213: rest_api: time_period exception/active time_ranges default
Komponente | REST API |
Titel | rest_api: time_period exception/active time_ranges default |
Datum | 02.02.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0p21 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
When creating a time_period via the REST-API, the exception time_ranges field is not required, however if it's not provided, it will raise a key error. This werk adds an empty list as a default value, which aligns with the interface functionality of allowing an empty time_range value. The second fix is the same issue but for the active time_ranges field.