Table of Contents
grafana_dashboard.model
Model Objects
class Model()
The class includes all necessary variables to specify a query for the datasource search endpoint
Arguments:
- dashboard_templates_pathstr - Specify the template path for all dashboard's (default None)
- dashboard_typestr - Specify the dashboard type e.g. database (default None)
- dashboard_namestr - Specify the dashboard name e.g. postgres (default None)
- dashboard_versionstr - Specify the dashboard version e.g. v13 (default None)