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
-
Access the API Documentation:
- Navigate to the packages API documentation.
-
Generate an API Token:
- Ensure you have a valid API token with appropriate permissions. Refer to the API Authentication Guide.
-
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.
- Use your preferred method to interact with the API, such as:
-
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.