HostSnmpSystemAgentLimits

HostSnmpSystemAgentLimits
HostSnmpSystemAgentLimits
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "maxReadOnlyCommunities": 0,
    "maxTrapDestinations": 0,
    "maxCommunityLength": 0,
    "maxBufferSize": 0,
    "capability": "string"
}
integer As int32 As int32
maxReadOnlyCommunities
Required

number of allowed communities

integer As int32 As int32
maxTrapDestinations
Required

number of allowed destinations for notifications

integer As int32 As int32
maxCommunityLength
Required

Max length of community

integer As int32 As int32
maxBufferSize
Required

SNMP input buffer size

capability
Required

SNMP Agent supported capabilities enum

Possible values:

  • COMPLETE: Implements test notifications and allows agent configuration
  • DIAGNOSTICS: Implements only test notification capability only
  • CONFIGURATION: Allows for agent configuration only
Possible values are : COMPLETE, DIAGNOSTICS, CONFIGURATION,