Your Apps in Action

Use this form to visualize JSON Schema for Grafana 5.x Dashboards.


{{repoTitle.MainEntity}}

.meta
_

.dashboard
_

dashboard.tags tags associated with dashboard, an array of strings

# Values Actions
{{$index+1}}.
dashboard.panels Panels are the building blocks of a dashboard. It consists of data source queries, type of graphs, aliases, etc. Panel JSON consists of an array of JSON objects, each representing a different panel. Most of the fields are common for all panels but some fields depend on the panel type.

# type title gridPos.x gridPos.y gridPos.w gridPos.h id mode content Actions
{{$index+1}}. {{row.type}} {{row.title}} {{row.gridPos.x}} {{row.gridPos.y}} {{row.gridPos.w}} {{row.gridPos.h}} {{row.id}} {{row.mode}} {{row.content}}    
.dashboard.timepicker
_

dashboard.timepicker.refresh_intervals refresh_intervals

# Values Actions
{{$index+1}}.
.dashboard.templating
_

dashboard.templating.list an array of objects each representing one template variable

# allFormat current.text current.value datasource includeAll multi multiFormat name query refresh Actions
{{$index+1}}. {{row.allFormat}} {{row.current.text}} {{row.current.value}} {{row.datasource}} {{row.includeAllSelected.DisplayText}} {{row.multiSelected.DisplayText}} {{row.multiFormat}} {{row.name}} {{row.query}} {{row.refreshSelected.DisplayText}}    
{{repoTitle.MainEntity}}

.current
_dashboard_templating_list

current.tags tags

# Values Actions
{{$index+1}}.
options array of variable text/value pairs available for selection on dashboard

# selected text value Actions
{{$index+1}}.
{{repoTitle.MainEntity}}


{{message}}