| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../../NODE_LIST:nodeName]/system/deploymentType != 'microservices') |
Parameter | Description | |
---|---|---|
msname | The name of the Mediation Server. | |
tcpChannelstatus | The Media TCP channel status of the Mediation server. | |
tcpPacketsSent | The number of media TCP packets sent successfully. | |
tcpPacketsLost | The number of unsuccessful media TCP packets. | |
udpPacketsSent | The number of BFCP UDP packets sent successfully. | |
udpPacketsLost | The number of unsuccessful BFCP UDP packets. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListLi:intercept/callDataChannel={name}/mediationServerMediaStatus={msname} |