Retrieved virtual machine information
The Nutanix Acropolis connector also creates inventory files using the SnowXML schema for each virtual machine. The following sections list the properties that are used in the SnowXML file and what information from Nutanix Prism REST APIs they are populated with.
Client
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| ClientType | Hardcoded to "SIEPD" | ||
| ClientVersion | Retrieved from the Snow Integration Manager configuration | ||
| DccName | V3 | /vms/list | entities[].status.cluster_reference.name |
| HostMachine | V3 | /hosts/list | entities[].status.name |
| HostName | V3 | /vms/list | entities[].status.name OR entities[].metadata.name |
| ID | V3 | /vms/list | entities[].status.name OR entities[].metadata.name |
| InstallDate | V3 | /vms/list | entities[].metadata.creation_time |
| IsHypervisorPlugin | Hardcoded to "true" | ||
| IsVirtual | V3 | /vms/list | Hardcoded to "true" |
| LastUpdate | V3 | /vms/list | entities[].metadata.last_update_time |
| MachineSid | V3 | /vms/list | entities[].metadata.uuid |
| PowerState | V3 | /vms/list | entities[].status.resources.power_state |
| ScannerVersion | Retrieved from the Snow Integration Manager configuration | ||
| Site | Retrieved from the Snow Integration Manager configuration | ||
| Source | Hardcoded to "Nutanix Acropolis" |
Memory
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| TotalVirtual | V3 | vms/list | entities[].status.resources.memory_size_mib |
Processor
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| NumberOfCores | V3 | vms/list | (entities[].status.resources.num_vcpus_per_socket * num_sockets) (calculated column) |
| NumberOfProcessors | V3 | vms/list | entities[].status.resources.num_sockets |
DataCenter
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| Name | V3 | clusters/list | {DatacenterName}/{ClusterName} |
| ClusterID | V3 | clusters/list | entities[].status.name |
| ClusterName | V3 | clusters/list | entities[].status.name |
| HAEnabled | High Availability is either "On" or "Guaranteed" in Nutanix Acropolis | ||
| HypervisorType | Predefined value set by Snow License Manager |
DataCenterFeature
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| IsActive | V3 | clusters/list | entities[].status.resources.config.enabled_features_list[] |
| Name | V3 | clusters/list | entities[].status.resources.config.enabled_features_list[] |
LogicalDisk
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| DiskSize | V3 | vms/list | entities[].status.resources.disk_list[].disk_dize_bytes |
| Name | V3 | vms/list | entities[].status.resources.disk_list[].device_properties.disk_address.adapter_type & device_index |
DisplayAdapter
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| Name | V3 | vms/list | entities[].status.resources.gpu_list[].name |
NetworkAdapter
| Field in SnowXML | Nutanix API version | Operation | Property |
|---|---|---|---|
| DefaultGateway | V3 | vms/list | entities[].status.resources.nic_list[].default_gateway_address_list[] |
| DhcpEnabled | V3 | vms/list | entities[].status.resources.nic_list[].dhcp_server _ip |
| DhcpServer | V3 | vms/list | entities[].status.resources.nic_list[].dhcp_server _ip |
| DnsServer | V3 | vms/list | entities[].status.resources.nic_list[].dns_ip_addresses_list[] |
| IpAddress | V3 | vms/list | entities[].status.resources.nic_list[].ip_endpoint _list[].ip |
| MacAddress | V3 | vms/list | entities[].status.resources.nic_list[].mac_addres s |
| Subnet | V3 | vms/list | entities[].status.resources.nic_list[].subnet_reference.name |