Cisco Unity Express -- NTP Server REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- SMTP Server REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- SMTP Server 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:38, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- License Information REST PI Service Operation
Next page: Cisco Unity Express -- SMTP Server REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
NTP Server
Classes
Figure 20: NTP Server
NTPServer
| Class Name |
NTPServer | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing an NTP server | ||
| XML Namespace |
http://ntp.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
address |
String |
Host name or IP address of the NTP server |
NTPServerList
| Class Name |
NTPServerList | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing a list of NTP servers | ||
| XML Namespace |
http://ntp.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
ntpServer |
NTPServer (collection) |
List of NTPServer objects |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/ntp/servers |
GET (read list of NTP servers configured) |
NTPServerList | |
|
PUT (Update list of NTP servers) |
NTPServerList | ||
|
POST (Add an NTP server to the list) |
NTPServer | ||
|
/system/ntp/servers/{address} |
GET (Read a NTP server ) |
NTPServer | |
|
DELETE (Remove NTP server ) |
