You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Resources | system | licenseRequired

licenseRequired

This is a list of the feature licenses required by the application

Configuration

ParameterPresenceTypeDefaultDescription
featureNameMstring The name of the feature
minCountOuint321 the minumum license count required
maxCountOunionunlimited 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 '
<licenseRequired>
     <featureName>{featureName}</featureName>
</licenseRequired>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/licenseRequired/{featureName}

  • No labels