summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/tengine/config_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/tengine/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/tengine/config_schema.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/tengine/config_schema.json b/src/go/collectors/go.d.plugin/modules/tengine/config_schema.json
index 3fa3065f49..5493997a30 100644
--- a/src/go/collectors/go.d.plugin/modules/tengine/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/tengine/config_schema.json
@@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
+ },
+ "body": {
+ "title": "Body",
+ "type": "string"
+ },
+ "method": {
+ "title": "Method",
+ "type": "string"
}
},
"required": [
@@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
+ "body": {
+ "ui:widget": "hidden"
+ },
+ "method": {
+ "ui:widget": "hidden"
+ },
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},