Resources | system | facNonBlockingEntries

facNonBlockingEntries

Provides the list entries not to be blocked by application.

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

Configuration

ParameterPresenceTypeDefaultDescription
keyTypeMenumeration Keys value like callId,From,To etc.
keyValueOstring Key values(callingParty,calledParty,callId) to be not blocked.
ipAddressOip-address Ipaddress to be not blocked.
callingNCalledPartyListO calling party and called party combination for which Fault avalanche control should not block calls.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/facNonBlockingEntries={keyType}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data '
<facNonBlockingEntries>
     <keyType>{keyType}</keyType>
</facNonBlockingEntries>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/facNonBlockingEntries={keyType}

  • No labels