interface ListStacksRequest {
    name?: string;
    orgID: string;
    stackID?: string;
}

Properties

Properties

name?: string

The stack name. Finds stack events with this name and returns the stacks.

Repeatable. To filter for more than one stack name, repeat this parameter with each name--for example:

  • http://localhost:8086/api/v2/stacks?&orgID=INFLUX_ORG_ID&name=project-stack-0&name=project-stack-1
orgID: string

The ID of the organization that owns the stacks. Only returns stacks owned by this organization.

  • Doesn't require this parameter; InfluxDB only returns resources allowed by the API token.
stackID?: string

The stack ID. Only returns stacks with this ID.

Repeatable. To filter for more than one stack ID, repeat this parameter with each ID--for example:

  • http://localhost:8086/api/v2/stacks?&orgID=INFLUX_ORG_ID&stackID=09bd87cd33be3000&stackID=09bef35081fe3000
MMNEPVFCICPMFPCPTTAAATR