REST API Method: POST /rest/sipnatprefixtable/{identifier}/sipnatprefix/{identifier}

Modifies a SIP Qualified NAT Prefix Table Entry given a specific Table Entry ID in a given SIP Qualified NAT Prefix Table.

URL:

https://192.168.0.111/rest/sipnatprefixtable/{identifier}/sipnatprefix/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max Length A user friendly description of the prefix entry.
IPAddressYesNostringnone16 - Max Length The IP Address component of the prefix. This combined with the Netmask will be used to match against incoming SIP Via IPs and determine if the peer endpoint is behind a NAT.
NetmaskYesNostringnone16 - Max Length The Netmask component of the prefix. This combined with the IP Address will be used to match against incoming SIP Via IPs and determine if the peer endpoint is behind a NAT.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels