guestsmtpnotificationsettings/{id}
GET {{base_url}}/ers/config/guestsmtpnotificationsettings/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Request data format | |
Accept | string | Response data format |
RESPONSES
status: OK
{"ERSGuestSmtpNotificationSettings":{"id":"9ecb5340-8c01-11e6-996c-525400b48521","notificationEnabled":true,"useDefaultFromAddress":false,"defaultFromAddress":"donotreply@example.com","smtpPort":"25","connectionTimeout":"60","useTLSorSSLEncryption":false,"usePasswordAuthentication":false,"link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/guestsmtpnotificationsettings/9ecb5340-8c01-11e6-996c-525400b48521","type":"application/json"}}}