UpdateDashboardInput
is
used to input data to update a dashboard.
Table: UpdateDashboardInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
defaultFilterId | string | Long-Term | The unique identifier for the default filter. | ||
defaultSharedTimeEnabled | boolean | Long-Term | Whether the default shared time is enabled. | ||
defaultSharedTimeEnd | string | Long-Term | The updated default shared time end for the dashboard. | ||
defaultSharedTimeStart | string | Long-Term | The updated default shared time start for the dashboard. | ||
description | string | Long-Term | An updated description of the dashboard. | ||
filters | [FilterInput ] | yes | Long-Term | The filters for the dashboard. See FilterInput . | |
id | string | yes | Long-Term | The unique identifier of the dashboard to update. | |
labels | [string] | yes | Long-Term | The labels for the dashboard being updated. | |
links | [LinkInput ] | yes | Long-Term | All dashboard links. See LinkInput . | |
name | string | Long-Term | The name of the dashboard to update. | ||
parameters | [ParameterInput ] | yes | Long-Term | The dashboard parameters. See ParameterInput . | |
timeJumpSizeInMs | integer | Long-Term | The skip time in milliseconds for the dashboard. | ||
updateFrequency | DashboardUpdateFrequencyInput | Long-Term | The frequency in which the dashboard is to be updated. See DashboardUpdateFrequencyInput . | ||
widgets | [WidgetInput ] | yes | Long-Term | The dashboards widgets. See WidgetInput . |