Get Alert
Get details of a specific alert(s). Select the field, operation and enter the value by which to search for the alert(s).
External Documentation
To learn more, visit the Claroty xDome documentation.
Parameters
Parameter | Description |
---|---|
Field | Specify the field by which to search for alert(s). |
Fields | Specify which fields to return for each item. |
Operation | Type of filter on the field. |
Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
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
Get Alert with Claroty Xdome and Send Results Via Email
Preview this Workflow on desktop