List all assets in an organization.

External Documentation

To learn more, visit the runZero documentation.

Parameters

ParameterDescription
FieldsA comma-separated list of fields to export.
Organization IDThe current Organization.
SearchA search string for filtering results. For example: id:e7f5f657-e312-4636-8a15-564bb8540c08

Example Output

[
	{
		"addresses": [
			"192.168.0.1"
		],
		"addresses_extra": [
			"192.168.100.1"
		],
		"agent_name": "LAPTOP-F4P1R6",
		"alive": true,
		"attributes": {},
		"comments": "File Server",
		"created_at": 1576300370,
		"credentials": {},
		"detected_by": "icmp",
		"domains": [
			"www"
		],
		"first_seen": 1576300370,
		"hw": "Dell PowerEdge 2500",
		"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"last_agent_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"last_seen": 1576300370,
		"last_task_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"lowest_rtt": 1,
		"lowest_ttl": 0,
		"mac_vendors": [
			"Dell"
		],
		"macs": [
			"11:22:33:44:55:66"
		],
		"names": [
			"www"
		],
		"newest_mac": "11:22:33:44:55:66",
		"newest_mac_age": 1304035200000000000,
		"newest_mac_vendor": "Intel Corporate",
		"org_name": "Test Labs",
		"organization_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"os": "Ubuntu Linux",
		"os_version": "18.04",
		"rtts": {},
		"service_count": 10,
		"service_count_arp": 1,
		"service_count_icmp": 1,
		"service_count_tcp": 7,
		"service_count_udp": 1,
		"service_ports_products": [
			"bind"
		],
		"service_ports_protocols": [
			"ssh"
		],
		"service_ports_tcp": [
			22
		],
		"service_ports_udp": [
			53
		],
		"services": {},
		"site_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
		"site_name": "Primary",
		"tags": {},
		"type": "Server",
		"updated_at": 1576300370
	}
]

Workflow Library Example

List Assets with Runzero and Send Results Via Email

Preview this Workflow on desktop