Skip to content

InfluxDB

https://ci-health-influxdb.nordicsemi.no (admin/first_password)

weather,location=us-midwest,season=summer temperature=82
Terminal window
curl --request POST \
"https://influxdb.something.com/api/v2/write?org=my-org&bucket=petteri_testing&precision=ns" \
--header "Authorization: Token $INFLUX_TOKEN" \
--header "Content-Type: text/plain; charset=utf-8" \
--header "Accept: application/json" \
--data-binary " weather,location=us-midwest,season=summer temperature=$(shuf -i 80-90 -n 1)"