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 a unified device by its ID.
Parameters
| Parameter | Description |
|---|
| Device ID | The 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