List Device Packages
list_device_packagesRetrieve software packages installed on a specific Automox device, including name, version, install state, and severity.
Instructions
List software packages on a specific Automox device. Returns package name, version, installed (boolean install state), repo, is_managed, and severity. There is no patch-status field in the response; install state comes from the installed boolean. severity is one of critical/high/medium/low/no_known_cves or JSON null (live-verified); none/unknown exist per spec but were not observed live. JSON null means no severity assessment was recorded (not a safety claim); no_known_cves means scanned with no known CVEs. See metadata.field_notes.severity. By default returns the complete package set (auto-paginated), so it is reliable for 'is package X installed?' checks. Pass an explicit page to fetch a single page instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| device_id | Yes | ||
| output_format | No | json |