NSX-T Data Center REST API
Return the List of Virtual Machines
Returns information about all virtual machines.If you have not added NSX tags on the VM or removed
all the NSX tags that were earlier added to the VM,
then tags property is not returned in the API response.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/fabric/virtual-machines
                  
              
            Request Headers:
                n/a
            Query Parameters:
    VirtualMachineListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/fabric/virtual-machinesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    VirtualMachineListResult+
  