Resources | system | licenseInfo

licenseInfo

The license status for registered license features.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'oam' or /system/cnfPodType = 'sc')))

Operational Data

ParameterDescription
featureName This object indicates the feature name
licenseId This object indicates the license Id.
expirationDate This object indicates the licence expiry date for a feature.
usageLimit This object indicates the usageLimit of a feature.
source Indicates where the licenses is located: nodeLocked or domain
inUse Indicates the number of licenses used by the application
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/licenseInfo={featureName},{licenseId}

  • No labels