Jamf Pro Server Events

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

The base Webhook object for ‘JSS’ events.

Parameters:
  • institution (str) – The name of the organization the server is registered to (defaults to ‘Example Org’).
  • host_address (str) – The IP address of the originating server (defaults to 10.0.0.1).
  • web_app_path (str) – The root path of the web app for the server (defaults to /).
  • is_master (bool) – Is the originating server a cluster master (defaults to True).
  • server_url (str) – The URL of the originating server (defaults to https://jss.example.org).