Werk #17119: parent_scan: resolve failing parent scan background job
Component | REST API | ||||
Title | parent_scan: resolve failing parent scan background job | ||||
Date | Jul 2, 2024 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The REST API endpoint to initiate the parent scan background job returned a 204 status code, which theoretically is correct. However, the started background job failed immediately due to an invalid Python syntax concerning the involving requested hosts. This werk fixes the issue.