Resources | addressContext | zone | cacNonRegEndPointRemoveEntry

cacNonRegEndPointRemoveEntry

Removes any CAC entry for the specified source IP address

Input Params

NameMandatoryDefaultDescription
sourceIpAddressM The source IP address for the CAC entry to be removed.
sourcePortO The port for the CAC entry to be removed.

Output Params

NameDescription
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/cacNonRegEndPointRemoveEntry --data '
<cacNonRegEndPointRemoveEntry>
     <sourceIpAddress>{sourceIpAddress}</sourceIpAddress>
</cacNonRegEndPointRemoveEntry>
'

  • No labels