External DocumentationTo learn more, visit the Device 42 documentation.
Actions
Get Device
Get device details by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Device ID | The ID of the device to get details on. |
{
"name": "Physical Device Test",
"is_blade": false,
"is_blade_chassis": true,
"is_switch": false,
"parts": [],
"direct_ports": [],
"id": 12,
"blades": []
}
Was this page helpful?