LocalCommunicationSettingsRequest

LocalCommunicationSettingsRequest
LocalCommunicationSettingsRequest

These properties will setup any communication with the collector, especially the interfaces for SNMP polling and the IPs allowed to send commands.

JSON Example
{
    "hostIpAddress": "localhost",
    "communicationPort": 2008,
    "communicationInterfaceIpAddress": "string",
    "outInterfaceIPAddresses": [
        "string"
    ],
    "maxConcurrentSessions": 0,
    "acceptCommandsFromIPAddresses": [
        "string"
    ]
}
string
hostIpAddress
Optional

This specifies the collector's host IP address, where commands and configuration files may be sent.

integer
communicationPort
Optional

The port to use for the communication. This port is used to receive SNMP requests as well as control and configuration commands from Watch4Nets MIB Browser.

string
communicationInterfaceIpAddress
Optional

The IP address of the collector. This allows specific binding to the interface that owns this IP.This attribute is optional as all of the host's defined interfaces will be used if it is not specified.

array of string
outInterfaceIPAddresses
Optional

Specifies which interface to use when polling the SNMP agents. Currently, only one interface may be specified here.All available interfaces will be used for polling if none is specified here.

integer
maxConcurrentSessions
Optional

The maximum number of sessions opened concurrently.

array of string
acceptCommandsFromIPAddresses
Optional

Specifies the IP addresses from which SNMP requests and control commands may be sent.Adding one of those elements will tell the collector to accept commands from the specified ip address, while rejecting commands coming from any other addresses. However, if no element is specified here, any command coming from any IP address will be accepted.