Resources | node | system | security | eventLogValidation | setUserPrivateKey

setUserPrivateKey

Set the user submitted private key.

Input Params

NameMandatoryDefaultDescription
userPrivateKeyNameM The user submitted private key name.
userPrivateKeyValueM The user submitted private key value.

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/sonusNodeListGen2Security:security/eventLogValidation/setUserPrivateKey --data '
<setUserPrivateKey>
     <userPrivateKeyName>{userPrivateKeyName}</userPrivateKeyName>
     <userPrivateKeyValue>{userPrivateKeyValue}</userPrivateKeyValue>
</setUserPrivateKey>
'

  • No labels