Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: f8f34c1671727f9e8894fca523ab730dd26e02d0
https://github.com/tribe29/checkmk/commit/f8f34c1671727f9e8894fca523ab730dd…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
A .werks/11612
M cmk/gui/plugins/webapi/bulk_discovery.py
Log Message:
-----------
11612 FIX Web API: bulk_discovery_start: Prevent error when parsing bulk_size parameter
An API call to the endpoint bulk_discovery_start could fail in case the bulk_size
parameter was given as string (via URL or request body). A TypeError was raised
in this case. The API now converts the type as expected.
Change-Id: If1529012740701a9f830eb88e1e86929280993fd