Create Saved Search
create_saved_searchCreate a new saved device search by providing a name and a structured query with filters, enabling you to reuse search criteria for monitoring Automox devices.
Instructions
Create a new saved device search. Provide a name, a structured query dict carrying a filters list (same syntax as advanced_device_search — e.g. {"filters": [{"AND": [{"scope": "SOFTWARE", "field": "pkgDisplayName", "operator": "IN", "values": ["nginx"]}]}]}), and an optional description. The org is scoped automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| query | Yes | ||
| description | No | ||
| request_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||