action influxdata_get_scrapers { label: "List all scraper targets" provider: influxdata method: GET path: "/scrapers" encoding: json input: { type: "object" properties: { id: { type: "array" items: { type: "string" } } name: { type: "string" } org: { type: "string" } orgID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { configurations: { type: "array" items: { type: "object" } } } } }