A dashboard is Datadog’s tool for visually tracking, analyzing, and displaying key performance metrics, which enable you to monitor the health of your infrastructure.

Hierarchy

  • Dashboard

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authorHandle?: string

Identifier of the dashboard author.

authorName?: string

Name of the dashboard author.

createdAt?: Date

Creation date of the dashboard.

description?: string

Description of the dashboard.

id?: string

ID of the dashboard.

isReadOnly?: boolean

Whether this dashboard is read-only. If True, only the author and admins can make changes to it.

This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards.

Layout type of the dashboard.

modifiedAt?: Date

Modification date of the dashboard.

notifyList?: string[]

List of handles of users to notify when changes are made to this dashboard.

reflowType?: DashboardReflowType

Reflow type for a new dashboard layout dashboard. Set this only when layout type is 'ordered'. If set to 'fixed', the dashboard expects all widgets to have a layout, and if it's set to 'auto', widgets should not have layouts.

restrictedRoles?: string[]

A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.

This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards.

tags?: string[]

List of team names representing ownership of a dashboard.

templateVariablePresets?: DashboardTemplateVariablePreset[]

Array of template variables saved views.

templateVariables?: DashboardTemplateVariable[]

List of template variables for this dashboard.

title: string

Title of the dashboard.

url?: string

The URL of the dashboard.

widgets: Widget[]

List of widgets to display on the dashboard.

Generated using TypeDoc