cisco_umbrella_list_roaming_computers
List roaming computers running the Umbrella client. Filter by name, status, SWG status, or sync time to identify endpoints.
Instructions
List roaming computers (endpoints running the Umbrella roaming client).
API: GET /deployments/v2/roamingcomputers
Args:
page: Page number (default 1).
limit: Max results per page (default 100, max 100).
name: Filter by computer name (partial match).
status: Filter by status.
swg_status: Filter by Secure Web Gateway module status.
last_sync_before: Only computers that last synced before this time.
last_sync_after: Only computers that last synced after this time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| limit | No | ||
| status | No | ||
| swg_status | No | ||
| last_sync_after | No | ||
| last_sync_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |