Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Jamf is comprehensive enterprise management software for the Apple platform, simplifying IT management for Mac, iPad, iPhone and Apple TV.

...

Prerequisites

Cloudaware uses GET method methods to discover and collect your Jamf resources via API. Ensure that you have provided Cloudaware with read permission to computers.the following read permissions:

Code Block
GET /accounts/groupid/{id}
GET /accounts
GET /accounts/userid/{id}
GET /computergroups/id/{id}
GET /computergroups
GET /computers/id/{id}
GET /computers/subset/basic
GET /computers
GET /mobiledevicegroups/id/{id}
GET /mobiledevicegroups
GET /mobiledevices/id/{id}
GET /mobiledevices
GET /usergroups/id/{id}
GET /usergroups
GET /users/id/{id}
GET /users

Adding Jamf Instance

1. Log in to your Cloudaware account → Admin.

...