Name

global.SNMPTable

Description

Wraps an SNMP table, mainly for identification.

Script

// Discovery class

/**
* Wraps an SNMP table, mainly for identification.  The elements of the table are all set into properties whose name is the table element's
* index.
* 
* Tom Dilatush tom.dilatush@service-now.com
*/
var SNMPTable = Class.create();

SNMPTable.prototype = {
};

Sys ID

5d607ec00ab3015100299c4c9a40e547

Offical Documentation

Official Docs: