.. _snmp_server_host_ipv6_host: snmp-server host ipv6-host ========================== Specify IPV6 hosts to receive SNMP traps ipv6-host Specification ----------------------- ===================================== ========================================================================================= **Parameter** **Value** ===================================== ========================================================================================= **Type** *Collection* **Object Key(s)** *ipv6-addr, version* **Collection Name** :ref:`3111_ipv6-host_list` **Collection URI** /axapi/v3/snmp-server/host/ipv6-host **Element Name** ipv6-host **Element URI** /axapi/v3/snmp-server/host/ipv6-host/{ipv6-addr}+{version} **Element Attributes** ipv6-host_attributes **Partition Visibility** shared **Schema** :download:`ipv6-host 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/snmp-server/host/ipv6-host .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/host/ipv6-host .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/host/ipv6-host/{ipv6-addr}+{version} .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/snmp-server/host/ipv6-host .. raw:: html :ref:`3111_ipv6-host_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/snmp-server/host/ipv6-host/{ipv6-addr}+{version} .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/host/ipv6-host/{ipv6-addr}+{version} .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/snmp-server/host/ipv6-host .. raw:: html :ref:`3111_ipv6-host_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/snmp-server/host/ipv6-host/{ipv6-addr}+{version} .. raw:: html :ref:`3111_ipv6-host_attributes` .. raw:: html
.. _3111_ipv6-host_list: ipv6-host-list -------------- ipv6-host-list is **JSON List** of :ref:`3111_ipv6-host_attributes` ipv6-host-list : [ { :ref:`3111_ipv6-host_attributes` }, { :ref:`3111_ipv6-host_attributes` }, ... ] .. _3111_ipv6-host_attributes: ipv6-host attributes -------------------- **ipv6-addr** **Description** IPV6 address of SNMP trap host **Type:** string **Format:** ipv6-address **udp-port** **Description** The trap host's UDP port number(default: 162) **Type:** number **Range:** 1-65535 **Default:** 162 **user** **Description** SNMPv3 user to send traps (User Name) **Type:** string **Format:** string-rlx **Maximum Length:** 31 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **v1-v2c-comm** **Description** SNMPv1/v2c community string **Type:** string **Format:** string-rlx **Maximum Length:** 31 characters **Maximum Length:** 1 characters **version** **Description** 'v1': Use SNMPv1; 'v2c': Use SNMPv2c; 'v3': User SNMPv3; **Type:** string **Supported Values:** v1, v2c, v3 **Default:** v2c