action rudder_none { label: "Check if Rudder is alive" description: "An unauthenticated API to check if Rudder web application is up and running. Be careful: this API does not follow other Rudder's API convention: \n- it is not versioned, so the path is just `/api/status`;\n- it returns a plain text message." provider: rudder method: GET path: "/status" encoding: json output: { type: "object" additionalProperties: true } }