Skip to main content

List Organization Packages

This will list all pending/installed updates, and all installed applications, for all devices in a given organization.

Basic Parameters

ParameterDescription
Organization IDOrganization ID of the target organization.

Advanced Parameters

ParameterDescription
AwaitingFilter based installation status of package. awaiting=1: Packages that are currently available but not installed. awaiting=0: Packages that are already installed.
Include UnmanagedInclude applications Automox does not currently support for patching.
LimitA limit on the number of results to be returned, between 1 and 500, with a default of 500. Use with page parameter.See About Automox API - Pagination.
PageThe page of results you wish to be returned with page numbers starting at 0.See About Automox API - Pagination.

Example Output

[
{
"agent_severity": "string",
"create_time": "date-time",
"cve_score": "string",
"cves": [
"string"
],
"deferred_until": "date-time",
"display_name": "string",
"group_deferred_until": "date-time",
"group_ignored": false,
"id": 0,
"ignored": false,
"impact": 0,
"installed": false,
"is_managed": false,
"is_uninstallable": false,
"name": "string",
"organization_id": 0,
"os_name": "string",
"os_version": "string",
"os_version_id": 0,
"package_id": 0,
"package_version_id": 0,
"patch_classification_category_id": 0,
"patch_scope": "string",
"repo": "string",
"requires_reboot": false,
"secondary_id": "string",
"server_id": 0,
"severity": "string",
"software_id": 0,
"version": "string"
}
]

Workflow Library Example

List Organization Packages with Automox and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop