Requirements

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

You can expand Jamf Pro patch management functionality by connecting to a source hosted by the community, or by using a server application in your environment that responds to the following endpoints and can receive communication from Jamf Pro. Your implementation may be as simple as a small Python server.

To connect Jamf Pro to an external patch source, navigate to Settings > Computer Management > Patch Management.

The following endpoints are required to integrate an external patch source with Jamf Pro:
  • /software—This endpoint returns an array of Software Title Summary objects.

  • /software/{ids}—This endpoint returns a subset array of Software Title Summary objects that match any of the given {ids}.

  • /patch/{id}—This endpoint returns a Software Title object.