Skip to main content

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 specific device(s) with the 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
FieldSpecify the field by which to search for device-alert relations.
FieldsSpecify which fields to return for each item.
ValueSpecify the search value. It can be either a single value or multiple values separated by commas.

Example Output

{
	"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>"
		}
	]
}

Workflow Library Example

Get Device Alert Relations with Claroty Xdome and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop