Zmanda Pro Event Types for Monitoring & Audit Logs

This is a list of the event types available in Zmanda Pro for Webhook integrations and audit logging.

Name Type Value Comment
SEVT__MIN int 4000 StreamableEventType
SEVT_META_HELLO int 4000 StreamableEventType: New event stream connection. Data is typically ServerMetaVersionInfo
SEVT_ACCOUNT_NEW int 4100 StreamableEventType: User created. Data is the profile object
SEVT_ACCOUNT_REMOVED int 4101 StreamableEventType: User deleted
SEVT_ACCOUNT_UPDATED int 4102 StreamableEventType: User updated. Data is the profile object
SEVT_ACCOUNT_LOGIN int 4103 StreamableEventType: User authentication succeeded. Only emitted for non-session requests. Resource is the requested path
SEVT_ACCOUNT_LOGIN_FAILED int 4104 StreamableEventType: User authentication failed. Only emitted if the user exists. Resource is the requested path
SEVT_ACCOUNT_SESSION_START int 4105 StreamableEventType: User session token created. Data is the session object
SEVT_ACCOUNT_SESSION_REVOKE int 4106 StreamableEventType: User session token deleted
SEVT_ACCOUNT_SESSION_EXPIRE int 4107 StreamableEventType: User session token expired
SEVT_ACCOUNT_ADMIN_NEW int 4150 StreamableEventType: Admin created. Data is the profile object
SEVT_ACCOUNT_ADMIN_REMOVED int 4151 StreamableEventType: Admin deleted
SEVT_ACCOUNT_ADMIN_UPDATED int 4152 StreamableEventType: Admin updated
SEVT_ACCOUNT_ADMIN_LOGIN int 4153 StreamableEventType: Admin authentication succeeded. Only emitted for non-session requests. Resource is the requested path
SEVT_ACCOUNT_ADMIN_LOGIN_FAILED int 4154 StreamableEventType: Admin authentication failed. Only emitted if the admin exists. Resource is the request path
SEVT_ACCOUNT_ADMIN_SESSION_START int 4155 StreamableEventType: Admin session token created. Data is the session object
SEVT_ACCOUNT_ADMIN_SESSION_REVOKE int 4156 StreamableEventType: Admin session token deleted
SEVT_ACCOUNT_ADMIN_SESSION_EXPIRE int 4157 StreamableEventType: Admin session token expired
SEVT_JOB_NEW int 4200 StreamableEventType: New backup job started. Data is the job object
SEVT_JOB_COMPLETED int 4201 StreamableEventType: Backup job completed. Data is the job object
SEVT_BUCKET_NEW int 4300 StreamableEventType: New bucket created
SEVT_BUCKET_REMOVED int 4301 StreamableEventType: Bucket deleted
SEVT_SERVER_STARTED int 4400 StreamableEventType: Server started
SEVT_SERVER_RESTARTED int 4401 StreamableEventType: Server restarting (pending)
SEVT_SERVER_SHUTDOWN int 4402 StreamableEventType: Server shutting down (pending)
SEVT_SERVER_UPDATED int 4403 StreamableEventType: Server configuration has been updated. Data is the server config object
SEVT_TENANT_NEW int 4500 StreamableEventType: Tenant created. Data is the tenant object
SEVT_TENANT_REMOVED int 4501 StreamableEventType: Tenant deleted
SEVT_TENANT_UPDATED int 4502 StreamableEventType: Tenant updated. Data is the tenant object
SEVT_POLICY_NEW int 4600 StreamableEventType: Policy created. Data is the policy object
SEVT_POLICY_REMOVED int 4601 StreamableEventType: Policy deleted
SEVT_POLICY_UPDATED int 4602 StreamableEventType: Policy updated. Data is the policy object
SEVT_DEVICE_NEW int 4700 StreamableEventType: Device created. Data is device object
SEVT_DEVICE_REMOVED int 4701 StreamableEventType: Device deleted
SEVT_DEVICE_LIVE_CONNECT int 4702 StreamableEventType: Device live connection started
SEVT_DEVICE_LIVE_DISCONNECT int 4703 StreamableEventType: Device live connection ended
SEVT_DEVICE_LOBBY_CONNECT int 4704 StreamableEventType: Device connected to registration lobby
SEVT_DEVICE_LOBBY_DISCONNECT int 4705 StreamableEventType: Device disconnected from registration lobby
SEVT__MAX int 4999 StreamableEventType