@itentialopensource/adapter-paragon_insights 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BROKER.md +31 -19
- package/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/TAB2.md +36 -25
- package/metadata.json +14 -9
- package/package.json +5 -5
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/report/updateReport1715798453254.json +120 -0
- package/sampleProperties.json +36 -25
package/BROKER.md
CHANGED
|
@@ -22,18 +22,25 @@ Below is an example of how you may set up the properties for this call.
|
|
|
22
22
|
{
|
|
23
23
|
"path": "/{org}/get/devices",
|
|
24
24
|
"method": "GET",
|
|
25
|
+
"pagination": {
|
|
26
|
+
"offsetVar": "",
|
|
27
|
+
"limitVar": "",
|
|
28
|
+
"incrementBy": "limit",
|
|
29
|
+
"requestLocation": "query"
|
|
30
|
+
},
|
|
25
31
|
"query": {},
|
|
26
32
|
"body": {},
|
|
27
33
|
"headers": {},
|
|
28
34
|
"handleFailure": "ignore",
|
|
35
|
+
"responseDataKey": "",
|
|
29
36
|
"requestFields": {
|
|
30
37
|
"org": "555"
|
|
31
38
|
},
|
|
32
39
|
"responseFields": {
|
|
33
|
-
"name": "
|
|
34
|
-
"ostype": "
|
|
40
|
+
"name": "{hostField}",
|
|
41
|
+
"ostype": "{osField}",
|
|
35
42
|
"ostypePrefix": "system-",
|
|
36
|
-
"ipaddress": "attributes.ipaddr",
|
|
43
|
+
"ipaddress": "{attributes.ipaddr}",
|
|
37
44
|
"port": "443"
|
|
38
45
|
}
|
|
39
46
|
},
|
|
@@ -44,16 +51,17 @@ Below is an example of how you may set up the properties for this call.
|
|
|
44
51
|
"body": {},
|
|
45
52
|
"headers": {},
|
|
46
53
|
"handleFailure": "ignore",
|
|
54
|
+
"responseDataKey": "",
|
|
47
55
|
"requestFields": {
|
|
48
56
|
"org": "777"
|
|
49
57
|
},
|
|
50
58
|
"responseFields": {
|
|
51
|
-
"name": "
|
|
52
|
-
"ostype": "
|
|
59
|
+
"name": "{hostField}",
|
|
60
|
+
"ostype": "{osField}",
|
|
53
61
|
"ostypePrefix": "system-",
|
|
54
|
-
"ipaddress": "attributes.ipaddr",
|
|
62
|
+
"ipaddress": "{attributes.ipaddr}",
|
|
55
63
|
"port": "443",
|
|
56
|
-
"myorg": "
|
|
64
|
+
"myorg": "{orgField}"
|
|
57
65
|
}
|
|
58
66
|
}
|
|
59
67
|
]
|
|
@@ -88,12 +96,13 @@ Below is an example of how you may set up the properties for this call.
|
|
|
88
96
|
"headers": {},
|
|
89
97
|
"handleFailure": "ignore",
|
|
90
98
|
"statusValue": "online",
|
|
99
|
+
"responseDataKey": "",
|
|
91
100
|
"requestFields": {
|
|
92
|
-
"org": "myorg",
|
|
93
|
-
"id": "name"
|
|
101
|
+
"org": "{myorg}",
|
|
102
|
+
"id": "{name}"
|
|
94
103
|
},
|
|
95
104
|
"responseFields": {
|
|
96
|
-
"status": "status"
|
|
105
|
+
"status": "{status}"
|
|
97
106
|
}
|
|
98
107
|
}
|
|
99
108
|
]
|
|
@@ -129,9 +138,10 @@ Below is an example of how you may set up the properties for this call.
|
|
|
129
138
|
"body": {},
|
|
130
139
|
"headers": {},
|
|
131
140
|
"handleFailure": "ignore",
|
|
141
|
+
"responseDataKey": "",
|
|
132
142
|
"requestFields": {
|
|
133
|
-
"org": "myorg",
|
|
134
|
-
"id": "name"
|
|
143
|
+
"org": "{myorg}",
|
|
144
|
+
"id": "{name}"
|
|
135
145
|
}
|
|
136
146
|
"responseFields": {}
|
|
137
147
|
},
|
|
@@ -142,8 +152,9 @@ Below is an example of how you may set up the properties for this call.
|
|
|
142
152
|
"body": {},
|
|
143
153
|
"headers": {},
|
|
144
154
|
"handleFailure": "ignore",
|
|
155
|
+
"responseDataKey": "",
|
|
145
156
|
"requestFields": {
|
|
146
|
-
"org": "myorg"
|
|
157
|
+
"org": "{myorg}"
|
|
147
158
|
}
|
|
148
159
|
"responseFields": {}
|
|
149
160
|
}
|
|
@@ -178,17 +189,18 @@ Below is an example of how you may set up the properties for this call.
|
|
|
178
189
|
"body": {},
|
|
179
190
|
"headers": {},
|
|
180
191
|
"handleFailure": "ignore",
|
|
192
|
+
"responseDataKey": "",
|
|
181
193
|
"requestFields": {
|
|
182
|
-
"org": "myorg",
|
|
183
|
-
"id": "name"
|
|
194
|
+
"org": "{myorg}",
|
|
195
|
+
"id": "{name}"
|
|
184
196
|
},
|
|
185
197
|
"responseFields": {
|
|
186
|
-
"name": "
|
|
187
|
-
"ostype": "
|
|
198
|
+
"name": "{hostField}",
|
|
199
|
+
"ostype": "{osField}",
|
|
188
200
|
"ostypePrefix": "system-",
|
|
189
|
-
"ipaddress": "attributes.ipaddr",
|
|
201
|
+
"ipaddress": "{attributes.ipaddr}",
|
|
190
202
|
"port": "443",
|
|
191
|
-
"myorg": "
|
|
203
|
+
"myorg": "{orgField}"
|
|
192
204
|
}
|
|
193
205
|
}
|
|
194
206
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.5.0 [07-23-2024]
|
|
3
|
+
|
|
4
|
+
* Minor/2024 auto migration
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights!10
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.4.0 [05-01-2024]
|
|
11
|
+
|
|
12
|
+
* 2024 Adapter Migration
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/telemetry-analytics/adapter-paragon_insights!9
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.0 [05-01-2024]
|
|
3
19
|
|
|
4
20
|
* 2024 Adapter Migration
|
package/README.md
CHANGED
package/TAB2.md
CHANGED
|
@@ -228,28 +228,29 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
228
228
|
"enabled": false,
|
|
229
229
|
"getDevice": [
|
|
230
230
|
{
|
|
231
|
-
"path": "/
|
|
231
|
+
"path": "/not/mapped",
|
|
232
232
|
"method": "GET",
|
|
233
233
|
"query": {},
|
|
234
234
|
"body": {},
|
|
235
235
|
"headers": {},
|
|
236
236
|
"handleFailure": "ignore",
|
|
237
237
|
"requestFields": {
|
|
238
|
-
"
|
|
238
|
+
"insample": "{port}"
|
|
239
239
|
},
|
|
240
240
|
"responseDatakey": "",
|
|
241
241
|
"responseFields": {
|
|
242
|
-
"name": "
|
|
243
|
-
"ostype": "
|
|
244
|
-
"ostypePrefix": "
|
|
245
|
-
"
|
|
246
|
-
"
|
|
242
|
+
"name": "{this}{||}{that}",
|
|
243
|
+
"ostype": "{osfield}",
|
|
244
|
+
"ostypePrefix": "meraki-",
|
|
245
|
+
"port": "{port}",
|
|
246
|
+
"ipaddress": "{ip_addr}",
|
|
247
|
+
"serial": "{serial}"
|
|
247
248
|
}
|
|
248
249
|
}
|
|
249
250
|
],
|
|
250
251
|
"getDevicesFiltered": [
|
|
251
252
|
{
|
|
252
|
-
"path": "/
|
|
253
|
+
"path": "/not/mapped",
|
|
253
254
|
"method": "GET",
|
|
254
255
|
"pagination": {
|
|
255
256
|
"offsetVar": "",
|
|
@@ -264,42 +265,44 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
264
265
|
"requestFields": {},
|
|
265
266
|
"responseDatakey": "",
|
|
266
267
|
"responseFields": {
|
|
267
|
-
"name": "
|
|
268
|
-
"ostype": "
|
|
269
|
-
"ostypePrefix": "
|
|
270
|
-
"
|
|
271
|
-
"
|
|
268
|
+
"name": "{this}{||}{that}",
|
|
269
|
+
"ostype": "{osfield}",
|
|
270
|
+
"ostypePrefix": "meraki-",
|
|
271
|
+
"port": "{port}",
|
|
272
|
+
"ipaddress": "{ip_addr}",
|
|
273
|
+
"serial": "{serial}",
|
|
274
|
+
"id": "{myid}"
|
|
272
275
|
}
|
|
273
276
|
}
|
|
274
277
|
],
|
|
275
278
|
"isAlive": [
|
|
276
279
|
{
|
|
277
|
-
"path": "/
|
|
280
|
+
"path": "/not/mapped/{devID}",
|
|
278
281
|
"method": "GET",
|
|
279
282
|
"query": {},
|
|
280
283
|
"body": {},
|
|
281
284
|
"headers": {},
|
|
282
285
|
"handleFailure": "ignore",
|
|
283
286
|
"requestFields": {
|
|
284
|
-
"
|
|
287
|
+
"devID": "{id}"
|
|
285
288
|
},
|
|
286
289
|
"responseDatakey": "",
|
|
287
290
|
"responseFields": {
|
|
288
|
-
"status": "
|
|
289
|
-
"statusValue": "
|
|
291
|
+
"status": "return2xx",
|
|
292
|
+
"statusValue": "AD.200"
|
|
290
293
|
}
|
|
291
294
|
}
|
|
292
295
|
],
|
|
293
296
|
"getConfig": [
|
|
294
297
|
{
|
|
295
|
-
"path": "/
|
|
298
|
+
"path": "/not/mapped/{devID}",
|
|
296
299
|
"method": "GET",
|
|
297
300
|
"query": {},
|
|
298
301
|
"body": {},
|
|
299
302
|
"headers": {},
|
|
300
303
|
"handleFailure": "ignore",
|
|
301
304
|
"requestFields": {
|
|
302
|
-
"
|
|
305
|
+
"devID": "{id}"
|
|
303
306
|
},
|
|
304
307
|
"responseDatakey": "",
|
|
305
308
|
"responseFields": {}
|
|
@@ -307,7 +310,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
307
310
|
],
|
|
308
311
|
"getCount": [
|
|
309
312
|
{
|
|
310
|
-
"path": "/
|
|
313
|
+
"path": "/not/mapped",
|
|
311
314
|
"method": "GET",
|
|
312
315
|
"query": {},
|
|
313
316
|
"body": {},
|
|
@@ -323,15 +326,15 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
323
326
|
"enabled": false,
|
|
324
327
|
"entities": [
|
|
325
328
|
{
|
|
326
|
-
"entityType": "",
|
|
327
|
-
"frequency":
|
|
329
|
+
"entityType": "device",
|
|
330
|
+
"frequency": 3600,
|
|
328
331
|
"flushOnFail": false,
|
|
329
|
-
"limit":
|
|
332
|
+
"limit": 10000,
|
|
330
333
|
"retryAttempts": 5,
|
|
331
334
|
"sort": true,
|
|
332
335
|
"populate": [
|
|
333
336
|
{
|
|
334
|
-
"path": "",
|
|
337
|
+
"path": "/not/mapped",
|
|
335
338
|
"method": "GET",
|
|
336
339
|
"pagination": {
|
|
337
340
|
"offsetVar": "",
|
|
@@ -345,7 +348,15 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
345
348
|
"handleFailure": "ignore",
|
|
346
349
|
"requestFields": {},
|
|
347
350
|
"responseDatakey": "",
|
|
348
|
-
"responseFields": {
|
|
351
|
+
"responseFields": {
|
|
352
|
+
"name": "{this}{||}{that}",
|
|
353
|
+
"ostype": "{osfield}",
|
|
354
|
+
"ostypePrefix": "meraki-",
|
|
355
|
+
"port": "{port}",
|
|
356
|
+
"ipaddress": "{ip_addr}",
|
|
357
|
+
"serial": "{serial}",
|
|
358
|
+
"id": "{myid}"
|
|
359
|
+
}
|
|
349
360
|
}
|
|
350
361
|
],
|
|
351
362
|
"cachedTasks": [
|
package/metadata.json
CHANGED
|
@@ -28,13 +28,24 @@
|
|
|
28
28
|
"isDeprecated": false
|
|
29
29
|
},
|
|
30
30
|
"brokerSince": "",
|
|
31
|
+
"authMethods": [
|
|
32
|
+
{
|
|
33
|
+
"type": "Multi Factor Auth",
|
|
34
|
+
"primary": true
|
|
35
|
+
}
|
|
36
|
+
],
|
|
31
37
|
"documentation": {
|
|
32
38
|
"storeLink": "",
|
|
33
39
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-paragon_insights",
|
|
34
|
-
"repoLink": "https://gitlab.com/itentialopensource/adapters/
|
|
40
|
+
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights",
|
|
35
41
|
"docLink": "https://docs.itential.com/opensource/docs/paragon-insights",
|
|
36
42
|
"demoLinks": [],
|
|
37
|
-
"trainingLinks": [
|
|
43
|
+
"trainingLinks": [
|
|
44
|
+
{
|
|
45
|
+
"title": "Itential Academy",
|
|
46
|
+
"link": "https://www.itential.com/itential-academy/"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
38
49
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
39
50
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
40
51
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
@@ -57,11 +68,5 @@
|
|
|
57
68
|
"workflowProjects": [],
|
|
58
69
|
"transformationProjects": [],
|
|
59
70
|
"exampleProjects": []
|
|
60
|
-
}
|
|
61
|
-
"authMethods": [
|
|
62
|
-
{
|
|
63
|
-
"type": "Multi Factor Auth",
|
|
64
|
-
"primary": true
|
|
65
|
-
}
|
|
66
|
-
]
|
|
71
|
+
}
|
|
67
72
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-paragon_insights",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "This adapter integrates with system described as: Paragon Insights",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Juniper Paragon Insights",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
|
-
"engineVersion": "1.67.
|
|
8
|
+
"engineVersion": "1.67.19",
|
|
9
9
|
"adapterType": "http",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
],
|
|
45
45
|
"license": "Apache-2.0",
|
|
46
46
|
"engines": {
|
|
47
|
-
"node": ">=
|
|
47
|
+
"node": ">= 14.0.0",
|
|
48
48
|
"npm": ">= 6.0.0"
|
|
49
49
|
},
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
52
|
-
"url": "git@gitlab.com:itentialopensource/adapters/
|
|
52
|
+
"url": "git@gitlab.com:itentialopensource/adapters/adapter-paragon_insights.git"
|
|
53
53
|
},
|
|
54
54
|
"author": "Itential",
|
|
55
|
-
"homepage": "https://gitlab.com/itentialopensource/adapters/
|
|
55
|
+
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-paragon_insights#readme",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@itentialopensource/adapter-utils": "^5.3.10",
|
|
58
58
|
"acorn": "^8.10.0",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "New adapter errors available for use",
|
|
7
|
+
"value": 0
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "errorJson",
|
|
11
|
+
"description": "Adapter errors no longer available for use",
|
|
12
|
+
"value": 0
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "errorJson",
|
|
16
|
+
"description": "Adapter errors that have been updated (e.g. recommendation changes)",
|
|
17
|
+
"value": 31
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of production dependencies",
|
|
22
|
+
"value": 16
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Number of development dependencies",
|
|
27
|
+
"value": 6
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "packageJson",
|
|
31
|
+
"description": "Number of npm scripts",
|
|
32
|
+
"value": 21
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "packageJson",
|
|
36
|
+
"description": "Runtime Library dependency",
|
|
37
|
+
"value": "^5.3.10"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "propertiesSchemaJson",
|
|
41
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
42
|
+
"value": 78
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "markdown",
|
|
46
|
+
"description": "Number of lines in the README.md",
|
|
47
|
+
"value": 344
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
52
|
+
"value": 9
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
57
|
+
"value": 647
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
62
|
+
"value": 48
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
67
|
+
"value": 70
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the BROKER.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "unitTestJS",
|
|
76
|
+
"description": "Number of lines of code in unit tests",
|
|
77
|
+
"value": 15415
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "unitTestJS",
|
|
81
|
+
"description": "Number of unit tests",
|
|
82
|
+
"value": 1027
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "integrationTestJS",
|
|
86
|
+
"description": "Number of lines of code in integration tests",
|
|
87
|
+
"value": 12909
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "integrationTestJS",
|
|
91
|
+
"description": "Number of integration tests",
|
|
92
|
+
"value": 488
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "staticFile",
|
|
96
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
97
|
+
"value": 1453
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "staticFile",
|
|
101
|
+
"description": "Number of static files added",
|
|
102
|
+
"value": 36
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "Overall",
|
|
106
|
+
"description": "Total lines of Code",
|
|
107
|
+
"value": 29777
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "Overall",
|
|
111
|
+
"description": "Total Tests",
|
|
112
|
+
"value": 1515
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "Overall",
|
|
116
|
+
"description": "Total Files",
|
|
117
|
+
"value": 6
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
}
|
package/sampleProperties.json
CHANGED
|
@@ -145,28 +145,29 @@
|
|
|
145
145
|
"enabled": false,
|
|
146
146
|
"getDevice": [
|
|
147
147
|
{
|
|
148
|
-
"path": "/
|
|
148
|
+
"path": "/not/mapped",
|
|
149
149
|
"method": "GET",
|
|
150
150
|
"query": {},
|
|
151
151
|
"body": {},
|
|
152
152
|
"headers": {},
|
|
153
153
|
"handleFailure": "ignore",
|
|
154
154
|
"requestFields": {
|
|
155
|
-
"
|
|
155
|
+
"insample": "{port}"
|
|
156
156
|
},
|
|
157
157
|
"responseDatakey": "",
|
|
158
158
|
"responseFields": {
|
|
159
|
-
"name": "
|
|
160
|
-
"ostype": "
|
|
161
|
-
"ostypePrefix": "
|
|
162
|
-
"
|
|
163
|
-
"
|
|
159
|
+
"name": "{this}{||}{that}",
|
|
160
|
+
"ostype": "{osfield}",
|
|
161
|
+
"ostypePrefix": "meraki-",
|
|
162
|
+
"port": "{port}",
|
|
163
|
+
"ipaddress": "{ip_addr}",
|
|
164
|
+
"serial": "{serial}"
|
|
164
165
|
}
|
|
165
166
|
}
|
|
166
167
|
],
|
|
167
168
|
"getDevicesFiltered": [
|
|
168
169
|
{
|
|
169
|
-
"path": "/
|
|
170
|
+
"path": "/not/mapped",
|
|
170
171
|
"method": "GET",
|
|
171
172
|
"pagination": {
|
|
172
173
|
"offsetVar": "",
|
|
@@ -181,42 +182,44 @@
|
|
|
181
182
|
"requestFields": {},
|
|
182
183
|
"responseDatakey": "",
|
|
183
184
|
"responseFields": {
|
|
184
|
-
"name": "
|
|
185
|
-
"ostype": "
|
|
186
|
-
"ostypePrefix": "
|
|
187
|
-
"
|
|
188
|
-
"
|
|
185
|
+
"name": "{this}{||}{that}",
|
|
186
|
+
"ostype": "{osfield}",
|
|
187
|
+
"ostypePrefix": "meraki-",
|
|
188
|
+
"port": "{port}",
|
|
189
|
+
"ipaddress": "{ip_addr}",
|
|
190
|
+
"serial": "{serial}",
|
|
191
|
+
"id": "{myid}"
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
],
|
|
192
195
|
"isAlive": [
|
|
193
196
|
{
|
|
194
|
-
"path": "/
|
|
197
|
+
"path": "/not/mapped/{devID}",
|
|
195
198
|
"method": "GET",
|
|
196
199
|
"query": {},
|
|
197
200
|
"body": {},
|
|
198
201
|
"headers": {},
|
|
199
202
|
"handleFailure": "ignore",
|
|
200
203
|
"requestFields": {
|
|
201
|
-
"
|
|
204
|
+
"devID": "{id}"
|
|
202
205
|
},
|
|
203
206
|
"responseDatakey": "",
|
|
204
207
|
"responseFields": {
|
|
205
|
-
"status": "
|
|
206
|
-
"statusValue": "
|
|
208
|
+
"status": "return2xx",
|
|
209
|
+
"statusValue": "AD.200"
|
|
207
210
|
}
|
|
208
211
|
}
|
|
209
212
|
],
|
|
210
213
|
"getConfig": [
|
|
211
214
|
{
|
|
212
|
-
"path": "/
|
|
215
|
+
"path": "/not/mapped/{devID}",
|
|
213
216
|
"method": "GET",
|
|
214
217
|
"query": {},
|
|
215
218
|
"body": {},
|
|
216
219
|
"headers": {},
|
|
217
220
|
"handleFailure": "ignore",
|
|
218
221
|
"requestFields": {
|
|
219
|
-
"
|
|
222
|
+
"devID": "{id}"
|
|
220
223
|
},
|
|
221
224
|
"responseDatakey": "",
|
|
222
225
|
"responseFields": {}
|
|
@@ -224,7 +227,7 @@
|
|
|
224
227
|
],
|
|
225
228
|
"getCount": [
|
|
226
229
|
{
|
|
227
|
-
"path": "/
|
|
230
|
+
"path": "/not/mapped",
|
|
228
231
|
"method": "GET",
|
|
229
232
|
"query": {},
|
|
230
233
|
"body": {},
|
|
@@ -240,15 +243,15 @@
|
|
|
240
243
|
"enabled": false,
|
|
241
244
|
"entities": [
|
|
242
245
|
{
|
|
243
|
-
"entityType": "",
|
|
244
|
-
"frequency":
|
|
246
|
+
"entityType": "device",
|
|
247
|
+
"frequency": 3600,
|
|
245
248
|
"flushOnFail": false,
|
|
246
|
-
"limit":
|
|
249
|
+
"limit": 10000,
|
|
247
250
|
"retryAttempts": 5,
|
|
248
251
|
"sort": true,
|
|
249
252
|
"populate": [
|
|
250
253
|
{
|
|
251
|
-
"path": "",
|
|
254
|
+
"path": "/not/mapped",
|
|
252
255
|
"method": "GET",
|
|
253
256
|
"pagination": {
|
|
254
257
|
"offsetVar": "",
|
|
@@ -262,7 +265,15 @@
|
|
|
262
265
|
"handleFailure": "ignore",
|
|
263
266
|
"requestFields": {},
|
|
264
267
|
"responseDatakey": "",
|
|
265
|
-
"responseFields": {
|
|
268
|
+
"responseFields": {
|
|
269
|
+
"name": "{this}{||}{that}",
|
|
270
|
+
"ostype": "{osfield}",
|
|
271
|
+
"ostypePrefix": "meraki-",
|
|
272
|
+
"port": "{port}",
|
|
273
|
+
"ipaddress": "{ip_addr}",
|
|
274
|
+
"serial": "{serial}",
|
|
275
|
+
"id": "{myid}"
|
|
276
|
+
}
|
|
266
277
|
}
|
|
267
278
|
],
|
|
268
279
|
"cachedTasks": [
|