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 .
The following endpoints are required to integrate an external patch source with Jamf Pro:
/software—This endpoint returns an array of
Software Title Summaryobjects./software/{ids}—This endpoint returns a subset array of
Software Title Summaryobjects that match any of the given{ids}./patch/{id}—This endpoint returns a
Software Titleobject.