7.2. Dashboard ScriptingΒΆ
There exist various Dashboard related APIs:
- HTTP JSON API
A programming language independent HTTP-API that requires a running Dashboard and credentials to connect to it
- Python Dashboard API
A Python API that wraps the HTTP API and also provides other Dashboard related functionality
- Report Scripting Framework
A Framework for creating pluggable report creation modules that builds upon the Python Dashboard API
- Visualization Framework
A Framework for creating python modules that provide custom content like graphs to be rendered inside the Dashboard that builds upon the Python Dashboard API