Resources | node | system | security | eventLogValidation | showPublicKey

showPublicKey

Display the public key.

Input Params

NameMandatoryDefaultDescription
publicKeyTypeM Public key type: default/user.

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/showPublicKey --data '
<showPublicKey>
     <publicKeyType>{publicKeyType}</publicKeyType>
</showPublicKey>
'

  • No labels