NSX-T Data Center REST API

VcenterListResult (type)

{
  "additionalProperties": false,
  "description": "List of vCenters registered with overlay adoption migration tool.",
  "id": "VcenterListResult",
  "module_id": "OverlayAdoption",
  "properties": {
    "results": {
      "description": "List of vCenters registered with overlay adoption migration tool.",
      "items": {
        "$ref": "Vcenter"
      },
      "readonly": true,
      "required": true,
      "title": "List of vCenters",
      "type": "array"
    }
  },
  "title": "List of vCenters",
  "type": "object"
}