REST API Method: POST /rest/natinterface/{identifier}

Modifies a NAT Interface managed object given a specific ID.

URL:

https://192.168.0.111/rest/natinterface/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
IfDescriptionNoNostringnone64 - Max Length Assigns an operator-friendly description text configured by the operator for future reference. Blank spaces are allowed.
NatPrivateAddressYesYesstringnone20 - Max Length Specifies an IPv4 IP address for the private network.
NatPrivateNetmaskYesYesstringnone20 - Max Length Specifies an IPv4 netmask to be applied to the private network.
NatExternalInterfaceYesYesstringnone20 - Max Length Specifies the name of the SBC logical interface connected to the external network. Any of the Ethernet, VLAN or Loopback primary interfaces can be used.

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