ApiDashboard Data Model

A dashboard definition. Dashboards are composed of tsquery-based charts.

Properties
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" : "..."
}