Read Computer

Read computer in Jamf Pro Classic API.

Options

Field Definition Type Required
Read By Choose one of the following options as the computer identifier for the input field:
  • ID: Unique ID of the computer.

  • UDID: Unique device ID of the computer.
  • Serial Number: Serial number of the computer.
Dropdown TRUE

Input

These Computer fields are dynamically generated based on the field selected in Options.

Field Definition Type Required
Computer
ID Unique ID of the computer. Number TRUE
UDID Unique device ID. String TRUE
Serial Number Serial number of the computer. String TRUE

Output

Field Definition Type
Computer
ID Unique ID of the computer. Number
Name Name of the computer. String
Mac Address Mac address of the computer. String
Alt Mac Address Alternative Mac Address for the computer. String
IP Address IP address for the computer. String
Alt IP Address Alternative IP Address for the computer. String
Serial Number Serial number of the computer. String
UDID Unique identifier ID of the device. String
Jamf Version Version of Jamf software. String
Barcode 1 Barcode 1 of the computer. String
Barcode 2 Barcode 2 of the computer. String
Asset Tag Asset tag information for the computer. String
Supervised Specifies whether the device is supervised. Boolean
MDM Capable Specifies whether the device is MDM capable. Boolean
Report Date UTC Date and time of the report. Date & Time
Last Contract Time UTC Date and time when the device inventory was updated. Date & Time
Initial Entry Date UTC Date and time of the initial entry date. Date & Time
Last Enrollment Date UTC Date and time of the last enrollment of the computer. Date & Time
Site Components that can be viewed and managed by the user group. Administrators can create sites to determine which objects Jamf Pro users can view and manage.

For example, computers, mobile devices, or apps.

Object
Extension Attributes Extra inventory information about a device. Below is one object example in the response list.
Copy
{
"extension_attribute":
{
"name": "FirstExtension",
"value": "TestAttribute"
}
}

Or

{
"extension_attribute":
{
"id": 1,
"value": "TestAttribute"
}
}
List of Objects
Raw Output Raw payload returned from the Jamf API. Object
Location
Username Username of the computer. String
Real Name Real name of the computer. String
Email Email of the computer. String
Position Position of the computer. String
Phone Phone of the computer. String
Department Department of the computer. String
Building Building of the computer. String
Room Room of the computer. String
Hardware
Brand Brand information of the computer. String
Model Model information of the computer. String
Model Identifier Model information of the computer. String
OS Name Operating system name of the computer. String
OS Version Operating system version of the computer. String
OS Build Operating system build of the computer. String
AD Status Status of active directory. String
SIP Status Status of the Session Initiation Protocol. String
Disk Encryption Configuration Configuration settings to manage and enable FileVault on computer. String

Related topics

Jamf Pro Classic API connector

Workflow elements

Jamf Pro Classic API API overview