# Connector for [GLPI](http://glpi-project.org) with [Nutanix](https://www.nutanix.fr/)

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

[[toc]]