CreateDashboardInput is an input datatype for creating a dashboard. It's used by the createDashboard() mutation field.

Table: CreateDashboardInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
defaultFilterIdstring  Long-TermThe unique identifier for the default filter.
descriptionstring  Long-TermA description of the dashboard.
filters[FilterInput]yes Long-TermA list of filters to use with the dashboard. See FilterInput.
labels[string]yes Long-TermA list of labels to use with the dashboard.
links[LinkInput]yes Long-TermA list of links for the dashboard. See LinkInput.
namestringyes Long-TermThe name of the dashboard to create.
parameters[ParameterInput]yes Long-TermA list of parameters to use with the dashboard. See ParameterInput.
searchDomainNamestringyes Long-TermThe name of the search domain associated with the dashboard to create.
sections[SectionInput]yes Long-TermA list of sections to use with the dashboard. See SectionInput.
updateFrequencyDashboardUpdateFrequencyInputyes Long-TermThe frequency with which to update the dashboard. See DashboardUpdateFrequencyInput.
widgets[WidgetInput]yes Long-TermThe widgets to include in the dashboard. See WidgetInput.