NodeListRecord Data Type

Properties
name data type description
name string
version string
lastSeen number
nodeConfig NameAndGuid
stagingSpace StagingSpace
guid string
nodeIp string
state NodeState

Example

{
  "name" : "...",
  "version" : "...",
  "lastSeen" : 12345,
  "nodeConfig" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "stagingSpace" : {
    "totalSpace" : 12345,
    "usedSpace" : 12345
  },
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "nodeIp" : "https://some.host:8181/api",
  "state" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
}