External DocumentationTo learn more, visit the Sevco documentation.
Actions
Get Unified Device
Get a unified device 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 retrieve. |
{
"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"
}
]
}
Was this page helpful?