corda / net.corda.node.webserver.api / APIServer / status

status

@GET @Path("status") @Produces(["text/plain"]) abstract fun status(): Response

Report whether this node is started up or not.