@itentialopensource/adapter-paragon_active_assurance 0.1.1
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/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +866 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +12175 -0
- package/adapterBase.js +1787 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Alarm/action.json +86 -0
- package/entities/Alarm/schema.json +132 -0
- package/entities/AlarmEmail/action.json +106 -0
- package/entities/AlarmEmail/schema.json +34 -0
- package/entities/AlarmTemplate/action.json +106 -0
- package/entities/AlarmTemplate/schema.json +34 -0
- package/entities/ExternalUrlShare/action.json +106 -0
- package/entities/ExternalUrlShare/schema.json +34 -0
- package/entities/IpLookupTable/action.json +106 -0
- package/entities/IpLookupTable/schema.json +45 -0
- package/entities/IptvChannel/action.json +106 -0
- package/entities/IptvChannel/schema.json +45 -0
- package/entities/Monitor/action.json +147 -0
- package/entities/Monitor/schema.json +102 -0
- package/entities/MonitorTemplate/action.json +87 -0
- package/entities/MonitorTemplate/schema.json +55 -0
- package/entities/NetworkDevice/action.json +126 -0
- package/entities/NetworkDevice/schema.json +46 -0
- package/entities/PingHost/action.json +126 -0
- package/entities/PingHost/schema.json +46 -0
- package/entities/SipAccount/action.json +106 -0
- package/entities/SipAccount/schema.json +34 -0
- package/entities/SnmpManager/action.json +106 -0
- package/entities/SnmpManager/schema.json +34 -0
- package/entities/Speedtest/action.json +46 -0
- package/entities/Speedtest/schema.json +31 -0
- package/entities/SpeedtestPublic/action.json +87 -0
- package/entities/SpeedtestPublic/schema.json +33 -0
- package/entities/SshKey/action.json +106 -0
- package/entities/SshKey/schema.json +45 -0
- package/entities/Statistics/action.json +46 -0
- package/entities/Statistics/schema.json +20 -0
- package/entities/Tag/action.json +106 -0
- package/entities/Tag/schema.json +34 -0
- package/entities/Test/action.json +127 -0
- package/entities/Test/schema.json +90 -0
- package/entities/TestAgent/action.json +267 -0
- package/entities/TestAgent/schema.json +86 -0
- package/entities/TestTemplate/action.json +107 -0
- package/entities/TestTemplate/schema.json +56 -0
- package/entities/TwampReflector/action.json +126 -0
- package/entities/TwampReflector/schema.json +46 -0
- package/entities/UpdateMonitorTemplate/action.json +24 -0
- package/entities/UpdateMonitorTemplate/schema.json +30 -0
- package/entities/Y1731Mep/action.json +106 -0
- package/entities/Y1731Mep/schema.json +45 -0
- package/error.json +190 -0
- package/package.json +87 -0
- package/pronghorn.json +10324 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1248 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +1120 -0
- package/report/paragon-active-assurance.json-OpenApi3Json.json +15052 -0
- package/sampleProperties.json +195 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +3651 -0
- package/test/unit/adapterBaseTestUnit.js +949 -0
- package/test/unit/adapterTestUnit.js +5967 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +178 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +246 -0
- package/utils/tbUtils.js +490 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +195 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,1120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "Standard adapter errors available for use",
|
|
7
|
+
"value": 31
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "packageJson",
|
|
11
|
+
"description": "Number of production dependencies",
|
|
12
|
+
"value": 16
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "packageJson",
|
|
16
|
+
"description": "Number of development dependencies",
|
|
17
|
+
"value": 7
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of npm scripts",
|
|
22
|
+
"value": 22
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Runtime Library dependency",
|
|
27
|
+
"value": "^4.48.0"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "propertiesSchemaJson",
|
|
31
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
32
|
+
"value": 70
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "adapterJS",
|
|
36
|
+
"description": "Lines of code generated in adapter.js",
|
|
37
|
+
"value": 12176
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "adapterJS",
|
|
41
|
+
"description": "Number of Functions added to adapter.js",
|
|
42
|
+
"value": 116
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "pronghornJson",
|
|
46
|
+
"description": "Number of Methods added to pronghorn.json",
|
|
47
|
+
"value": 116
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the README.md",
|
|
52
|
+
"value": 338
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
57
|
+
"value": 9
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
62
|
+
"value": 642
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
67
|
+
"value": 48
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "markdown",
|
|
76
|
+
"description": "Number of lines in the BROKER.md",
|
|
77
|
+
"value": 200
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "markdown",
|
|
81
|
+
"description": "Number of lines in the CALLS.md",
|
|
82
|
+
"value": 171
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "markdown",
|
|
86
|
+
"description": "Number of lines in the AUTH.md",
|
|
87
|
+
"value": 40
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "markdown",
|
|
91
|
+
"description": "Number of lines in the SYSTEMINFO.md",
|
|
92
|
+
"value": 11
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "unitTestJS",
|
|
96
|
+
"description": "Number of lines of code in unit tests",
|
|
97
|
+
"value": 5968
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "unitTestJS",
|
|
101
|
+
"description": "Number of unit tests",
|
|
102
|
+
"value": 363
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "integrationTestJS",
|
|
106
|
+
"description": "Number of lines of code in integration tests",
|
|
107
|
+
"value": 3652
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "integrationTestJS",
|
|
111
|
+
"description": "Number of integration tests",
|
|
112
|
+
"value": 121
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "actionJson",
|
|
116
|
+
"description": "Number of actions for AlarmEmail entity",
|
|
117
|
+
"value": 5
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"owner": "actionJson",
|
|
121
|
+
"description": "Number of actions for AlarmTemplate entity",
|
|
122
|
+
"value": 5
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"owner": "actionJson",
|
|
126
|
+
"description": "Number of actions for Alarm entity",
|
|
127
|
+
"value": 4
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"owner": "actionJson",
|
|
131
|
+
"description": "Number of actions for ExternalUrlShare entity",
|
|
132
|
+
"value": 5
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"owner": "actionJson",
|
|
136
|
+
"description": "Number of actions for IpLookupTable entity",
|
|
137
|
+
"value": 5
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"owner": "actionJson",
|
|
141
|
+
"description": "Number of actions for IptvChannel entity",
|
|
142
|
+
"value": 5
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"owner": "actionJson",
|
|
146
|
+
"description": "Number of actions for MonitorTemplate entity",
|
|
147
|
+
"value": 4
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"owner": "actionJson",
|
|
151
|
+
"description": "Number of actions for UpdateMonitorTemplate entity",
|
|
152
|
+
"value": 1
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"owner": "actionJson",
|
|
156
|
+
"description": "Number of actions for Monitor entity",
|
|
157
|
+
"value": 7
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"owner": "actionJson",
|
|
161
|
+
"description": "Number of actions for NetworkDevice entity",
|
|
162
|
+
"value": 6
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"owner": "actionJson",
|
|
166
|
+
"description": "Number of actions for PingHost entity",
|
|
167
|
+
"value": 6
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"owner": "actionJson",
|
|
171
|
+
"description": "Number of actions for SipAccount entity",
|
|
172
|
+
"value": 5
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"owner": "actionJson",
|
|
176
|
+
"description": "Number of actions for SnmpManager entity",
|
|
177
|
+
"value": 5
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"owner": "actionJson",
|
|
181
|
+
"description": "Number of actions for Speedtest entity",
|
|
182
|
+
"value": 2
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"owner": "actionJson",
|
|
186
|
+
"description": "Number of actions for SpeedtestPublic entity",
|
|
187
|
+
"value": 4
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"owner": "actionJson",
|
|
191
|
+
"description": "Number of actions for SshKey entity",
|
|
192
|
+
"value": 5
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"owner": "actionJson",
|
|
196
|
+
"description": "Number of actions for Statistics entity",
|
|
197
|
+
"value": 2
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"owner": "actionJson",
|
|
201
|
+
"description": "Number of actions for Tag entity",
|
|
202
|
+
"value": 5
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"owner": "actionJson",
|
|
206
|
+
"description": "Number of actions for TestAgent entity",
|
|
207
|
+
"value": 13
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"owner": "actionJson",
|
|
211
|
+
"description": "Number of actions for TestTemplate entity",
|
|
212
|
+
"value": 5
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"owner": "actionJson",
|
|
216
|
+
"description": "Number of actions for Test entity",
|
|
217
|
+
"value": 6
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"owner": "actionJson",
|
|
221
|
+
"description": "Number of actions for TwampReflector entity",
|
|
222
|
+
"value": 6
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"owner": "actionJson",
|
|
226
|
+
"description": "Number of actions for Y1731Mep entity",
|
|
227
|
+
"value": 5
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"owner": "actionJson",
|
|
231
|
+
"description": "Total number of actions",
|
|
232
|
+
"value": 116
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"owner": "actionJson",
|
|
236
|
+
"description": "Total number of entities",
|
|
237
|
+
"value": 23
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"owner": "schemaJson",
|
|
241
|
+
"description": "Number of schemas for AlarmEmail entity",
|
|
242
|
+
"value": 1
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"owner": "schemaJson",
|
|
246
|
+
"description": "Number of schemas for AlarmTemplate entity",
|
|
247
|
+
"value": 1
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"owner": "schemaJson",
|
|
251
|
+
"description": "Number of schemas for Alarm entity",
|
|
252
|
+
"value": 1
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"owner": "schemaJson",
|
|
256
|
+
"description": "Number of schemas for ExternalUrlShare entity",
|
|
257
|
+
"value": 1
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"owner": "schemaJson",
|
|
261
|
+
"description": "Number of schemas for IpLookupTable entity",
|
|
262
|
+
"value": 1
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"owner": "schemaJson",
|
|
266
|
+
"description": "Number of schemas for IptvChannel entity",
|
|
267
|
+
"value": 1
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"owner": "schemaJson",
|
|
271
|
+
"description": "Number of schemas for MonitorTemplate entity",
|
|
272
|
+
"value": 1
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"owner": "schemaJson",
|
|
276
|
+
"description": "Number of schemas for UpdateMonitorTemplate entity",
|
|
277
|
+
"value": 1
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"owner": "schemaJson",
|
|
281
|
+
"description": "Number of schemas for Monitor entity",
|
|
282
|
+
"value": 1
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"owner": "schemaJson",
|
|
286
|
+
"description": "Number of schemas for NetworkDevice entity",
|
|
287
|
+
"value": 1
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"owner": "schemaJson",
|
|
291
|
+
"description": "Number of schemas for PingHost entity",
|
|
292
|
+
"value": 1
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"owner": "schemaJson",
|
|
296
|
+
"description": "Number of schemas for SipAccount entity",
|
|
297
|
+
"value": 1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": "schemaJson",
|
|
301
|
+
"description": "Number of schemas for SnmpManager entity",
|
|
302
|
+
"value": 1
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"owner": "schemaJson",
|
|
306
|
+
"description": "Number of schemas for Speedtest entity",
|
|
307
|
+
"value": 1
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"owner": "schemaJson",
|
|
311
|
+
"description": "Number of schemas for SpeedtestPublic entity",
|
|
312
|
+
"value": 1
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"owner": "schemaJson",
|
|
316
|
+
"description": "Number of schemas for SshKey entity",
|
|
317
|
+
"value": 1
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"owner": "schemaJson",
|
|
321
|
+
"description": "Number of schemas for Statistics entity",
|
|
322
|
+
"value": 1
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"owner": "schemaJson",
|
|
326
|
+
"description": "Number of schemas for Tag entity",
|
|
327
|
+
"value": 1
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"owner": "schemaJson",
|
|
331
|
+
"description": "Number of schemas for TestAgent entity",
|
|
332
|
+
"value": 1
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"owner": "schemaJson",
|
|
336
|
+
"description": "Number of schemas for TestTemplate entity",
|
|
337
|
+
"value": 1
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"owner": "schemaJson",
|
|
341
|
+
"description": "Number of schemas for Test entity",
|
|
342
|
+
"value": 1
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"owner": "schemaJson",
|
|
346
|
+
"description": "Number of schemas for TwampReflector entity",
|
|
347
|
+
"value": 1
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"owner": "schemaJson",
|
|
351
|
+
"description": "Number of schemas for Y1731Mep entity",
|
|
352
|
+
"value": 1
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"owner": "schemaJson",
|
|
356
|
+
"description": "Total number of schemas",
|
|
357
|
+
"value": 23
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"owner": "mockdata",
|
|
361
|
+
"description": "Number of mock data files for AlarmEmail entity",
|
|
362
|
+
"value": 0
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"owner": "mockdata",
|
|
366
|
+
"description": "Number of mock data files for AlarmTemplate entity",
|
|
367
|
+
"value": 0
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"owner": "mockdata",
|
|
371
|
+
"description": "Number of mock data files for Alarm entity",
|
|
372
|
+
"value": 0
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"owner": "mockdata",
|
|
376
|
+
"description": "Number of mock data files for ExternalUrlShare entity",
|
|
377
|
+
"value": 0
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"owner": "mockdata",
|
|
381
|
+
"description": "Number of mock data files for IpLookupTable entity",
|
|
382
|
+
"value": 0
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"owner": "mockdata",
|
|
386
|
+
"description": "Number of mock data files for IptvChannel entity",
|
|
387
|
+
"value": 0
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"owner": "mockdata",
|
|
391
|
+
"description": "Number of mock data files for MonitorTemplate entity",
|
|
392
|
+
"value": 0
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"owner": "mockdata",
|
|
396
|
+
"description": "Number of mock data files for UpdateMonitorTemplate entity",
|
|
397
|
+
"value": 0
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"owner": "mockdata",
|
|
401
|
+
"description": "Number of mock data files for Monitor entity",
|
|
402
|
+
"value": 0
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"owner": "mockdata",
|
|
406
|
+
"description": "Number of mock data files for NetworkDevice entity",
|
|
407
|
+
"value": 0
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"owner": "mockdata",
|
|
411
|
+
"description": "Number of mock data files for PingHost entity",
|
|
412
|
+
"value": 0
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"owner": "mockdata",
|
|
416
|
+
"description": "Number of mock data files for SipAccount entity",
|
|
417
|
+
"value": 0
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"owner": "mockdata",
|
|
421
|
+
"description": "Number of mock data files for SnmpManager entity",
|
|
422
|
+
"value": 0
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"owner": "mockdata",
|
|
426
|
+
"description": "Number of mock data files for Speedtest entity",
|
|
427
|
+
"value": 0
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"owner": "mockdata",
|
|
431
|
+
"description": "Number of mock data files for SpeedtestPublic entity",
|
|
432
|
+
"value": 0
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"owner": "mockdata",
|
|
436
|
+
"description": "Number of mock data files for SshKey entity",
|
|
437
|
+
"value": 0
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"owner": "mockdata",
|
|
441
|
+
"description": "Number of mock data files for Statistics entity",
|
|
442
|
+
"value": 0
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"owner": "mockdata",
|
|
446
|
+
"description": "Number of mock data files for Tag entity",
|
|
447
|
+
"value": 0
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"owner": "mockdata",
|
|
451
|
+
"description": "Number of mock data files for TestAgent entity",
|
|
452
|
+
"value": 0
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"owner": "mockdata",
|
|
456
|
+
"description": "Number of mock data files for TestTemplate entity",
|
|
457
|
+
"value": 0
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"owner": "mockdata",
|
|
461
|
+
"description": "Number of mock data files for Test entity",
|
|
462
|
+
"value": 0
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"owner": "mockdata",
|
|
466
|
+
"description": "Number of mock data files for TwampReflector entity",
|
|
467
|
+
"value": 0
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"owner": "mockdata",
|
|
471
|
+
"description": "Number of mock data files for Y1731Mep entity",
|
|
472
|
+
"value": 0
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"owner": "mockdata",
|
|
476
|
+
"description": "Total number of mock data files",
|
|
477
|
+
"value": 0
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"owner": "actionJson",
|
|
481
|
+
"description": "Number of actions for .system entity",
|
|
482
|
+
"value": 2
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"owner": "schemaJson",
|
|
486
|
+
"description": "Number of schemas for .system entity",
|
|
487
|
+
"value": 3
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"owner": "mockdata",
|
|
491
|
+
"description": "Number of mock data files for .system entity",
|
|
492
|
+
"value": 2
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"owner": "System",
|
|
496
|
+
"description": "System entity files",
|
|
497
|
+
"value": 6
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"owner": "usecases",
|
|
501
|
+
"description": "Number of workflows",
|
|
502
|
+
"value": 0
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"owner": "staticFile",
|
|
506
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
507
|
+
"value": 1788
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"owner": "staticFile",
|
|
511
|
+
"description": "Number of static files added",
|
|
512
|
+
"value": 38
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"owner": "Overall",
|
|
516
|
+
"description": "Total lines of Code",
|
|
517
|
+
"value": 23584
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"owner": "Overall",
|
|
521
|
+
"description": "Total Tests",
|
|
522
|
+
"value": 484
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"owner": "Overall",
|
|
526
|
+
"description": "Total Files",
|
|
527
|
+
"value": 98
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"warnings": [],
|
|
531
|
+
"apiParsingReport": {
|
|
532
|
+
"no_mockdata": [
|
|
533
|
+
{
|
|
534
|
+
"fnName": "listAlarmEmails",
|
|
535
|
+
"method": "get",
|
|
536
|
+
"path": "/accounts/{account}/alarm_emails/"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"fnName": "createAlarmEmails",
|
|
540
|
+
"method": "post",
|
|
541
|
+
"path": "/accounts/{account}/alarm_emails/"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"fnName": "deleteAlarmEmails",
|
|
545
|
+
"method": "delete",
|
|
546
|
+
"path": "/accounts/{account}/alarm_emails/{alarm_emails_id}/"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"fnName": "getAlarmEmails",
|
|
550
|
+
"method": "get",
|
|
551
|
+
"path": "/accounts/{account}/alarm_emails/{alarm_emails_id}/"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"fnName": "updateAlarmEmails",
|
|
555
|
+
"method": "put",
|
|
556
|
+
"path": "/accounts/{account}/alarm_emails/{alarm_emails_id}/"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"fnName": "listAlarmTemplates",
|
|
560
|
+
"method": "get",
|
|
561
|
+
"path": "/accounts/{account}/alarm_templates/"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"fnName": "createAlarmTemplates",
|
|
565
|
+
"method": "post",
|
|
566
|
+
"path": "/accounts/{account}/alarm_templates/"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"fnName": "deleteAlarmTemplate",
|
|
570
|
+
"method": "delete",
|
|
571
|
+
"path": "/accounts/{account}/alarm_templates/{alarm_template_id}/"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"fnName": "getAlarmTemplate",
|
|
575
|
+
"method": "get",
|
|
576
|
+
"path": "/accounts/{account}/alarm_templates/{alarm_template_id}/"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"fnName": "updateAlarmTemplate",
|
|
580
|
+
"method": "put",
|
|
581
|
+
"path": "/accounts/{account}/alarm_templates/{alarm_template_id}/"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"fnName": "listAlarms",
|
|
585
|
+
"method": "get",
|
|
586
|
+
"path": "/accounts/{account}/alarms/"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"fnName": "deleteAlarm",
|
|
590
|
+
"method": "delete",
|
|
591
|
+
"path": "/accounts/{account}/alarms/{alarm_id}/"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"fnName": "getAlarm",
|
|
595
|
+
"method": "get",
|
|
596
|
+
"path": "/accounts/{account}/alarms/{alarm_id}/"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"fnName": "updateAlarm",
|
|
600
|
+
"method": "put",
|
|
601
|
+
"path": "/accounts/{account}/alarms/{alarm_id}/"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"fnName": "listExternalUrlShares",
|
|
605
|
+
"method": "get",
|
|
606
|
+
"path": "/accounts/{account}/external_url_shares/"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"fnName": "createExternalUrlShare",
|
|
610
|
+
"method": "post",
|
|
611
|
+
"path": "/accounts/{account}/external_url_shares/"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"fnName": "deleteExternalUrlShare",
|
|
615
|
+
"method": "delete",
|
|
616
|
+
"path": "/accounts/{account}/external_url_shares/{share_id}/"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"fnName": "getExternalUrlShare",
|
|
620
|
+
"method": "get",
|
|
621
|
+
"path": "/accounts/{account}/external_url_shares/{share_id}/"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"fnName": "updateExternalUrlShare",
|
|
625
|
+
"method": "put",
|
|
626
|
+
"path": "/accounts/{account}/external_url_shares/{share_id}/"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"fnName": "listIpLookupTable",
|
|
630
|
+
"method": "get",
|
|
631
|
+
"path": "/accounts/{account}/ip_lookup_table/"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"fnName": "createIpLookupTable",
|
|
635
|
+
"method": "post",
|
|
636
|
+
"path": "/accounts/{account}/ip_lookup_table/"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"fnName": "deleteIpLookupTable",
|
|
640
|
+
"method": "delete",
|
|
641
|
+
"path": "/accounts/{account}/ip_lookup_table/{ip_lookup_table_id}/"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"fnName": "getIpLookupTable",
|
|
645
|
+
"method": "get",
|
|
646
|
+
"path": "/accounts/{account}/ip_lookup_table/{ip_lookup_table_id}/"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"fnName": "updateIpLookupTable",
|
|
650
|
+
"method": "put",
|
|
651
|
+
"path": "/accounts/{account}/ip_lookup_table/{ip_lookup_table_id}/"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"fnName": "listIptvChannels",
|
|
655
|
+
"method": "get",
|
|
656
|
+
"path": "/accounts/{account}/iptv_channels/"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"fnName": "createIptvChannel",
|
|
660
|
+
"method": "post",
|
|
661
|
+
"path": "/accounts/{account}/iptv_channels/"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"fnName": "deleteIptvChannel",
|
|
665
|
+
"method": "delete",
|
|
666
|
+
"path": "/accounts/{account}/iptv_channels/{iptv_id}/"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"fnName": "getIptvChannel",
|
|
670
|
+
"method": "get",
|
|
671
|
+
"path": "/accounts/{account}/iptv_channels/{iptv_id}/"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"fnName": "updateIptvChannel",
|
|
675
|
+
"method": "put",
|
|
676
|
+
"path": "/accounts/{account}/iptv_channels/{iptv_id}/"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"fnName": "listMonitorTemplates",
|
|
680
|
+
"method": "get",
|
|
681
|
+
"path": "/accounts/{account}/monitor_templates/"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"fnName": "exportMonitorTemplates",
|
|
685
|
+
"method": "get",
|
|
686
|
+
"path": "/accounts/{account}/monitor_templates/export/"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"fnName": "importMonitorTemplates",
|
|
690
|
+
"method": "post",
|
|
691
|
+
"path": "/accounts/{account}/monitor_templates/import/"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"fnName": "getMonitorTemplate",
|
|
695
|
+
"method": "get",
|
|
696
|
+
"path": "/accounts/{account}/monitor_templates/{template_id}"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"fnName": "updateMonitorTemplate",
|
|
700
|
+
"method": "patch",
|
|
701
|
+
"path": "/accounts/{account}/monitor_templates/{template_id}"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"fnName": "listMonitors",
|
|
705
|
+
"method": "get",
|
|
706
|
+
"path": "/accounts/{account}/monitors/"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"fnName": "createMonitor",
|
|
710
|
+
"method": "post",
|
|
711
|
+
"path": "/accounts/{account}/monitors/"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"fnName": "deleteMonitor",
|
|
715
|
+
"method": "delete",
|
|
716
|
+
"path": "/accounts/{account}/monitors/{monitor_id}/"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"fnName": "getMonitor",
|
|
720
|
+
"method": "get",
|
|
721
|
+
"path": "/accounts/{account}/monitors/{monitor_id}/"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"fnName": "patchMonitor",
|
|
725
|
+
"method": "patch",
|
|
726
|
+
"path": "/accounts/{account}/monitors/{monitor_id}/"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"fnName": "updateMonitor",
|
|
730
|
+
"method": "put",
|
|
731
|
+
"path": "/accounts/{account}/monitors/{monitor_id}/"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"fnName": "getMonitorPdfreport",
|
|
735
|
+
"method": "get",
|
|
736
|
+
"path": "/accounts/{account}/monitors/{monitor_id}/pdf_report"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"fnName": "listNetworkDevices",
|
|
740
|
+
"method": "get",
|
|
741
|
+
"path": "/accounts/{account}/network_devices/"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"fnName": "createNetworkDevice",
|
|
745
|
+
"method": "post",
|
|
746
|
+
"path": "/accounts/{account}/network_devices/"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"fnName": "deleteNetworkDevice",
|
|
750
|
+
"method": "delete",
|
|
751
|
+
"path": "/accounts/{account}/network_devices/{network_device_id}/"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"fnName": "getNetworkDevice",
|
|
755
|
+
"method": "get",
|
|
756
|
+
"path": "/accounts/{account}/network_devices/{network_device_id}/"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"fnName": "updateNetworkDevicePatch",
|
|
760
|
+
"method": "patch",
|
|
761
|
+
"path": "/accounts/{account}/network_devices/{network_device_id}/"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"fnName": "updateNetworkDevice",
|
|
765
|
+
"method": "put",
|
|
766
|
+
"path": "/accounts/{account}/network_devices/{network_device_id}/"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"fnName": "listPingHosts",
|
|
770
|
+
"method": "get",
|
|
771
|
+
"path": "/accounts/{account}/ping_hosts/"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"fnName": "createPingHost",
|
|
775
|
+
"method": "post",
|
|
776
|
+
"path": "/accounts/{account}/ping_hosts/"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"fnName": "deletePingHost",
|
|
780
|
+
"method": "delete",
|
|
781
|
+
"path": "/accounts/{account}/ping_hosts/{pinghost_id}/"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"fnName": "getPingHost",
|
|
785
|
+
"method": "get",
|
|
786
|
+
"path": "/accounts/{account}/ping_hosts/{pinghost_id}/"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"fnName": "updatePingHostPatch",
|
|
790
|
+
"method": "patch",
|
|
791
|
+
"path": "/accounts/{account}/ping_hosts/{pinghost_id}/"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"fnName": "updatePingHost",
|
|
795
|
+
"method": "put",
|
|
796
|
+
"path": "/accounts/{account}/ping_hosts/{pinghost_id}/"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"fnName": "listSipAccounts",
|
|
800
|
+
"method": "get",
|
|
801
|
+
"path": "/accounts/{account}/sip_accounts/"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"fnName": "createSipAccount",
|
|
805
|
+
"method": "post",
|
|
806
|
+
"path": "/accounts/{account}/sip_accounts/"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"fnName": "deleteSipAccount",
|
|
810
|
+
"method": "delete",
|
|
811
|
+
"path": "/accounts/{account}/sip_accounts/{sip_id}/"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"fnName": "getSipAccount",
|
|
815
|
+
"method": "get",
|
|
816
|
+
"path": "/accounts/{account}/sip_accounts/{sip_id}/"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"fnName": "updateSipAccount",
|
|
820
|
+
"method": "put",
|
|
821
|
+
"path": "/accounts/{account}/sip_accounts/{sip_id}/"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"fnName": "listSnmpManagers",
|
|
825
|
+
"method": "get",
|
|
826
|
+
"path": "/accounts/{account}/snmp_managers/"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"fnName": "createSnmpManager",
|
|
830
|
+
"method": "post",
|
|
831
|
+
"path": "/accounts/{account}/snmp_managers/"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"fnName": "deleteSnmpManager",
|
|
835
|
+
"method": "delete",
|
|
836
|
+
"path": "/accounts/{account}/snmp_managers/{snmp_manager_id}/"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"fnName": "getSnmpManager",
|
|
840
|
+
"method": "get",
|
|
841
|
+
"path": "/accounts/{account}/snmp_managers/{snmp_manager_id}/"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"fnName": "updateSnmpManager",
|
|
845
|
+
"method": "put",
|
|
846
|
+
"path": "/accounts/{account}/snmp_managers/{snmp_manager_id}/"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"fnName": "getSpeedtestResults",
|
|
850
|
+
"method": "get",
|
|
851
|
+
"path": "/accounts/{account}/speedtest/results/"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"fnName": "getSpeedtest",
|
|
855
|
+
"method": "get",
|
|
856
|
+
"path": "/accounts/{account}/speedtest/results/{speedtest_id}"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"fnName": "listPublicSpeedtestcategories",
|
|
860
|
+
"method": "get",
|
|
861
|
+
"path": "/accounts/{account}/speedtest_public/categories/"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"fnName": "listPublicSpeedtestinterfaces",
|
|
865
|
+
"method": "get",
|
|
866
|
+
"path": "/accounts/{account}/speedtest_public/interfaces/"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"fnName": "uploadPublicSpeedtestResult",
|
|
870
|
+
"method": "post",
|
|
871
|
+
"path": "/accounts/{account}/speedtest_public/results/"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"fnName": "getPublicSpeedtests",
|
|
875
|
+
"method": "get",
|
|
876
|
+
"path": "/accounts/{account}/speedtest_public/results/{speedtest_token}/"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"fnName": "listSshKeys",
|
|
880
|
+
"method": "get",
|
|
881
|
+
"path": "/accounts/{account}/ssh_keys/"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"fnName": "createSshKey",
|
|
885
|
+
"method": "post",
|
|
886
|
+
"path": "/accounts/{account}/ssh_keys/"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"fnName": "deleteSshKey",
|
|
890
|
+
"method": "delete",
|
|
891
|
+
"path": "/accounts/{account}/ssh_keys/{ssh_key_id}/"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"fnName": "getSshKey",
|
|
895
|
+
"method": "get",
|
|
896
|
+
"path": "/accounts/{account}/ssh_keys/{ssh_key_id}/"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"fnName": "updateSshKey",
|
|
900
|
+
"method": "put",
|
|
901
|
+
"path": "/accounts/{account}/ssh_keys/{ssh_key_id}/"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"fnName": "getAccountStatistics",
|
|
905
|
+
"method": "get",
|
|
906
|
+
"path": "/accounts/{account}/statistics/"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"fnName": "getInstanceStatistics",
|
|
910
|
+
"method": "get",
|
|
911
|
+
"path": "/statistics/"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"fnName": "listTags",
|
|
915
|
+
"method": "get",
|
|
916
|
+
"path": "/accounts/{account}/tags/"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"fnName": "createTag",
|
|
920
|
+
"method": "post",
|
|
921
|
+
"path": "/accounts/{account}/tags/"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"fnName": "deleteTag",
|
|
925
|
+
"method": "delete",
|
|
926
|
+
"path": "/accounts/{account}/tags/{tag_id}/"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"fnName": "getTag",
|
|
930
|
+
"method": "get",
|
|
931
|
+
"path": "/accounts/{account}/tags/{tag_id}/"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"fnName": "updateTag",
|
|
935
|
+
"method": "put",
|
|
936
|
+
"path": "/accounts/{account}/tags/{tag_id}/"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"fnName": "listTestAgents",
|
|
940
|
+
"method": "get",
|
|
941
|
+
"path": "/accounts/{account}/test_agents/"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"fnName": "createTestAgent",
|
|
945
|
+
"method": "post",
|
|
946
|
+
"path": "/accounts/{account}/test_agents/"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"fnName": "rebootTestAgent",
|
|
950
|
+
"method": "post",
|
|
951
|
+
"path": "/accounts/{account}/test_agents/reboot/"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"fnName": "upgradeTestAgentSoftware",
|
|
955
|
+
"method": "post",
|
|
956
|
+
"path": "/accounts/{account}/test_agents/update/"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"fnName": "deleteTestAgent",
|
|
960
|
+
"method": "delete",
|
|
961
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"fnName": "getTestAgent",
|
|
965
|
+
"method": "get",
|
|
966
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"fnName": "patchTestAgent",
|
|
970
|
+
"method": "patch",
|
|
971
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"fnName": "updateTestAgent",
|
|
975
|
+
"method": "put",
|
|
976
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"fnName": "testAgentMoveCancel",
|
|
980
|
+
"method": "delete",
|
|
981
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/move/"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"fnName": "testAgentMoveSchedule",
|
|
985
|
+
"method": "put",
|
|
986
|
+
"path": "/accounts/{account}/test_agents/{test_agent_id}/move/"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"fnName": "scanWifiNetworksStop",
|
|
990
|
+
"method": "delete",
|
|
991
|
+
"path": "/accounts/{account}/test_agents/{test_agent_numeric_id}/wifiscan/{test_agent_interface_name}/"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"fnName": "scanWifiNetworksResults",
|
|
995
|
+
"method": "get",
|
|
996
|
+
"path": "/accounts/{account}/test_agents/{test_agent_numeric_id}/wifiscan/{test_agent_interface_name}/"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"fnName": "scanWifiNetworksStart",
|
|
1000
|
+
"method": "put",
|
|
1001
|
+
"path": "/accounts/{account}/test_agents/{test_agent_numeric_id}/wifiscan/{test_agent_interface_name}/"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"fnName": "listTestTemplates",
|
|
1005
|
+
"method": "get",
|
|
1006
|
+
"path": "/accounts/{account}/test_templates/"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"fnName": "exportTestTemplates",
|
|
1010
|
+
"method": "get",
|
|
1011
|
+
"path": "/accounts/{account}/test_templates/export/"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"fnName": "importTestTemplates",
|
|
1015
|
+
"method": "post",
|
|
1016
|
+
"path": "/accounts/{account}/test_templates/import/"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"fnName": "getTestTemplate",
|
|
1020
|
+
"method": "get",
|
|
1021
|
+
"path": "/accounts/{account}/test_templates/{template_id}/"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"fnName": "updateTestTemplate",
|
|
1025
|
+
"method": "patch",
|
|
1026
|
+
"path": "/accounts/{account}/test_templates/{template_id}/"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"fnName": "listTests",
|
|
1030
|
+
"method": "get",
|
|
1031
|
+
"path": "/accounts/{account}/tests/"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"fnName": "createTest",
|
|
1035
|
+
"method": "post",
|
|
1036
|
+
"path": "/accounts/{account}/tests/"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"fnName": "deleteTest",
|
|
1040
|
+
"method": "delete",
|
|
1041
|
+
"path": "/accounts/{account}/tests/{test_id}/"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"fnName": "getTest",
|
|
1045
|
+
"method": "get",
|
|
1046
|
+
"path": "/accounts/{account}/tests/{test_id}/"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"fnName": "updateTest",
|
|
1050
|
+
"method": "patch",
|
|
1051
|
+
"path": "/accounts/{account}/tests/{test_id}/"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"fnName": "getTestPdfreport",
|
|
1055
|
+
"method": "get",
|
|
1056
|
+
"path": "/accounts/{account}/tests/{test_id}/pdf_report"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"fnName": "listTwampReflectors",
|
|
1060
|
+
"method": "get",
|
|
1061
|
+
"path": "/accounts/{account}/twamp_reflectors/"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"fnName": "createTwampReflector",
|
|
1065
|
+
"method": "post",
|
|
1066
|
+
"path": "/accounts/{account}/twamp_reflectors/"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"fnName": "deleteTwampReflector",
|
|
1070
|
+
"method": "delete",
|
|
1071
|
+
"path": "/accounts/{account}/twamp_reflectors/{twamp_id}/"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"fnName": "getTwampReflector",
|
|
1075
|
+
"method": "get",
|
|
1076
|
+
"path": "/accounts/{account}/twamp_reflectors/{twamp_id}/"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"fnName": "updateTwampReflectorPatch",
|
|
1080
|
+
"method": "patch",
|
|
1081
|
+
"path": "/accounts/{account}/twamp_reflectors/{twamp_id}/"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"fnName": "updateTwampReflector",
|
|
1085
|
+
"method": "put",
|
|
1086
|
+
"path": "/accounts/{account}/twamp_reflectors/{twamp_id}/"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"fnName": "listY1731Meps",
|
|
1090
|
+
"method": "get",
|
|
1091
|
+
"path": "/accounts/{account}/y1731_meps/"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"fnName": "createY1731Mep",
|
|
1095
|
+
"method": "post",
|
|
1096
|
+
"path": "/accounts/{account}/y1731_meps/"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"fnName": "deleteY1731Mep",
|
|
1100
|
+
"method": "delete",
|
|
1101
|
+
"path": "/accounts/{account}/y1731_meps/{mep_id}/"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"fnName": "getY1731Mep",
|
|
1105
|
+
"method": "get",
|
|
1106
|
+
"path": "/accounts/{account}/y1731_meps/{mep_id}/"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"fnName": "updateY1731Mep",
|
|
1110
|
+
"method": "put",
|
|
1111
|
+
"path": "/accounts/{account}/y1731_meps/{mep_id}/"
|
|
1112
|
+
}
|
|
1113
|
+
],
|
|
1114
|
+
"errors": [],
|
|
1115
|
+
"warnings": [],
|
|
1116
|
+
"callsTotal": 116,
|
|
1117
|
+
"callsConverted": 116,
|
|
1118
|
+
"no_mockdata_num": 116
|
|
1119
|
+
}
|
|
1120
|
+
}
|