Last active
November 6, 2020 06:28
-
-
Save brunerd/0bdc10e879c68cd71e82f0feba4b4390 to your computer and use it in GitHub Desktop.
Sample JAMF Advanced Computer Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "advanced_computer_search": { | |
| "id": 1, | |
| "name": "Hardware Report", | |
| "view_as": "Standard Web Page", | |
| "criteria": [ | |
| { | |
| "name": "Managed", | |
| "priority": 0, | |
| "and_or": "and", | |
| "search_type": "is", | |
| "value": "Managed", | |
| "opening_paren": false, | |
| "closing_paren": false | |
| } | |
| ], | |
| "computers": [ | |
| { | |
| "name": "Deathquark", | |
| "udid": "2ca8977b-05a1-4cf0-9e06-24c4aa8115bc", | |
| "Managed": "Managed", | |
| "id": 2, | |
| "Computer_Name": "Deathquark", | |
| "Architecture_Type": "i386", | |
| "Last_Inventory_Update": "2020-11-04 22:01:09", | |
| "Total_Number_of_Cores": "8", | |
| "Username": "Professor Frink", | |
| "FileVault_2_Status": "Encrypted", | |
| "JSS_Computer_ID": "2", | |
| "Number_of_Available_Updates": "1", | |
| "Model_Identifier": "MacBookPro16,1", | |
| "Operating_System": "Mac OS X 10.15.7", | |
| "Model": "MacBook Pro (16-inch, 2019)", | |
| "MAC_Address": "12:34:56:78:9A:BC", | |
| "Serial_Number": "C02K2ND8CMF1", | |
| "Email_Address": "frink@hoyvin-glavin.com", | |
| "IP_Address": "10.0.1.42", | |
| "FileVault_Status": "1/1", | |
| "Processor_Type": "Intel Core i9", | |
| "Processor_Speed_MHz": "2457", | |
| "Total_RAM_MB": "65536" | |
| }, | |
| { | |
| "name": "Hunterpebble", | |
| "udid": "3d8b7045-b5bb-454b-916b-9d1221042557", | |
| "Managed": "Managed", | |
| "id": 3, | |
| "Computer_Name": "Hunterpebble", | |
| "Architecture_Type": "i386", | |
| "Last_Inventory_Update": "2020-02-04 02:34:56", | |
| "Total_Number_of_Cores": "2", | |
| "Username": "Michael Jones", | |
| "FileVault_2_Status": "No Partitions Encrypted", | |
| "JSS_Computer_ID": "3", | |
| "Number_of_Available_Updates": "0", | |
| "Model_Identifier": "MacBookPro9,2", | |
| "Operating_System": "Mac OS X 10.9.5", | |
| "Model": "13-inch MacBook Pro (Mid 2012)", | |
| "MAC_Address": "56:AF:21:B3:1F:7C", | |
| "Serial_Number": "A9C81N38AM8F", | |
| "Email_Address": "mike.jones@bogus.co.outerspace", | |
| "IP_Address": "227.3.228.102", | |
| "FileVault_Status": "0/1", | |
| "Processor_Type": "Intel Core i5", | |
| "Processor_Speed_MHz": "2048", | |
| "Total_RAM_MB": "4096" | |
| } | |
| ], | |
| "site": { | |
| "id": -1, | |
| "name": "None" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment