List Alerts
The data returned by this action corresponds to the Alerts table in the dashboard. Alerts are returned in ascending Alert ID order.
External Documentation
To learn more, visit the Claroty xDome documentation.
Parameters
Parameter | Description |
---|---|
Fields | Specify which fields to return for each item. |
Example Output
{
"alerts": [
{
"id": "xxxx",
"alert_type_name": "xxxxxxxxxxxxxxxx",
"category": "xxxxxxxxxxxx",
"detected_time": "xxxxxxxxxxxxxxxxxx",
"updated_time": "xxxxxxxxxxxxxxxxxx",
"devices_count": "xxxx",
"unresolved_devices_count": "xxxx",
"medical_devices_count": "xxxx",
"iot_devices_count": "xxxx",
"it_devices_count": "xxxx",
"status": "xxxxxxxxxxxxx"
}
]
}
Workflow Library Example
List Alerts with Claroty Xdome and Send Results Via Email
Preview this Workflow on desktop