Skip to main content
Get a unified device by its ID.
External DocumentationTo learn more, visit the Sevco documentation.

Parameters

ParameterDescription
Device IDThe ID of the device to retrieve.

Example Output

{
	"id": "string",
	"last_observed_timestamp": "string",
	"last_activity_time": "string",
	"first_observed_timestamp": "string",
	"org_id": "string",
	"version": "string",
	"attributes": {
		"os": "string",
		"ips": [
			"string"
		],
		"groups": [
			null
		],
		"hostnames": [
			"string"
		],
		"os_category": "string",
		"recent_users": [
			null
		],
		"mac_addresses": [
			"string"
		],
		"mac_manufacturers": [
			"string"
		],
		"distinguished_name": "string"
	},
	"sources": [
		{
			"config_id": "string",
			"id": "string",
			"last_observed_timestamp": "string",
			"last_activity_timestamp": "string",
			"source": "string",
			"version": "string"
		}
	]
}

Workflow Library Example

Get Unified Device with Sevco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop