Werk #11160: CSV/JSON/Python exports of views: improve formatting of labels

Komponente Core & setup
Titel CSV/JSON/Python exports of views: improve formatting of labels
Datum 27.05.2020
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 1.6.0p20 2.0.0i1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

When exporting a view using %output_format=csv|json|python labels would not get exported properly (concatenated key/value pairs like "key1:value1key2:value2"). This fix turns the export for labels into raw data structures like {'key1':'value1', 'key2':'value2'}.

Zur Liste aller Werks