Create Dashboard
Creates a new dashboard
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Dashboard name.
1024"New Dashboard"
List of tiles/charts to include in the dashboard.
500Tags for organizing and filtering dashboards.
5032Dropdown filters added to the dashboard. Each one broadcasts its selected value as a condition, acts as a variable which can be referenced in tile queries, or both.
Optional default dashboard query to persist on the dashboard.
"service.name = 'api'"
Query language used by savedQuery.
sql, lucene "sql"
Optional default dashboard filter values to persist on the dashboard.
A single saved dashboard filter selection. Either a rendered SQL condition, or a selection addressed by the name of the dashboard variable it belongs to.
- Option 1
- Option 2
Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.
50Response
Successfully created dashboard
The dashboard object.