Dashboards Type¶
Arrangement¶
Attributes:
widget_id: strx: int or floaty: int or floatwidth: int or floatheight: int or floattab: Optional[str]
DashboardCreateInfo¶
Attributes:
icon¶
Attributes:
url: strcolor: Optional[str]
conditions¶
Attributes:
key: strvalue: str
filter_conditions¶
Attributes:
blueprint_device: strtag_key: strtype: str
blueprint_devices¶
Attributes:
conditions: list[conditions]name: strid: strlabel: strfilter_conditions: list[filter_conditions]theme: anysetup: any
DashboardInfo¶
Attributes:
id: GenericIDcreated_at: datetimeupdated_at: datetimelast_access: datetimegroup_by: listtabs: listicon: iconbackground: anytype: strblueprint_device_behavior: “more_than_one” or “always”blueprint_selector_behavior: “open” or “closed” or “always_open” or “always_closed”blueprint_devices: blueprint_devicestheme: anysetup: anyshared: shared
WidgetData¶
Attributes:
origin: GenericIDqty: Optional[Union[int, float]]timezone: Optional[str]variables: Optional[str]bucket: Optional[GenericID]query: Optional[“min” or “max” or “count” or “avg” or “sum”]start_date: Optional[Union[datetime, str]]end_date: Optional[Union[datetime, str]]overwrite: Optional[bool]
WidgetResource¶
Attributes:
filter: list[TagsObj]
DeviceResourceView¶
view: f”tags.{str}” or f”param.{str}” or “name” or “id” or “bucket_name” or “network_name” or “connector_name” or “connector” or “network” or “bucket” or “last_input” or “created_at” or “active”
WidgetDeviceResource¶
Attributes:
type: “device”view: DeviceResourceVieweditable: “name” or f”tags.{str}” or f”param.{str}”
EditDeviceResource¶
Attributes:
device: GenericIDname: Optional[str]active: Optional[bool]edit: dict[str, Union[str, bool]]
EditResourceOptions¶
Attributes:
identifier: Optional[str]
WidgetInfo¶
Attributes:
analysis_run: Optional[GenericID]dashboard: Optional[GenericID]display: anydata: Optional[list[WidgetData]]resource: Optional[list[WidgetDeviceResource]]id: Optional[GenericID]label: strrealtime: Optional[bool]type: str
PostDataModel¶
Attributes:
origin: GenericIDvariable: str
blueprint_devices¶
Attributes:
origin: GenericIDid: GenericIDbucket: Optional[GenericID]
widgetOverwrite¶
Attributes:
start_date: Optional[any]end_date: Optional[any]timezone: Optional[any]
GetDataModel¶
Attributes:
overwrite: Optional[widgetOverwrite]blueprint_devices: Optional[list[blueprint_devices]]page: Optional[Union[int, float]]amount: Optional[Union[int, float]]
PublicKeyResponse¶
Attributes:
token: GenericTokenexpire_time: ExpireTimeOption
EditDataModel¶
EditDataModel = PostDataModel and {id: GenericID`}
PublicKeyResponse¶
PublicKeyResponse = PublicKeyResponse
widgetOverwriteOptions¶
widgetOverwriteOptions = “start_date” or “end_date” or “timezone”