@itentialopensource/adapter-opsramp 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 (65) 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 +211 -0
  6. package/CALLS.md +609 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +13 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +646 -0
  13. package/README.md +343 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +14 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +8089 -0
  18. package/adapterBase.js +1452 -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 +86 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/ResourceManagement/action.json +1358 -0
  28. package/entities/ResourceManagement/schema.json +95 -0
  29. package/entities/Tenants/action.json +25 -0
  30. package/entities/Tenants/schema.json +19 -0
  31. package/error.json +190 -0
  32. package/metadata.json +60 -0
  33. package/package.json +81 -0
  34. package/pronghorn.json +6180 -0
  35. package/propertiesDecorators.json +14 -0
  36. package/propertiesSchema.json +1574 -0
  37. package/refs?service=git-upload-pack +0 -0
  38. package/report/adapterInfo.json +10 -0
  39. package/report/creationReport.json +560 -0
  40. package/report/opsramp-resource-management.yaml-OpenApi3Json.json +18935 -0
  41. package/sampleProperties.json +257 -0
  42. package/test/integration/adapterTestBasicGet.js +83 -0
  43. package/test/integration/adapterTestConnectivity.js +118 -0
  44. package/test/integration/adapterTestIntegration.js +2217 -0
  45. package/test/unit/adapterBaseTestUnit.js +1024 -0
  46. package/test/unit/adapterTestUnit.js +4263 -0
  47. package/utils/adapterInfo.js +206 -0
  48. package/utils/addAuth.js +94 -0
  49. package/utils/artifactize.js +146 -0
  50. package/utils/basicGet.js +50 -0
  51. package/utils/checkMigrate.js +63 -0
  52. package/utils/entitiesToDB.js +179 -0
  53. package/utils/findPath.js +74 -0
  54. package/utils/methodDocumentor.js +273 -0
  55. package/utils/modify.js +152 -0
  56. package/utils/packModificationScript.js +35 -0
  57. package/utils/patches2bundledDeps.js +90 -0
  58. package/utils/pre-commit.sh +32 -0
  59. package/utils/removeHooks.js +20 -0
  60. package/utils/setup.js +33 -0
  61. package/utils/taskMover.js +309 -0
  62. package/utils/tbScript.js +239 -0
  63. package/utils/tbUtils.js +489 -0
  64. package/utils/testRunner.js +298 -0
  65. package/utils/troubleshootingAdapter.js +193 -0
Binary file
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": "0.1.0",
3
+ "configLines": 7945,
4
+ "scriptLines": 1783,
5
+ "codeLines": 9543,
6
+ "testLines": 7710,
7
+ "testCases": 395,
8
+ "totalCodeLines": 19036,
9
+ "wfTasks": 92
10
+ }
@@ -0,0 +1,560 @@
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": 6
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 21
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^5.9.4"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 78
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 8090
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 67
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 67
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 344
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": 647
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": 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": 4264
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 250
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 2218
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 76
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for ResourceManagement entity",
117
+ "value": 66
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for Tenants entity",
122
+ "value": 1
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Total number of actions",
127
+ "value": 67
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Total number of entities",
132
+ "value": 2
133
+ },
134
+ {
135
+ "owner": "schemaJson",
136
+ "description": "Number of schemas for ResourceManagement entity",
137
+ "value": 1
138
+ },
139
+ {
140
+ "owner": "schemaJson",
141
+ "description": "Number of schemas for Tenants entity",
142
+ "value": 1
143
+ },
144
+ {
145
+ "owner": "schemaJson",
146
+ "description": "Total number of schemas",
147
+ "value": 2
148
+ },
149
+ {
150
+ "owner": "mockdata",
151
+ "description": "Number of mock data files for ResourceManagement entity",
152
+ "value": 0
153
+ },
154
+ {
155
+ "owner": "mockdata",
156
+ "description": "Number of mock data files for Tenants entity",
157
+ "value": 0
158
+ },
159
+ {
160
+ "owner": "mockdata",
161
+ "description": "Total number of mock data files",
162
+ "value": 0
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for .system entity",
167
+ "value": 2
168
+ },
169
+ {
170
+ "owner": "schemaJson",
171
+ "description": "Number of schemas for .system entity",
172
+ "value": 3
173
+ },
174
+ {
175
+ "owner": "mockdata",
176
+ "description": "Number of mock data files for .system entity",
177
+ "value": 2
178
+ },
179
+ {
180
+ "owner": "System",
181
+ "description": "System entity files",
182
+ "value": 6
183
+ },
184
+ {
185
+ "owner": "usecases",
186
+ "description": "Number of workflows",
187
+ "value": 0
188
+ },
189
+ {
190
+ "owner": "staticFile",
191
+ "description": "Number of lines of code in adapterBase.js",
192
+ "value": 1453
193
+ },
194
+ {
195
+ "owner": "staticFile",
196
+ "description": "Number of static files added",
197
+ "value": 37
198
+ },
199
+ {
200
+ "owner": "Overall",
201
+ "description": "Total lines of Code",
202
+ "value": 16025
203
+ },
204
+ {
205
+ "owner": "Overall",
206
+ "description": "Total Tests",
207
+ "value": 326
208
+ },
209
+ {
210
+ "owner": "Overall",
211
+ "description": "Total Files",
212
+ "value": 56
213
+ }
214
+ ],
215
+ "warnings": [],
216
+ "apiParsingReport": {
217
+ "no_mockdata": [
218
+ {
219
+ "fnName": "apiV2TenantsResourcesByClientIdPOST",
220
+ "method": "post",
221
+ "path": "/api/v2/tenants/{clientId}/resources"
222
+ },
223
+ {
224
+ "fnName": "apiV2TenantsResourcesByClientIdDELETE",
225
+ "method": "delete",
226
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}"
227
+ },
228
+ {
229
+ "fnName": "apiV2TenantsResourcesByClientIdGET",
230
+ "method": "get",
231
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}"
232
+ },
233
+ {
234
+ "fnName": "postApiV2TenantsResourcesByClientIdPOST",
235
+ "method": "post",
236
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}"
237
+ },
238
+ {
239
+ "fnName": "apiV2TenantsResourcesMinimalByClientIdGET",
240
+ "method": "get",
241
+ "path": "/api/v2/tenants/{clientId}/resources/minimal"
242
+ },
243
+ {
244
+ "fnName": "apiV2TenantsResourcesSearchByTenantIdGET",
245
+ "method": "get",
246
+ "path": "/api/v2/tenants/{tenantId}/resources/search"
247
+ },
248
+ {
249
+ "fnName": "apiV2TenantsResourcesAntivirusSearchGET",
250
+ "method": "get",
251
+ "path": "/api/v2/tenants/{clientId}/resources/antivirus/search"
252
+ },
253
+ {
254
+ "fnName": "apiV2TenantsResourcesNotesByClientIdPOST",
255
+ "method": "post",
256
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/notes"
257
+ },
258
+ {
259
+ "fnName": "apiV2TenantsResourcesNotesNoteIdPOST",
260
+ "method": "post",
261
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/notes/{noteId}"
262
+ },
263
+ {
264
+ "fnName": "apiV2TenantsResourcesNotesSearchGET",
265
+ "method": "get",
266
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/notes/search"
267
+ },
268
+ {
269
+ "fnName": "apiV2TenantsDevicesDeviceWarrantyPOST",
270
+ "method": "post",
271
+ "path": "/api/v2/tenants/{clientId}/devices/{resourceId}/deviceWarranty"
272
+ },
273
+ {
274
+ "fnName": "apiV2TenantsDevicesDeviceWarrantyGET",
275
+ "method": "get",
276
+ "path": "/api/v2/tenants/{clientId}/devices/{resourceId}/deviceWarranty"
277
+ },
278
+ {
279
+ "fnName": "apiV2TenantsResourcesDecommissionPOST",
280
+ "method": "post",
281
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/decommission"
282
+ },
283
+ {
284
+ "fnName": "apiV2TenantsResourcesAvailabilityGET",
285
+ "method": "get",
286
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/availability"
287
+ },
288
+ {
289
+ "fnName": "apiV2TenantsResourcesAvailabilityRuleGET",
290
+ "method": "get",
291
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/availability/rule"
292
+ },
293
+ {
294
+ "fnName": "apiV2TenantsResourcesAvailabilityRulePOST",
295
+ "method": "post",
296
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/availability/rule"
297
+ },
298
+ {
299
+ "fnName": "apiV2TenantsResourcesApplicationsGET",
300
+ "method": "get",
301
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/applications"
302
+ },
303
+ {
304
+ "fnName": "getApiV2TenantsTenantIdResourcesInstalledServicesSearch",
305
+ "method": "get",
306
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/discoveredServices"
307
+ },
308
+ {
309
+ "fnName": "getConsoles",
310
+ "method": "get",
311
+ "path": "/api/v2/tenants/{tenantId}/resources/auditRecordings/search"
312
+ },
313
+ {
314
+ "fnName": "getRemoteConsoleDetails",
315
+ "method": "get",
316
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/remoteConsoles"
317
+ },
318
+ {
319
+ "fnName": "createResourceConsole",
320
+ "method": "post",
321
+ "path": "/api/v2/tenants/{clientId}/resources/{resourceId}/remoteConsoles"
322
+ },
323
+ {
324
+ "fnName": "getApiV2TenantsClientIdDevicesResourceIdActions",
325
+ "method": "post",
326
+ "path": "/api/v2/tenants/{clientId}/devices/{resourceId}/{actions}"
327
+ },
328
+ {
329
+ "fnName": "apiV2TenantsHistoryResourcesByClientIdGET",
330
+ "method": "get",
331
+ "path": "/api/v2/tenants/{clientId}/history/resources"
332
+ },
333
+ {
334
+ "fnName": "getApiV2TenantsHistoryResourcesByClientIdGET",
335
+ "method": "get",
336
+ "path": "/api/v2/tenants/{clientId}/history/resources/{resourceId}"
337
+ },
338
+ {
339
+ "fnName": "apiV2TenantsDevicesWsussettingsPOST",
340
+ "method": "post",
341
+ "path": "/api/v2/tenants/{clientId}/devices/wsussettings/{action}"
342
+ },
343
+ {
344
+ "fnName": "apiV2TenantsDeviceGroupsByClientIdPOST",
345
+ "method": "post",
346
+ "path": "/api/v2/tenants/{clientId}/deviceGroups"
347
+ },
348
+ {
349
+ "fnName": "apiV2TenantsDeviceGroupsByClientIdDELETE",
350
+ "method": "delete",
351
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}"
352
+ },
353
+ {
354
+ "fnName": "apiV2TenantsDeviceGroupsByClientIdGET",
355
+ "method": "get",
356
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}"
357
+ },
358
+ {
359
+ "fnName": "apiV2TenantsDeviceGroupsMinimalGET",
360
+ "method": "get",
361
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/minimal"
362
+ },
363
+ {
364
+ "fnName": "apiV2TenantsDeviceGroupsSearchByClientIdGET",
365
+ "method": "get",
366
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/search"
367
+ },
368
+ {
369
+ "fnName": "apiV2TenantsDeviceGroupsChildsByClientIdPOST",
370
+ "method": "post",
371
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}/childs"
372
+ },
373
+ {
374
+ "fnName": "apiV2TenantsDeviceGroupsChildsByClientIdDELETE",
375
+ "method": "delete",
376
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}/childs"
377
+ },
378
+ {
379
+ "fnName": "apiV2TenantsDeviceGroupsChildsSearchGET",
380
+ "method": "get",
381
+ "path": "/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}/childs/search"
382
+ },
383
+ {
384
+ "fnName": "postApiV2TenantsTenantIdCaContextCustomAttributes",
385
+ "method": "post",
386
+ "path": "/api/v2/tenants/{tenantId}/{ca_context}/customAttributes"
387
+ },
388
+ {
389
+ "fnName": "apiV2TenantsPoliciesManagementSearchGET",
390
+ "method": "get",
391
+ "path": "/api/v2/tenants/{clientId}/policies/management/search"
392
+ },
393
+ {
394
+ "fnName": "apiV2TenantsPoliciesManagementByClientIdGET",
395
+ "method": "get",
396
+ "path": "/api/v2/tenants/{clientId}/policies/management"
397
+ },
398
+ {
399
+ "fnName": "apiV2TenantsPoliciesManagementByClientIdPOST",
400
+ "method": "post",
401
+ "path": "/api/v2/tenants/{clientId}/policies/management"
402
+ },
403
+ {
404
+ "fnName": "apiV2TenantsPoliciesManagementByClientIdPUT",
405
+ "method": "put",
406
+ "path": "/api/v2/tenants/{clientId}/policies/management"
407
+ },
408
+ {
409
+ "fnName": "apiV2TenantsPoliciesManagementByClientIdDELETE",
410
+ "method": "delete",
411
+ "path": "/api/v2/tenants/{clientId}/policies/management/{id}"
412
+ },
413
+ {
414
+ "fnName": "getApiV2TenantsPoliciesManagementByClientIdGET",
415
+ "method": "get",
416
+ "path": "/api/v2/tenants/{clientId}/policies/management/{id}"
417
+ },
418
+ {
419
+ "fnName": "apiV2TenantsPoliciesManagementActionRunGET",
420
+ "method": "get",
421
+ "path": "/api/v2/tenants/{clientId}/policies/management/{id}/action/run"
422
+ },
423
+ {
424
+ "fnName": "apiV2TenantsServiceGroupsByClientIdPOST",
425
+ "method": "post",
426
+ "path": "/api/v2/tenants/{clientId}/serviceGroups"
427
+ },
428
+ {
429
+ "fnName": "apiV2TenantsServiceGroupsByClientIdDELETE",
430
+ "method": "delete",
431
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/{sgId}"
432
+ },
433
+ {
434
+ "fnName": "apiV2TenantsServiceGroupsByClientIdGET",
435
+ "method": "get",
436
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/{sgId}"
437
+ },
438
+ {
439
+ "fnName": "apiV2TenantsServiceGroupsLinkByClientIdPOST",
440
+ "method": "post",
441
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/link"
442
+ },
443
+ {
444
+ "fnName": "apiV2TenantsServiceGroupsChildsPOST",
445
+ "method": "post",
446
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/{sgId}/childs"
447
+ },
448
+ {
449
+ "fnName": "apiV2TenantsServiceGroupsChildsDELETE",
450
+ "method": "delete",
451
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/{sgId}/childs"
452
+ },
453
+ {
454
+ "fnName": "apiV2TenantsServiceGroupsUnLinkChildSgIdDELETE",
455
+ "method": "delete",
456
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/unLink/{parentSgId}/{childSgId}"
457
+ },
458
+ {
459
+ "fnName": "apiV2TenantsServiceGroupsChildsSearchGET",
460
+ "method": "get",
461
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/{sgId}/childs/search"
462
+ },
463
+ {
464
+ "fnName": "apiV2TenantsServiceGroupsSearchGET",
465
+ "method": "get",
466
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/search"
467
+ },
468
+ {
469
+ "fnName": "apiV2TenantsServiceGroupsMinimalGET",
470
+ "method": "get",
471
+ "path": "/api/v2/tenants/{clientId}/serviceGroups/minimal"
472
+ },
473
+ {
474
+ "fnName": "apiV2TenantsSitesByClientIdPOST",
475
+ "method": "post",
476
+ "path": "/api/v2/tenants/{clientId}/sites"
477
+ },
478
+ {
479
+ "fnName": "apiV2TenantsSitesByClientIdAndSiteIdDELETE",
480
+ "method": "delete",
481
+ "path": "/api/v2/tenants/{clientId}/sites/{siteId}"
482
+ },
483
+ {
484
+ "fnName": "apiV2TenantsSitesByClientIdAndSiteIdGET",
485
+ "method": "get",
486
+ "path": "/api/v2/tenants/{clientId}/sites/{siteId}"
487
+ },
488
+ {
489
+ "fnName": "apiV2TenantsSitesByClientIdAndSiteIdPOST",
490
+ "method": "post",
491
+ "path": "/api/v2/tenants/{clientId}/sites/{siteId}"
492
+ },
493
+ {
494
+ "fnName": "apiV2TenantsSitesChildsByClientIdPOST",
495
+ "method": "post",
496
+ "path": "/api/v2/tenants/{clientId}/sites/{siteId}/childs"
497
+ },
498
+ {
499
+ "fnName": "apiV2TenantsSitesChildsByClientIdDELETE",
500
+ "method": "delete",
501
+ "path": "/api/v2/tenants/{clientId}/sites/{siteId}/childs"
502
+ },
503
+ {
504
+ "fnName": "apiV2TenantsSitesSearchByTenantIdGET",
505
+ "method": "get",
506
+ "path": "/api/v2/tenants/{tenantId}/sites/search"
507
+ },
508
+ {
509
+ "fnName": "apiV2TenantsSitesMinimalByClientIdGET",
510
+ "method": "get",
511
+ "path": "/api/v2/tenants/{clientId}/sites/minimal"
512
+ },
513
+ {
514
+ "fnName": "apiV2TenantsDeviceWarrantiesByClientIdGET",
515
+ "method": "get",
516
+ "path": "/api/v2/tenants/{clientId}/deviceWarranties"
517
+ },
518
+ {
519
+ "fnName": "apiV2TenantsServicesAvailabilityGET",
520
+ "method": "get",
521
+ "path": "/api/v2/tenants/{clientId}/services/{serviceId}/availability"
522
+ },
523
+ {
524
+ "fnName": "apiV2TenantsDecommissionByPartnerIdPOST",
525
+ "method": "post",
526
+ "path": "/api/v2/tenants/{partnerId}/decommission/{action}"
527
+ },
528
+ {
529
+ "fnName": "apiV2TenantsResourceTypeMinimalGET",
530
+ "method": "get",
531
+ "path": "/api/v2/tenants/{clientId}/resourceType/minimal"
532
+ },
533
+ {
534
+ "fnName": "apiV2TenantsResourcesResourcetypeIdentityDELETE",
535
+ "method": "delete",
536
+ "path": "/api/v2/tenants/{clientId}/resources/Resourcetype/{resourceType}/{identity}"
537
+ },
538
+ {
539
+ "fnName": "apiV2CfgSyntheticsCheckpointsGET",
540
+ "method": "get",
541
+ "path": "/api/v2/cfg/synthetics/checkpoints"
542
+ },
543
+ {
544
+ "fnName": "apiV2TenantsSyntheticsCheckpointsGET",
545
+ "method": "get",
546
+ "path": "/api/v2/tenants/{clientId}/synthetics/checkpoints"
547
+ },
548
+ {
549
+ "fnName": "getApiV2TenantsClientIdResourcesIdInventorycomponents",
550
+ "method": "get",
551
+ "path": "/api/v2/tenants/{clientId}/resources/{id}/inventorycomponents"
552
+ }
553
+ ],
554
+ "errors": [],
555
+ "warnings": [],
556
+ "callsTotal": 67,
557
+ "callsConverted": 67,
558
+ "no_mockdata_num": 67
559
+ }
560
+ }