DashboardParameter represents a dashboard parameter.

Table: DashboardParameter

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 17, 2024
defaultMultiValues[string]yes Long-TermThe value assigned to the multi-value parameter on dashboard load, if no other value is specified. This replaces defaultValue whenever isMultiParam is true.
defaultValueV2string  Long-TermThe value assigned to the parameter on dashboard load, if no other value is specified.
idstringyes Long-TermThe unique identifier for the dashboard parameter.
isMultiParambooleanyes Long-TermA flag indicating whether the parameter supports having multiple values.
labelstringyes Long-TermThe label or 'name' displayed next to the input for the variable to make it more human-readable.
orderinteger  Long-TermThe order in which parameters are displayed on a dashboard. If null, the parameter is ordered after other parameters in alphanumerical order.
widthinteger  Long-TermA number that determines the width of a parameter.