@GET @Path("status") @Produces(["text/plain"]) abstract fun status(): Response
Report whether this node is started up or not.