Create Dashboard
Creates a new dashboard
Авторизации
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Тело
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.
Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.
50Ответ
Successfully created dashboard
The dashboard object.