influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
73 stars 276 forks source link

Cloud tasks can run invokable scripts and pass parameters. #4229

Open jstirnaman opened 2 years ago

jstirnaman commented 2 years ago

ETA: Today

Tasks in cloud can be created with a scriptID or raw Flux. The task can take scriptParameters for invocation. You can't use both flux and scriptID for the same task.

API spec and ref docs are updated.

Relevant URLs
jstirnaman commented 2 years ago

Draft WIP