> ## 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 Asset Details

Returns details of the specified asset.

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/assets-asset-info).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                            |
  | ---------- | ---------------------------------------------------------------------- |
  | Asset UUID | The UUID of the asset. Can be retrieved from the 'List Assets' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"acr_drivers": [
			{
				"driver_name": "device_type",
				"driver_value": [
					"general_purpose"
				]
			},
			{
				"driver_name": "device_capability",
				"driver_value": [
					"pci"
				]
			},
			{
				"driver_name": "internet_exposure",
				"driver_value": [
					"internal"
				]
			}
		],
		"acr_score": 8,
		"agent_name": [],
		"aws_availability_zone": [
			"us-west-1a"
		],
		"aws_ec2_instance_ami_id": [
			"abcd1234efgh5678i"
		],
		"aws_ec2_instance_group_name": [
			"my-sg"
		],
		"aws_ec2_instance_id": [
			"i-1234567890abcdef0"
		],
		"aws_ec2_instance_state_name": [
			"running"
		],
		"aws_ec2_instance_type": [
			"t2.micro"
		],
		"aws_ec2_name": [
			"MyAppAPIServiceInstance"
		],
		"aws_ec2_product_code": [
			"774F4FF8"
		],
		"aws_owner_id": [
			"79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be"
		],
		"aws_region": [
			"us-west-1"
		],
		"aws_subnet_id": [
			"subnet-6e7f829e"
		],
		"aws_vpc_id": [
			"vpc-1a2b3c4d"
		],
		"azure_resource_id": [
			"/subscriptions/e18ef37b-ce81-4028-b8c0-37534abc44ef/resourceGroups/testRG/providers/Microsoft.Compute/virtualMachines/testVM"
		],
		"azure_vm_id": [
			"acc37d55-a524-4175-bbff-f7cf2f387076"
		],
		"bigfix_asset_id": [],
		"bios_uuid": [],
		"created_at": "2018-11-31T15:00:42.659Z",
		"exposure_score": 753,
		"first_seen": "2018-12-31T15:00:25.000Z",
		"fqdn": [],
		"gcp_instance_id": [
			"test-instance"
		],
		"gcp_project_id": [
			"cloudtest8"
		],
		"gcp_zone": [
			"us-west1-a"
		],
		"has_agent": false,
		"hostname": [],
		"id": "b575fd92-ccf4-46d6-af4d-12a888c73f0d",
		"installed_software": [
			"cpe:/a:apple:itunes:12.8",
			"cpe:/a:apple:quicktime:7.7.3",
			"cpe:/a:openbsd:openssh:6.9",
			"cpe:/a:google:chrome"
		],
		"ipv4": [
			"192.0.2.57"
		],
		"ipv6": [],
		"last_authenticated_scan_date": null,
		"last_licensed_scan_date": "2018-12-31T17:28:28.000Z",
		"last_scan_target": "192.0.2.57",
		"last_seen": "2018-12-31T17:28:28.000Z",
		"mac_address": [
			"00:50:56:a6:4c:0a"
		],
		"mcafee_epo_agent_guid": [],
		"mcafee_epo_guid": [],
		"netbios_name": [],
		"network_id": [
			"00000000-0000-0000-0000-000000000000"
		],
		"operating_system": [
			"Linux Kernel 3.10, Linux Kernel 3.5, Linux Kernel 3.8, Linux Kernel 3.9"
		],
		"qualys_asset_id": [],
		"qualys_host_id": [],
		"scan_frequency": [
			{
				"frequency": 3,
				"interval": 90,
				"licensed": false
			},
			{
				"frequency": 1,
				"interval": 30,
				"licensed": false
			},
			{
				"frequency": 1,
				"interval": 60,
				"licensed": false
			}
		],
		"servicenow_sysid": [],
		"sources": [
			{
				"first_seen": "2018-12-31T15:00:25.000Z",
				"last_seen": "2018-12-31T17:28:28.000Z",
				"name": "NESSUS_SCAN"
			}
		],
		"ssh_fingerprint": [],
		"system_type": [
			"general-purpose"
		],
		"tags": [],
		"tenable_uuid": [],
		"updated_at": "2018-12-31T17:28:46.984Z"
	}
}
```

## Workflow Library Example

[Get Asset Details with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/get-asset-details-with-tenable-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-asset-details-with-tenable-and-send-results-via-email/canvas" />
</div>
