Datadog Dashboard

Clone dashboard

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Clone the specified dashboard.

Inputs

Champ

Type

Description

dashboardId [required]

string

The ID of the dashboard to be cloned.

title

string

Replace the cloned dashboard title.

description

string

Replace the cloned dashboard description with the provided string.

Outputs

Expand All

Champ

Type

Description

id

string

ID of the dashboard.

title [required]

string

Title of the dashboard.

description

string

Description of the dashboard.

restricted_roles

[string]

A list of role identifiers.

url

string

The URL of the dashboard.

created_at

date-time

Creation date of the dashboard.

modified_at

date-time

Modification date of the dashboard.

author_handle

string

Identifier of the dashboard author.

author_name

string

Name of the dashboard author.

layout_type [required]

enum

Layout type of the dashboard. Allowed enum values: ordered,free

reflow_type

enum

Reflow type for a new dashboard layout dashboard. Allowed enum values: auto,fixed

notify_list

[string]

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

tags

[string]

List of tags for this dashboard.

template_variables

[object]

List of template variables for this dashboard.

default

string

The default value for the template variable on dashboard load.

prefix

string

The tag prefix associated with the variable.

name [required]

string

The name of the variable.

available_values

[string]

The list of values that the template variable drop-down is limited to.

template_variable_presets

[object]

Array of template variables saved views.

name

string

The name of the variable.

template_variables

[object]

List of variables.

name

string

The name of the variable.

value

string

The value of the template variable within the saved view.

widgets [required]

[object]

List of widgets to display on the dashboard.

definition [required]

layout

object

The layout for a widget on a free or new dashboard layout dashboard.

x [required]

number

The position of the widget on the x (horizontal) axis.

y [required]

number

The position of the widget on the y (vertical) axis.

height [required]

number

The height of the widget.

width [required]

number

The width of the widget.

is_column_break

boolean

Whether the widget should be the first one on the second column in high density or not.

id

number,string

ID of the widget.

is_read_only

boolean

Whether this dashboard is read-only.