Functions - OIDValue |
|
|
Returns the current value of the object identifier. For numeric object identifiers (those of type integer, counter, gauge or timeticks), the returned type will be Float. For all other object identifiers the return type is String. SyntaxOIDValue(oid) ParametersoidAny object identifier. ExampleThis expression part returns the number of network interfaces for most SNMP-capable systems. OIDValue(".1.3.6.1.2.1.2.1") |