AutoPatrol, Bureaucrats, Administrators
481
edits
(Created page with "__NOTOC__ Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport. == Syntax == SNMPGet(''trans...") |
m (Text replacement - "^" to "{{deprecated}}") |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport. | Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport. | ||
'''Since:''' 1.2.1 | |||
== Syntax == | == Syntax == | ||
Line 19: | Line 20: | ||
== Return Value == | == Return Value == | ||
Object of class [[NXSL:SNMP_VarBind|SNMP_VarBind]] or | Object of class [[NXSL:SNMP_VarBind|SNMP_VarBind]] or '''NULL''' on failure. | ||
== Examples == | == Examples == |