Resources | node | global | policyServer | sipE911Counters

sipE911Counters

Policy E911 service counters

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
systemName
reqSent This counter keeps track of the number of Emergency Services Routing Requests (ESRReq) which have been sent by the PSX.
totalRspRcvd This counter keeps track of the total number of Emergency Services Routing Responses (ESRRsp) which have been received by the PSX.
successfulRspRcvd This counter keeps track of the number of successful Emergency Services Routing Responses (ESRRsp) which have been received by the PSX.
failedRspRcvd This counter keeps track of the number of failed Emergency Services Routing Responses (ESRRsp) which have been received by the PSX.
reqRetry This counter keeps track of the number of Emergency Services Routing Requests (ESRReq) which have been retransmitted by the PSX. Every retry is to a new VPC.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/policyServer/sonusNodeListPes:sipE911Counters={systemName}

  • No labels