| |
Exists on Condition | (/system/isOAM !='true' and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs')))) |
Parameter | Description | |
---|---|---|
name | The name of this IP Peer. | |
inboundSessions | Indicates the number of calls routed to this peer. | |
inboundCPS | Indicates the number of calls routed to this peer per second. | |
inboundMaxSessions | Indicates the max number of inbound active sessions. | |
outboundSessions | Indicates the number of calls initiated by this peer. | |
outboundCPS | Indicates the number of calls initiated by this peer per second. | |
outboundMaxSessions | Indicates the max number of outbound active sessions. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipPeerPerformanceStats:ipPeerCurrentStatistics={name} |