The CreateDashboardInput
input includes various settings.
Table: CreateDashboardInput
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 17, 2024 | |||||
defaultFilterId | string | Long-Term | The unique identifier for the default filter. | ||
description | string | Long-Term | A description of the dashboard. | ||
filters | [FilterInput ] | yes | Long-Term | A list of filters to use with the dashboard. See FilterInput . | |
labels | [string] | yes | Long-Term | A list of labels to use with the dashboard. | |
links | [LinkInput ] | yes | Long-Term | A list of links for the dashboard. See LinkInput . | |
name | string | yes | Long-Term | The name of the dashboard to create. | |
parameters | [ParameterInput ] | yes | Long-Term | A list of parameters to use with the dashboard. See ParameterInput . | |
searchDomainName | string | yes | Long-Term | The name of the search domain associated with the dashboard to create. | |
sections | [SectionInput ] | yes | Long-Term | A list of sections to use with the dashboard. See SectionInput . | |
updateFrequency | DashboardUpdateFrequencyInput | yes | Long-Term | The frequency with which to update the dashboard. See DashboardUpdateFrequencyInput . | |
widgets | [WidgetInput ] | yes | Long-Term | The widgets to include in the dashboard. See WidgetInput . |