This is an archive version of the document. To get the most up-to-date information, see the current version.

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:

    • Day
    • Week

    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 Notification Settings

    [

     {

       "scheduleType": "Day",

       "scheduleTime": "08:00:00",

       "scheduleDay": "Sunday",

       "from": "notification@vac.com",

       "to": "administrator@vac.com",

       "subject": "VAC Discovery Results"

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.