NotificationSettings
Property | Type | Attributes | Description |
---|---|---|---|
smtp | Subschema (SmtpSettings) | — | SMTP server settings. |
billing | Subschema (NotificationBillingSettings) | — | Billing notification settings. |
discovery | Subschema (NotificationDiscoverySettings) | — | Settings for notifications about discovery results. |
alarms | Subschema (NotificationAlarmsSettings) | — | Alarm notification settings. |
license | Subschema (NotificationLicenseSetting) | — | License notification settings. |
level | String | — | Level of notifications. Possible values:
|
Property | Type | Attributes | Description |
---|---|---|---|
host | String | — | FQDN or IP address of an SMTP server. |
port | Integer (int32) | — | SMTP communication port. |
timeoutMs | Integer (int32) | — | Time period during which Veeam Service Provider Console must successfully connect SMTP server. Otherwise connection attempts are stopped. |
useSSL | Boolean | — | Indicates whether data encryption for the SMTP server with SSL support is enabled. Default value is true. |
useCredentials | Boolean | — | Indicates whether an SMTP server requires authentication. Default value is false. |
username | String | Nullable | User name required for SMTP server authentication. |
password | String | Nullable | Password required for SMTP server authentication. |
Property | Type | Attributes | Description |
---|---|---|---|
from | String | Nullable | Email address from which notifications are sent. |
subject | String | — | Text that is displayed as a subject of notification. |
Property | Type | Attributes | Description |
---|---|---|---|
from | String | Nullable | Email address from which notifications are sent. |
to | String | Nullable | Email address at which notifications are sent. |
subject | String | Nullable | Text that is displayed as a subject of notification. |
isDailyNotificationEnabled | Boolean | Read-only | Indicates whether daily notifications are enabled. |
dailyTime | String (date-time) | Nullable | Time at which daily notifications are sent. Date and time string is formatted in accordance with RFC 3339. |
Property | Type | Attributes | Description |
---|---|---|---|
from | String | Nullable | Email address from which notifications must be sent. |
to | String | Nullable | Email address at which notifications must be sent. |
dailySubject | String | Nullable | Subject of notification message. |
isDailyNotificationEnabled | Boolean | Read-only | Indicates whether summary daily notifications is enabled. |
dailyTime | String (date-time) | Nullable | Time of the day when summary daily notifications are sent. Date and time string is formatted in accordance with RFC 3339. |
Property | Type | Attributes | Description |
---|---|---|---|
from | String | Nullable | Email address from which notifications must be sent. |
to | String | Nullable | Email address at which notifications must be sent. |