Update test/influxdb3/engine.test.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6179/head
parent
a40220091c
commit
3405e93ea6
|
@ -1,7 +1,7 @@
|
|||
# Create a processing engine request trigger
|
||||
# // SECTION - influxdb3-core
|
||||
curl -v -X POST "http://localhost:8181/api/v3/configure/processingengine/trigger" \
|
||||
--header "Authorization: Bearer ${INFLUXDB3_ENTERPRISE_ADMIN_TOKEN}" \
|
||||
--header "Authorization: Bearer ${INFLUXDB3_CORE_ADMIN_TOKEN}" \
|
||||
--json '{
|
||||
"db": "sensors",
|
||||
"plugin_filename": "request.py",
|
||||
|
|
Loading…
Reference in New Issue