Skip to main content
GET
List dashboards associated with a log

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

logId
string<uuid>
required

The unique identifier of the log

Response

List of dashboards for the given log

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 the resource

Example:
template
object
metadata
object

Common metadata attached to all persisted resources.