ockam icon indicating copy to clipboard operation
ockam copied to clipboard

feat(rust): add an http server to the node manager to return the node resources

Open adrianbenavides opened this issue 9 months ago • 0 comments

When a NodeManager instance is created, an HTTP server is started to serve two endpoints:

  • HEAD at the root / to quickly verify if the node is reachable
  • GET at /show to retrieve the node's resources (same output as node show command)

adrianbenavides avatar May 06 '24 07:05 adrianbenavides