InfluxDB binding spec
To setup InfluxDB binding create a component of type . See on how to create and apply a binding configuration.
Warning
This component supports output binding with the following operations:
query
curl -X POST http://localhost:3500/v1.0/bindings/myInfluxBinding \
-d "{
\"metadata\": {
\"raw\": "SELECT * FROM 'sith_lords'"
}"