NSX-T Data Center REST API
Return the list of tools and agents installed in VMs.
This API returns the list of tools and agents installed in VMs.Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/fabric/virtual-machines/tools-info
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/fabric/virtual-machines/tools-infoSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    VmToolsInfoListResult+
  