glpi-project/inventory_format

GLPI Inventory format lib

Installs: 372 278

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 6

Forks: 11

Open Issues: 0

pkg:composer/glpi-project/inventory_format

1.2.2 2025-04-07 14:30 UTC

README

This is the specification for inventory format integrated in GLPI core.

It relies on JSON Schema.

The inventory.schema.json file is the JSON schema itself.

The lib/php directory contains a PHP class that cans handle conversion from XML files to new format; with some adjustments. You can either use directly Convert from your project, or rely on the executable script provided.