|
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 |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/licenseRequired/{featureName} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/licenseRequired/{featureName} |