Werk #5913: webapi: Fixed handling of the option mode in service discovery

Komponente Setup
Titel webapi: Fixed handling of the option mode in service discovery
Datum 11.04.2018
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 1.4.0p31 1.5.0b2 1.6.0b1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

The previous implementation of the option "mode" in service_discovery did not allow a handling in the same way as in other webapi requests like including it into the request part. This is now fixed. The old behaviour is still supported.

old only supported this syntax: curl "http://localhost/$OMD_SITE/check_mk/webapi.py?action=discover_services&_username=automation&_secret=$(cat $OMD_ROOT/var/check_mk/web/automation/automation.secret)&mode=refresh" -d 'request={"hostname":"heute"}'

newly supported and now coherent to other calls: curl "http://localhost/$OMD_SITE/check_mk/webapi.py?action=discover_services&_username=automation&_secret=$(cat $OMD_ROOT/var/check_mk/web/automation/automation.secret)" -d 'request={"hostname":"heute", "mode":"refresh"}'

Zur Liste aller Werks