influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > GetDashboardsRequest

GetDashboardsRequest interface

Signature:

interface GetDashboardsRequest 

Properties

Property Modifiers Type Description
descending?   any (Optional)
id?   any (Optional) A list of dashboard identifiers. Returns only the listed dashboards. If both id and owner are specified, only id is used.
limit?   number (Optional) Limits the number of records returned. Default is 20.
offset?   number (Optional) The offset for pagination. The number of records to skip.
org?   string (Optional) The name of the organization.
orgID?   string (Optional) The identifier of the organization.
owner?   string (Optional) A user identifier. Returns only dashboards where this user has the owner role.
sortBy?   string (Optional) The column to sort by.