You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Resources |
system |
licenseRequired
licenseRequired This is a list of the feature licenses required by the application |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| featureName | M | string | |
The name of the feature
|
| maxCount | O | union | unlimited |
the maximum license count that can be requested
|
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/licenseRequired={featureName} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data ' <licenseRequired> <featureName>{featureName}</featureName> </licenseRequired> ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/licenseRequired={featureName} |