System Administration > Configuration > Fabric > Inventory > Virtual Machines

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-info

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
VmToolsInfoListResult+

Example Response:

{ "result_count": 1, "results": [ { "resource_type": "VmToolsInfo", "external_id": "a46b3633-22b3-49f9-87bd-b888b1bd0656", "host_local_id": "vm-1", "source": { "target_display_name": "192.168.0.2", "is_valid": true, "target_type": "HostNode", "target_id": "d25ae6ce-e599-4c66-8583-b10e31fcdf48" }, "file_agent_version": "10.3.5.0", "network_agent_version": "1.9.1", "vmtools_version": "10.7.1.0" } ] }

Required Permissions:

read

Feature:

vm_vm_info

Additional Errors: