Resources | node | system | ntp | peerStatus

peerStatus

This table contains status information about each NTP peer.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/serverAdmin/hwSubType!='virtualContainer')

Operational Data

ParameterDescription
ceName The name of this server.
ipaddress The IP address of this NTP Peer.
state Identifies the state of the NTP peer.
stratum Identifies the NTP peer's stratum level, 16 = invalid.
refTime The time this NTP peer was last updated.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListGen2Ntp:ntp/peerStatus={ceName},{ipaddress}

  • No labels