Update Widget
Path parameters
Headers
Request
The replacement widget configuration. If lines is provided, it replaces the widget’s existing lines.
How a widget aggregates its lines. TIME_SERIES plots each configured line over time; DIMENSION_SERIES takes a single metric and splits it into one series per value of the widget’s dimension. This is the widget’s saved configuration — it does not by itself describe the shape of a query response (use kind on the query result for that).
How a widget’s data is bucketed over the query time range. SERIES splits the range into one bucket per granularity interval (a time series); RANGE aggregates the whole range into a single bucket (one total, as used by BIG_NUMBER widgets). Defaults to SERIES when omitted.
The dimension a widget breaks down by when mode is DIMENSION_SERIES.