Cisco Unity Express -- Login Banner REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- DNS Configuration REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- DNS Configuration REST PI Service Operation]] | ||
| + | |||
| + | |||
| + | '''Search the Cisco Unity Express documentation on the DocWiki:''' | ||
| + | <html><div id="cse" style="width:25%;">Loading</div> | ||
| + | <script src="http://www.google.com/jsapi" type="text/javascript"></script> | ||
| + | <script type="text/javascript"> | ||
| + | google.load('search', '1', {language : 'en'}); | ||
| + | google.setOnLoadCallback(function(){ | ||
| + | var customSearchControl = new google.search.CustomSearchControl('007771824002417948961:zfpvm8yv4fc'); | ||
| + | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | ||
| + | customSearchControl.draw('cse'); | ||
| + | }, true); | ||
| + | </script> | ||
| + | <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> | ||
| + | </html> | ||
Latest revision as of 01:37, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Subsystem SIP REST PI Service Operation
Next page: Cisco Unity Express -- DNS Configuration REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Login Banner
Classes
Figure 16: Login Banner
LoginBanner
| Class Name |
LoginBanner | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Represents system-wide login message that is displayed to all users when they log in. | ||
| XML Namespace |
http://banner.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
bannerMessage |
String |
Max Length 1944 |
Banner message will be displayed. Following tokens in the banner-content represent system settings, $(hostname) - Displays the hostname for the module. $(domain) - Displays the domain for the module. |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/banner During the GET operation use query parameter expand to replace the variable in the login message by its value. /system/banner?expand=true |
GET (read login banner settings) |
LoginBanner | |
|
PUT (update login banner) |
LoginBanner |
