Skip to content

Commit

Permalink
devel changes in module discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePabloOcampo1212 committed Nov 19, 2024
1 parent 191e711 commit b2c6bb7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 38 deletions.
3 changes: 2 additions & 1 deletion plugins/modules/authentication_import_certificate_p12_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
options:
listOfUsers:
description: ListOfUsers query parameter. Specify whether the certificate will be
used for controller ("server"), disaster recovery ("ipsec") or both ("server, ipsec").If no value is
used for controller ("server"), disaster recovery ("ipsec") or both ("server, ipsec"). If no value is
provided, the default value taken will be "server".
type: list
elements: dict
suboptions:
description:
Expand Down
25 changes: 5 additions & 20 deletions plugins/modules/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@
snmpPrivProtocol:
description: SNMP privacy protocol. 'AES128'.
type: str
snmpROCommunity:
description: SNMP RO community of the devices to be discovered.
type: str
snmpROCommunityDesc:
description: Description for SNMP RO community.
type: str
snmpRWCommunity:
description: SNMP RW community of the devices to be discovered.
type: str
snmpRWCommunityDesc:
description: Description for SNMP RW community.
type: str
snmpRoCommunity:
description: SNMP RO community of the devices to be discovered.
type: str
Expand All @@ -204,9 +192,6 @@
timeOut:
description: Time to wait for device response.
type: int
timeout:
description: Time to wait for device response in seconds.
type: int
updateMgmtIp:
description: Updates Management IP if multiple IPs are available for a device. If
set to true, when a device is rediscovered with a different IP, the management
Expand Down Expand Up @@ -368,13 +353,13 @@
snmpMode: string
snmpPrivPassphrase: string
snmpPrivProtocol: string
snmpROCommunity: string
snmpROCommunityDesc: string
snmpRWCommunity: string
snmpRWCommunityDesc: string
snmpRoCommunity: string
snmpRoCommunityDesc: string
snmpRwCommunity: string
snmpRwCommunityDesc: string
snmpUserName: string
snmpVersion: string
timeout: 0
timeOut: 0
userNameList:
- string
Expand Down
22 changes: 5 additions & 17 deletions plugins/modules/discovery_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,6 @@
snmpPrivProtocol:
description: SNMP privacy protocol. 'AES128'.
type: str
snmpROCommunity:
description: SNMP RO community of the devices to be discovered.
type: str
snmpROCommunityDesc:
description: Description for SNMP RO community.
type: str
snmpRWCommunity:
description: SNMP RW community of the devices to be discovered.
type: str
snmpRWCommunityDesc:
description: Description for SNMP RW community.
type: str
snmpRoCommunity:
description: SNMP RO community of the devices to be discovered.
type: str
Expand Down Expand Up @@ -372,13 +360,13 @@
snmpMode: string
snmpPrivPassphrase: string
snmpPrivProtocol: string
snmpROCommunity: string
snmpROCommunityDesc: string
snmpRWCommunity: string
snmpRWCommunityDesc: string
snmpRoCommunity: string
snmpRoCommunityDesc: string
snmpRwCommunity: string
snmpRwCommunityDesc: string
snmpUserName: string
snmpVersion: string
timeout: 0
timeOut: 0
userNameList:
- string
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/event_snmp_config_v1_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
---
module: event_snmp_config_v1_info
short_description: Information module for Event Snmp Config V1
description:
- This module retrieves SNMP configuration information for events in Cisco DNA Center.
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module_info
Expand Down

0 comments on commit b2c6bb7

Please sign in to comment.