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 details of devices from the inventory. The data returned by this
action corresponds to the Devices table in the dashboard.
Parameters
| Parameter | Description |
|---|
| Fields | Specify which fields to return for each item. |
Example Output
{
"devices": [
{
"device_type": "<string>",
"network_list": [
"<string>"
],
"uid": "<string>",
"device_category": "<string>",
"ip_list": [
"<string>"
],
"device_subcategory": "<string>",
"mac_list": [
"<string>"
],
"asset_id": "<string>",
"risk_score_points": 95,
"risk_score": "<string>"
},
{
"device_type": "<string>",
"network_list": [
"<string>"
],
"uid": "<string>",
"device_category": "<string>",
"ip_list": [
"<string>"
],
"device_subcategory": "<string>",
"mac_list": [
"<string>"
],
"asset_id": "<string>",
"risk_score_points": 1,
"risk_score": "<string>"
}
]
}
Workflow Library Example
List Devices with Claroty Xdome and Send Results Via Email