Skip to main content
Get the asset information of a device by its ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Device IDThe ID of the required device. Can be obtained by using the List Devices action.

Example Output

{
	"os": {
		"reportedos": "Microsoft Windows 10 Enterprise",
		"osarchitecture": "64-bit",
		"version": "10.0.19045"
	},
	"application": {
		"list": [
			{
				"_index": 0,
				"displayname": "Microsoft Visual C++ 2022 X64 Additional Runtime - 14.36.32532"
			}
		]
	},
	"computersystem": {
		"serialnumber": "None",
		"netbiosname": "NCC-0625",
		"model": "VMware7,1",
		"totalphysicalmemory": "2147483648",
		"manufacturer": "VMware, Inc."
	},
	"networkadapter": {
		"list": [
			{
				"ipaddress": "10.120.207.82",
				"_index": 0,
				"dnsserver": "10.120.0.10, 10.220.0.10, 10.100.0.10",
				"description": "vmxnet3 Ethernet Adapter",
				"dhcpserver": null,
				"macaddress": "00:50:56:87:23:5f",
				"gateway": "10.120.207.1"
			}
		]
	},
	"device": {
		"longname": "NCC-0625",
		"deleted": "false",
		"lastlogin": "2024-01-11 12:07:47.908 -0500",
		"deviceclass": "Workstations - Windows",
		"deviceid": "1065910111",
		"uri": "10.120.207.82"
	},
	"processor": {
		"name": "Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz",
		"numberofcores": "1",
		"numberofcpus": "1"
	},
	"_extra": {
		"osfeatures": {
			"list": [
				{
					"_index": 0,
					"pvalue": "5.1.19041.1",
					"pkey": "PowerShellVersion"
				},
				{
					"_index": 1,
					"pvalue": "Microsoft.PowerShell.Diagnostics",
					"pkey": "PowerShell-SnapIn-0"
				}
			]
		},
		"motherboard": {
			"product": "440BX Desktop Reference Platform",
			"serialnumber": "None",
			"biosversion": "VMW71.00V.21100432.B64.2301110304",
			"version": "None",
			"manufacturer": "Intel Corporation"
		}
	}
}

Workflow Library Example

Get Device Assets with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop