Cisco Unity Express -- SMTP Server REST PI Service Operation
From DocWiki
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- NTP Server REST PI Service Operation
Next page: Cisco Unity Express -- User Defaults REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
SMTP Server
Classes
Figure 21: SMTP Server
SMTPServer
| Class Name |
SMTPServer | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing SMTP server configuration | ||
| XML Namespace |
http://smtp.settings.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
address |
String |
SMTP server address | |
|
authRequired |
Boolean |
Boolean indicating if authentication is required by the SMTP server | |
|
password |
String |
Password for SMTP server | |
|
Port |
Integer |
Port number for SMTP server | |
|
userName |
String |
User name to use with SMTP server |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/smtp/server |
GET (read SMTP server settings) |
SMTPServer | |
|
PUT (update SMTP server settings) |
SMTPServer |
