Search USB Devices
POST {{cb_url}}/device_control/v3/orgs/{{cb_org_key}}/devices/_search
Search USB devices your organization has seen.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
external-device.manage | READ |
Request Body
{"criteria"=>{"endpoint.endpoint_name"=>["<string>"], "product_name"=>["<string>"], "serial_number"=>["<string>"], "status"=>["<string>"], "vendor_name"=>["<string>"]}, "query"=>"<string>", "rows"=>0, "start"=>0, "sort"=>[{"field"=>"<string>", "order"=>"<string>"}]}
RESPONSES
status: OK
{"num_found":1,"num_available":4,"results":[{"id":"f8027edd-cd1e-384d-8af9-a2458b6e1022","first_seen":"2023-07-27T06:36:29Z","last_seen":"2023-08-28T09:51:05Z","vendor_name":"SanDisk","vendor_id":"0x0781","product_name":"Cruzer Blade","product_id":"0x5567","serial_number":"12345678900F3CB27581","last_endpoint_name":"Demo-Win","last_endpoint_id":121212121,"last_policy_id":12345678,"endpoint_count":2,"device_friendly_name":"SanDisk Cruzer Blade USB Device","device_name":"\\Device\\HarddiskVolume15","created_at":"2023-07-27T06:38:06Z","updated_at":"2023-08-28T09:52:04Z","status":"APPROVED"}]}