Cisco Unity Express -- Fax Settings REST PI Service Operation
From DocWiki
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Scripts REST PI Service Operation
Next page: Cisco Unity Express -- Subsystem JTAPI REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Fax Settings
Classes
Figure 13: Fax Settings
FaxPrintNumber
| Class Name |
Script | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing a system-level fax number to use for printing faxes. | ||
| XML Namespace |
http://fax.settings.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
number |
String |
E.164 fax number | |
|
siteName |
String |
String "local" is used as the local site name. |
Name of the remote site for which to configure the system-level fax number. |
FaxSettings
| Class Name |
FaxSettings | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
System level fax configurations | ||
| XML Namespace |
http://fax.settings.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
defaultEmailFrom |
String |
From "e-mail address to use as the default. | |
|
outgoingFaxGW |
String |
Hostname for the outgoing Cisco IOS fax gateway. | |
|
incomingFaxGWlist |
IncomingFaxGWList |
Hostname for the incoming Cisco IOS fax gateway. | |
|
printNumber |
FaxPrintNumber (collection) |
Collection of fax print numbers | |
|
restrictionTable |
RestrictionTable |
Fax number restriction table |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/fax |
GET (read fax settings) |
FaxSettings | |
|
PUT (update fax settings) |
FaxSettings | ||
|
DELETE (delete privilege) |
