Return a Computer Inventory for paginated list of computers.
Parameter | Description |
---|---|
Page | Index of the page to return, default is 0. |
Page Size | Size of page to return, default is 100. |
Section | Which section of the computer details to return. If not specified, General section data is returned. |
{
"totalCount": 0,
"results": [
{
"id": "<string>",
"udid": "<string>",
"general": {
"name": "<string>",
"lastIpAddress": "<string>",
"lastReportedIp": "<string>",
"jamfBinaryVersion": "<string>",
"platform": "<string>",
"barcode1": null,
"barcode2": null,
"assetTag": null,
"remoteManagement": {
"managed": true,
"managementUsername": null
},
"supervised": false,
"mdmCapable": {
"capable": false,
"capableUsers": []
},
"reportDate": "2004-03-19T11:58:19.390Z",
"lastContactTime": "2011-06-04T06:19:00.005Z",
"lastCloudBackupDate": null,
"lastEnrolledDate": "2022-06-25T10:51:21.699Z",
"mdmProfileExpiration": null,
"initialEntryDate": "2010-01-18",
"distributionPoint": null,
"site": {
"id": "<string>",
"name": "<string>"
},
"itunesStoreAccountActive": false,
"enrolledViaAutomatedDeviceEnrollment": false,
"userApprovedMdm": false,
"enrollmentMethod": null,
"declarativeDeviceManagementEnabled": false,
"managementId": "<string>",
"extensionAttributes": []
},
"diskEncryption": null,
"localUserAccounts": null,
"purchasing": null,
"printers": null,
"storage": null,
"applications": null,
"userAndLocation": null,
"configurationProfiles": null,
"services": null,
"plugins": null,
"hardware": null,
"certificates": null,
"attachments": null,
"packageReceipts": null,
"fonts": null,
"security": null,
"operatingSystem": null,
"licensedSoftware": null,
"softwareUpdates": null,
"groupMemberships": null,
"extensionAttributes": null,
"contentCaching": null,
"ibeacons": null
}
]
}
Verify All Jamf Devices Have Crowdstrike Installed Daily
Preview this Workflow on desktop
Was this page helpful?