Last modified October 31, 2024

getNotificationIntegration

This function will return the Enabled Notification Integration based on Type.
Parameters
Parameter name Type Description Possible Values Example
_id String The Notification Integration Object ID. For a list of Notification Integrations, please use listNotificationIntegrations _id=6169fde7916d0366563db4b2

Example Call JETAPI

jetbackup5api -F getNotificationIntegration -D "_id={$NOTIFICATION_INTEGRATION_ID}"
success: 1 message: system: version: 5.3.3 version_panel: 5.3.3 tier: EDGE type: cPanel retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data: _id: 6509fbecaa590ab6b3060b32 name: example owner: 65075382d49adbd1660f06d2 owner_name: root type: Email frequency: 1: 2 2: 1 4: 1 disabled: options: recipients: 0: email@example.com

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getNotificationIntegration&_id={$NOTIFICATION_INTEGRATION_ID}