blob: 94fca37e003affc943bfe9f7935a3527574d540f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
|
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (c) 2021, Cisco Systems
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
DOCUMENTATION = r"""
---
module: discovery
short_description: Resource module for Discovery
description:
- Manage operations create, update and delete of the resource Discovery.
- Initiates discovery with the given parameters.
- Stops all the discoveries and removes them.
- >
Stops the discovery for the given Discovery ID and removes it. Discovery ID can be obtained using the "Get
Discoveries by range" API.
- Stops or starts an existing discovery.
version_added: '3.1.0'
extends_documentation_fragment:
- cisco.dnac.module
author: Rafael Campos (@racampos)
options:
attributeInfo:
description: Discovery's attributeInfo.
type: dict
cdpLevel:
description: Discovery's cdpLevel.
type: int
deviceIds:
description: Discovery's deviceIds.
type: str
discoveryCondition:
description: Discovery's discoveryCondition.
type: str
discoveryStatus:
description: Discovery's discoveryStatus.
type: str
discoveryType:
description: Discovery's discoveryType.
type: str
enablePasswordList:
description: Discovery's enablePasswordList.
type: str
globalCredentialIdList:
description: Discovery's globalCredentialIdList.
elements: str
type: list
httpReadCredential:
description: Discovery's httpReadCredential.
suboptions:
comments:
description: Discovery's comments.
type: str
credentialType:
description: Discovery's credentialType.
type: str
description:
description: Discovery's description.
type: str
id:
description: Discovery's id.
type: str
instanceTenantId:
description: Discovery's instanceTenantId.
type: str
instanceUuid:
description: Discovery's instanceUuid.
type: str
password:
description: Discovery's password.
type: str
port:
description: Discovery's port.
type: int
secure:
description: Secure flag.
type: bool
username:
description: Discovery's username.
type: str
type: dict
httpWriteCredential:
description: Discovery's httpWriteCredential.
suboptions:
comments:
description: Discovery's comments.
type: str
credentialType:
description: Discovery's credentialType.
type: str
description:
description: Discovery's description.
type: str
id:
description: Discovery's id.
type: str
instanceTenantId:
description: Discovery's instanceTenantId.
type: str
instanceUuid:
description: Discovery's instanceUuid.
type: str
password:
description: Discovery's password.
type: str
port:
description: Discovery's port.
type: int
secure:
description: Secure flag.
type: bool
username:
description: Discovery's username.
type: str
type: dict
id:
description: Discovery's id.
type: str
ipAddressList:
description: Discovery's ipAddressList.
type: str
ipFilterList:
description: Discovery's ipFilterList.
type: str
isAutoCdp:
description: IsAutoCdp flag.
type: bool
lldpLevel:
description: Discovery's lldpLevel.
type: int
name:
description: Discovery's name.
type: str
netconfPort:
description: Discovery's netconfPort.
type: str
numDevices:
description: Discovery's numDevices.
type: int
parentDiscoveryId:
description: Discovery's parentDiscoveryId.
type: str
passwordList:
description: Discovery's passwordList.
type: str
preferredMgmtIPMethod:
description: Discovery's preferredMgmtIPMethod.
type: str
protocolOrder:
description: Discovery's protocolOrder.
type: str
retry:
description: Number of times to try establishing connection to device.
type: int
retryCount:
description: Discovery's retryCount.
type: int
snmpAuthPassphrase:
description: Discovery's snmpAuthPassphrase.
type: str
snmpAuthProtocol:
description: Discovery's snmpAuthProtocol.
type: str
snmpMode:
description: Discovery's snmpMode.
type: str
snmpPrivPassphrase:
description: Discovery's snmpPrivPassphrase.
type: str
snmpPrivProtocol:
description: Discovery's snmpPrivProtocol.
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: Discovery's snmpRoCommunity.
type: str
snmpRoCommunityDesc:
description: Discovery's snmpRoCommunityDesc.
type: str
snmpRwCommunity:
description: Discovery's snmpRwCommunity.
type: str
snmpRwCommunityDesc:
description: Discovery's snmpRwCommunityDesc.
type: str
snmpUserName:
description: Discovery's snmpUserName.
type: str
snmpVersion:
description: Version of SNMP. V2 or v3.
type: str
timeOut:
description: Discovery's timeOut.
type: int
timeout:
description: Time to wait for device response in seconds.
type: int
updateMgmtIp:
description: UpdateMgmtIp flag.
type: bool
userNameList:
description: Discovery's userNameList.
type: str
requirements:
- dnacentersdk >= 2.6.0
- python >= 3.9
seealso:
- name: Cisco DNA Center documentation for Discovery StartDiscovery
description: Complete reference of the StartDiscovery API.
link: https://developer.cisco.com/docs/dna-center/#!start-discovery
- name: Cisco DNA Center documentation for Discovery DeleteAllDiscovery
description: Complete reference of the DeleteAllDiscovery API.
link: https://developer.cisco.com/docs/dna-center/#!delete-all-discovery
- name: Cisco DNA Center documentation for Discovery DeleteDiscoveryById
description: Complete reference of the DeleteDiscoveryById API.
link: https://developer.cisco.com/docs/dna-center/#!delete-discovery-by-id
- name: Cisco DNA Center documentation for Discovery UpdatesAnExistingDiscoveryBySpecifiedId
description: Complete reference of the UpdatesAnExistingDiscoveryBySpecifiedId API.
link: https://developer.cisco.com/docs/dna-center/#!updates-an-existing-discovery-by-specified-id
notes:
- SDK Method used are
discovery.Discovery.delete_discovery_by_id,
discovery.Discovery.start_discovery,
discovery.Discovery.updates_discovery_by_id,
- Paths used are
post /dna/intent/api/v1/discovery,
delete /dna/intent/api/v1/discovery,
delete /dna/intent/api/v1/discovery/{id},
put /dna/intent/api/v1/discovery,
"""
EXAMPLES = r"""
- name: Delete all
cisco.dnac.discovery:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
state: absent
- name: Update all
cisco.dnac.discovery:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
state: present
attributeInfo: {}
cdpLevel: 0
deviceIds: string
discoveryCondition: string
discoveryStatus: string
discoveryType: string
enablePasswordList: string
globalCredentialIdList:
- string
httpReadCredential:
comments: string
credentialType: string
description: string
id: string
instanceTenantId: string
instanceUuid: string
password: string
port: 0
secure: true
username: string
httpWriteCredential:
comments: string
credentialType: string
description: string
id: string
instanceTenantId: string
instanceUuid: string
password: string
port: 0
secure: true
username: string
id: string
ipAddressList: string
ipFilterList: string
isAutoCdp: true
lldpLevel: 0
name: string
netconfPort: string
numDevices: 0
parentDiscoveryId: string
passwordList: string
preferredMgmtIPMethod: string
protocolOrder: string
retryCount: 0
snmpAuthPassphrase: string
snmpAuthProtocol: string
snmpMode: string
snmpPrivPassphrase: string
snmpPrivProtocol: string
snmpRoCommunity: string
snmpRoCommunityDesc: string
snmpRwCommunity: string
snmpRwCommunityDesc: string
snmpUserName: string
timeOut: 0
updateMgmtIp: true
userNameList: string
- name: Create
cisco.dnac.discovery:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
state: present
cdpLevel: 0
discoveryType: string
enablePasswordList:
- string
globalCredentialIdList:
- string
httpReadCredential:
password: string
port: 0
secure: true
username: string
httpWriteCredential:
password: string
port: 0
secure: true
username: string
ipAddressList: string
ipFilterList:
- string
lldpLevel: 0
name: string
netconfPort: string
passwordList:
- string
preferredMgmtIPMethod: string
protocolOrder: string
retry: 0
snmpAuthPassphrase: string
snmpAuthProtocol: string
snmpMode: string
snmpPrivPassphrase: string
snmpPrivProtocol: string
snmpROCommunity: string
snmpROCommunityDesc: string
snmpRWCommunity: string
snmpRWCommunityDesc: string
snmpUserName: string
snmpVersion: string
timeout: 0
userNameList:
- string
- name: Delete by id
cisco.dnac.discovery:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
state: absent
id: string
"""
RETURN = r"""
dnac_response:
description: A dictionary or list with the response returned by the Cisco DNAC Python SDK
returned: always
type: dict
sample: >
{
"response": {
"taskId": "string",
"url": "string"
},
"version": "string"
}
"""
|