Get Mail Notification Settings
Returns all email notification settings.
Request
URI
GET
https://{api_host}/mail-notifications
COPY
Responses
200
The current mail notifications are returned successfully.
Returns MailNotifications of type(s) application/json
{
"notificationSettings": {
"fromEmail": "string",
"notifyEmails": [
"string"
],
"notificationFrequency": 0
},
"alertsSubscriptions": [
"string"
],
"lastModificationTime": 0,
"paused": false,
"smtpSettings": {
"smtpHost": "string",
"smtpPort": 0,
"smtpUser": "string",
"smtpPassword": "string",
"smtpUseSsl": false
}
}
array of string
alertsSubscriptions
Required
alertsSubscriptions
Possible values are : PRODUCT_NOTIFICATIONS, RESOURCE_USAGE, CLOUD_CONNECTION, DATA_FILE_MANAGEMENT,
integer
lastModificationTime
Optional
lastModificationTime
boolean
paused
Optional
paused
204
Mail notification settings does not exist.
Operation doesn't return any data structure
401
Returns 401Unauthorized_sessionID of type(s) application/json
{
"errCode": "GW_LOGIN_REQUIRED",
"errMessage": "Your session not found or already expired. Please login"
}
string
errCode
Optional
errCode
string
errMessage
Optional
errMessage
Mail Notification Settings Operations
DELETE
Delete Mail Notification Settings
GET
Get Mail Notification Settings
PATCH
Patch Mail Notification Settings
PUT
Update Mail Notification Settings