Werk #1714: Add support for jsonp export (next to json and python)
Component | User interface | ||
Title | Add support for jsonp export (next to json and python) | ||
Date | Dec 8, 2014 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The web service for exporting data from views now also supports JSONP. This is basically the same as JSON, but everything is wrapped into parseJSON(...). You can select this by adding &output_format=jsonp to the URL of a Multisite view.