Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: a776eac13d6494222ace29daaaffcc4279f81fe3
https://github.com/tribe29/checkmk/commit/a776eac13d6494222ace29daaaffcc427…
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