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 |
loadLicenseHash
loadLicenseHash
Install the license file.
|
Name | Mandatory | Default | Description |
---|
hash | M | |
The hash
|
emsIp | M | |
The EMS ip
|
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/loadLicenseHash --data ' <loadLicenseHash> <hash>{hash}</hash> <emsIp>{emsIp}</emsIp> </loadLicenseHash> ' |