action influxdata_list_stacks { label: "List all installed InfluxDB templates" provider: influxdata method: GET path: "/stacks" encoding: json input: { type: "object" properties: { name: { type: "string" } orgID: { type: "string" } stackID: { type: "string" } } required: ["orgID"] additionalProperties: false } output: { type: "object" properties: { stacks: { type: "array" items: { type: "object" properties: { createdAt: { type: "string" format: "date-time" } events: { type: "array" items: { type: "object" properties: { description: { type: "string" } eventType: { type: "string" } name: { type: "string" } resources: { type: "array" items: { type: "object" properties: { apiVersion: { type: "string" } associations: { type: "array" items: { type: "object" additionalProperties: true } } kind: { type: "string" enum: ["Bucket", "Check", "CheckDeadman", "CheckThreshold", "Dashboard", "Label", "NotificationEndpoint", "NotificationEndpointHTTP", "NotificationEndpointPagerDuty", "NotificationEndpointSlack", "NotificationRule", "Task", "Telegraf", "Variable"] } links: { type: "object" properties: { self: { type: "object" additionalProperties: true } } } resourceID: { type: "string" } templateMetaName: { type: "string" } } } } sources: { type: "array" items: { type: "string" } } updatedAt: { type: "string" format: "date-time" } urls: { type: "array" items: { type: "string" } } } } } id: { type: "string" } orgID: { type: "string" } } } } } } }