Skip to main content

Hi everybody, we are new deploying Automox, and want to have extra features from the tool, there is a way to get a report with the Hardware inventory using the API Commads?



With Basics like Hostname, RAM, Disk, IP, OS, i know is possible get a Software inventory report with API, but no Hardware.



I would appreciate any help

Hello @Roger_Garcia. Try this:
 

 


This API script will give you a hardware inventory in addition to some basic OS info and agent version.
You’ll need to set the following before running the script:
$apiKey = 'YOUR_API_KEY' - in your console, go to Settings->API and select the API key. Note that the API key is per admin user, so you and another admin in your console will have different API keys.
$orgID = 'YOUR_ORG_ID' - put in your Org ID which can be found by looking at the URL on the dashboard and selecting the value after t…

 

 

 

 


Thanks Tony, exactly what i was looking for, awesome output very detailed.



Regards.


Reply