Resources | oam | localAuth | userStatus | setRsaKey

setRsaKey

Set RSA key for the user.

Input Params

NameMandatoryDefaultDescription
keyNameO Unique name/number for future reference to the key.
rsaKeyO Minimum 2048 bit RSA key.

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/sonusOrca:oam/localAuth/userStatus={name}/setRsaKey --data '
<setRsaKey/>
'

  • No labels