Dashboard🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
annotations🔗
def annotations(annotations: list[cogbuilder.Builder[dashboardv2beta1.AnnotationQueryKind]]) -> typing.Self
auto_grid_layout🔗
def auto_grid_layout(auto_grid_layout_kind: cogbuilder.Builder[dashboardv2beta1.AutoGridLayoutKind]) -> typing.Self
cursor_sync🔗
Configuration of dashboard cursor sync behavior.
"Off" for no shared crosshair or tooltip (default).
"Crosshair" for shared crosshair.
"Tooltip" for shared crosshair AND shared tooltip.
description🔗
Description of dashboard.
editable🔗
Whether a dashboard is editable or not.
element🔗
elements🔗
grid_layout🔗
def grid_layout(grid_layout_kind: cogbuilder.Builder[dashboardv2beta1.GridLayoutKind]) -> typing.Self
links🔗
Links with references to other dashboards or external websites.
live_now🔗
When set to true, the dashboard will redraw panels at an interval matching the pixel width.
This will keep data "moving left" regardless of the query refresh rate. This setting helps
avoid dashboards presenting stale live data.
preload🔗
When set to true, the dashboard will load all panels in the dashboard when it's loaded.
revision🔗
Plugins only. The version of the dashboard installed together with the plugin.
This is used to determine if the dashboard should be updated when the plugin is updated.
rows_layout🔗
def rows_layout(rows_layout_kind: cogbuilder.Builder[dashboardv2beta1.RowsLayoutKind]) -> typing.Self
tabs_layout🔗
def tabs_layout(tabs_layout_kind: cogbuilder.Builder[dashboardv2beta1.TabsLayoutKind]) -> typing.Self
tags🔗
Tags associated with dashboard.
time_settings🔗
def time_settings(time_settings: cogbuilder.Builder[dashboardv2beta1.TimeSettingsSpec]) -> typing.Self
title🔗
Title of dashboard.
variable🔗
Configured template variables.
variables🔗
Configured template variables.