Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ The Jamf platform creates IT software that manages Apple devices.
1. Click **Test**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/jamf/jamf-6.png')} style={{border:'1px solid gray'}} alt="jamf" width="400"/>
1. You should receive a successful notification in the bottom right corner. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/jamf/jamf-7.png')} style={{border:'1px solid gray'}} alt="jamf" width="400"/>

## Minimum permissions required

The following permissions are required for the integration:
* **Read Computers**. Allows reading details of computers in the Jamf inventory.
* **Read Smart Computer Groups**. Grants access to view smart computer groups.
* **Read Static Computer Groups**. Grants access to view static computer groups.
* **Read Jamf Connect Deployments**. Provides access to view Jamf Connect deployments.

#### Jamf Pro Server URL:
Example: [https://yourServer.jamfcloud.com](https://yourServer.jamfcloud.com)


## Change Log

* November 23, 2022 - First upload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Utilize and manipulate virtual machines during an incident investigation with VM

* [VMWare vSphere](https://github.com/vmware/pyvmomi/blob/master/LICENSE.txt)

## Minimum permissions required

The following permissions are required for the integration:

* **Read-Only**. Allows reading details of virtual machines in the vSphere inventory.
* For further details on how to create the role, see [vSphere Permissions and User Management Tasks](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-5372F580-5C23-4E9C-8A4E-EF1B4DD9033E.html).
* For the **HOST**, use the _IP_ or _Domain_ of the vSphere node.
* The port should be set to 443.

## Change Log

* August 30, 2019 - First upload
Expand Down
Loading