Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | system | facNonBlockingEntries | callingNCalledPartyList

callingNCalledPartyList

calling party and called party combination for which Fault avalanche control should not block calls.

Exists on Condition ../keyType ='callingNcalledId'

Configuration

ParameterPresenceTypeDefaultDescription
callingPartyIdMstring callingParty to be not blocked.
calledPartyIdMstring calledParty to be not blocked.
REST API: GET Example

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

REST API: POST Example

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

REST API: DELETE Example

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