influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetOrgsRequest interface

Signature:

interface GetOrgsRequest 

Properties

Property Modifiers Type Description
descending?   any (Optional)
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) An organization name. Only returns organizations with this name.
orgID?   string (Optional) An organization ID. Only returns the organization with this ID.
userID?   string (Optional) A user ID. Only returns organizations where this user is a member or owner.