Skip to main content
POST

Авторизации

Authorization
string
header
обязательно

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Тело

application/json
name
string
обязательно

Dashboard name.

Maximum string length: 1024
Пример:

"New Dashboard"

tiles
object[]
обязательно

List of tiles/charts to include in the dashboard.

Maximum array length: 500
tags
string[]

Tags for organizing and filtering dashboards.

Maximum array length: 50
Maximum string length: 32
Пример:
filters
object[]

Dashboard filter keys to add to the dashboard and apply across all tiles

savedQuery
string | null

Optional default dashboard query to persist on the dashboard.

Пример:

"service.name = 'api'"

savedQueryLanguage
enum<string> | null
по умолчанию:lucene

Query language used by savedQuery.

Доступные опции:
sql,
lucene
Пример:

"sql"

savedFilterValues
object[]

Optional default dashboard filter values to persist on the dashboard.

containers
object[]

Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.

Maximum array length: 50

Ответ

Successfully created dashboard

data
object

The dashboard object.

Последнее изменение 15 июля 2026 г.