Patch Title Events

class jook.models.webhooks.PatchTitle(*args, **kwargs)[source]

The base webhook object for ‘Patch Title’ events.

Parameters:
  • jss_id (int) – ID of the Patch Title in Jamf Pro (defaults to 1).
  • patch_name (str) – The Patch Title name (defaults to ‘Flash’).
  • patch_version (str) – The new Patch Title version (defaults to 1).
  • report_url (str) – The URL to the Patch Title’s report in Jamr Pro (Defaults to ‘https://jss.example.org/patch.html?id=‘ + the JSS ID).
  • timestamp (int) – The UNIX timestamp of when the Patch Title was updated. If not provided, or not a valid timestamp, it will be set to the current time.