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.
|
Name | Mandatory | Default | Description |
---|
bundleName | M | |
The bundleName to use for the installation
|
fileName | M | |
Name of the license file to be installed.
|
Output Params
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> ' |