corda / net.corda.node.api / APIServer / info

info

@GET @Path("info") @Produces(["application/json"]) abstract fun info(): NodeInfo

Report this node's configuration and identities. Currently tunnels the NodeInfo as an encoding of the Kryo serialised form. TODO this functionality should be available via the RPC