cork_get_client_devices
Retrieve client devices from all connected integrations with hostnames, IPs, OS details, and install status. Use device UUIDs to filter software vulnerabilities.
Instructions
List devices observed for a client across all connected integrations - hostnames, IP addresses, the integration each device was seen in, whether the device can receive a future install dispatch (can_install_software), normalized OS details, resolved device type, and hardware model. Device UUIDs can be used to filter cork_get_software_vulnerabilities. Requires a client UUID from cork_get_clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| client_uuid | Yes | Client UUID, from cork_get_clients. |