UpdateDashboardInput is used to input data to update a dashboard.

Table: UpdateDashboardInput

ParameterTypeRequiredDefaultStabilityDescription
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
defaultFilterIdstring  Long-TermThe unique identifier for the default filter.
defaultSharedTimeEnabledboolean  Long-TermWhether the default shared time is enabled.
defaultSharedTimeEndstring  Long-TermThe updated default shared time end for the dashboard.
defaultSharedTimeStartstring  Long-TermThe updated default shared time start for the dashboard.
descriptionstring  Long-TermAn updated description of the dashboard.
filters[FilterInput]yes Long-TermThe filters for the dashboard. See FilterInput.
idstringyes Long-TermThe unique identifier of the dashboard to update.
labels[string]yes Long-TermThe labels for the dashboard being updated.
links[LinkInput]yes Long-TermAll dashboard links. See LinkInput.
namestring  Long-TermThe name of the dashboard to update.
parameters[ParameterInput]yes Long-TermThe dashboard parameters. See ParameterInput.
timeJumpSizeInMsinteger  Long-TermThe skip time in milliseconds for the dashboard.
updateFrequencyDashboardUpdateFrequencyInput  Long-TermThe frequency in which the dashboard is to be updated. See DashboardUpdateFrequencyInput.
widgets[WidgetInput]yes Long-TermThe dashboards widgets. See WidgetInput.