action influxdata_get_scrapers_id { label: "Retrieve a scraper target" provider: influxdata method: GET path: "/scrapers/{scraperTargetID}" encoding: json input: { type: "object" properties: { scraperTargetID: { type: "string" } } required: ["scraperTargetID"] additionalProperties: false } output: { type: "object" } }