Difference between revisions of "NXSL:SNMPGetValue"

Jump to navigation Jump to search
20 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user 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. This function is similar to [[NXSL:SNMPGet|SNMPGet]] but returns string instead of an SNMP_VarBind object.
Get the object value from specific node with SNMP GET request. The node and all SNMP communication details defined by SNMP transport. This function is similar to [[NXSL:SNMPGet|SNMPGet]] but returns string instead of an SNMP_VarBind object.


Line 19: Line 19:
== Return Value ==
== Return Value ==


String with the value requested or null on failure.
String with the value requested or '''NULL''' on failure.


== Examples ==
== Examples ==

Navigation menu