From 5976a648446a5c1c20258f4085a754a6a54d1bf8 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 24 Feb 2025 14:42:19 -0600 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 89d75c64f..1e7200d6a 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -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: