Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.6 KB

Dashboard.md

File metadata and controls

22 lines (18 loc) · 1.6 KB

Dashboard

Properties

Name Type Description Notes
owner str This field will be empty unless the dashboard is a private dashboard, in which case the owner will be listed [optional]
template object The template which is used for import dashboard [optional]
user_permission str The permission of the user that made the API call [optional]
group_id int The id of the group the dashboard belongs to [optional]
full_name str Full name of the dashboard, including group path [optional]
description str The description of the dashboard [optional]
sharable bool Whether or not the dashboard is sharable. This value will always be true unless the dashboard is a private dashboard [optional]
widgets_config object Information about widget configuration used by the UI [optional]
group_name str The name of group where created dashboard will reside [optional]
widget_tokens list[WidgetToken] If useDynamicWidget=true, this field must at least contain tokens defaultDeviceGroup and defaultServiceGroup [optional]
name str The name of the dashboard
id int The Id of the dashboard [optional]
group_full_path str The full path (excluding root group) of the group the dashboard belongs to [optional]

[Back to Model list] [Back to API list] [Back to README]