Update content/shared/v3-core-plugins/_index.md

jts/fix-mono-get-started
Jason Stirnaman 2025-02-24 14:42:19 -06:00 committed by GitHub
parent 72d078ffba
commit 5976a64844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ influxdb3 create trigger \
--database mydb system-metrics
```
### On Request Trigger
### On Request trigger
On Request plugins are triggered by a request to a specific endpoint under `/api/v3/engine`. The plugin will receive the local API, query parameters `Dict[str, str]`, request headers `Dict[str, str]`, request body (as bytes), and any arguments passed in the trigger definition. Here's an example of a simple On Request plugin: