Retrieved inventory data
The Snow Integration Connector for Nutanix Acropolis imports inventory data from Nutanix Prism REST APIs in a standard format, which is compatible with the Snow XML schema. For more information refer to the XML file schema
located in the installation directory of Snow Integration Manager.
The following tables list the properties that are used in the Snow XML schema and what information from Nutanix Prism REST APIs they are populated with.
Field in Snow XML | 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" |
BiosSerialNumber | V3 | hosts/lists | entities[].status.resources.serialnumber |
Field in Snow XML | Nutanix API version | Operation | Property |
---|
IpAddress | V3 | hosts/list | entities[].status.resources.hypervisor.ip |
Field in Snow XML | Nutanix API version | Operation | Property |
---|
TotalPhysical | V3 | hosts/list | entities[].status.resources.memory_capacity_mib |
Field in Snow XML | Nutanix API version | Operation | Property |
---|
MaxSpeed | V3 | /hosts/list | entities[].status.resources.cpu_capacity_hz |
Model | V3 | /hosts/list | entities[].status.resources.cpu_model |
NumberOfCores | V3 | /hosts/list | entities[].status.resources.num_cpu_cores |
NumberOfProcessors | V3 | /hosts/list | entities[].status.resources.num_cpu_sockets |
Field in Snow XML | 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 |
Field in Snow XML | Nutanix API version | Operation | Property |
---|
Name | V3 | /disks/list | |
DiskSize | V3 | /disks/list | |
Field in Snow XML | Nutanix API version | Operation | Property |
---|
Name | V3 | hosts/list | entities[].status.resources.gpu_list[].max_resolution |
MaxResolution | V3 | hosts/list | entities[].status.resources.gpu_list[].name |