External DocumentationTo learn more, visit the Claroty xDome documentation.
Parameters
Example Output
Workflow Library Example
Get Device Alert Relations with Claroty Xdome and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Field | Specify the field by which to search for device-alert relations. |
| Fields | Specify which fields to return for each item. |
| Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
{
"devices_alerts": [
{
"device_uid": "<string>",
"device_name": "<string>",
"alert_id": 2,
"device_type": "<string>",
"device_alert_status": "<string>",
"device_category": "<string>"
},
{
"device_uid": "<string>",
"device_name": "<string>",
"alert_id": 2,
"device_type": "<string>",
"device_alert_status": "<string>",
"device_category": "<string>"
}
]
}
Was this page helpful?