Skip to main content
POST
Create a dashboard

Authorizations

X-BRONTO-API-KEY
string
header
required

Body

application/json
name
string
required

The name of the Dashboard.

Example:

"ExamplePlan"

id
string
Example:

"xyz"

layout
object
Example:

Response

Dashboard created successfully

name
string
required

The name of the dashboard.

Example:

"Application Performance Dashboard"

id
string<uuid>

Unique identifier of the dashboard.

Example:

"d47ac10b-58cc-4372-a567-0e02b2c3d479"

description
string

The description of the dashboard.

Example:

"Overview of application metrics and performance indicators"

widgets
object[]

The widgets included in this dashboard.

layout
object

Optional layout metadata for the dashboard.

tags
object

A map of key value pairs associated with this log

Example:
template
object
metadata
object

Common metadata attached to all persisted resources.