Resources | addressContext | sipRegistrationAdaptiveNatLearning

sipRegistrationAdaptiveNatLearning

reset/disable adaptive nat pinhole learning process

Input Params

NameMandatoryDefaultDescription
idM The registration ID of the user
actionM Type of action to be performed
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}/sipRegistrationAdaptiveNatLearning --data '
<sipRegistrationAdaptiveNatLearning>
     <id>{id}</id>
     <action>{action}</action>
</sipRegistrationAdaptiveNatLearning>
'

  • No labels