snmp_get
Fetch one or more SNMP OIDs in a single request, accepting numeric or symbolic forms, and return a dictionary with value and type for each OID.
Instructions
Fetch one or more OIDs in a single SNMP GET-Request. Accepts numeric (e.g. 1.3.6.1.2.1.1.5.0) and a small set of symbolic forms (e.g. SNMPv2-MIB::sysName.0). Returns a dict keyed by OID with {value, type} per varbind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| oids_in | Yes |