action influxdata_read_stack { label: "Retrieve a stack" provider: influxdata method: GET path: "/stacks/{stack_id}" encoding: json input: { type: "object" properties: { stack_id: { type: "string" } } required: ["stack_id"] additionalProperties: false } output: { 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" properties: { kind: { type: "string" enum: ["Bucket", "Check", "CheckDeadman", "CheckThreshold", "Dashboard", "Label", "NotificationEndpoint", "NotificationEndpointHTTP", "NotificationEndpointPagerDuty", "NotificationEndpointSlack", "NotificationRule", "Task", "Telegraf", "Variable"] } metaName: { type: "string" } } } } kind: { type: "object" additionalProperties: true } links: { type: "object" properties: { self: { type: "string" } } } 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" } } } }