Skip to main content
POST
Error

Autorisations

Authorization
string
header
requis

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

Corps

application/json
name
string
requis

Dashboard name.

Maximum string length: 1024
Exemple:

"New Dashboard"

tiles
object[]
requis

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
Exemple:
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.

Exemple:

"service.name = 'api'"

savedQueryLanguage
enum<string> | null
défaut:lucene

Query language used by savedQuery.

Options disponibles:
sql,
lucene
Exemple:

"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

Réponse

Validation result. HTTP 200 is always returned for valid and invalid bodies — a non-200 response means the request itself failed (auth, server error, etc.).

valid
boolean
requis

True when the body passes all validation rules.

errors
object[]
requis

Validation errors. Empty when valid is true.

normalized
object | null
requis

The parsed dashboard body with defaults applied (no persistence, so no server-assigned tile IDs). Populated when valid is true, null when valid is false.

Dernière modification le 16 juillet 2026