action watchful_get_sites { label: "Get a list of Sites" description: "Returns a list of Sites" provider: watchful method: GET path: "/sites" encoding: json input: { type: "object" properties: { access_url: { type: "string" } canUpdate: { type: "string" } error: { type: "string" } fields: { type: "string" } ip: { type: "string" } jUpdate: { type: "string" } j_version: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } name: { type: "string" } nbUpdates: { type: "string" } order: { type: "string" } published: { type: "string" } siteids: { type: "string" } up: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }