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.manageREAD

See Documentation

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

{&quot;num_found&quot;:1,&quot;num_available&quot;:4,&quot;results&quot;:[{&quot;id&quot;:&quot;f8027edd-cd1e-384d-8af9-a2458b6e1022&quot;,&quot;first_seen&quot;:&quot;2023-07-27T06:36:29Z&quot;,&quot;last_seen&quot;:&quot;2023-08-28T09:51:05Z&quot;,&quot;vendor_name&quot;:&quot;SanDisk&quot;,&quot;vendor_id&quot;:&quot;0x0781&quot;,&quot;product_name&quot;:&quot;Cruzer Blade&quot;,&quot;product_id&quot;:&quot;0x5567&quot;,&quot;serial_number&quot;:&quot;12345678900F3CB27581&quot;,&quot;last_endpoint_name&quot;:&quot;Demo-Win&quot;,&quot;last_endpoint_id&quot;:121212121,&quot;last_policy_id&quot;:12345678,&quot;endpoint_count&quot;:2,&quot;device_friendly_name&quot;:&quot;SanDisk Cruzer Blade USB Device&quot;,&quot;device_name&quot;:&quot;\\Device\\HarddiskVolume15&quot;,&quot;created_at&quot;:&quot;2023-07-27T06:38:06Z&quot;,&quot;updated_at&quot;:&quot;2023-08-28T09:52:04Z&quot;,&quot;status&quot;:&quot;APPROVED&quot;}]}