List device activity audit
dcm_device_audit_listQuery device activity events across managed computers to audit device use and access blocks. Filter by device type, time, computer, user, and block status for detailed investigations.
Instructions
Retrieves all device activity events detected across the network (Device Control Management): device type, vendor/product, serial number, user, computer, insert/remove times, and whether access was blocked. Supports filters for time period, computer, group, device type, block status, OS platform, and domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gid | No | Filter to a custom group of computers by its group ID (from the custom group list API). | |
| raw | No | Return full, unprojected records instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| dipId | No | Filter by device instance path. | |
| domain | No | Filter by NetBIOS domain name. | |
| period | No | Filter by time range: 0 this week, 1 this month, 2 this year, 3 last week, 4 last month, 5 last 2 months, 6 last 3 months, 7 last 6 months, 8 last 9 months, 9 last year. | |
| computer | No | Filter to a specific computer by its resource_id (from som_computers_list). | |
| isBlocked | No | Filter by block status: 0 allowed, 1 blocked. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| deviceType | No | Filter by device type: 2 biometric, 3 Bluetooth, 4 CD-ROM, 5 disk drive, 9 floppy disk, 19 image, 20 infrared, 21 keyboard, 24 modem, 26 mouse, 37 printer, 42 smart card reader, 46 tape drive, 49 WPD, 100 WPD Apple devices, 102 serial ports (COM), 103 parallel ports (LPT), 104 wireless adapters. | |
| osPlatform | No | Filter by OS platform: 1 Windows, 2 Mac. |