Optional
nameOptional
stackIDThe 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
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