Scroll Devices

POST {{cb_url}}/appservices/v6/orgs/{{cb_org_key}}/devices/_scroll

Scroll devices in your organization beyond the search limitations.

After requesting the initial results use the search_after from the response and the same search request to paginate the remaining devices. Repeat using the next search_after in the response until search_after is no longer present indicating all devices have been paginated.

RBAC Permissions Required

Permission (.notation name)Operation(s)
deviceREAD

See Documentation

RESPONSES

status: OK

"{\n    \"num_found\": 12,\n    \"num_remaining\": 0,\n    \"search_after\": \"MTk5NjEwMTY=\",\n    \"results\": [\n        {\n            \"activation_code\": null,\n            \"activation_code_expiry_time\": \"2022-03-30T11:06:49.536Z\",\n            \"ad_domain\": null,\n            \"ad_group_id\": 0,\n            \"ad_org_unit\": null,\n            \"appliance_name\": null,\n            \"appliance_uuid\": null,\n            \"auto_scaling_group_name\": null,\n            \"av_ave_version\": \"8.3.66.52\",\n            \"av_engine\": \"4.15.1.560-ave.8.3.66.52:avpack.8.5.2.114:vdf.8.19.36.68:vdfdate.20230310\",\n            \"av_last_scan_time\": null,\n            \"av_master\": false,\n            \"av_pack_version\": \"8.5.2.114\",\n            \"av_product_version\": \"4.15.1.560\",\n            \"av_status\": [\n                \"AV_BYPASS\"\n            ],\n            \"av_update_servers\": null,\n            \"av_vdf_version\": \"8.19.36.68\",\n            \"base_device\": null,\n            \"cloud_provider_account_id\": null,\n            \"cloud_provider_resource_id\": null,\n            \"cloud_provider_tags\": [],\n            \"cloud_provider_resource_group\": null,\n            \"cloud_provider_scale_group\": null,\n            \"cloud_provider_network\": null,\n            \"cloud_provider_managed_identity\": null,\n            \"cluster_name\": null,\n            \"compliance_status\": \"NOT_ASSESSED\",\n            \"current_sensor_policy_name\": \"Standard\",\n            \"policy_override\": true,\n            \"quarantined\": false,\n            \"datacenter_name\": null,\n            \"deployment_type\": \"AWS\",\n            \"deregistered_time\": null,\n            \"device_meta_data_item_list\": [\n                {\n                    \"key_name\": \"OS_MAJOR_VERSION\",\n                    \"key_value\": \"Windows 10\",\n                    \"position\": 0\n                },\n                {\n                    \"key_name\": \"SUBNET\",\n                    \"key_value\": \"111.22.33.4\",\n                    \"position\": 0\n                }\n            ],\n            \"device_owner_id\": 15413968,\n            \"email\": \"\",\n            \"esx_host_name\": null,\n            \"esx_host_uuid\": null,\n            \"first_name\": null,\n            \"golden_device\": null,\n            \"golden_device_id\": null,\n            \"asset_group\": [\n              {\n                \"id\": \"fb32fcc1-3bfe-4945-9b6a-46a5049856cd\",\n                \"name\": \"test\",\n                \"membership_type\": \"DYNAMIC\"\n              }\n            ],\n            \"host_based_firewall_reasons\": [],\n            \"host_based_firewall_status\": null,\n            \"id\": 16554343,\n            \"infrastructure_provider\": \"NONE\",\n            \"last_contact_time\": \"2023-11-20T19:36:57.351Z\",\n            \"last_device_policy_changed_time\": \"2023-03-10T04:00:51.188Z\",\n            \"last_device_policy_requested_time\": \"2023-10-26T20:14:33.773Z\",\n            \"last_external_ip_address\": \"12.34.4.56\",\n            \"last_internal_ip_address\": \"123.45.67.89\",\n            \"last_location\": \"OFFSITE\",\n            \"last_name\": null,\n            \"last_reported_time\": \"2023-11-20T19:27:46.387Z\",\n            \"last_reset_time\": null,\n            \"last_shutdown_time\": \"2023-04-03T04:03:30.867Z\",\n            \"linux_kernel_version\": null,\n            \"login_user_name\": \"EC2AMAZ-123456\\\\Administrator\",\n            \"mac_address\": \"0a2111f3bd35\",\n            \"middle_name\": null,\n            \"name\": \"EC2AMAZ-123456\",\n            \"nsx_distributed_firewall_policy\": null,\n            \"nsx_enabled\": null,\n            \"organization_id\": 3710476,\n            \"organization_name\": \"myorg.com\",\n            \"os\": \"WINDOWS\",\n            \"os_version\": \"Windows Server 2019 x64 SP: 0\",\n            \"passive_mode\": false,\n            \"policy_id\": 20440908,\n            \"policy_name\": \"Standard\",\n            \"registered_time\": \"2022-05-30T12:23:29.364Z\",\n            \"scan_last_action_time\": null,\n            \"scan_last_complete_time\": null,\n            \"scan_status\": null,\n            \"sensor_gateway_url\": null,\n            \"sensor_gateway_uuid\": null,\n            \"sensor_kit_type\": \"WINDOWS\",\n            \"sensor_out_of_date\": true,\n            \"sensor_pending_update\": false,\n            \"sensor_states\": [\n                \"ACTIVE\",\n                \"LIVE_RESPONSE_NOT_RUNNING\",\n                \"LIVE_RESPONSE_NOT_KILLED\",\n                \"LIVE_RESPONSE_DISABLED\"\n            ],\n            \"sensor_version\": \"3.8.0.535\",\n            \"status\": \"REGISTERED\",\n            \"target_priority\": \"LOW\",\n            \"uninstall_code\": \"K9PDWRD4\",\n            \"vcenter_host_url\": null,\n            \"vcenter_name\": null,\n            \"vcenter_uuid\": null,\n            \"vdi_base_device\": null,\n            \"vdi_provider\": \"NONE\",\n            \"virtual_machine\": true,\n            \"virtual_private_cloud_id\": null,\n            \"virtualization_provider\": \"AWS_EC2\",\n            \"vm_ip\": null,\n            \"vm_name\": null,\n            \"vm_uuid\": null,\n            \"vulnerability_score\": 10,\n            \"vulnerability_severity\": \"CRITICAL\",\n            \"windows_platform\": null,\n            \"last_policy_updated_time\": null\n        },\n        ... truncated ...\n    ]\n}"