Skip to content

AdHocVariable🔗

Constructor🔗

AdHocVariable(name: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.VariableModel

all_format🔗

Format to use while fetching all values from data source, eg: wildcard, glob, regex, pipe, etc.

def all_format(all_format: str) -> typing.Self

datasource🔗

Data source used to fetch values for a variable. It can be defined but null.

def datasource(datasource: dashboard.DataSourceRef) -> typing.Self

description🔗

Description of variable. It can be defined but null.

def description(description: str) -> typing.Self

hide🔗

Visibility configuration for the variable

def hide(hide: dashboard.VariableHide) -> typing.Self

id_val🔗

Unique numeric identifier for the variable.

def id_val(id_val: str) -> typing.Self

label🔗

Optional display name

def label(label: str) -> typing.Self

name🔗

Name of variable

def name(name: str) -> typing.Self

See also🔗