| |
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 = 'sc' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'cs'))) |
Parameter | Description | |
---|---|---|
portName | Specifies the Packet port transmit and receive statistics. | |
rxPackets | The number of received packets. | |
txPackets | The number of transmitted packets. | |
rxBytes | The number of received bytes. | |
txBytes | The number of transmitted bytes. | |
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/packetStatistics={portName} |