Werk #15680: downtimes: duration field changed from seconds to minutes
Component | REST API | ||||
Title | downtimes: duration field changed from seconds to minutes | ||||
Date | Apr 26, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Incompatible - Manual interaction might be required | ||||
Checkmk versions & editions |
|
This werk addresses an issue with the downtimes endpoint. When creating a downtime, the duration field was accepting an integer that represented the downtime in seconds. The problem was that the gui shows this in minutes. The fix changes the duration field to accpet integers that represent minutes instead.