SNMPNetworkInterfaces - Global

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • The SNMPNetworkInterfaces API creates network interfaces for JavaScript SNMP sensors.

    Use with a discovery script when you need to create network interfaces for JavaScript SNMP sensors.

    SNMPNetworkInterfaces - process(String cmdb_ci, String doc, Boolean isComputer, String agentName, String ecc_sys_id)

    Analyzes the SNMP data and reconciles the discovered NICs to the CMDB's NICs.

    Table 1. Parameters
    Name Type Description
    cmdb_ci String The sys_id of the CI
    doc String The SNMP data in XML form
    isComputer Boolean If true, this is a computer; otherwise, false.
    agentName String Name of the MID server
    ecc_sys_id String The sys_id of the ECC queue record with the input.
    Table 2. Returns
    Type Description
    void