Skip to content

inventory/proxmox

Proxmox hypervisor Inventory details.

This Param holds a large amount of data in a JSON structure that is collected from a Proxmox Hypervisor after it has been built.

The data collection is performed with the pvesh utility at the shell of the Proxmox hypervisor. The specific API endpoints that data is collected from is defined by the Param proxmox/inventory-items. Please see that Params Documentation structure for the default data collections.

These inventory values can subsequently be parsed out of the inventory/proxomx Param written to the host with the following drpcli and jq example (using network API endpoint example):

  • drpcli machines get $RS_UUID param inventory/proxmox | jq '.network'