ServiceNow
Exports the asset inventory as JSON
get/export/org/assets.servicenow.json
Response
filtered asset results
Example response
[
{
"asset_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"organization": "Headquarters",
"site": "Primary",
"detected_by": "icmp",
"type": "Server",
"sys_class_name": "cmdb_ci_iot",
"os_vendor": "Microsoft",
"os_product": "Windows 10",
"hw_vendor": "Dell",
"hw_product": "PowerEdge",
"ip_address": "192.168.0.1",
"addresses_scope": "192.168.100.1;192.168.100.2",
"addresses_extra": "192.168.0.5;192.168.0.3",
"mac_address": "11:22:33:44:55:66",
"mac_manufacturer": "Dell",
"newest_mac_age": "2020-01-01",
"macs": "11:22:33:44:55:66",
"mac_vendors": "Dell",
"name": "www;server",
"tags": "owner=IT;location=Austin",
"domains": "rumble.run;rumble.local.lan",
"service_count": 10,
"service_count_tcp": 7,
"service_count_udp": 1,
"service_count_arp": 1,
"service_count_icmp": 1,
"lowest_rtt": 1,
"alive": true,
"first_discovered": "2006-01-02 15:04:05",
"last_discovered": "2006-01-02 15:04:05",
"last_updated": "2006-01-02 15:04:05",
"comments": "File Server"
}
]