Inventory:

With this module it is possible to export the data that can be found in the device inventory.

device
The device id of the device you want to grab the inventory from
      Explanation : Collect the inventory list of server with id 2
      Example 1   : http://162.55.190.80/api.php?username=demo&password=demo&module=inventory&device=2
      Result      : {"login":{"success":{"code":"101","msg":"User authentification succeeded"}},"data":[{"hrDevice_id":"1","device_id":"2","hrDeviceIndex":"768","hrDeviceDescr":"GenuineIntel: Intel(R) Xeon(TM) CPU 2.40GHz","hrDeviceType":"hrDeviceProcessor","hrDeviceErrors":"0","hrDeviceStatus":"running","hrProcessorLoad":"16"},{"hrDevice_id":"2","device_id":"2","hrDeviceIndex":"1025","hrDeviceDescr":"network interface lo","hrDeviceType":"hrDeviceNetwork","hrDeviceErrors":"0","hrDeviceStatus":"running","hrProcessorLoad":null},{"hrDevice_id":"3","device_id":"2","hrDeviceIndex":"1026","hrDeviceDescr":"network interface eth0","hrDeviceType":"hrDeviceNetwork","hrDeviceErrors":"0","hrDeviceStatus":"running","hrProcessorLoad":null},{"hrDevice_id":"62","device_id":"2","hrDeviceIndex":"1600","hrDeviceDescr":"LVM volume (VolGroup-lv_root)","hrDeviceType":"hrDeviceDiskStorage","hrDeviceErrors":"0","hrDeviceStatus":"","hrProcessorLoad":null},{"hrDevice_id":"63","device_id":"2","hrDeviceIndex":"1616","hrDeviceDescr":"LVM volume (VolGroup-lv_swap)","hrDeviceType":"hrDeviceDiskStorage","hrDeviceErrors":"0","hrDeviceStatus":"","hrProcessorLoad":null},{"hrDevice_id":"4","device_id":"2","hrDeviceIndex":"3072","hrDeviceDescr":"Guessing that there's a floating point co-processor","hrDeviceType":"hrDeviceCoprocessor","hrDeviceErrors":"0","hrDeviceStatus":"","hrProcessorLoad":null}]}