Nutanix Infrastructure discovery is failing with an Identification Engine errorIssue Discovery of Nutanix infrastructure using the pattern is failing with the error message: Identification Engine: Discovery status is FAILURE, CI Type cmdb_ci_nutanix_host cannot be created since there are no attributes defined. Debug pattern to understand why no attributes have been assigned. ReleaseDiscovery and Service Mapping patterns store application version 1.0.52 and belowCauseIn step 7 "Populate Nutanix hosts too CMDB" there is a filter condition that would filter in only the rows from the all_hosts table (collected from the previous step by making a call to the Nutanix API) that have "hypervisor_type" as "kKvm" So if there are any entries in $all_hosts table that have "hypervisor_type" as "kVMware" will be ignored and we therefore, the details of the ESXi hosts are ignored at this step.ResolutionThe pattern has been corrected since version 1.0.72 of the Discovery and Service Mapping patterns plugin. The older version of the pattern only supported AHV hosts and the current version supports the discovery of ESXi hosts as well. Upgrading this plugin should fix the identification error issue.