NSX-T Data Center REST API

VmPlacementState (type)

{
  "description": "The Edge Vm Placement configuration state.",
  "id": "VmPlacementState",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "host_moref": {
      "readonly": true,
      "required": false,
      "title": "Host ID on which the edge node virtual machine resides.",
      "type": "string"
    },
    "vm_instance_uuid": {
      "description": "The edge node vm instance uuid for specified VM on vcenter server.",
      "required": false,
      "title": "VM unique identifier for specified VM on vcenter server.",
      "type": "string"
    }
  },
  "type": "object"
}