.. _ip_nat_translation_service_timeout: ip nat translation service-timeout ================================== Specify any custom service timeout service-timeout Specification ----------------------------- ===================================== ================================================================================================= ===================================== ================================================================================================= **Type** *Collection* **Object Key(s)** *service-type, port* **Collection Name** :ref:`1203_service-timeout_list` **Collection URI** /axapi/v3/ip/nat/translation/service-timeout **Element Name** service-timeout **Element URI** /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port} **Element Attributes** service-timeout_attributes **Schema** :download:`service-timeout 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/translation/service-timeout .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/translation/service-timeout .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port} .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ip/nat/translation/service-timeout .. raw:: html :ref:`1203_service-timeout_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port} .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port} .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ip/nat/translation/service-timeout .. raw:: html :ref:`1203_service-timeout_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port} .. raw:: html :ref:`1203_service-timeout_attributes` .. raw:: html
.. _1203_service-timeout_list: service-timeout-list -------------------- service-timeout-list is **JSON List** of :ref:`1203_service-timeout_attributes` service-timeout-list : [ { :ref:`1203_service-timeout_attributes` }, { :ref:`1203_service-timeout_attributes` }, ... ] .. _1203_service-timeout_attributes: service-timeout attributes -------------------------- **port** **Description** Port Number **Type:** number **Range:** 1-65535 **service-type** **Description** 'tcp': TCP Protocol; 'udp': UDP Protocol; **Type:** string **Supported Values:** tcp, udp **timeout-type** **Description** 'age': Expiration time; 'fast': Use Fast aging; **Type:** string **Supported Values:** age, fast **timeout-val** **Description** Timeout in seconds (Interval of 60 seconds) **Type:** number **Range:** 2-15000 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters