List unique devices detected
dcm_device_summary_listGet a summary of unique managed devices with connection counts, last occurrence, and block status. Supports filtering by OS platform, device type, and block status.
Instructions
Retrieves the list of unique devices detected in the network (Device Control Management), with connection counts, last occurrence, and block status per device. Supports filters for OS platform, device type, and block status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return full, unprojected records instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| 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. |