Paralism Node RESTAPI

  1. Home
  2. Docs
  3. Paralism Node RESTAPI
  4. 13. GetNodeRuntimeEnv to obtain information about running nodes

13. GetNodeRuntimeEnv to obtain information about running nodes

*Example: http://127.0.0.1:8080/GetNodeRuntimeEnv

*Return to Example

{
  "NodeEnv": "{
    "ap":[
      {
        "IP":"192.168.1.203",
        "port":9966,
        "typename":"UdpAP"
      }
    ],
    "id":"781321858e9f404db4fb6edb98c7c7ff"
  }"
}
Was this article helpful to you? Yes No