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

Creates a NAT Interface managed object given a specific ID.

URL:

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

HTTP Method

PUT

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.

  • No labels