Resources | global | facBlockingEntriesStatistics

facBlockingEntriesStatistics

The global statistics shows how many number of packets dropped due to each existing blocking entry.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') and (/system/isOAM !='true')

Operational Data

ParameterDescription
keyType Key type such as call-id, calling party number etc
keyEntity Key values of call-id, calling party number etc
entityBlockCount This count shows incoming packet count dropped because of matching key/value pair of packet. This count will be reset whenever blocking entry is removed from the list.Entry can be removed when crash count comes below configured threshold count or added to facNonBlockingEntries list.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/facBlockingEntriesStatistics/{keyType},{keyEntity}

  • No labels