Resources | node | system | ntp | autokey

autokey

Configure the asymmetric authentication for NTP server(s).

Input Params

NameMandatoryDefaultDescription
keyNameM Identifier of the key that will be created
keyFileNameM Name of the key file that will be imported.

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/sonusNodeListGen2Ntp:ntp/autokey --data '
<autokey>
     <keyName>{keyName}</keyName>
     <keyFileName>{keyFileName}</keyFileName>
</autokey>
'

  • No labels