NodeDetails Data Type

Properties
name data type description
nodeIp string
name string
proxyVmUuid string
state NodeState
nodeConfig NameAndGuid
stagingSpace StagingSpace
nfsStorageId string
backupDestinations array of NameAndGuid
guid string
lastSeen number

Example

{
  "nodeIp" : "...",
  "name" : "...",
  "proxyVmUuid" : "...",
  "state" : "QUEUED_STOP",
  "nodeConfig" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "stagingSpace" : {
    "totalSpace" : 12345,
    "usedSpace" : 12345
  },
  "nfsStorageId" : "...",
  "backupDestinations" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "lastSeen" : 1451649601000
}