.. _ip_nat_inside_source_static: ip nat inside source static =========================== Static Address Translations static Specification -------------------- ===================================== ================================================================================================ **Parameter** **Value** ===================================== ================================================================================================ **Type** *Collection* **Object Key(s)** *src-address, nat-address* **Collection Name** :ref:`2113_static_list` **Collection URI** /axapi/v3/ip/nat/inside/source/static **Element Name** static **Element URI** /axapi/v3/ip/nat/inside/source/static/{src-address}+{nat-address} **Element Attributes** static_attributes **Partition Visibility** shared **Schema** :download:`static schema ` ===================================== ================================================================================================ **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/inside/source/static .. raw:: html :ref:`2113_static_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/inside/source/static .. raw:: html :ref:`2113_static_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ip/nat/inside/source/static/{src-address}+{nat-address} .. raw:: html :ref:`2113_static_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ip/nat/inside/source/static .. raw:: html :ref:`2113_static_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/inside/source/static/{src-address}+{nat-address} .. raw:: html :ref:`2113_static_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ip/nat/inside/source/static/{src-address}+{nat-address} .. raw:: html :ref:`2113_static_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ip/nat/inside/source/static .. raw:: html :ref:`2113_static_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ip/nat/inside/source/static/{src-address}+{nat-address} .. raw:: html :ref:`2113_static_attributes` .. raw:: html
.. _2113_static_list: static-list ----------- static-list is **JSON List** of :ref:`2113_static_attributes` static-list : [ { :ref:`2113_static_attributes` }, { :ref:`2113_static_attributes` }, ... ] .. _2113_static_attributes: static attributes ----------------- **action** **Description** 'enable': Enable static mapping (default); 'disable': Disable static mapping; **Type:** string **Supported Values:** enable, disable **Default:** enable **nat-address** **Description** NAT Address **Type:** string **Format:** ipv4-address **src-address** **Description** Original Source Address **Type:** string **Format:** ipv4-address **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vrid** **Description** VRRP-A vrid (Specify ha VRRP-A vrid) **Type:** number **Range:** 1-31 **Reference Object:** :doc:`/axapi/v3/vrrp-a/vrid `