SNMPNetworkInterfaces - Global
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.
| 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. |
| Type | Description |
|---|---|
| void |