updated query example for executing influxql (#4071)
parent
5824d5ff74
commit
5179cd2f57
|
@ -165,8 +165,8 @@ curl --get http://localhost:8086/query \
|
|||
curl --get http://localhost:8086/query \
|
||||
--header "Authorization: Token INFLUX_API_TOKEN" \
|
||||
--data-urlencode "db=mydb" \
|
||||
--form "q=@path/to/influxql.txt" \
|
||||
--form "async=true"
|
||||
--data-urlencode "q@path/to/influxql.txt" \
|
||||
--data-urlencode "async=true"
|
||||
```
|
||||
|
||||
Replace the following:
|
||||
|
|
Loading…
Reference in New Issue