Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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