547 B
547 B
title | seotitle | list_title | description | weight | menu | influxdb/cloud/tags | related | list_code_example | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Query the Flux version | Query the version of Flux installed in InfluxDB Cloud | Query the Flux version | Use `runtime.version()` to return the version of Flux installed in InfluxDB Cloud. | 221 |
|
|
|
```js import "array" import "runtime" array.from(rows: [{version: runtime.version()}]) ``` |
{{< duplicate-oss >}}