SNMPGatherDocParts - Global
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- API reference
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The SNMPGatherDocParts API handles gathering the parts of an SNMP response document for JavaScript SNMP sensors.
Use with a discovery script when you need to gather the parts of an SNMP response document.
SNMPGatherDocParts - gather(String doc, Object probe)
Returns the given XML document with any data gathered by prior SNMP probes.
Name | Type | Description |
---|---|---|
doc | String | The XML document for this sensor |
probe | Object | The probe instance |
Type | Description |
---|---|
String | The XML document with the gathered data. |