action influxdata_get_telegrafs { label: "List all Telegraf configurations" provider: influxdata method: GET path: "/telegrafs" encoding: json input: { type: "object" properties: { orgID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { configurations: { type: "array" items: { type: "object" } } } } }