A dashboard definition. Dashboards are composed of tsquery-based charts.
| name | data type | description | 
|---|---|---|
| name | string | Returns the dashboard name. | 
| json | string | Returns the json structure for the dashboard. This should be treated as an opaque blob. | 
Example
{
  "name" : "...",
  "json" : "..."
}