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

Compare with Current View Page History

« Previous Version 2 Next »

Resources | system | admin | license | loadLicenseFile

loadLicenseFile

Install the license file.

Input Params

NameMandatoryDefaultDescription
bundleNameM The bundleName to use for the installation
fileNameM Name of the license file to be installed.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/admin/{name}/license/_operations/loadLicenseFile --data '
<loadLicenseFile>
     <bundleName>{bundleName}</bundleName>
     <fileName>{fileName}</fileName>
</loadLicenseFile>
'

  • No labels