| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'oam' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'sc'))) |
Parameter | Description | |
---|---|---|
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/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/licenseInfo={featureName},{licenseId} |