Getting missing updates for an endpoint
action1_list_endpoint_missing_updatesList missing software updates for a specific endpoint with filtering by severity, approval status, and sorting. Supports pagination and auto-paginate.
Instructions
Filtered/paginated variant of action1_list_missing_updates (curated). Use for severity/approval_status/sortby filtering. Getting missing updates for an endpoint. Obtains a list of missing software updates for a specific endpoint. Perm: view_endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| verbose | No | Skip per-item compactor. | |
| endpoint_id | Yes | Provide an endpoint ID. | |
| auto_paginate | No | Walk all pages. | |
| approval_status | No | Specify the update status. | |
| response_format | No | Output format. Default markdown. | |
| security_severity | No | Specify the severity level, e.g., security_severity=-Critical (for all non-critical). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |