Skip to content

Commit

Permalink
Fixes #189: Add missing /snmp parameter "engine-id-suffix"
Browse files Browse the repository at this point in the history
  • Loading branch information
derdeagle committed Jul 16, 2023
1 parent 553a77a commit 7815101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/module_utils/_api_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,7 @@ def join_path(path):
'contact': KeyInfo(default=''),
'enabled': KeyInfo(default=False),
'engine-id': KeyInfo(default=''),
'engine-id-suffix': KeyInfo(default=''),
'location': KeyInfo(default=''),
'src-address': KeyInfo(default='::'),
'trap-community': KeyInfo(default='public'),
Expand Down

0 comments on commit 7815101

Please sign in to comment.