NodeSelfResponse Data Type

Properties
name data type description
nodeIp string
proxyVmUuid string
guid string
state NodeState

Example

{
  "nodeIp" : "...",
  "proxyVmUuid" : "...",
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "state" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
}