How to Obtain a Report of All Software on All Devices

Currently, the Automox console does not provide a built-in way to retrieve a report of all software installed on all devices. However, you can achieve this by using the Automox API, available on the Automox Developer Portal.

Steps to Retrieve the Report

  1. Access the API Documentation:
  2. Generate an API Token:
  3. Execute the API Command:
    • Use your preferred method to interact with the API, such as:
      • Postman: Set up a new GET request with the endpoint URL and add your API token in the Authorization header.
      • Python Script: Use Python's requests library to execute the command.
      • PowerShell: Invoke a web request with the required endpoint.
  4. Process the Output:
    • The response will include a detailed list of all software packages installed across devices. Save this data as needed for reporting or analysis.

Additional Resources

Visit the Automox Developer Portal for more information on available endpoints,examples and instructions.

Was this article helpful?
0 out of 0 found this helpful