Skip to main content

dashboard_list_items

Overview

Namedashboard_list_items
TypeResource
Iddatadog.dashboard_lists.dashboard_list_items

Fields

NameDatatypeDescription
idstringID of the dashboard.
authorobjectCreator of the object.
createdstringDate of creation of the dashboard.
iconstringURL to the icon of the dashboard.
integration_idstringThe short name of the integration.
is_favoritebooleanWhether or not the dashboard is in the favorites.
is_read_onlybooleanWhether or not the dashboard is read only.
is_sharedbooleanWhether the dashboard is publicly shared or not.
modifiedstringDate of last edition of the dashboard.
popularityintegerPopularity of the dashboard.
tagsarrayList of team names representing ownership of a dashboard.
titlestringTitle of the dashboard.
typestringThe type of the dashboard.
urlstringURL path to the dashboard.

Methods

NameAccessible byRequired ParamsDescription
get_dashboard_list_itemsSELECTdashboard_list_id, dd_siteFetch the dashboard list’s dashboard definitions.
create_dashboard_list_itemsINSERTdashboard_list_id, dd_siteAdd dashboards to an existing dashboard list.
delete_dashboard_list_itemsDELETEdashboard_list_id, dd_siteDelete dashboards from an existing dashboard list.
_get_dashboard_list_itemsEXECdashboard_list_id, dd_siteFetch the dashboard list’s dashboard definitions.
update_dashboard_list_itemsEXECdashboard_list_id, dd_siteUpdate dashboards of an existing dashboard list.