Notification Settings
In this article
The /discoveryRules/{ID} has the /discoveryRules/{ID}/notificationSettings sub-resource with properties representing notification settings of a discovery rule.
Property | Type | Description |
---|---|---|
scheduleType | string | Type of schedule for sending notifications. Possible values:
|
scheduleTime | string | Time at which e-mail notifications must be sent. Time string is formatted in accordance with ISO 8601. |
scheduleDay | string | Day at which e-mail notifications must be sent. |
from | string | Sender e-mail address. |
to | string | Recipient e-mail address. |
subject | string | Subject of an e-mail. |
Example
[ { "scheduleType": "Day", "scheduleTime": "08:00:00", "scheduleDay": "Sunday", "from": "notification@vac.com", "to": "administrator@vac.com", "subject": "VAC Discovery Results" } ] |