NSX-T Data Center REST API
VmToolsInfo (schema)
Name | Description | Type | Notes |
---|---|---|---|
_last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
description | Description of this resource | string | Maximum length: 1024 Sortable |
display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
external_id | VM external ID Current external id of this virtual machine in the system. |
string | Readonly |
file_agent_version | File agent version on the VM Version of file agent on the VM of a third party partner solution. |
string | Readonly |
host_local_id | VM ID given by the host Id of the VM which is assigned locally by the host. It is the VM-moref on ESXi hosts, in other environments it is VM UUID. |
string | Readonly |
network_agent_version | Network agent version on the VM Version of network agent on the VM of a third party partner solution. |
string | Readonly |
resource_type | Must be set to the value VmToolsInfo | string | Required |
scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
source | Reference of the Host or Public Cloud Gateway that reported the VM. | ResourceReference | Readonly |
svmStatus | SvmConnectivityStatus list. Connectivity Status between each Guest Introspection Solution deployed in the data center with the guest VM. |
array of SvmConnectivityStatus | |
svm_connectivity | Endpoint Protection status on the VM Endpoint Protection (Third party AV partner using NXGI) status on the VM. TRUE - VM is configured and protected by EPP Service VM. FALSE - VM is either not configured for protection or VM is disconnected from EPP Service VM. |
boolean | Readonly |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |
tools_version | VM tools version on the VM Version of VMTools installed on the VM. |
string | Readonly |
vm_type | Virtual Machine type Type of VM - Edge, Service or other. |
string | Readonly Enum: EDGE, SERVICE, REGULAR |