Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1006 Bytes

File metadata and controls

16 lines (12 loc) · 1006 Bytes

MonitoringSNMPTrapServer

SNMPTrapServer contains the configuration for sending SNMP traps to a receiver.

Properties

Name Type Description Notes
auth_config MonitoringAuthConfig [optional]
community_or_user str CommunityOrUser contains community string for v2c, user for v3. [optional]
host str Host where the trap needs to be sent. [optional]
port str Port on the Host where the trap needs to be sent, default is 162. [optional] if omitted the server will use the default value of "162"
privacy_config MonitoringPrivacyConfig [optional]
version str [optional] if omitted the server will use the default value of "v2c"

[Back to Model list] [Back to API list] [Back to README]