Generate a preview of the list of devices that matches the provided device filter set. For more information, see Policy and Device Filters, and Scheduling. See Using Global API Keys for more information on permission and scope requirements.
o required | integer Organization ID. The organization will be assumed based on the API key, if not specified. Example: o=123456 |
page | integer Default: 0 The page of results you wish to be returned with page numbers starting at 0. See About Automox API - Pagination |
limit | integer [ 1 .. 200 ] Default: 25 A limit on the number of results to be returned, between 1 and 200 with a default of 25. Use with |
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
Invalid Request
{- "device_filters": [
- {
- "field": "os_family",
- "op": "in",
- "value": [
- "Windows"
]
}
], - "server_groups": [
- 901250,
- 250624
]
}
[- {
- "results": [
- {
- "id": 0,
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "name": "string",
- "custom_name": "string",
- "os_version": "string",
- "os_family": "string",
- "server_group": {
- "id": 0,
- "organization_id": 0,
- "name": "string",
- "refresh_interval": 240,
- "parent_server_group_id": 0
}, - "tags": [
- "string"
], - "ip_addrs": [
- "string"
], - "ip_addrs_private": [
- "string"
], - "organizational_unit": [
- "string"
]
}
], - "size": 0
}
]