Skip to main content
Get device details by its ID.
External DocumentationTo learn more, visit the Device 42 documentation.

Parameters

ParameterDescription
Device IDThe ID of the device to get details on.

Example Output

{
	"name": "Physical Device Test",
	"is_blade": false,
	"is_blade_chassis": true,
	"is_switch": false,
	"parts": [],
	"direct_ports": [],
	"id": 12,
	"blades": []
}

Workflow Library Example

Get Device with Device 42 and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I