@itentialopensource/adapter-selector_ai 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 (117) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +19 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +39 -0
  5. package/BROKER.md +211 -0
  6. package/CALLS.md +405 -0
  7. package/CODE_OF_CONDUCT.md +43 -0
  8. package/CONTRIBUTING.md +13 -0
  9. package/ENHANCE.md +69 -0
  10. package/LICENSE +201 -0
  11. package/PROPERTIES.md +661 -0
  12. package/README.md +344 -0
  13. package/SUMMARY.md +9 -0
  14. package/SYSTEMINFO.md +14 -0
  15. package/TAB1.md +8 -0
  16. package/TAB2.md +314 -0
  17. package/TROUBLESHOOT.md +56 -0
  18. package/UTILITIES.md +473 -0
  19. package/adapter.js +4039 -0
  20. package/adapterBase.js +1488 -0
  21. package/entities/.generic/action.json +214 -0
  22. package/entities/.generic/schema.json +28 -0
  23. package/entities/.system/action.json +50 -0
  24. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  25. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  26. package/entities/.system/schema.json +19 -0
  27. package/entities/.system/schemaTokenReq.json +53 -0
  28. package/entities/.system/schemaTokenResp.json +53 -0
  29. package/entities/InventorySchemaCreation/action.json +24 -0
  30. package/entities/InventorySchemaCreation/schema.json +19 -0
  31. package/entities/InventorySchemaDelete/action.json +24 -0
  32. package/entities/InventorySchemaDelete/schema.json +19 -0
  33. package/entities/InventorySchemaDeleteType/action.json +24 -0
  34. package/entities/InventorySchemaDeleteType/schema.json +19 -0
  35. package/entities/InventorySchemaFileDownload/action.json +24 -0
  36. package/entities/InventorySchemaFileDownload/schema.json +19 -0
  37. package/entities/InventorySchemaFileUpload/action.json +24 -0
  38. package/entities/InventorySchemaFileUpload/schema.json +19 -0
  39. package/entities/InventorySchemaUpdate/action.json +24 -0
  40. package/entities/InventorySchemaUpdate/schema.json +19 -0
  41. package/entities/InventoryV2SchemaDeleteAll/action.json +24 -0
  42. package/entities/InventoryV2SchemaDeleteAll/schema.json +19 -0
  43. package/entities/InventoryV2SchemaDeleteType/action.json +24 -0
  44. package/entities/InventoryV2SchemaDeleteType/schema.json +19 -0
  45. package/entities/InventoryV2SchemaUpdate/action.json +24 -0
  46. package/entities/InventoryV2SchemaUpdate/schema.json +19 -0
  47. package/entities/InventoryV2SchemaUpload/action.json +24 -0
  48. package/entities/InventoryV2SchemaUpload/schema.json +19 -0
  49. package/entities/MetastoreInventoryBulkDataUpload/action.json +24 -0
  50. package/entities/MetastoreInventoryBulkDataUpload/schema.json +19 -0
  51. package/entities/MetastoreInventoryCSVDataUpload/action.json +24 -0
  52. package/entities/MetastoreInventoryCSVDataUpload/schema.json +19 -0
  53. package/entities/MetastoreInventoryCsvFileExport/action.json +25 -0
  54. package/entities/MetastoreInventoryCsvFileExport/schema.json +19 -0
  55. package/entities/MetastoreInventoryDataDelete/action.json +24 -0
  56. package/entities/MetastoreInventoryDataDelete/schema.json +19 -0
  57. package/entities/MetastoreInventoryDataDownload/action.json +46 -0
  58. package/entities/MetastoreInventoryDataDownload/schema.json +20 -0
  59. package/entities/MetastoreInventoryDataEdit/action.json +24 -0
  60. package/entities/MetastoreInventoryDataEdit/schema.json +19 -0
  61. package/entities/MetastoreInventoryDataUpload/action.json +24 -0
  62. package/entities/MetastoreInventoryDataUpload/schema.json +19 -0
  63. package/entities/MetastoreInventoryFilesExport/action.json +24 -0
  64. package/entities/MetastoreInventoryFilesExport/schema.json +19 -0
  65. package/entities/MetastoreInventoryFilesImport/action.json +24 -0
  66. package/entities/MetastoreInventoryFilesImport/schema.json +30 -0
  67. package/entities/MetastoreInventoryItems/action.json +25 -0
  68. package/entities/MetastoreInventoryItems/schema.json +19 -0
  69. package/entities/MetastoreInventoryNameDelete/action.json +24 -0
  70. package/entities/MetastoreInventoryNameDelete/schema.json +19 -0
  71. package/entities/MetastoreInventoryNameUpdate/action.json +24 -0
  72. package/entities/MetastoreInventoryNameUpdate/schema.json +19 -0
  73. package/entities/MetastoreInventoryNameUpload/action.json +24 -0
  74. package/entities/MetastoreInventoryNameUpload/schema.json +19 -0
  75. package/entities/MetastoreInventoryNamesDownload/action.json +25 -0
  76. package/entities/MetastoreInventoryNamesDownload/schema.json +19 -0
  77. package/entities/MetastoreInventorySchemaGet/action.json +25 -0
  78. package/entities/MetastoreInventorySchemaGet/schema.json +19 -0
  79. package/entities/MetastoreInventorySystem/action.json +130 -0
  80. package/entities/MetastoreInventorySystem/schema.json +24 -0
  81. package/entities/MetastoreV2InventorySchemaGet/action.json +25 -0
  82. package/entities/MetastoreV2InventorySchemaGet/schema.json +19 -0
  83. package/error.json +190 -0
  84. package/metadata.json +58 -0
  85. package/package.json +77 -0
  86. package/pronghorn.json +2508 -0
  87. package/propertiesDecorators.json +14 -0
  88. package/propertiesSchema.json +1635 -0
  89. package/report/adapterInfo.json +10 -0
  90. package/report/auto-adapter-openapi.json +1330 -0
  91. package/report/creationReport.json +765 -0
  92. package/report/metastore-inventory-manager.yaml-OpenApi3Json.json +2366 -0
  93. package/sampleProperties.json +260 -0
  94. package/test/integration/adapterTestBasicGet.js +117 -0
  95. package/test/integration/adapterTestConnectivity.js +117 -0
  96. package/test/integration/adapterTestIntegration.js +1295 -0
  97. package/test/unit/adapterBaseTestUnit.js +1626 -0
  98. package/test/unit/adapterTestUnit.js +2288 -0
  99. package/utils/adapterInfo.js +156 -0
  100. package/utils/argParser.js +44 -0
  101. package/utils/checkMigrate.js +102 -0
  102. package/utils/entitiesToDB.js +190 -0
  103. package/utils/findPath.js +74 -0
  104. package/utils/logger.js +26 -0
  105. package/utils/methodDocumentor.js +273 -0
  106. package/utils/modify.js +153 -0
  107. package/utils/mongoDbConnection.js +79 -0
  108. package/utils/mongoUtils.js +162 -0
  109. package/utils/pre-commit.sh +32 -0
  110. package/utils/removeHooks.js +20 -0
  111. package/utils/setup.js +33 -0
  112. package/utils/taskMover.js +308 -0
  113. package/utils/tbScript.js +103 -0
  114. package/utils/tbUtils.js +347 -0
  115. package/utils/testRunner.js +298 -0
  116. package/utils/troubleshootingAdapter.js +177 -0
  117. package/utils/updateAdapterConfig.js +158 -0
@@ -0,0 +1,765 @@
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": 15
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 6
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 19
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "5.10.16"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 79
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 4040
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 33
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 33
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 345
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": 662
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 57
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": 212
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 208
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": 14
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 2289
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 126
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 1296
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 42
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for MetastoreInventoryNamesDownload entity",
117
+ "value": 1
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for MetastoreInventoryNameUpload entity",
122
+ "value": 1
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for MetastoreInventoryNameUpdate entity",
127
+ "value": 1
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for MetastoreInventoryNameDelete entity",
132
+ "value": 1
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for MetastoreInventoryDataDownload entity",
137
+ "value": 2
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for MetastoreInventoryDataUpload entity",
142
+ "value": 1
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for MetastoreInventoryDataEdit entity",
147
+ "value": 1
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for MetastoreInventoryDataDelete entity",
152
+ "value": 1
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for MetastoreInventoryBulkDataUpload entity",
157
+ "value": 1
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for MetastoreInventoryCSVDataUpload entity",
162
+ "value": 1
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for MetastoreInventoryItems entity",
167
+ "value": 1
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for MetastoreInventorySchemaGet entity",
172
+ "value": 1
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for InventorySchemaCreation entity",
177
+ "value": 1
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for InventorySchemaUpdate entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for InventorySchemaDelete entity",
187
+ "value": 1
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for InventorySchemaDeleteType entity",
192
+ "value": 1
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for MetastoreV2InventorySchemaGet entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for InventoryV2SchemaUpload entity",
202
+ "value": 1
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for InventoryV2SchemaDeleteAll entity",
207
+ "value": 1
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for InventoryV2SchemaUpdate entity",
212
+ "value": 1
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for InventoryV2SchemaDeleteType entity",
217
+ "value": 1
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for InventorySchemaFileUpload entity",
222
+ "value": 1
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for InventorySchemaFileDownload entity",
227
+ "value": 1
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for MetastoreInventoryFilesImport entity",
232
+ "value": 1
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for MetastoreInventoryFilesExport entity",
237
+ "value": 1
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for MetastoreInventoryCsvFileExport entity",
242
+ "value": 1
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for MetastoreInventorySystem entity",
247
+ "value": 6
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Total number of actions",
252
+ "value": 33
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Total number of entities",
257
+ "value": 27
258
+ },
259
+ {
260
+ "owner": "schemaJson",
261
+ "description": "Number of schemas for MetastoreInventoryNamesDownload entity",
262
+ "value": 1
263
+ },
264
+ {
265
+ "owner": "schemaJson",
266
+ "description": "Number of schemas for MetastoreInventoryNameUpload entity",
267
+ "value": 1
268
+ },
269
+ {
270
+ "owner": "schemaJson",
271
+ "description": "Number of schemas for MetastoreInventoryNameUpdate entity",
272
+ "value": 1
273
+ },
274
+ {
275
+ "owner": "schemaJson",
276
+ "description": "Number of schemas for MetastoreInventoryNameDelete entity",
277
+ "value": 1
278
+ },
279
+ {
280
+ "owner": "schemaJson",
281
+ "description": "Number of schemas for MetastoreInventoryDataDownload entity",
282
+ "value": 1
283
+ },
284
+ {
285
+ "owner": "schemaJson",
286
+ "description": "Number of schemas for MetastoreInventoryDataUpload entity",
287
+ "value": 1
288
+ },
289
+ {
290
+ "owner": "schemaJson",
291
+ "description": "Number of schemas for MetastoreInventoryDataEdit entity",
292
+ "value": 1
293
+ },
294
+ {
295
+ "owner": "schemaJson",
296
+ "description": "Number of schemas for MetastoreInventoryDataDelete entity",
297
+ "value": 1
298
+ },
299
+ {
300
+ "owner": "schemaJson",
301
+ "description": "Number of schemas for MetastoreInventoryBulkDataUpload entity",
302
+ "value": 1
303
+ },
304
+ {
305
+ "owner": "schemaJson",
306
+ "description": "Number of schemas for MetastoreInventoryCSVDataUpload entity",
307
+ "value": 1
308
+ },
309
+ {
310
+ "owner": "schemaJson",
311
+ "description": "Number of schemas for MetastoreInventoryItems entity",
312
+ "value": 1
313
+ },
314
+ {
315
+ "owner": "schemaJson",
316
+ "description": "Number of schemas for MetastoreInventorySchemaGet entity",
317
+ "value": 1
318
+ },
319
+ {
320
+ "owner": "schemaJson",
321
+ "description": "Number of schemas for InventorySchemaCreation entity",
322
+ "value": 1
323
+ },
324
+ {
325
+ "owner": "schemaJson",
326
+ "description": "Number of schemas for InventorySchemaUpdate entity",
327
+ "value": 1
328
+ },
329
+ {
330
+ "owner": "schemaJson",
331
+ "description": "Number of schemas for InventorySchemaDelete entity",
332
+ "value": 1
333
+ },
334
+ {
335
+ "owner": "schemaJson",
336
+ "description": "Number of schemas for InventorySchemaDeleteType entity",
337
+ "value": 1
338
+ },
339
+ {
340
+ "owner": "schemaJson",
341
+ "description": "Number of schemas for MetastoreV2InventorySchemaGet entity",
342
+ "value": 1
343
+ },
344
+ {
345
+ "owner": "schemaJson",
346
+ "description": "Number of schemas for InventoryV2SchemaUpload entity",
347
+ "value": 1
348
+ },
349
+ {
350
+ "owner": "schemaJson",
351
+ "description": "Number of schemas for InventoryV2SchemaDeleteAll entity",
352
+ "value": 1
353
+ },
354
+ {
355
+ "owner": "schemaJson",
356
+ "description": "Number of schemas for InventoryV2SchemaUpdate entity",
357
+ "value": 1
358
+ },
359
+ {
360
+ "owner": "schemaJson",
361
+ "description": "Number of schemas for InventoryV2SchemaDeleteType entity",
362
+ "value": 1
363
+ },
364
+ {
365
+ "owner": "schemaJson",
366
+ "description": "Number of schemas for InventorySchemaFileUpload entity",
367
+ "value": 1
368
+ },
369
+ {
370
+ "owner": "schemaJson",
371
+ "description": "Number of schemas for InventorySchemaFileDownload entity",
372
+ "value": 1
373
+ },
374
+ {
375
+ "owner": "schemaJson",
376
+ "description": "Number of schemas for MetastoreInventoryFilesImport entity",
377
+ "value": 1
378
+ },
379
+ {
380
+ "owner": "schemaJson",
381
+ "description": "Number of schemas for MetastoreInventoryFilesExport entity",
382
+ "value": 1
383
+ },
384
+ {
385
+ "owner": "schemaJson",
386
+ "description": "Number of schemas for MetastoreInventoryCsvFileExport entity",
387
+ "value": 1
388
+ },
389
+ {
390
+ "owner": "schemaJson",
391
+ "description": "Number of schemas for MetastoreInventorySystem entity",
392
+ "value": 1
393
+ },
394
+ {
395
+ "owner": "schemaJson",
396
+ "description": "Total number of schemas",
397
+ "value": 27
398
+ },
399
+ {
400
+ "owner": "mockdata",
401
+ "description": "Number of mock data files for MetastoreInventoryNamesDownload entity",
402
+ "value": 0
403
+ },
404
+ {
405
+ "owner": "mockdata",
406
+ "description": "Number of mock data files for MetastoreInventoryNameUpload entity",
407
+ "value": 0
408
+ },
409
+ {
410
+ "owner": "mockdata",
411
+ "description": "Number of mock data files for MetastoreInventoryNameUpdate entity",
412
+ "value": 0
413
+ },
414
+ {
415
+ "owner": "mockdata",
416
+ "description": "Number of mock data files for MetastoreInventoryNameDelete entity",
417
+ "value": 0
418
+ },
419
+ {
420
+ "owner": "mockdata",
421
+ "description": "Number of mock data files for MetastoreInventoryDataDownload entity",
422
+ "value": 0
423
+ },
424
+ {
425
+ "owner": "mockdata",
426
+ "description": "Number of mock data files for MetastoreInventoryDataUpload entity",
427
+ "value": 0
428
+ },
429
+ {
430
+ "owner": "mockdata",
431
+ "description": "Number of mock data files for MetastoreInventoryDataEdit entity",
432
+ "value": 0
433
+ },
434
+ {
435
+ "owner": "mockdata",
436
+ "description": "Number of mock data files for MetastoreInventoryDataDelete entity",
437
+ "value": 0
438
+ },
439
+ {
440
+ "owner": "mockdata",
441
+ "description": "Number of mock data files for MetastoreInventoryBulkDataUpload entity",
442
+ "value": 0
443
+ },
444
+ {
445
+ "owner": "mockdata",
446
+ "description": "Number of mock data files for MetastoreInventoryCSVDataUpload entity",
447
+ "value": 0
448
+ },
449
+ {
450
+ "owner": "mockdata",
451
+ "description": "Number of mock data files for MetastoreInventoryItems entity",
452
+ "value": 0
453
+ },
454
+ {
455
+ "owner": "mockdata",
456
+ "description": "Number of mock data files for MetastoreInventorySchemaGet entity",
457
+ "value": 0
458
+ },
459
+ {
460
+ "owner": "mockdata",
461
+ "description": "Number of mock data files for InventorySchemaCreation entity",
462
+ "value": 0
463
+ },
464
+ {
465
+ "owner": "mockdata",
466
+ "description": "Number of mock data files for InventorySchemaUpdate entity",
467
+ "value": 0
468
+ },
469
+ {
470
+ "owner": "mockdata",
471
+ "description": "Number of mock data files for InventorySchemaDelete entity",
472
+ "value": 0
473
+ },
474
+ {
475
+ "owner": "mockdata",
476
+ "description": "Number of mock data files for InventorySchemaDeleteType entity",
477
+ "value": 0
478
+ },
479
+ {
480
+ "owner": "mockdata",
481
+ "description": "Number of mock data files for MetastoreV2InventorySchemaGet entity",
482
+ "value": 0
483
+ },
484
+ {
485
+ "owner": "mockdata",
486
+ "description": "Number of mock data files for InventoryV2SchemaUpload entity",
487
+ "value": 0
488
+ },
489
+ {
490
+ "owner": "mockdata",
491
+ "description": "Number of mock data files for InventoryV2SchemaDeleteAll entity",
492
+ "value": 0
493
+ },
494
+ {
495
+ "owner": "mockdata",
496
+ "description": "Number of mock data files for InventoryV2SchemaUpdate entity",
497
+ "value": 0
498
+ },
499
+ {
500
+ "owner": "mockdata",
501
+ "description": "Number of mock data files for InventoryV2SchemaDeleteType entity",
502
+ "value": 0
503
+ },
504
+ {
505
+ "owner": "mockdata",
506
+ "description": "Number of mock data files for InventorySchemaFileUpload entity",
507
+ "value": 0
508
+ },
509
+ {
510
+ "owner": "mockdata",
511
+ "description": "Number of mock data files for InventorySchemaFileDownload entity",
512
+ "value": 0
513
+ },
514
+ {
515
+ "owner": "mockdata",
516
+ "description": "Number of mock data files for MetastoreInventoryFilesImport entity",
517
+ "value": 0
518
+ },
519
+ {
520
+ "owner": "mockdata",
521
+ "description": "Number of mock data files for MetastoreInventoryFilesExport entity",
522
+ "value": 0
523
+ },
524
+ {
525
+ "owner": "mockdata",
526
+ "description": "Number of mock data files for MetastoreInventoryCsvFileExport entity",
527
+ "value": 0
528
+ },
529
+ {
530
+ "owner": "mockdata",
531
+ "description": "Number of mock data files for MetastoreInventorySystem entity",
532
+ "value": 0
533
+ },
534
+ {
535
+ "owner": "mockdata",
536
+ "description": "Total number of mock data files",
537
+ "value": 0
538
+ },
539
+ {
540
+ "owner": "actionJson",
541
+ "description": "Number of actions for .system entity",
542
+ "value": 2
543
+ },
544
+ {
545
+ "owner": "schemaJson",
546
+ "description": "Number of schemas for .system entity",
547
+ "value": 3
548
+ },
549
+ {
550
+ "owner": "mockdata",
551
+ "description": "Number of mock data files for .system entity",
552
+ "value": 2
553
+ },
554
+ {
555
+ "owner": "System",
556
+ "description": "System entity files",
557
+ "value": 6
558
+ },
559
+ {
560
+ "owner": "usecases",
561
+ "description": "Number of workflows",
562
+ "value": 0
563
+ },
564
+ {
565
+ "owner": "staticFile",
566
+ "description": "Number of lines of code in adapterBase.js",
567
+ "value": 1489
568
+ },
569
+ {
570
+ "owner": "staticFile",
571
+ "description": "Number of static files added",
572
+ "value": 38
573
+ },
574
+ {
575
+ "owner": "Overall",
576
+ "description": "Total lines of Code",
577
+ "value": 9114
578
+ },
579
+ {
580
+ "owner": "Overall",
581
+ "description": "Total Tests",
582
+ "value": 168
583
+ },
584
+ {
585
+ "owner": "Overall",
586
+ "description": "Total Files",
587
+ "value": 107
588
+ }
589
+ ],
590
+ "warnings": [],
591
+ "apiParsingReport": {
592
+ "no_mockdata": [
593
+ {
594
+ "fnName": "getAllInventoryV1InventoryGet",
595
+ "method": "get",
596
+ "path": "/v1/inventory"
597
+ },
598
+ {
599
+ "fnName": "inventoryCreationV1InventoryPost",
600
+ "method": "post",
601
+ "path": "/v1/inventory"
602
+ },
603
+ {
604
+ "fnName": "inventoryUpdateV1InventoryNamePut",
605
+ "method": "put",
606
+ "path": "/v1/inventory/{name}"
607
+ },
608
+ {
609
+ "fnName": "deletingSpecificInventoryV1InventoryNameDelete",
610
+ "method": "delete",
611
+ "path": "/v1/inventory/{name}"
612
+ },
613
+ {
614
+ "fnName": "inventoryItemGetV1InventoryNameGet",
615
+ "method": "get",
616
+ "path": "/v1/inventory/{name}"
617
+ },
618
+ {
619
+ "fnName": "inventoryItemCreationV1InventoryNamePost",
620
+ "method": "post",
621
+ "path": "/v1/inventory/{name}"
622
+ },
623
+ {
624
+ "fnName": "inventoryItemGetV1InventoryNameIdGet",
625
+ "method": "get",
626
+ "path": "/v1/inventory/{name}/{id}"
627
+ },
628
+ {
629
+ "fnName": "inventoryItemCreationV1InventoryNameIdPut",
630
+ "method": "put",
631
+ "path": "/v1/inventory/{name}/{id}"
632
+ },
633
+ {
634
+ "fnName": "inventoryItemDeletionV1InventoryNameIdDelete",
635
+ "method": "delete",
636
+ "path": "/v1/inventory/{name}/{id}"
637
+ },
638
+ {
639
+ "fnName": "inventoryItemCreationV1InventoryBulkNamePost",
640
+ "method": "post",
641
+ "path": "/v1/inventory/bulk/{name}"
642
+ },
643
+ {
644
+ "fnName": "inventoryItemCreationV1InventoryCsvNamePost",
645
+ "method": "post",
646
+ "path": "/v1/inventory/csv/{name}"
647
+ },
648
+ {
649
+ "fnName": "inventoryItemGetV1InventoryItemsGet",
650
+ "method": "get",
651
+ "path": "/v1/inventory-items"
652
+ },
653
+ {
654
+ "fnName": "getAllInventoryV1InventorySchemaGet",
655
+ "method": "get",
656
+ "path": "/v1/inventory-schema"
657
+ },
658
+ {
659
+ "fnName": "postInventoryV1InventorySchema",
660
+ "method": "post",
661
+ "path": "/v1/inventory-schema"
662
+ },
663
+ {
664
+ "fnName": "putInventoryV1InventorySchema",
665
+ "method": "put",
666
+ "path": "/v1/inventory-schema"
667
+ },
668
+ {
669
+ "fnName": "processinventoryschemadelete",
670
+ "method": "delete",
671
+ "path": "/v1/inventory-schema"
672
+ },
673
+ {
674
+ "fnName": "deleteProcessinventoryschemadelete",
675
+ "method": "delete",
676
+ "path": "/v1/inventory-schema/{type}"
677
+ },
678
+ {
679
+ "fnName": "getsAllInventoryschema",
680
+ "method": "get",
681
+ "path": "/v2/inventory-schema"
682
+ },
683
+ {
684
+ "fnName": "processinventoryschemaJSONinput",
685
+ "method": "post",
686
+ "path": "/v2/inventory-schema"
687
+ },
688
+ {
689
+ "fnName": "deleteProcessinventoryschemadelete1",
690
+ "method": "delete",
691
+ "path": "/v2/inventory-schema"
692
+ },
693
+ {
694
+ "fnName": "putProcessinventoryschemaJSONinput",
695
+ "method": "put",
696
+ "path": "/v2/inventory-schema/{type}"
697
+ },
698
+ {
699
+ "fnName": "deleteProcessinventoryschemadelete2",
700
+ "method": "delete",
701
+ "path": "/v2/inventory-schema/{type}"
702
+ },
703
+ {
704
+ "fnName": "porcessuploadJSONfile",
705
+ "method": "post",
706
+ "path": "/v1/inventory-schema-files/import"
707
+ },
708
+ {
709
+ "fnName": "downloadinventoryschemaJSONfile",
710
+ "method": "post",
711
+ "path": "/v1/inventory-schema-files/export"
712
+ },
713
+ {
714
+ "fnName": "handleInventoryFilesPostInventoryFilesImportPost",
715
+ "method": "post",
716
+ "path": "/v1/inventory-files/import"
717
+ },
718
+ {
719
+ "fnName": "handleInventoryFilesGetInventoryFilesExportPost",
720
+ "method": "post",
721
+ "path": "/v1/inventory-files/export"
722
+ },
723
+ {
724
+ "fnName": "handleInventoryCsvFileGet",
725
+ "method": "get",
726
+ "path": "/v1/inventory-file/csv/{name}"
727
+ },
728
+ {
729
+ "fnName": "get",
730
+ "method": "get",
731
+ "path": "/"
732
+ },
733
+ {
734
+ "fnName": "getOpstats",
735
+ "method": "get",
736
+ "path": "/opstats"
737
+ },
738
+ {
739
+ "fnName": "getVersion",
740
+ "method": "get",
741
+ "path": "/version"
742
+ },
743
+ {
744
+ "fnName": "getConfig",
745
+ "method": "get",
746
+ "path": "/config"
747
+ },
748
+ {
749
+ "fnName": "getHealth",
750
+ "method": "get",
751
+ "path": "/health"
752
+ },
753
+ {
754
+ "fnName": "healthLogsGet",
755
+ "method": "get",
756
+ "path": "/logs"
757
+ }
758
+ ],
759
+ "errors": [],
760
+ "warnings": [],
761
+ "callsTotal": 33,
762
+ "callsConverted": 33,
763
+ "no_mockdata_num": 33
764
+ }
765
+ }