SnmpAgentsIpGroupRequest

SnmpAgentsIpGroupRequest
SnmpAgentsIpGroupRequest

These groups contain Agents which IP addresses match the group''s matching pattern. 2 types of patterns are available: Unix-like patterns that use the most commonly found wild-cards such as * or ? and Perl/Java patterns that are real regular expressions (but more complex). This is not used in TCSA 2.3

JSON Example
{
    "name": "string",
    "ipAddressMask": "string",
    "matchEngine": "string"
}
string
name
Required

The name of the group. This identifier has to be unique among all groups defined on IPs for this collector.

string
ipAddressMask
Required

This is the pattern used to select agents IPs from the collector agent list. It will be applied on the IP address field of the Agents screen.

string
matchEngine
Required

This is the type of pattern to use. Two fashions are available for your convenience. Unix-like patterns that use the most commonly found wild cards such as * or ?, and Perl/Java patterns that are real regular expressions (but more complex).

Possible values are : glob, regex,