id | string | Unique identifier for the dashboard. This id is used to get detailed information about the dashboard, such as panels, variables and the layout.
|
description | string | Description of the dashboard. |
contentId | string | Content identifier for the dashboard. This id is used to connect to the Sumo Content Library and get general metadata about the dashboard. Use this id if you want to search for dashboards in Sumo folders.
|
domain | string | If set denotes that the dashboard concerns a given domain (e.g. aws , k8s , app ). |
folderId | string | The identifier of the folder to save the dashboard in. By default it is saved in your personal folder.
|
hierarchies | array | If set to non-empty array denotes that the dashboard concerns given hierarchies. |
layout | object | |
panels | array | Panels in the dashboard. |
refreshInterval | integer | Interval of time (in seconds) to automatically refresh the dashboard. A value of 0 means we never automatically refresh the dashboard. Allowed values are 0 , 30 , 60 , 120, 300, 900, 3600, 86400`.
|
scheduleId | string | Scheduled report identifier for the dashboard. Only most recently modified report schedule is rerun per dashboard. This id is used to manage the schedule details through the scheduled report API.
|
theme | string | Theme for the dashboard. Either Light or Dark . |
timeRange | object | |
title | string | Title of the dashboard. |
topologyLabelMap | object | Map of the topology labels. Each label has a key and a list of values. If a value is * , it means the label will match content for all values of its key.
|
variables | array | Variables to apply to the panels. |