Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | node | system | ethernetPort | mgmtStatistics

mgmtStatistics

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'oam'))

Operational Data

ParameterDescription
portName The name of this port.
rxPackets The number of received packets.
txPackets The number of transmitted packets.
rxErrors The number of bad packets received
txErrors The number of packet transmit failures.
rxDropped The number of packets dropped due to no receive buffers.
txDropped The number of packets dropped due to no transmit buffers.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListPort:ethernetPort/mgmtStatistics={portName}