You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
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
| Parameter | Description |
---|
| 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} |