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