action patrowl_status_scans_page { label: "Status on all scans" description: "Status all current scans." provider: patrowl method: GET path: "/status" encoding: json output: { properties: { page: { type: "string" } status: { type: "string" } } } }