Show device
showDeviceRetrieve a device's details, with optional sections for CPU, disks, memory, security, motherboard, operating system, and network interfaces.
Instructions
Show device. Retrieves the details of an existing device. Level API endpoint: GET /v2/devices/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the device to retrieve. | |
| include_cpus | No | Include detailed CPU information in the response. | |
| include_disks | No | Include detailed disk and disk partitioninformation in the response. | |
| include_memory | No | Include detailed memory information in the response. | |
| include_security | No | Include detailed security information in the response. | |
| include_motherboard | No | Include motherboard information in the response. | |
| include_operating_system | No | Include detailed operating system information in the response. | |
| include_network_interfaces | No | Include detailed network interface information in the response. |