GLPI¶
Introduction¶
This documentation provides a step-by-step guide to integrating GLPI with the Redborder Web Platform. By following these instructions, you will be able to make POST requests to the GLPI API to create and manage assets within GLPI from the Redborder platform.
Integration Version
This integration works with GLPI version 10.0.15.
API Endpoint Example¶
Here is an example of the API endpoint for the integration:
http://<glpi-server>/glpi/api_jsonrpc.php
Parameters¶
Parameter | Description |
---|---|
GLPI Endpoint | The IP address of your GLPI instance. |
GLPI API Token | The API Token used to authenticate with the GLPI API |
GLPI Token | Token used to access the GLPI API. |
Note
The API Token
is the credential used to log into GLPI API.
Important
Ensure that the user has appropriate permissions and has also created a APP Token
with the necessary permissions to access the GLPI API.
Configuring Redborder Web UI to Use the GLPI API¶
- Navigate to
Tools -> Integrations
. - Click on the card titled "GLPI API Integration" (click the "Start" button).
- Fill in all required fields.
- Click the "Update" button to apply the changes.
Assets Enrichment¶
To enrich assets with data from GLPI, follow these steps:
- Once the GLPI parameters are entered, go to the section
Tools -> Worker & Job Queue
. - A new task, "GLPI Inventory", will now be available. This task will only be visible if the GLPI parameters are set.
- When executing this task, the values of the MAC addresses in the objects will be modified according to the information from GLPI. That is, if an MAC value has a different name or object type, it will be updated based on the information from GLPI.