Get asset details by it’s ID.

Parameters

ParameterDescription
Asset IDThe ID of the asset.

Example Output

{
	"resource_id": "179-1",
	"id": 179,
	"site_id": 1,
	"approved": true,
	"asset_type": 2,
	"asset_type__": "eEndpoint",
	"class_type": "IT",
	"criticality": 0,
	"criticality__": "eLow",
	"display_name": "display name",
	"first_seen": "2020-05-03T09:22:49+00:00",
	"last_seen": "2020-05-03T09:22:49+00:00",
	"last_updated": "2022-11-14T14:03:03+00:00",
	"ghost": false,
	"hostname": "display name",
	"installed_programs_count": 0,
	"mac": [
		"string"
	],
	"name": "name",
	"network_id": 1,
	"num_alerts": 1,
	"patch_count": 0,
	"parsed": false,
	"protocol": [
		"DHCPv4"
	],
	"purdue_level": 3,
	"risk_level": 0,
	"site_name": "Default",
	"special_hint": 0,
	"special_hint__": "eUnicast",
	"vlan": [
		"0"
	],
	"virtual_zone_id": 3,
	"virtual_zone_name": "Endpoint: Other",
	"vendor": "Realtek Semiconductor",
	"valid": true,
	"subnet_id": 1,
	"usb_devices_count": 0,
	"timestamp": "2020-05-03T09:22:49+00:00",
	"network": {
		"resource_id": "179-1",
		"id": 179,
		"site_id": 1,
		"name": "Default"
	},
	"active_queries_names": [
		"string"
	],
	"active_scans_names": [
		"string"
	],
	"children": [
		null
	],
	"custom_attributes": [
		null
	],
	"custom_informations": [
		null
	],
	"insight_names": [
		"string"
	],
	"code_sections": [
		{
			"type": "xml",
			"filename": "filename",
			"rid": "1-1"
		}
	],
	"risk_score": 17,
	"risk_vectors": [
		{
			"details": [
				{
					"description": "No high priority unpatched CVEs",
					"title": "High priority CVEs"
				}
			],
			"name": "Vulnerability",
			"scale": 0.3,
			"score": 15
		}
	]
}

Workflow Library Example

Get Asset with Claroty Ctd and Send Results Via Email

Preview this Workflow on desktop