NotificationSetting

NotificationSetting
NotificationSetting
JSON Example
{
    "type": "string",
    "frequency": "string",
    "notification_time": "string",
    "receivers": [
        "string"
    ],
    "enabled": false
}
type
Optional

The type of notification. It can take a value EMAIL or SNMP.

Possible values are : EMAIL, SNMP, PUSH_NOTIFICATION,
frequency
Optional

The frequency of notification. It can take a value IMMEDIATE or DAILY.

Possible values are : IMMEDIATE, DAILY,
string
notification_time
Optional

The custom time of notification. This field needs to be set ONLY in case of Daily Digest Emails.

array of string
receivers
Optional

List of notification receivers.

boolean
enabled
Optional

Set this field to true to enable push notification for current user. This field will be ignored for other notification settings.