# Connector for [GLPI](http://glpi-project.org) with [Nutanix](https://www.nutanix.fr/) ![Nutanix arch](https://services.glpi-network.com/documentation/1650/download_file/main/docs/nutanix_arch.webp) This plugin use [Prism](https://www.nutanix.dev/api_references/prism-central-v3/#/4b402d5ab3edd-introduction) (Rest API of Nutanix) to make an inventory of your Nutanix infrastructure. We currently support versions 2.0 and 3.0 of the API. With the help of a crontask, we query the API to construct an inventory object compatible with GLPI native inventory. Accordingly, the rules for import and linking equipment are applied as usual. **Important**: Don't use this plugin to import Vm with GLPI agent installed. As the inventory differs slightly, it will generates logs. Here the list of conversion between Nutanix and GLPI: | Nutanix | GLPI | | --- | --- | | Cluster | Cluster | | Host | Computer | | VM | Computer (and VM) | | Disk | Item_DIsk | For Hosts and virtual machines, we get this level of details: - Name - UUID - Bios infos (serial, version) - a few hardware informations (RAM, CPU, storage, ...) - Network information ## Screenshots ![API config](https://services.glpi-network.com/documentation/1650/download_file/main/docs/screenshots/api_config.png) [[toc]]