Get details of devices from the inventory. The data returned by this action corresponds to the Devices table in the dashboard.
External DocumentationTo learn more, visit the Claroty xDome documentation.

Parameters

ParameterDescription
FieldsSpecify which fields to return for each item.

Example Output

{
	"devices": [
		{
			"device_type": "<string>",
			"network_list": [
				"<string>"
			],
			"uid": "<string>",
			"device_category": "<string>",
			"ip_list": [
				"<string>"
			],
			"device_subcategory": "<string>",
			"mac_list": [
				"<string>"
			],
			"asset_id": "<string>",
			"risk_score_points": 95,
			"risk_score": "<string>"
		},
		{
			"device_type": "<string>",
			"network_list": [
				"<string>"
			],
			"uid": "<string>",
			"device_category": "<string>",
			"ip_list": [
				"<string>"
			],
			"device_subcategory": "<string>",
			"mac_list": [
				"<string>"
			],
			"asset_id": "<string>",
			"risk_score_points": 1,
			"risk_score": "<string>"
		}
	]
}

Workflow Library Example

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