Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1714
blobd5137bf846eadc2a4be9bba44b2ac20999e171bb
1 Title: Add support for jsonp export (next to json and python)
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1418053509
7 Class: feature
9 The web service for exporting data from views now also supports JSONP. This
10 is basically the same as JSON, but everything is wrapped into <tt>parseJSON(</tt>...<tt>)</tt>.
11 You can select this by adding <tt>&output_format=jsonp</tt> to the URL of a Multisite view.