Cisco Unity Express -- License Information REST PI Service Operation
From DocWiki
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 |
