Skip to main content
POST

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
name
string
obrigatório

Dashboard name.

Maximum string length: 1024
Exemplo:

"New Dashboard"

tiles
object[]
obrigatório

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
Exemplo:
filters
object[]

Dropdown 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.

savedQuery
string | null

Optional default dashboard query to persist on the dashboard.

Exemplo:

"service.name = 'api'"

savedQueryLanguage
enum<string> | null
padrão:lucene

Query language used by savedQuery.

Opções disponíveis:
sql,
lucene
Exemplo:

"sql"

savedFilterValues
object[]

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.

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

Resposta

Successfully created dashboard

data
object

The dashboard object.

Última modificação em 27 de agosto de 2026