Get details of devices with their related alerts from the database. The data returned by this action for each device corresponds to the Alerts table in the single device page.
External DocumentationTo learn more, visit the Claroty xDome documentation.

Parameters

ParameterDescription
FieldsSpecify which fields to return for each item.

Example Output

{
	"devices_alerts": [
		{
			"device_uid": "<string>",
			"device_name": "<string>",
			"alert_id": 26,
			"device_type": "<string>",
			"device_alert_status": "<string>",
			"device_category": "<string>"
		},
		{
			"device_uid": "<string>",
			"device_name": "<string>",
			"alert_id": 12,
			"device_type": "<string>",
			"device_alert_status": "<string>",
			"device_category": "<string>"
		}
	]
}

Workflow Library Example

List Devices Alerts Relations with Claroty Xdome and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop