NSX-T Data Center REST API

NodeSummaryList (type)

{
  "additionalProperties": false,
  "id": "NodeSummaryList",
  "module_id": "Migration",
  "properties": {
    "results": {
      "items": {
        "$ref": "NodeSummary"
      },
      "required": true,
      "title": "List of Node Summary",
      "type": "array"
    }
  },
  "type": "object"
}