Resources | system | admin | license | loadLicenseHash

loadLicenseHash

Install the license file.

Input Params

NameMandatoryDefaultDescription
hashM The hash
emsIpM The EMS ip

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/loadLicenseHash --data '
<loadLicenseHash>
     <hash>{hash}</hash>
     <emsIp>{emsIp}</emsIp>
</loadLicenseHash>
'

  • No labels