Cisco Unity Express -- XML Schema Download REST PI Service Operation
From DocWiki
(Difference between revisions)
m (1 revision) |
|||
| Line 3: | Line 3: | ||
'''Next page:''' [[Cisco Unity Express -- Common Base Classes REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Common Base Classes 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:33, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Next page: Cisco Unity Express -- Common Base Classes REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Loading
XML Schema Download
| Resource URI |
/schema | |
|---|---|---|
| Resource Description |
XML schema documents for the CUE PI service data model | |
| Operation | MIME | Returns |
|
Get (Download XML schema) |
Accept: application/octet-stream |
Compressed (gzip) tar file containing set of XSD files |
Example: Download the schema and save it in file named "schema.tar.gz" in the current directory. (For downloads, do not use CURL with -i option as it adds the HTTP headers to the output).
$ curl -o ./schema.tar.gz -X GET -H 'Authorization: Basic Y2lzY286Y2lzY28=' -H 'Accept:
application/octet-stream'
http://172.27.104.144/rest/schema
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6731 0 6731 0 0 171k 0 --:--:-- --:--:-- --:--:-- 3986k
Schema files can be extracted from the compressed files using tar command on Linux/Unix based platforms. (Use WinZip or 7-Zip on Windows platforms).
tar xvfz ./schema.tar.gz rest_schema/schema10.xsd rest_schema/schema11.xsd rest_schema/schema12.xsd rest_schema/schema13.xsd rest_schema/schema14.xsd ... ...