.. _radius_server_host_name: radius-server host name ======================= Specify the hostname of RADIUS server name Specification ------------------ ===================================== =========================================================================== **Parameter** **Value** ===================================== =========================================================================== **Type** *Collection* **Object Key(s)** *hostname* **Collection Name** :ref:`2456_name_list` **Collection URI** /axapi/v3/radius-server/host/name **Element Name** name **Element URI** /axapi/v3/radius-server/host/name/{hostname} **Element Attributes** name_attributes **Partition Visibility** shared **Schema** :download:`name 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/radius-server/host/name .. raw:: html :ref:`2456_name_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/radius-server/host/name .. raw:: html :ref:`2456_name_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/radius-server/host/name/{hostname} .. raw:: html :ref:`2456_name_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/radius-server/host/name .. raw:: html :ref:`2456_name_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/radius-server/host/name/{hostname} .. raw:: html :ref:`2456_name_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/radius-server/host/name/{hostname} .. raw:: html :ref:`2456_name_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/radius-server/host/name .. raw:: html :ref:`2456_name_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/radius-server/host/name/{hostname} .. raw:: html :ref:`2456_name_attributes` .. raw:: html
.. _2456_name_list: name-list --------- name-list is **JSON List** of :ref:`2456_name_attributes` name-list : [ { :ref:`2456_name_attributes` }, { :ref:`2456_name_attributes` }, ... ] .. _2456_name_attributes: name attributes --------------- **hostname** **Description** Hostname of RADIUS server **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **secret** **Description:** secret is a **JSON Block**. Please see below for :ref:`2456_secret` **Type:** Object **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _2456_secret: secret ^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string) **port-cfg** **Description:** port-cfg is a **JSON Block**. Please see below for :ref:`2456_secret_port-cfg` **Type:** Object **secret-value** **Description** The RADIUS server's secret **Type:** string **Format:** password **Maximum Length:** 128 characters **Maximum Length:** 1 characters .. _2456_secret_port-cfg: secret_port-cfg ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **acct-port** **Description** Specify the RADIUS server's accounting port (default 1813) **Type:** number **Range:** 1-65535 **auth-port** **Description** Specify the RADIUS server's authentication port (default 1812) **Type:** number **Range:** 1-65535 **retransmit** **Description** Specify the maximum times allowed for resending an request to the radius server (default 3) **Type:** number **Range:** 0-5 **Default:** 3 **timeout** **Description** Specify the maximum time allowed for waiting for a response from a radius server (default 3) **Type:** number **Range:** 1-15 **Default:** 3