Cisco Unity Express -- License Information REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- NTP Server REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- NTP 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 -- System Information REST PI Service Operation
Next page: Cisco Unity Express -- NTP Server REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
License Information
Classes
Figure 19: License Information
LicenseInfo
| Class Name |
LicenseInfo | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
License information for various features | ||
| XML Namespace |
http://license.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
count |
Long |
Total licenses available for a feature | |
|
featureName |
String |
Feature name | |
|
priority |
LicensePriority |
License priority enumeration value | |
|
state |
LicenseFeatureState |
License state enumeration value | |
|
type |
LicenseType |
License type enumeration value | |
|
usage |
Long |
Number of licenses used | |
|
validityPeriod |
Integer |
Validity period of the license (in hours) | |
|
validityPeriodRemaining |
Integer |
Validity perriod remaining (in seconds) |
LicenseFeatureState
| Class Name |
LicenseFeatureState (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration of license states |
| XML Namespace |
http://license.model.rest.aesop.cisco.com |
| Enum Values |
ACTIVE_IN_USE ACTIVE_NOT_IN_USE ACTIVE_NOT_IN_USE_EULA_ACCEPTED ACTIVE_NOT_IN_USE_EULA_NEEDED LICENSE_STATE_INACTIVE |
LicenseType
| Class Name |
LicenseType (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration of license types |
| XML Namespace |
http://license.model.rest.aesop.cisco.com |
| Enum Values |
PERMANENT TRIAL UNKNOWN |
LicensePriority
| Class Name |
LicensePriority (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration of license priority types |
| XML Namespace |
http://license.model.rest.aesop.cisco.com |
| Enum Values |
HIGH MEDIUM LOW |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/licenses/info |
GET (read licenses) |
BaseElementList containing list of LicenseInfo objects |
