.. _health_monitor_method_snmp: health monitor method snmp ========================== SNMP type snmp Specification ------------------ ===================================== ========================================================================== **Parameter** **Value** ===================================== ========================================================================== **Type** *Configuration Resource* **Element Name** snmp **Element URI** /axapi/v3/health/monitor/{name}/method/snmp **Element Attributes** snmp_attributes **Partition Visibility** shared **Schema** :download:`snmp 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/health/monitor/{name}/method/snmp .. raw:: html :ref:`1852_snmp_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/health/monitor/{name}/method/snmp .. raw:: html :ref:`1852_snmp_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/health/monitor/{name}/method/snmp .. raw:: html :ref:`1852_snmp_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/health/monitor/{name}/method/snmp .. raw:: html :ref:`1852_snmp_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/health/monitor/{name}/method/snmp .. raw:: html :ref:`1852_snmp_attributes` .. raw:: html
.. _1852_snmp_attributes: snmp attributes --------------- **community** **Description** Specify SNMP community, default is "public" (Community String) **Type:** string **Format:** string-rlx **Maximum Length:** 31 characters **Maximum Length:** 1 characters **Default:** public **oid** **Description:** oid is a **JSON Block**. Please see below for :ref:`1852_oid` **Type:** Object **operation** **Description:** operation is a **JSON Block**. Please see below for :ref:`1852_operation` **Type:** Object **snmp** **Description** SNMP type **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snmp-port** **Description** Specify SNMP port, default is 161 (Port Number) **Type:** number **Range:** 1-65534 **Default:** 161 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _1852_oid: oid ^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **asn** **Description** Specify the format in ASN.1 style **Type:** string **Format:** string-rlx **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Mutual Exclusion:** asn and mib are mutually exclusive **mib** **Description** 'sysDescr': The MIB-2 OID of system description, 1.1.0; 'sysUpTime': The MIB-2 OID of system up time, 1.3.0; 'sysName': The MIB-2 OID of system nume, 1.5.0; **Type:** string **Supported Values:** sysDescr, sysUpTime, sysName **Mutual Exclusion:** mib and asn are mutually exclusive .. _1852_operation: operation ^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **oper-type** **Description** 'getnext': Get-Next-Request command; 'get': Get-Request command; **Type:** string **Supported Values:** getnext, get