Create Dashboard
Creates a new dashboard
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cuerpo
Dashboard name.
1024"New Dashboard"
List of tiles/charts to include in the dashboard.
500Tags for organizing and filtering dashboards.
5032Dashboard filter keys to add to the dashboard and apply across all tiles
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.
Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.
50Respuesta
Successfully created dashboard
The dashboard object.