Resources | node | system | admin | license | loadLicenseHash

loadLicenseHash

Install the license file.

Input Params

NameMandatoryDefaultDescription
hashM The hash
emsIpM The EMS ip

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/admin={name}/license/loadLicenseHash --data '
<loadLicenseHash>
     <hash>{hash}</hash>
     <emsIp>{emsIp}</emsIp>
</loadLicenseHash>
'

  • No labels