@itentialopensource/adapter-kentik 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 (91) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -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 +7518 -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/ASGroupService/action.json +106 -0
  28. package/entities/ASGroupService/schema.json +34 -0
  29. package/entities/BgpMonitoringAdminService/action.json +126 -0
  30. package/entities/BgpMonitoringAdminService/schema.json +24 -0
  31. package/entities/BgpMonitoringDataService/action.json +44 -0
  32. package/entities/BgpMonitoringDataService/schema.json +20 -0
  33. package/entities/CapacityPlanService/action.json +88 -0
  34. package/entities/CapacityPlanService/schema.json +22 -0
  35. package/entities/CloudExportAdminService/action.json +106 -0
  36. package/entities/CloudExportAdminService/schema.json +34 -0
  37. package/entities/InterfaceService/action.json +126 -0
  38. package/entities/InterfaceService/schema.json +101 -0
  39. package/entities/KmiService/action.json +65 -0
  40. package/entities/KmiService/schema.json +21 -0
  41. package/entities/LabelService/action.json +85 -0
  42. package/entities/LabelService/schema.json +22 -0
  43. package/entities/NetworkClassService/action.json +45 -0
  44. package/entities/NetworkClassService/schema.json +20 -0
  45. package/entities/NotificationChannelService/action.json +66 -0
  46. package/entities/NotificationChannelService/schema.json +21 -0
  47. package/entities/PackageService/action.json +126 -0
  48. package/entities/PackageService/schema.json +24 -0
  49. package/entities/SiteService/action.json +208 -0
  50. package/entities/SiteService/schema.json +28 -0
  51. package/entities/SyntheticsAdminService/action.json +208 -0
  52. package/entities/SyntheticsAdminService/schema.json +39 -0
  53. package/entities/SyntheticsDataService/action.json +44 -0
  54. package/entities/SyntheticsDataService/schema.json +20 -0
  55. package/entities/TenantService/action.json +126 -0
  56. package/entities/TenantService/schema.json +24 -0
  57. package/entities/UserService/action.json +146 -0
  58. package/entities/UserService/schema.json +25 -0
  59. package/error.json +190 -0
  60. package/package.json +85 -0
  61. package/pronghorn.json +9793 -0
  62. package/propertiesDecorators.json +14 -0
  63. package/propertiesSchema.json +1248 -0
  64. package/refs?service=git-upload-pack +0 -0
  65. package/report/creationReport.json +840 -0
  66. package/report/kentik-openapi-combined.json +8602 -0
  67. package/sampleProperties.json +203 -0
  68. package/test/integration/adapterTestBasicGet.js +83 -0
  69. package/test/integration/adapterTestConnectivity.js +93 -0
  70. package/test/integration/adapterTestIntegration.js +3869 -0
  71. package/test/unit/adapterBaseTestUnit.js +949 -0
  72. package/test/unit/adapterTestUnit.js +3728 -0
  73. package/utils/adapterInfo.js +206 -0
  74. package/utils/addAuth.js +94 -0
  75. package/utils/artifactize.js +146 -0
  76. package/utils/basicGet.js +50 -0
  77. package/utils/checkMigrate.js +63 -0
  78. package/utils/entitiesToDB.js +178 -0
  79. package/utils/findPath.js +74 -0
  80. package/utils/methodDocumentor.js +225 -0
  81. package/utils/modify.js +154 -0
  82. package/utils/packModificationScript.js +35 -0
  83. package/utils/patches2bundledDeps.js +90 -0
  84. package/utils/pre-commit.sh +32 -0
  85. package/utils/removeHooks.js +20 -0
  86. package/utils/setup.js +33 -0
  87. package/utils/tbScript.js +246 -0
  88. package/utils/tbUtils.js +490 -0
  89. package/utils/testRunner.js +298 -0
  90. package/utils/troubleshootingAdapter.js +195 -0
  91. package/workflows/README.md +3 -0
@@ -0,0 +1,840 @@
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": 7519
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 81
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 81
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": 3729
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 221
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 3870
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 86
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for ASGroupService entity",
117
+ "value": 5
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for BgpMonitoringAdminService entity",
122
+ "value": 6
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for BgpMonitoringDataService entity",
127
+ "value": 2
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for CapacityPlanService entity",
132
+ "value": 4
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for CloudExportAdminService entity",
137
+ "value": 5
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for InterfaceService entity",
142
+ "value": 6
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for KmiService entity",
147
+ "value": 3
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for LabelService entity",
152
+ "value": 4
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for PackageService entity",
157
+ "value": 6
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for TenantService entity",
162
+ "value": 6
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for NetworkClassService entity",
167
+ "value": 2
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for NotificationChannelService entity",
172
+ "value": 3
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for SiteService entity",
177
+ "value": 10
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for SyntheticsDataService entity",
182
+ "value": 2
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for SyntheticsAdminService entity",
187
+ "value": 10
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for UserService entity",
192
+ "value": 7
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Total number of actions",
197
+ "value": 81
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Total number of entities",
202
+ "value": 16
203
+ },
204
+ {
205
+ "owner": "schemaJson",
206
+ "description": "Number of schemas for ASGroupService entity",
207
+ "value": 1
208
+ },
209
+ {
210
+ "owner": "schemaJson",
211
+ "description": "Number of schemas for BgpMonitoringAdminService entity",
212
+ "value": 1
213
+ },
214
+ {
215
+ "owner": "schemaJson",
216
+ "description": "Number of schemas for BgpMonitoringDataService entity",
217
+ "value": 1
218
+ },
219
+ {
220
+ "owner": "schemaJson",
221
+ "description": "Number of schemas for CapacityPlanService entity",
222
+ "value": 1
223
+ },
224
+ {
225
+ "owner": "schemaJson",
226
+ "description": "Number of schemas for CloudExportAdminService entity",
227
+ "value": 1
228
+ },
229
+ {
230
+ "owner": "schemaJson",
231
+ "description": "Number of schemas for InterfaceService entity",
232
+ "value": 1
233
+ },
234
+ {
235
+ "owner": "schemaJson",
236
+ "description": "Number of schemas for KmiService entity",
237
+ "value": 1
238
+ },
239
+ {
240
+ "owner": "schemaJson",
241
+ "description": "Number of schemas for LabelService entity",
242
+ "value": 1
243
+ },
244
+ {
245
+ "owner": "schemaJson",
246
+ "description": "Number of schemas for PackageService entity",
247
+ "value": 1
248
+ },
249
+ {
250
+ "owner": "schemaJson",
251
+ "description": "Number of schemas for TenantService entity",
252
+ "value": 1
253
+ },
254
+ {
255
+ "owner": "schemaJson",
256
+ "description": "Number of schemas for NetworkClassService entity",
257
+ "value": 1
258
+ },
259
+ {
260
+ "owner": "schemaJson",
261
+ "description": "Number of schemas for NotificationChannelService entity",
262
+ "value": 1
263
+ },
264
+ {
265
+ "owner": "schemaJson",
266
+ "description": "Number of schemas for SiteService entity",
267
+ "value": 1
268
+ },
269
+ {
270
+ "owner": "schemaJson",
271
+ "description": "Number of schemas for SyntheticsDataService entity",
272
+ "value": 1
273
+ },
274
+ {
275
+ "owner": "schemaJson",
276
+ "description": "Number of schemas for SyntheticsAdminService entity",
277
+ "value": 1
278
+ },
279
+ {
280
+ "owner": "schemaJson",
281
+ "description": "Number of schemas for UserService entity",
282
+ "value": 1
283
+ },
284
+ {
285
+ "owner": "schemaJson",
286
+ "description": "Total number of schemas",
287
+ "value": 16
288
+ },
289
+ {
290
+ "owner": "mockdata",
291
+ "description": "Number of mock data files for ASGroupService entity",
292
+ "value": 0
293
+ },
294
+ {
295
+ "owner": "mockdata",
296
+ "description": "Number of mock data files for BgpMonitoringAdminService entity",
297
+ "value": 0
298
+ },
299
+ {
300
+ "owner": "mockdata",
301
+ "description": "Number of mock data files for BgpMonitoringDataService entity",
302
+ "value": 0
303
+ },
304
+ {
305
+ "owner": "mockdata",
306
+ "description": "Number of mock data files for CapacityPlanService entity",
307
+ "value": 0
308
+ },
309
+ {
310
+ "owner": "mockdata",
311
+ "description": "Number of mock data files for CloudExportAdminService entity",
312
+ "value": 0
313
+ },
314
+ {
315
+ "owner": "mockdata",
316
+ "description": "Number of mock data files for InterfaceService entity",
317
+ "value": 0
318
+ },
319
+ {
320
+ "owner": "mockdata",
321
+ "description": "Number of mock data files for KmiService entity",
322
+ "value": 0
323
+ },
324
+ {
325
+ "owner": "mockdata",
326
+ "description": "Number of mock data files for LabelService entity",
327
+ "value": 0
328
+ },
329
+ {
330
+ "owner": "mockdata",
331
+ "description": "Number of mock data files for PackageService entity",
332
+ "value": 0
333
+ },
334
+ {
335
+ "owner": "mockdata",
336
+ "description": "Number of mock data files for TenantService entity",
337
+ "value": 0
338
+ },
339
+ {
340
+ "owner": "mockdata",
341
+ "description": "Number of mock data files for NetworkClassService entity",
342
+ "value": 0
343
+ },
344
+ {
345
+ "owner": "mockdata",
346
+ "description": "Number of mock data files for NotificationChannelService entity",
347
+ "value": 0
348
+ },
349
+ {
350
+ "owner": "mockdata",
351
+ "description": "Number of mock data files for SiteService entity",
352
+ "value": 0
353
+ },
354
+ {
355
+ "owner": "mockdata",
356
+ "description": "Number of mock data files for SyntheticsDataService entity",
357
+ "value": 0
358
+ },
359
+ {
360
+ "owner": "mockdata",
361
+ "description": "Number of mock data files for SyntheticsAdminService entity",
362
+ "value": 0
363
+ },
364
+ {
365
+ "owner": "mockdata",
366
+ "description": "Number of mock data files for UserService entity",
367
+ "value": 0
368
+ },
369
+ {
370
+ "owner": "mockdata",
371
+ "description": "Total number of mock data files",
372
+ "value": 0
373
+ },
374
+ {
375
+ "owner": "actionJson",
376
+ "description": "Number of actions for .system entity",
377
+ "value": 2
378
+ },
379
+ {
380
+ "owner": "schemaJson",
381
+ "description": "Number of schemas for .system entity",
382
+ "value": 3
383
+ },
384
+ {
385
+ "owner": "mockdata",
386
+ "description": "Number of mock data files for .system entity",
387
+ "value": 2
388
+ },
389
+ {
390
+ "owner": "System",
391
+ "description": "System entity files",
392
+ "value": 6
393
+ },
394
+ {
395
+ "owner": "usecases",
396
+ "description": "Number of workflows",
397
+ "value": 0
398
+ },
399
+ {
400
+ "owner": "staticFile",
401
+ "description": "Number of lines of code in adapterBase.js",
402
+ "value": 1788
403
+ },
404
+ {
405
+ "owner": "staticFile",
406
+ "description": "Number of static files added",
407
+ "value": 38
408
+ },
409
+ {
410
+ "owner": "Overall",
411
+ "description": "Total lines of Code",
412
+ "value": 16906
413
+ },
414
+ {
415
+ "owner": "Overall",
416
+ "description": "Total Tests",
417
+ "value": 307
418
+ },
419
+ {
420
+ "owner": "Overall",
421
+ "description": "Total Files",
422
+ "value": 84
423
+ }
424
+ ],
425
+ "warnings": [],
426
+ "apiParsingReport": {
427
+ "no_mockdata": [
428
+ {
429
+ "fnName": "listASGroups",
430
+ "method": "get",
431
+ "path": "/as_group/v202212/as_group"
432
+ },
433
+ {
434
+ "fnName": "createASGroup",
435
+ "method": "post",
436
+ "path": "/as_group/v202212/as_group"
437
+ },
438
+ {
439
+ "fnName": "updateASGroup",
440
+ "method": "put",
441
+ "path": "/as_group/v202212/as_group/{asGroup.id}"
442
+ },
443
+ {
444
+ "fnName": "getASGroup",
445
+ "method": "get",
446
+ "path": "/as_group/v202212/as_group/{asGroup.id}"
447
+ },
448
+ {
449
+ "fnName": "deleteASGroup",
450
+ "method": "delete",
451
+ "path": "/as_group/v202212/as_group/{asGroup.id}"
452
+ },
453
+ {
454
+ "fnName": "listMonitors",
455
+ "method": "get",
456
+ "path": "/bgp_monitoring/v202210/monitors"
457
+ },
458
+ {
459
+ "fnName": "createMonitor",
460
+ "method": "post",
461
+ "path": "/bgp_monitoring/v202210/monitors"
462
+ },
463
+ {
464
+ "fnName": "getMonitor",
465
+ "method": "get",
466
+ "path": "/bgp_monitoring/v202210/monitors/{id}"
467
+ },
468
+ {
469
+ "fnName": "deleteMonitor",
470
+ "method": "delete",
471
+ "path": "/bgp_monitoring/v202210/monitors/{id}"
472
+ },
473
+ {
474
+ "fnName": "updateMonitor",
475
+ "method": "put",
476
+ "path": "/bgp_monitoring/v202210/monitors/{id}"
477
+ },
478
+ {
479
+ "fnName": "setMonitorStatus",
480
+ "method": "put",
481
+ "path": "/bgp_monitoring/v202210/monitors/{id}/status"
482
+ },
483
+ {
484
+ "fnName": "getMetricsForTarget",
485
+ "method": "post",
486
+ "path": "/bgp_monitoring/v202210/metrics"
487
+ },
488
+ {
489
+ "fnName": "getRoutesForTarget",
490
+ "method": "post",
491
+ "path": "/bgp_monitoring/v202210/routes"
492
+ },
493
+ {
494
+ "fnName": "listCapacityPlans",
495
+ "method": "get",
496
+ "path": "/capacity_plan/v202212/capacity_plan"
497
+ },
498
+ {
499
+ "fnName": "listCapacitySummaries",
500
+ "method": "get",
501
+ "path": "/capacity_plan/v202212/capacity_plan/summary"
502
+ },
503
+ {
504
+ "fnName": "getCapacityPlan",
505
+ "method": "get",
506
+ "path": "/capacity_plan/v202212/capacity_plan/{id}"
507
+ },
508
+ {
509
+ "fnName": "getCapacitySummary",
510
+ "method": "get",
511
+ "path": "/capacity_plan/v202212/capacity_plan/{id}/summary"
512
+ },
513
+ {
514
+ "fnName": "listCloudExports",
515
+ "method": "get",
516
+ "path": "/cloud_export/v202210/exports"
517
+ },
518
+ {
519
+ "fnName": "createCloudExport",
520
+ "method": "post",
521
+ "path": "/cloud_export/v202210/exports"
522
+ },
523
+ {
524
+ "fnName": "updateCloudExport",
525
+ "method": "put",
526
+ "path": "/cloud_export/v202210/exports/{export.id}"
527
+ },
528
+ {
529
+ "fnName": "getCloudExport",
530
+ "method": "get",
531
+ "path": "/cloud_export/v202210/exports/{export.id}"
532
+ },
533
+ {
534
+ "fnName": "deleteCloudExport",
535
+ "method": "delete",
536
+ "path": "/cloud_export/v202210/exports/{export.id}"
537
+ },
538
+ {
539
+ "fnName": "listInterface",
540
+ "method": "get",
541
+ "path": "/interface/v202108alpha1/interfaces"
542
+ },
543
+ {
544
+ "fnName": "interfaceCreate",
545
+ "method": "post",
546
+ "path": "/interface/v202108alpha1/interfaces"
547
+ },
548
+ {
549
+ "fnName": "interfaceGet",
550
+ "method": "get",
551
+ "path": "/interface/v202108alpha1/interfaces/{id}"
552
+ },
553
+ {
554
+ "fnName": "interfaceDelete",
555
+ "method": "delete",
556
+ "path": "/interface/v202108alpha1/interfaces/{id}"
557
+ },
558
+ {
559
+ "fnName": "interfaceUpdate",
560
+ "method": "put",
561
+ "path": "/interface/v202108alpha1/interfaces/{id}"
562
+ },
563
+ {
564
+ "fnName": "manualClassify",
565
+ "method": "post",
566
+ "path": "/interface/v202108alpha1/manual_classify"
567
+ },
568
+ {
569
+ "fnName": "getASNDetails",
570
+ "method": "post",
571
+ "path": "/kmi/v202212/market/{marketId}/network/{asn}/{type}"
572
+ },
573
+ {
574
+ "fnName": "getRankings",
575
+ "method": "post",
576
+ "path": "/kmi/v202212/market/{marketId}/rankings/{rankType}"
577
+ },
578
+ {
579
+ "fnName": "listMarkets",
580
+ "method": "get",
581
+ "path": "/kmi/v202212/markets"
582
+ },
583
+ {
584
+ "fnName": "listLabels",
585
+ "method": "get",
586
+ "path": "/label/v202210/labels"
587
+ },
588
+ {
589
+ "fnName": "createLabel",
590
+ "method": "post",
591
+ "path": "/label/v202210/labels"
592
+ },
593
+ {
594
+ "fnName": "deleteLabel",
595
+ "method": "delete",
596
+ "path": "/label/v202210/labels/{id}"
597
+ },
598
+ {
599
+ "fnName": "updateLabel",
600
+ "method": "post",
601
+ "path": "/label/v202210/labels/{id}"
602
+ },
603
+ {
604
+ "fnName": "packageList",
605
+ "method": "get",
606
+ "path": "/mkp/v202102alpha1/packages"
607
+ },
608
+ {
609
+ "fnName": "packageCreate",
610
+ "method": "post",
611
+ "path": "/mkp/v202102alpha1/packages"
612
+ },
613
+ {
614
+ "fnName": "packageGet",
615
+ "method": "get",
616
+ "path": "/mkp/v202102alpha1/packages/{id}"
617
+ },
618
+ {
619
+ "fnName": "packageDelete",
620
+ "method": "delete",
621
+ "path": "/mkp/v202102alpha1/packages/{id}"
622
+ },
623
+ {
624
+ "fnName": "packageUpdate",
625
+ "method": "put",
626
+ "path": "/mkp/v202102alpha1/packages/{id}"
627
+ },
628
+ {
629
+ "fnName": "packagePatch",
630
+ "method": "patch",
631
+ "path": "/mkp/v202102alpha1/packages/{id}"
632
+ },
633
+ {
634
+ "fnName": "tenantList",
635
+ "method": "get",
636
+ "path": "/mkp/v202102alpha1/tenants"
637
+ },
638
+ {
639
+ "fnName": "tenantCreate",
640
+ "method": "post",
641
+ "path": "/mkp/v202102alpha1/tenants"
642
+ },
643
+ {
644
+ "fnName": "tenantGet",
645
+ "method": "get",
646
+ "path": "/mkp/v202102alpha1/tenants/{id}"
647
+ },
648
+ {
649
+ "fnName": "tenantDelete",
650
+ "method": "delete",
651
+ "path": "/mkp/v202102alpha1/tenants/{id}"
652
+ },
653
+ {
654
+ "fnName": "tenantUpdate",
655
+ "method": "put",
656
+ "path": "/mkp/v202102alpha1/tenants/{id}"
657
+ },
658
+ {
659
+ "fnName": "tenantPatch",
660
+ "method": "patch",
661
+ "path": "/mkp/v202102alpha1/tenants/{id}"
662
+ },
663
+ {
664
+ "fnName": "networkClassGet",
665
+ "method": "get",
666
+ "path": "/network_class/v202109alpha1/network_class"
667
+ },
668
+ {
669
+ "fnName": "networkClassUpdate",
670
+ "method": "post",
671
+ "path": "/network_class/v202109alpha1/network_class"
672
+ },
673
+ {
674
+ "fnName": "listNotificationChannels",
675
+ "method": "get",
676
+ "path": "/notification_channel/v202210/notification_channels"
677
+ },
678
+ {
679
+ "fnName": "searchNotificationChannels",
680
+ "method": "post",
681
+ "path": "/notification_channel/v202210/notification_channels/search"
682
+ },
683
+ {
684
+ "fnName": "getNotificationChannel",
685
+ "method": "get",
686
+ "path": "/notification_channel/v202210/notification_channels/{id}"
687
+ },
688
+ {
689
+ "fnName": "listSiteMarkets",
690
+ "method": "get",
691
+ "path": "/site/v202211/site_markets"
692
+ },
693
+ {
694
+ "fnName": "createSiteMarket",
695
+ "method": "post",
696
+ "path": "/site/v202211/site_markets"
697
+ },
698
+ {
699
+ "fnName": "getSiteMarket",
700
+ "method": "get",
701
+ "path": "/site/v202211/site_markets/{id}"
702
+ },
703
+ {
704
+ "fnName": "deleteSiteMarket",
705
+ "method": "delete",
706
+ "path": "/site/v202211/site_markets/{id}"
707
+ },
708
+ {
709
+ "fnName": "updateSiteMarket",
710
+ "method": "put",
711
+ "path": "/site/v202211/site_markets/{id}"
712
+ },
713
+ {
714
+ "fnName": "listSites",
715
+ "method": "get",
716
+ "path": "/site/v202211/sites"
717
+ },
718
+ {
719
+ "fnName": "createSite",
720
+ "method": "post",
721
+ "path": "/site/v202211/sites"
722
+ },
723
+ {
724
+ "fnName": "getSite",
725
+ "method": "get",
726
+ "path": "/site/v202211/sites/{id}"
727
+ },
728
+ {
729
+ "fnName": "deleteSite",
730
+ "method": "delete",
731
+ "path": "/site/v202211/sites/{id}"
732
+ },
733
+ {
734
+ "fnName": "updateSite",
735
+ "method": "put",
736
+ "path": "/site/v202211/sites/{id}"
737
+ },
738
+ {
739
+ "fnName": "getResultsForTests",
740
+ "method": "post",
741
+ "path": "/synthetics/v202202/results"
742
+ },
743
+ {
744
+ "fnName": "getTraceForTest",
745
+ "method": "post",
746
+ "path": "/synthetics/v202202/trace"
747
+ },
748
+ {
749
+ "fnName": "listAgents",
750
+ "method": "get",
751
+ "path": "/synthetics/v202202/agents"
752
+ },
753
+ {
754
+ "fnName": "updateAgent",
755
+ "method": "put",
756
+ "path": "/synthetics/v202202/agents/{agent.id}"
757
+ },
758
+ {
759
+ "fnName": "getAgent",
760
+ "method": "get",
761
+ "path": "/synthetics/v202202/agents/{agent.id}"
762
+ },
763
+ {
764
+ "fnName": "deleteAgent",
765
+ "method": "delete",
766
+ "path": "/synthetics/v202202/agents/{agent.id}"
767
+ },
768
+ {
769
+ "fnName": "listTests",
770
+ "method": "get",
771
+ "path": "/synthetics/v202202/tests"
772
+ },
773
+ {
774
+ "fnName": "createTest",
775
+ "method": "post",
776
+ "path": "/synthetics/v202202/tests"
777
+ },
778
+ {
779
+ "fnName": "getTest",
780
+ "method": "get",
781
+ "path": "/synthetics/v202202/tests/{id}"
782
+ },
783
+ {
784
+ "fnName": "deleteTest",
785
+ "method": "delete",
786
+ "path": "/synthetics/v202202/tests/{id}"
787
+ },
788
+ {
789
+ "fnName": "updateTest",
790
+ "method": "put",
791
+ "path": "/synthetics/v202202/tests/{id}"
792
+ },
793
+ {
794
+ "fnName": "setTestStatus",
795
+ "method": "put",
796
+ "path": "/synthetics/v202202/tests/{id}/status"
797
+ },
798
+ {
799
+ "fnName": "listUsers",
800
+ "method": "get",
801
+ "path": "/user/v202211/users"
802
+ },
803
+ {
804
+ "fnName": "createUser",
805
+ "method": "post",
806
+ "path": "/user/v202211/users"
807
+ },
808
+ {
809
+ "fnName": "getUser",
810
+ "method": "get",
811
+ "path": "/user/v202211/users/{id}"
812
+ },
813
+ {
814
+ "fnName": "deleteUser",
815
+ "method": "delete",
816
+ "path": "/user/v202211/users/{id}"
817
+ },
818
+ {
819
+ "fnName": "updateUser",
820
+ "method": "put",
821
+ "path": "/user/v202211/users/{id}"
822
+ },
823
+ {
824
+ "fnName": "resetActiveSessions",
825
+ "method": "put",
826
+ "path": "/user/v202211/users/{id}/reset_active_sessions"
827
+ },
828
+ {
829
+ "fnName": "resetApiToken",
830
+ "method": "put",
831
+ "path": "/user/v202211/users/{id}/reset_api_token"
832
+ }
833
+ ],
834
+ "errors": [],
835
+ "warnings": [],
836
+ "callsTotal": 81,
837
+ "callsConverted": 81,
838
+ "no_mockdata_num": 81
839
+ }
840
+ }