Resources | node | system | highAvailabilityPort | statistics

statistics

Specifies the statistics of the high availability (HA) port.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
ceName The host name is this server.
portName The name of the port.
packetTx The number of packets transmitted.
byteTx The number of bytes transmitted.
errTx The number of transmit errors.
packetRx The number of packets received.
byteRx The number of bytes received.
crcErrRx The number of receive CRC errors.
overErrRx The number of receive overrun errors.
noBufCntRx The number of receive no buffer errors.
allocRxBufFailRx The number of receive buffer allocation errors.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListHaPort:highAvailabilityPort/statistics={ceName},{portName}

  • No labels