Finds basic information for all computers.

External Documentation

To learn more, visit the Jamf documentation.

Example Output

{
	"computers": [
		{
			"id": 29,
			"name": "<string>",
			"managed": true,
			"username": "<string>",
			"model": "<string>",
			"department": "<string>",
			"building": "<string>",
			"mac_address": "<string>",
			"udid": "<string>",
			"serial_number": "<string>",
			"report_date_utc": "<string>",
			"report_date_epoch": 814774423570
		},
		{
			"id": 34,
			"name": "<string>",
			"managed": true,
			"username": "<string>",
			"model": "<string>",
			"department": "<string>",
			"building": "<string>",
			"mac_address": "<string>",
			"udid": "<string>",
			"serial_number": "<string>",
			"report_date_utc": "<string>",
			"report_date_epoch": 2047699931635
		}
	]
}

Workflow Library Example

Get Computers Information with Jamf and Send Results Via Email

Preview this Workflow on desktop