Community
Questions Library
Docs
Blog
Events
Swag
Github
Slack
JupiterOne
Discussions
Release Notes
Contact Us
Jamf - AskJ1 Community
<main> <article class="userContent"> <h2 data-id="jamf-jupiterone-integration-benefits">Jamf + JupiterOne Integration Benefits</h2> <ul><li><p>Visualize Jamf admins, users, groups, devices, and configuration profiles in<br> the JupiterOne graph.</p></li> <li><p>Map Jamf users to employees in your JupiterOne account.</p></li> <li>Monitor changes to Jamf admins, users, and groups using JupiterOne alerts.</li> <li>Monitor changes to Jamf devices and configuration profiles using JupiterOne<br> alerts.</li> </ul><h2 data-id="how-it-works">How it Works</h2> <ul><li><p>JupiterOne periodically fetches users, groups, and other endpoint management<br> resources from Jamf to update the graph.</p></li> <li><p>Write JupiterOne queries to review and monitor updates to the graph, or<br> leverage existing queries.</p></li> <li><p>Configure alerts to take action when the JupiterOne graph changes, or leverage<br> existing alerts.</p></li> </ul><h2 data-id="requirements">Requirements</h2> <ul><li><p>JupiterOne requires a Jamf hostname to interact with the API. JupiterOne also<br> requires a user's username and password used to authenticate with Jamf.</p></li> <li><p>You must have permission in JupiterOne to install new integrations.</p></li> </ul><h2 data-id="support">Support</h2> <p>If you need help with this integration, please contact<br><a rel="nofollow" href="https://support.jupiterone.io">JupiterOne Support</a>.</p> <h2 data-id="integration-walkthrough">Integration Walkthrough</h2> <h3 data-id="in-jamf">In Jamf</h3> <p>The JupiterOne integration uses the<br><a rel="nofollow" href="https://developer.jamf.com/jamf-pro/docs/getting-started-2">Classic API</a> to<br> fetch Jamf data.</p> <p>Required Permissions:</p> <ul><li>Read - Jamf Pro User Accounts & Groups</li> <li>Read - Users</li> <li>Read - Mobile Devices</li> <li>Read - Computers</li> <li>Read - Advanced Computer Searches</li> <li>Read - macOS Configuration Profiles</li> </ul><h3 data-id="in-jupiterone">In JupiterOne</h3> <ol><li>From the top navigation of the J1 Search homepage, select <strong>Integrations</strong>.</li> <li>Scroll to the <strong>Jamf</strong> integration tile and click it.</li> <li>Click the <strong>Add Configuration</strong> button and configure the following settings:</li> </ol><ul><li><p>Enter the <strong>Account Name</strong> by which you'd like to identify this Jamf account<br> in JupiterOne. Ingested entities will have this value stored in<br><code class="code codeInline" spellcheck="false" tabindex="0">tag.AccountName</code> when <strong>Tag with Account Name</strong> is checked.</p></li> <li><p>Enter a <strong>Description</strong> that will further assist your team when identifying<br> the integration instance.</p></li> <li><p>Select a <strong>Polling Interval</strong> that you feel is sufficient for your monitoring<br> needs. You may leave this as <code class="code codeInline" spellcheck="false" tabindex="0">DISABLED</code> and manually execute the integration.</p></li> <li><p>Enter the <strong>Hostname</strong> of your Jamf organization.</p></li> <li>Enter the <strong>Username</strong> used to authenticate with Jamf.</li> <li>Enter the <strong>Password</strong> associated with the username.</li> </ul><ol start="4"><li>Click <strong>Create Configuration</strong> once all values are provided.</li> </ol><h2 data-id="how-to-uninstall">How to Uninstall</h2> <ol><li>From the top navigation of the J1 Search homepage, select <strong>Integrations</strong>.</li> <li>Scroll to the <strong>Jamf</strong> integration tile and click it.</li> <li>Identify and click the <strong>integration to delete</strong>.</li> <li>Click the <strong>trash can</strong> icon.</li> <li>Click the <strong>Remove</strong> button to delete the integration.</li> </ol><h2 data-id="data-model">Data Model</h2> <h3 data-id="entities">Entities</h3> <p>The following entities are created:</p> <table><thead><tr><th>Resources</th> <th>Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> <th>Entity <code class="code codeInline" spellcheck="false" tabindex="0">_class</code></th> </tr></thead><tbody><tr><td>Account</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Account</code></td> </tr><tr><td>Admin</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_user</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">User</code></td> </tr><tr><td>Computer</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Host</code>, <code class="code codeInline" spellcheck="false" tabindex="0">Device</code></td> </tr><tr><td>Computer Group</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_computer_group</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Group</code></td> </tr><tr><td>Group</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_group</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">UserGroup</code></td> </tr><tr><td>Mobile Device</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">mobile_device</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Device</code></td> </tr><tr><td>User</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">device_user</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">User</code></td> </tr><tr><td>macOS Configuration Profile</td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_osx_configuration_profile</code></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">Configuration</code></td> </tr></tbody></table><h3 data-id="relationships">Relationships</h3> <p>The following relationships are created:</p> <table><thead><tr><th>Source Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> <th>Relationship <code class="code codeInline" spellcheck="false" tabindex="0">_class</code></th> <th>Target Entity <code class="code codeInline" spellcheck="false" tabindex="0">_type</code></th> </tr></thead><tbody><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">device_user</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">mobile_device</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">device_user</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">device_user</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_group</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">mobile_device</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_osx_configuration_profile</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_user</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_account</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_computer_group</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_group</code></td> <td><strong>HAS</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_user</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> <td><strong>INSTALLED</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">macos_app</code></td> </tr><tr><td><code class="code codeInline" spellcheck="false" tabindex="0">user_endpoint</code></td> <td><strong>USES</strong></td> <td><code class="code codeInline" spellcheck="false" tabindex="0">jamf_osx_configuration_profile</code></td> </tr></tbody></table> </article> </main>