action maif_reset_snow_monkey { label: "Reset Snow Monkey Outages for the day" description: "Reset Snow Monkey Outages for the day" provider: maif method: DELETE path: "/api/snowmonkey/outages" encoding: json output: { type: "object" required: ["done"] properties: { done: { type: "boolean" } } } }