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

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

RESTCONF API: POST Example

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

RESTCONF API: DELETE Example

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

  • No labels