SnmpAllConditions

SnmpAllConditions
SnmpAllConditions

The structure of an Snmp condition.

JSON Example
{
    "name": "SingleOidContainsSnmpCondition",
    "oid": ".1.3.6.1.2.1.1.2.0",
    "matchValue": "\\.1\\.3\\.6\\.1\\.4\\.1\\.9\\..*",
    "invertResult": false
}
string
name
Required

The name of the snmp conditions.

Possible values are : SingleOidContainsSnmpCondition, SingleOidExistsSnmpCOndition, TableColumnContainsSnmpCondition, TableColumnExistsSnmpCondition, TableColumnUniqueValuesSnmpCondition, TableExistsSnmpCondition,
string
oid
Required

The oid to be used with the SnmpCommand. It may be a single oid (should end with a .0) or a table|column base oid.

string
matchValue
Optional

The value to be matched with

boolean
invertResult
Optional

The result is reverted when this is true. i.e. oid exists -> oid does not exist.