@itentialopensource/adapter-qualys 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.
Files changed (120) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +0 -0
  4. package/AUTH.md +39 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +170 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +9870 -0
  18. package/adapterBase.js +1787 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/AssetTagging/action.json +64 -0
  28. package/entities/AssetTagging/schema.json +21 -0
  29. package/entities/BulkCloudAgentActivation/action.json +24 -0
  30. package/entities/BulkCloudAgentActivation/schema.json +19 -0
  31. package/entities/CertViewAPIV1/action.json +44 -0
  32. package/entities/CertViewAPIV1/schema.json +20 -0
  33. package/entities/ContinuousMonitoringCMAPIV1/action.json +168 -0
  34. package/entities/ContinuousMonitoringCMAPIV1/schema.json +26 -0
  35. package/entities/DownloadAllAlertsFromTheContinuousMonitoringModule/action.json +24 -0
  36. package/entities/DownloadAllAlertsFromTheContinuousMonitoringModule/schema.json +19 -0
  37. package/entities/DownloadAllCloudAgentActivationKeys/action.json +24 -0
  38. package/entities/DownloadAllCloudAgentActivationKeys/schema.json +19 -0
  39. package/entities/DownloadQualysUserActivityLog/action.json +24 -0
  40. package/entities/DownloadQualysUserActivityLog/schema.json +19 -0
  41. package/entities/Events/action.json +210 -0
  42. package/entities/Events/schema.json +28 -0
  43. package/entities/FindPlatformVersions/action.json +25 -0
  44. package/entities/FindPlatformVersions/schema.json +19 -0
  45. package/entities/GettingStartedWithTheQualysAPI/action.json +44 -0
  46. package/entities/GettingStartedWithTheQualysAPI/schema.json +31 -0
  47. package/entities/GlobalITAssetInventoryITAMAIAPIV1/action.json +64 -0
  48. package/entities/GlobalITAssetInventoryITAMAIAPIV1/schema.json +21 -0
  49. package/entities/HLDNewActiveReOpenVulnerabilities/action.json +24 -0
  50. package/entities/HLDNewActiveReOpenVulnerabilities/schema.json +52 -0
  51. package/entities/Ignore/action.json +128 -0
  52. package/entities/Ignore/schema.json +35 -0
  53. package/entities/Incidents/action.json +86 -0
  54. package/entities/Incidents/schema.json +22 -0
  55. package/entities/IndicationOfCompromiseIOCUseCases/action.json +46 -0
  56. package/entities/IndicationOfCompromiseIOCUseCases/schema.json +20 -0
  57. package/entities/MalwareDetectionMDAPIV1/action.json +65 -0
  58. package/entities/MalwareDetectionMDAPIV1/schema.json +21 -0
  59. package/entities/PurgeAssetsIMPORTANTPurgingCannotBeReversed/action.json +24 -0
  60. package/entities/PurgeAssetsIMPORTANTPurgingCannotBeReversed/schema.json +41 -0
  61. package/entities/SendReportResultsToSupport/action.json +24 -0
  62. package/entities/SendReportResultsToSupport/schema.json +52 -0
  63. package/entities/Step1GenerateAPIGatewayTokenForAuth/action.json +24 -0
  64. package/entities/Step1GenerateAPIGatewayTokenForAuth/schema.json +19 -0
  65. package/entities/Step3AddIPToAssetGroup/action.json +24 -0
  66. package/entities/Step3AddIPToAssetGroup/schema.json +41 -0
  67. package/entities/Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset/action.json +24 -0
  68. package/entities/Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset/schema.json +41 -0
  69. package/entities/Step4AddSiteToScheduledScan/action.json +24 -0
  70. package/entities/Step4AddSiteToScheduledScan/schema.json +96 -0
  71. package/entities/Step4AuthenticationRecords/action.json +44 -0
  72. package/entities/Step4AuthenticationRecords/schema.json +31 -0
  73. package/entities/Step5GetCertificateScanResults/action.json +24 -0
  74. package/entities/Step5GetCertificateScanResults/schema.json +19 -0
  75. package/entities/Step5LaunchScans/action.json +44 -0
  76. package/entities/Step5LaunchScans/schema.json +53 -0
  77. package/entities/UserAccountManagement/action.json +24 -0
  78. package/entities/UserAccountManagement/schema.json +63 -0
  79. package/entities/V1Old/action.json +167 -0
  80. package/entities/V1Old/schema.json +26 -0
  81. package/entities/V2NewWIP/action.json +44 -0
  82. package/entities/V2NewWIP/schema.json +20 -0
  83. package/entities/VMReporting/action.json +25 -0
  84. package/entities/VMReporting/schema.json +19 -0
  85. package/entities/VulnerabilityManagementVMPolicyCompliancePCAPIV2/action.json +84 -0
  86. package/entities/VulnerabilityManagementVMPolicyCompliancePCAPIV2/schema.json +33 -0
  87. package/entities/WebApplicationScanningWASAPIV3/action.json +167 -0
  88. package/entities/WebApplicationScanningWASAPIV3/schema.json +26 -0
  89. package/error.json +190 -0
  90. package/package.json +84 -0
  91. package/pronghorn.json +5074 -0
  92. package/propertiesDecorators.json +14 -0
  93. package/propertiesSchema.json +1248 -0
  94. package/refs?service=git-upload-pack +0 -0
  95. package/report/Qualys API Collection v 4.0.postman_collection.json-OpenApi3Json.json +11562 -0
  96. package/report/creationReport.json +1082 -0
  97. package/sampleProperties.json +195 -0
  98. package/test/integration/adapterTestBasicGet.js +85 -0
  99. package/test/integration/adapterTestConnectivity.js +93 -0
  100. package/test/integration/adapterTestIntegration.js +2578 -0
  101. package/test/unit/adapterBaseTestUnit.js +949 -0
  102. package/test/unit/adapterTestUnit.js +5702 -0
  103. package/utils/adapterInfo.js +206 -0
  104. package/utils/addAuth.js +94 -0
  105. package/utils/artifactize.js +146 -0
  106. package/utils/basicGet.js +50 -0
  107. package/utils/checkMigrate.js +63 -0
  108. package/utils/entitiesToDB.js +179 -0
  109. package/utils/findPath.js +74 -0
  110. package/utils/modify.js +154 -0
  111. package/utils/packModificationScript.js +35 -0
  112. package/utils/patches2bundledDeps.js +90 -0
  113. package/utils/pre-commit.sh +30 -0
  114. package/utils/removeHooks.js +20 -0
  115. package/utils/setup.js +33 -0
  116. package/utils/tbScript.js +184 -0
  117. package/utils/tbUtils.js +469 -0
  118. package/utils/testRunner.js +298 -0
  119. package/utils/troubleshootingAdapter.js +190 -0
  120. package/workflows/README.md +3 -0
@@ -0,0 +1,1082 @@
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": 14
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.45.6"
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": 9871
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 84
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 84
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": 5703
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 338
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 2579
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 89
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for GettingStartedWithTheQualysAPI entity",
117
+ "value": 2
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for FindPlatformVersions entity",
122
+ "value": 1
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for PurgeAssetsIMPORTANTPurgingCannotBeReversed entity",
127
+ "value": 1
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for SendReportResultsToSupport entity",
132
+ "value": 1
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for UserAccountManagement entity",
137
+ "value": 1
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for BulkCloudAgentActivation entity",
142
+ "value": 1
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for HLDNewActiveReOpenVulnerabilities entity",
147
+ "value": 1
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for DownloadAllCloudAgentActivationKeys entity",
152
+ "value": 1
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for DownloadQualysUserActivityLog entity",
157
+ "value": 1
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for DownloadAllAlertsFromTheContinuousMonitoringModule entity",
162
+ "value": 1
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset entity",
167
+ "value": 1
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for Step4AuthenticationRecords entity",
172
+ "value": 2
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for Step5LaunchScans entity",
177
+ "value": 2
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for Step3AddIPToAssetGroup entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for AssetTagging entity",
187
+ "value": 3
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for Step1GenerateAPIGatewayTokenForAuth entity",
192
+ "value": 1
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for Step4AddSiteToScheduledScan entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for VMReporting entity",
202
+ "value": 1
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for Step5GetCertificateScanResults entity",
207
+ "value": 1
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for IndicationOfCompromiseIOCUseCases entity",
212
+ "value": 2
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for VulnerabilityManagementVMPolicyCompliancePCAPIV2 entity",
217
+ "value": 4
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for V1Old entity",
222
+ "value": 8
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for V2NewWIP entity",
227
+ "value": 2
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for WebApplicationScanningWASAPIV3 entity",
232
+ "value": 8
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for Ignore entity",
237
+ "value": 6
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for Events entity",
242
+ "value": 10
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for Incidents entity",
247
+ "value": 4
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Number of actions for MalwareDetectionMDAPIV1 entity",
252
+ "value": 3
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for ContinuousMonitoringCMAPIV1 entity",
257
+ "value": 8
258
+ },
259
+ {
260
+ "owner": "actionJson",
261
+ "description": "Number of actions for CertViewAPIV1 entity",
262
+ "value": 2
263
+ },
264
+ {
265
+ "owner": "actionJson",
266
+ "description": "Number of actions for GlobalITAssetInventoryITAMAIAPIV1 entity",
267
+ "value": 3
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Total number of actions",
272
+ "value": 84
273
+ },
274
+ {
275
+ "owner": "actionJson",
276
+ "description": "Total number of entities",
277
+ "value": 31
278
+ },
279
+ {
280
+ "owner": "schemaJson",
281
+ "description": "Number of schemas for GettingStartedWithTheQualysAPI entity",
282
+ "value": 1
283
+ },
284
+ {
285
+ "owner": "schemaJson",
286
+ "description": "Number of schemas for FindPlatformVersions entity",
287
+ "value": 1
288
+ },
289
+ {
290
+ "owner": "schemaJson",
291
+ "description": "Number of schemas for PurgeAssetsIMPORTANTPurgingCannotBeReversed entity",
292
+ "value": 1
293
+ },
294
+ {
295
+ "owner": "schemaJson",
296
+ "description": "Number of schemas for SendReportResultsToSupport entity",
297
+ "value": 1
298
+ },
299
+ {
300
+ "owner": "schemaJson",
301
+ "description": "Number of schemas for UserAccountManagement entity",
302
+ "value": 1
303
+ },
304
+ {
305
+ "owner": "schemaJson",
306
+ "description": "Number of schemas for BulkCloudAgentActivation entity",
307
+ "value": 1
308
+ },
309
+ {
310
+ "owner": "schemaJson",
311
+ "description": "Number of schemas for HLDNewActiveReOpenVulnerabilities entity",
312
+ "value": 1
313
+ },
314
+ {
315
+ "owner": "schemaJson",
316
+ "description": "Number of schemas for DownloadAllCloudAgentActivationKeys entity",
317
+ "value": 1
318
+ },
319
+ {
320
+ "owner": "schemaJson",
321
+ "description": "Number of schemas for DownloadQualysUserActivityLog entity",
322
+ "value": 1
323
+ },
324
+ {
325
+ "owner": "schemaJson",
326
+ "description": "Number of schemas for DownloadAllAlertsFromTheContinuousMonitoringModule entity",
327
+ "value": 1
328
+ },
329
+ {
330
+ "owner": "schemaJson",
331
+ "description": "Number of schemas for Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset entity",
332
+ "value": 1
333
+ },
334
+ {
335
+ "owner": "schemaJson",
336
+ "description": "Number of schemas for Step4AuthenticationRecords entity",
337
+ "value": 1
338
+ },
339
+ {
340
+ "owner": "schemaJson",
341
+ "description": "Number of schemas for Step5LaunchScans entity",
342
+ "value": 1
343
+ },
344
+ {
345
+ "owner": "schemaJson",
346
+ "description": "Number of schemas for Step3AddIPToAssetGroup entity",
347
+ "value": 1
348
+ },
349
+ {
350
+ "owner": "schemaJson",
351
+ "description": "Number of schemas for AssetTagging entity",
352
+ "value": 1
353
+ },
354
+ {
355
+ "owner": "schemaJson",
356
+ "description": "Number of schemas for Step1GenerateAPIGatewayTokenForAuth entity",
357
+ "value": 1
358
+ },
359
+ {
360
+ "owner": "schemaJson",
361
+ "description": "Number of schemas for Step4AddSiteToScheduledScan entity",
362
+ "value": 1
363
+ },
364
+ {
365
+ "owner": "schemaJson",
366
+ "description": "Number of schemas for VMReporting entity",
367
+ "value": 1
368
+ },
369
+ {
370
+ "owner": "schemaJson",
371
+ "description": "Number of schemas for Step5GetCertificateScanResults entity",
372
+ "value": 1
373
+ },
374
+ {
375
+ "owner": "schemaJson",
376
+ "description": "Number of schemas for IndicationOfCompromiseIOCUseCases entity",
377
+ "value": 1
378
+ },
379
+ {
380
+ "owner": "schemaJson",
381
+ "description": "Number of schemas for VulnerabilityManagementVMPolicyCompliancePCAPIV2 entity",
382
+ "value": 1
383
+ },
384
+ {
385
+ "owner": "schemaJson",
386
+ "description": "Number of schemas for V1Old entity",
387
+ "value": 1
388
+ },
389
+ {
390
+ "owner": "schemaJson",
391
+ "description": "Number of schemas for V2NewWIP entity",
392
+ "value": 1
393
+ },
394
+ {
395
+ "owner": "schemaJson",
396
+ "description": "Number of schemas for WebApplicationScanningWASAPIV3 entity",
397
+ "value": 1
398
+ },
399
+ {
400
+ "owner": "schemaJson",
401
+ "description": "Number of schemas for Ignore entity",
402
+ "value": 1
403
+ },
404
+ {
405
+ "owner": "schemaJson",
406
+ "description": "Number of schemas for Events entity",
407
+ "value": 1
408
+ },
409
+ {
410
+ "owner": "schemaJson",
411
+ "description": "Number of schemas for Incidents entity",
412
+ "value": 1
413
+ },
414
+ {
415
+ "owner": "schemaJson",
416
+ "description": "Number of schemas for MalwareDetectionMDAPIV1 entity",
417
+ "value": 1
418
+ },
419
+ {
420
+ "owner": "schemaJson",
421
+ "description": "Number of schemas for ContinuousMonitoringCMAPIV1 entity",
422
+ "value": 1
423
+ },
424
+ {
425
+ "owner": "schemaJson",
426
+ "description": "Number of schemas for CertViewAPIV1 entity",
427
+ "value": 1
428
+ },
429
+ {
430
+ "owner": "schemaJson",
431
+ "description": "Number of schemas for GlobalITAssetInventoryITAMAIAPIV1 entity",
432
+ "value": 1
433
+ },
434
+ {
435
+ "owner": "schemaJson",
436
+ "description": "Total number of schemas",
437
+ "value": 31
438
+ },
439
+ {
440
+ "owner": "mockdata",
441
+ "description": "Number of mock data files for GettingStartedWithTheQualysAPI entity",
442
+ "value": 0
443
+ },
444
+ {
445
+ "owner": "mockdata",
446
+ "description": "Number of mock data files for FindPlatformVersions entity",
447
+ "value": 0
448
+ },
449
+ {
450
+ "owner": "mockdata",
451
+ "description": "Number of mock data files for PurgeAssetsIMPORTANTPurgingCannotBeReversed entity",
452
+ "value": 0
453
+ },
454
+ {
455
+ "owner": "mockdata",
456
+ "description": "Number of mock data files for SendReportResultsToSupport entity",
457
+ "value": 0
458
+ },
459
+ {
460
+ "owner": "mockdata",
461
+ "description": "Number of mock data files for UserAccountManagement entity",
462
+ "value": 0
463
+ },
464
+ {
465
+ "owner": "mockdata",
466
+ "description": "Number of mock data files for BulkCloudAgentActivation entity",
467
+ "value": 0
468
+ },
469
+ {
470
+ "owner": "mockdata",
471
+ "description": "Number of mock data files for HLDNewActiveReOpenVulnerabilities entity",
472
+ "value": 0
473
+ },
474
+ {
475
+ "owner": "mockdata",
476
+ "description": "Number of mock data files for DownloadAllCloudAgentActivationKeys entity",
477
+ "value": 0
478
+ },
479
+ {
480
+ "owner": "mockdata",
481
+ "description": "Number of mock data files for DownloadQualysUserActivityLog entity",
482
+ "value": 0
483
+ },
484
+ {
485
+ "owner": "mockdata",
486
+ "description": "Number of mock data files for DownloadAllAlertsFromTheContinuousMonitoringModule entity",
487
+ "value": 0
488
+ },
489
+ {
490
+ "owner": "mockdata",
491
+ "description": "Number of mock data files for Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset entity",
492
+ "value": 0
493
+ },
494
+ {
495
+ "owner": "mockdata",
496
+ "description": "Number of mock data files for Step4AuthenticationRecords entity",
497
+ "value": 0
498
+ },
499
+ {
500
+ "owner": "mockdata",
501
+ "description": "Number of mock data files for Step5LaunchScans entity",
502
+ "value": 0
503
+ },
504
+ {
505
+ "owner": "mockdata",
506
+ "description": "Number of mock data files for Step3AddIPToAssetGroup entity",
507
+ "value": 0
508
+ },
509
+ {
510
+ "owner": "mockdata",
511
+ "description": "Number of mock data files for AssetTagging entity",
512
+ "value": 0
513
+ },
514
+ {
515
+ "owner": "mockdata",
516
+ "description": "Number of mock data files for Step1GenerateAPIGatewayTokenForAuth entity",
517
+ "value": 0
518
+ },
519
+ {
520
+ "owner": "mockdata",
521
+ "description": "Number of mock data files for Step4AddSiteToScheduledScan entity",
522
+ "value": 0
523
+ },
524
+ {
525
+ "owner": "mockdata",
526
+ "description": "Number of mock data files for VMReporting entity",
527
+ "value": 0
528
+ },
529
+ {
530
+ "owner": "mockdata",
531
+ "description": "Number of mock data files for Step5GetCertificateScanResults entity",
532
+ "value": 0
533
+ },
534
+ {
535
+ "owner": "mockdata",
536
+ "description": "Number of mock data files for IndicationOfCompromiseIOCUseCases entity",
537
+ "value": 0
538
+ },
539
+ {
540
+ "owner": "mockdata",
541
+ "description": "Number of mock data files for VulnerabilityManagementVMPolicyCompliancePCAPIV2 entity",
542
+ "value": 0
543
+ },
544
+ {
545
+ "owner": "mockdata",
546
+ "description": "Number of mock data files for V1Old entity",
547
+ "value": 0
548
+ },
549
+ {
550
+ "owner": "mockdata",
551
+ "description": "Number of mock data files for V2NewWIP entity",
552
+ "value": 0
553
+ },
554
+ {
555
+ "owner": "mockdata",
556
+ "description": "Number of mock data files for WebApplicationScanningWASAPIV3 entity",
557
+ "value": 0
558
+ },
559
+ {
560
+ "owner": "mockdata",
561
+ "description": "Number of mock data files for Ignore entity",
562
+ "value": 0
563
+ },
564
+ {
565
+ "owner": "mockdata",
566
+ "description": "Number of mock data files for Events entity",
567
+ "value": 0
568
+ },
569
+ {
570
+ "owner": "mockdata",
571
+ "description": "Number of mock data files for Incidents entity",
572
+ "value": 0
573
+ },
574
+ {
575
+ "owner": "mockdata",
576
+ "description": "Number of mock data files for MalwareDetectionMDAPIV1 entity",
577
+ "value": 0
578
+ },
579
+ {
580
+ "owner": "mockdata",
581
+ "description": "Number of mock data files for ContinuousMonitoringCMAPIV1 entity",
582
+ "value": 0
583
+ },
584
+ {
585
+ "owner": "mockdata",
586
+ "description": "Number of mock data files for CertViewAPIV1 entity",
587
+ "value": 0
588
+ },
589
+ {
590
+ "owner": "mockdata",
591
+ "description": "Number of mock data files for GlobalITAssetInventoryITAMAIAPIV1 entity",
592
+ "value": 0
593
+ },
594
+ {
595
+ "owner": "mockdata",
596
+ "description": "Total number of mock data files",
597
+ "value": 0
598
+ },
599
+ {
600
+ "owner": "actionJson",
601
+ "description": "Number of actions for .system entity",
602
+ "value": 2
603
+ },
604
+ {
605
+ "owner": "schemaJson",
606
+ "description": "Number of schemas for .system entity",
607
+ "value": 3
608
+ },
609
+ {
610
+ "owner": "mockdata",
611
+ "description": "Number of mock data files for .system entity",
612
+ "value": 2
613
+ },
614
+ {
615
+ "owner": "System",
616
+ "description": "System entity files",
617
+ "value": 6
618
+ },
619
+ {
620
+ "owner": "usecases",
621
+ "description": "Number of workflows",
622
+ "value": 0
623
+ },
624
+ {
625
+ "owner": "staticFile",
626
+ "description": "Number of lines of code in adapterBase.js",
627
+ "value": 1791
628
+ },
629
+ {
630
+ "owner": "staticFile",
631
+ "description": "Number of static files added",
632
+ "value": 37
633
+ },
634
+ {
635
+ "owner": "Overall",
636
+ "description": "Total lines of Code",
637
+ "value": 19944
638
+ },
639
+ {
640
+ "owner": "Overall",
641
+ "description": "Total Tests",
642
+ "value": 427
643
+ },
644
+ {
645
+ "owner": "Overall",
646
+ "description": "Total Files",
647
+ "value": 113
648
+ }
649
+ ],
650
+ "warnings": [],
651
+ "apiParsingReport": {
652
+ "no_mockdata": [
653
+ {
654
+ "fnName": "testVMAPIAccess",
655
+ "method": "post",
656
+ "path": "/msp/user_list.php"
657
+ },
658
+ {
659
+ "fnName": "testKnowledgeBaseAccess",
660
+ "method": "post",
661
+ "path": "/api/2.0/fo/knowledge_base/vuln"
662
+ },
663
+ {
664
+ "fnName": "getyourportalversion",
665
+ "method": "get",
666
+ "path": "/qps/rest/portal/version"
667
+ },
668
+ {
669
+ "fnName": "step1DownloadaListofallHoststobePurgedForyourrecords",
670
+ "method": "post",
671
+ "path": "/api/2.0/fo/asset/host"
672
+ },
673
+ {
674
+ "fnName": "step1LaunchReportthatSupportRequested",
675
+ "method": "post",
676
+ "path": "/api/2.0/fo/report"
677
+ },
678
+ {
679
+ "fnName": "addUsersNotbulk",
680
+ "method": "post",
681
+ "path": "/msp/user.php"
682
+ },
683
+ {
684
+ "fnName": "bulkActivateAgentsforVMModule",
685
+ "method": "post",
686
+ "path": "/qps/rest/2.0/activate/am/asset"
687
+ },
688
+ {
689
+ "fnName": "exportNewActiveReOpenVulnerabilityDatausingHLD",
690
+ "method": "post",
691
+ "path": "/api/2.0/fo/asset/host/vm/detection"
692
+ },
693
+ {
694
+ "fnName": "downloadallcloudagentactivationkeys",
695
+ "method": "post",
696
+ "path": "/qps/rest/1.0/search/ca/agentactkey"
697
+ },
698
+ {
699
+ "fnName": "downloadtheQualysuseractivitylog",
700
+ "method": "post",
701
+ "path": "/api/2.0/fo/activity_log"
702
+ },
703
+ {
704
+ "fnName": "listAlertsbycriteriaFirstbatchexample",
705
+ "method": "post",
706
+ "path": "/qps/rest/1.0/search/cm/alert"
707
+ },
708
+ {
709
+ "fnName": "enableVulnerabilityManagementandPolicyComplianceHostAssets",
710
+ "method": "post",
711
+ "path": "/api/2.0/fo/asset/ip"
712
+ },
713
+ {
714
+ "fnName": "aPICommandstoaddIPaddressEsWindows",
715
+ "method": "post",
716
+ "path": "/api/2.0/fo/auth/windows"
717
+ },
718
+ {
719
+ "fnName": "aPICommandstoaddIPaddressEsUnixLinux",
720
+ "method": "post",
721
+ "path": "/api/2.0/fo/auth/unix"
722
+ },
723
+ {
724
+ "fnName": "launchVulnerabilityScan",
725
+ "method": "post",
726
+ "path": "/api/2.0/fo/scan"
727
+ },
728
+ {
729
+ "fnName": "launchPolicyComplianceScan",
730
+ "method": "post",
731
+ "path": "/api/2.0/fo/scan/compliance"
732
+ },
733
+ {
734
+ "fnName": "optionalListallExistingAssetGroups",
735
+ "method": "post",
736
+ "path": "/api/2.0/fo/asset/group"
737
+ },
738
+ {
739
+ "fnName": "createanewDynamicTag",
740
+ "method": "post",
741
+ "path": "/qps/rest/2.0/create/am/tag"
742
+ },
743
+ {
744
+ "fnName": "searchHostsbyTagName",
745
+ "method": "post",
746
+ "path": "/qps/rest/2.0/search/am/hostasset"
747
+ },
748
+ {
749
+ "fnName": "applyingatagortagstomultiplehostassetsHostID",
750
+ "method": "post",
751
+ "path": "/qps/rest/2.0/update/am/hostasset"
752
+ },
753
+ {
754
+ "fnName": "generateAuthenticateGenerateToken",
755
+ "method": "post",
756
+ "path": "/auth"
757
+ },
758
+ {
759
+ "fnName": "scheduleCertViewScanbyFQDNs",
760
+ "method": "post",
761
+ "path": "/api/2.0/fo/schedule/scan"
762
+ },
763
+ {
764
+ "fnName": "downloadallScheduledReportInfo",
765
+ "method": "get",
766
+ "path": "/api/2.0/fo/schedule/scan"
767
+ },
768
+ {
769
+ "fnName": "retrievedetailedhostinstanceinformation",
770
+ "method": "post",
771
+ "path": "/getEndpointData"
772
+ },
773
+ {
774
+ "fnName": "getCurrentIOCEventswhereIndicatorScoreisGreaterthan7",
775
+ "method": "get",
776
+ "path": "/ioc/events"
777
+ },
778
+ {
779
+ "fnName": "getCurrentIOCEventsCountwhereIndicatorScoreisGreaterthan7",
780
+ "method": "get",
781
+ "path": "/ioc/events/count"
782
+ },
783
+ {
784
+ "fnName": "excludedhostslist",
785
+ "method": "post",
786
+ "path": "/api/2.0/fo/asset/excluded_ip"
787
+ },
788
+ {
789
+ "fnName": "vMScannerappliances",
790
+ "method": "post",
791
+ "path": "/api/2.0/fo/appliance"
792
+ },
793
+ {
794
+ "fnName": "excludedvirtualhostslist",
795
+ "method": "post",
796
+ "path": "/api/2.0/fo/asset/excluded_ip/history"
797
+ },
798
+ {
799
+ "fnName": "pCComplianceposture",
800
+ "method": "post",
801
+ "path": "/api/2.0/fo/compliance/posture/info"
802
+ },
803
+ {
804
+ "fnName": "assetGet",
805
+ "method": "get",
806
+ "path": "/qps/rest/1.0/get/am/asset/21325"
807
+ },
808
+ {
809
+ "fnName": "assetSearchbycriteria",
810
+ "method": "post",
811
+ "path": "/qps/rest/1.0/search/am/asset"
812
+ },
813
+ {
814
+ "fnName": "assetUpdate",
815
+ "method": "post",
816
+ "path": "/qps/rest/1.0/update/am/asset/32254111"
817
+ },
818
+ {
819
+ "fnName": "hostassetSearchbycriteria",
820
+ "method": "post",
821
+ "path": "/qps/rest/1.0/search/am/hostasset"
822
+ },
823
+ {
824
+ "fnName": "hostassetsGet",
825
+ "method": "get",
826
+ "path": "/qps/rest/1.0/get/am/hostasset/24115"
827
+ },
828
+ {
829
+ "fnName": "tagGet",
830
+ "method": "get",
831
+ "path": "/qps/rest/1.0/get/am/tag/7813875"
832
+ },
833
+ {
834
+ "fnName": "tagList",
835
+ "method": "post",
836
+ "path": "/qps/rest/1.0/search/am/tag"
837
+ },
838
+ {
839
+ "fnName": "tagUpdate",
840
+ "method": "post",
841
+ "path": "/qps/rest/1.0/update/am/tag/7813875"
842
+ },
843
+ {
844
+ "fnName": "postAssetSearchbycriteria",
845
+ "method": "post",
846
+ "path": "/qps/rest/2.0/search/am/asset"
847
+ },
848
+ {
849
+ "fnName": "searchtofindtag",
850
+ "method": "post",
851
+ "path": "/qps/rest/2.0/search/am/tag"
852
+ },
853
+ {
854
+ "fnName": "appCount",
855
+ "method": "get",
856
+ "path": "/qps/rest/3.0/get/was/webapp/24115"
857
+ },
858
+ {
859
+ "fnName": "appList",
860
+ "method": "post",
861
+ "path": "/qps/rest/3.0/search/was/webapp"
862
+ },
863
+ {
864
+ "fnName": "appUpdate",
865
+ "method": "post",
866
+ "path": "/qps/rest/3.0/update/was/webapp/21325"
867
+ },
868
+ {
869
+ "fnName": "appScan",
870
+ "method": "post",
871
+ "path": "/qps/rest/3.0/launch/was/wasscan"
872
+ },
873
+ {
874
+ "fnName": "reportCreatewebapp",
875
+ "method": "post",
876
+ "path": "/qps/rest/3.0/create/was/report"
877
+ },
878
+ {
879
+ "fnName": "reportDownload",
880
+ "method": "get",
881
+ "path": "/qps/rest/3.0/download/was/report/123057"
882
+ },
883
+ {
884
+ "fnName": "scanDownload",
885
+ "method": "get",
886
+ "path": "/qps/rest/3.0/download/was/wasscan/4912497"
887
+ },
888
+ {
889
+ "fnName": "scanListrunning",
890
+ "method": "post",
891
+ "path": "/qps/rest/3.0/search/was/wasscan"
892
+ },
893
+ {
894
+ "fnName": "aPIstofetchFIMeventdataforignoredevents",
895
+ "method": "get",
896
+ "path": "/events/ignore"
897
+ },
898
+ {
899
+ "fnName": "getignoredeventscount",
900
+ "method": "get",
901
+ "path": "/events/ignore/count"
902
+ },
903
+ {
904
+ "fnName": "fetchignoredeventdetails",
905
+ "method": "get",
906
+ "path": "/events/ignore/{ignoredEventId}"
907
+ },
908
+ {
909
+ "fnName": "postAPIstofetchFIMeventdataforignoredevents",
910
+ "method": "post",
911
+ "path": "/v2/events/ignore/search"
912
+ },
913
+ {
914
+ "fnName": "postGetignoredeventscount",
915
+ "method": "post",
916
+ "path": "/v2/events/ignore/count"
917
+ },
918
+ {
919
+ "fnName": "fetchignoredeventdetails1",
920
+ "method": "get",
921
+ "path": "/v2/events/ignore/{ignoredEventId'}"
922
+ },
923
+ {
924
+ "fnName": "aPIstofetchFIMeventdata",
925
+ "method": "get",
926
+ "path": "/events"
927
+ },
928
+ {
929
+ "fnName": "geteventcountwithinadaterange",
930
+ "method": "get",
931
+ "path": "/events/count"
932
+ },
933
+ {
934
+ "fnName": "fetcheventdetails",
935
+ "method": "get",
936
+ "path": "/events/{eventId}"
937
+ },
938
+ {
939
+ "fnName": "fetcheventsforanincident",
940
+ "method": "get",
941
+ "path": "/incidents/{incidentId}/events"
942
+ },
943
+ {
944
+ "fnName": "geteventcountforanincident",
945
+ "method": "get",
946
+ "path": "/incidents/{incidentId}/events/count"
947
+ },
948
+ {
949
+ "fnName": "postFetcheventsforanincident",
950
+ "method": "post",
951
+ "path": "/v2/incidents/{incidentId}/events/search'"
952
+ },
953
+ {
954
+ "fnName": "postGeteventcountforanincident",
955
+ "method": "post",
956
+ "path": "/v2/incidents/{incidentId}/events/count"
957
+ },
958
+ {
959
+ "fnName": "postAPIstofetchFIMeventdata",
960
+ "method": "post",
961
+ "path": "/v2/events/search"
962
+ },
963
+ {
964
+ "fnName": "postGeteventcountwithinadaterange",
965
+ "method": "post",
966
+ "path": "/v2/events/count"
967
+ },
968
+ {
969
+ "fnName": "fetcheventdetails1",
970
+ "method": "get",
971
+ "path": "/v2/events/{eventId}"
972
+ },
973
+ {
974
+ "fnName": "aPIstofetchFIMincidentdata",
975
+ "method": "get",
976
+ "path": "/incidents"
977
+ },
978
+ {
979
+ "fnName": "getincidentcount",
980
+ "method": "get",
981
+ "path": "/incidents/count"
982
+ },
983
+ {
984
+ "fnName": "postAPIstofetchFIMincidentdata",
985
+ "method": "post",
986
+ "path": "/v2/incidents/search"
987
+ },
988
+ {
989
+ "fnName": "postGetincidentcount",
990
+ "method": "post",
991
+ "path": "/v2/incidents/count"
992
+ },
993
+ {
994
+ "fnName": "alertsSearchbycriteria",
995
+ "method": "post",
996
+ "path": "/qps/rest/1.0/search/md/detection"
997
+ },
998
+ {
999
+ "fnName": "alertsViewdetailsbyid",
1000
+ "method": "get",
1001
+ "path": "/qps/rest/1.0/get/md/detection/37747097"
1002
+ },
1003
+ {
1004
+ "fnName": "detectionsCount",
1005
+ "method": "post",
1006
+ "path": "/qps/rest/1.0/count/md/detection"
1007
+ },
1008
+ {
1009
+ "fnName": "getAlertsViewdetailsbyid",
1010
+ "method": "get",
1011
+ "path": "/qps/rest/1.0/get/cm/alert/246213"
1012
+ },
1013
+ {
1014
+ "fnName": "alertsDownloadbycriteria",
1015
+ "method": "post",
1016
+ "path": "/qps/rest/1.0/download/cm/alert"
1017
+ },
1018
+ {
1019
+ "fnName": "profilesSearchbycriteria",
1020
+ "method": "post",
1021
+ "path": "/qps/rest/1.0/search/cm/profile"
1022
+ },
1023
+ {
1024
+ "fnName": "profilesViewdetailsbyid",
1025
+ "method": "get",
1026
+ "path": "/qps/rest/1.0/get/cm/profile/7401"
1027
+ },
1028
+ {
1029
+ "fnName": "rulesetsSearchbycriteria",
1030
+ "method": "post",
1031
+ "path": "/qps/rest/1.0/search/cm/ruleset"
1032
+ },
1033
+ {
1034
+ "fnName": "rulesetsViewdetailsbyid",
1035
+ "method": "get",
1036
+ "path": "/qps/rest/1.0/get/cm/ruleset/4001"
1037
+ },
1038
+ {
1039
+ "fnName": "rulesSearchbycriteria",
1040
+ "method": "post",
1041
+ "path": "/qps/rest/1.0/search/cm/rule"
1042
+ },
1043
+ {
1044
+ "fnName": "rulesViewdetailsbyid",
1045
+ "method": "get",
1046
+ "path": "/qps/rest/1.0/get/cm/rule/6002"
1047
+ },
1048
+ {
1049
+ "fnName": "getCertviewCertificatesforagivencustomer",
1050
+ "method": "post",
1051
+ "path": "/certificates"
1052
+ },
1053
+ {
1054
+ "fnName": "retrievehostassessmentsummary",
1055
+ "method": "post",
1056
+ "path": "/analyze"
1057
+ },
1058
+ {
1059
+ "fnName": "fetchdetailsofallassetsforagivencustomer",
1060
+ "method": "post",
1061
+ "path": "/am/v1/assets/host/list"
1062
+ },
1063
+ {
1064
+ "fnName": "fetchassetsdetailsforagivenassetid",
1065
+ "method": "post",
1066
+ "path": "/am/v1/asset/host/id"
1067
+ },
1068
+ {
1069
+ "fnName": "getcountofassetssatisfyingthefiltercriteria",
1070
+ "method": "post",
1071
+ "path": "/am/v1/assets/host/count"
1072
+ }
1073
+ ],
1074
+ "errors": [
1075
+ "Parsing mockdata of method post in path /certificates encountered error: TypeError: Cannot convert undefined or null to object"
1076
+ ],
1077
+ "warnings": [],
1078
+ "callsTotal": 84,
1079
+ "callsConverted": 84,
1080
+ "no_mockdata_num": 84
1081
+ }
1082
+ }