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')

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.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/facNonBlockingEntries/{keyType}

REST API: POST Example

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

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/facNonBlockingEntries/{keyType}

  • No labels