@itentialopensource/adapter-nutanix_intentful 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 (153) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +34 -0
  5. package/BROKER.md +211 -0
  6. package/CALLS.md +1677 -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 +20 -0
  16. package/TAB1.md +10 -0
  17. package/TAB2.md +303 -0
  18. package/TROUBLESHOOT.md +47 -0
  19. package/adapter.js +26226 -0
  20. package/adapterBase.js +1452 -0
  21. package/changelogs/CHANGELOG.md +0 -0
  22. package/entities/.generic/action.json +214 -0
  23. package/entities/.generic/schema.json +28 -0
  24. package/entities/.system/action.json +50 -0
  25. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  26. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  27. package/entities/.system/schema.json +19 -0
  28. package/entities/.system/schemaTokenReq.json +53 -0
  29. package/entities/.system/schemaTokenResp.json +53 -0
  30. package/entities/AccessControlPolicies/action.json +105 -0
  31. package/entities/AccessControlPolicies/schema.json +23 -0
  32. package/entities/AddressGroups/action.json +105 -0
  33. package/entities/AddressGroups/schema.json +23 -0
  34. package/entities/Alerts/action.json +85 -0
  35. package/entities/Alerts/schema.json +22 -0
  36. package/entities/Audits/action.json +45 -0
  37. package/entities/Audits/schema.json +20 -0
  38. package/entities/Batch/action.json +24 -0
  39. package/entities/Batch/schema.json +19 -0
  40. package/entities/Blackouts/action.json +105 -0
  41. package/entities/Blackouts/schema.json +23 -0
  42. package/entities/Categories/action.json +186 -0
  43. package/entities/Categories/schema.json +27 -0
  44. package/entities/Clusters/action.json +65 -0
  45. package/entities/Clusters/schema.json +21 -0
  46. package/entities/DirectoryServices/action.json +125 -0
  47. package/entities/DirectoryServices/schema.json +24 -0
  48. package/entities/FloatingIp/action.json +105 -0
  49. package/entities/FloatingIp/schema.json +23 -0
  50. package/entities/Hosts/action.json +45 -0
  51. package/entities/Hosts/schema.json +20 -0
  52. package/entities/IdempotenceIdentifiers/action.json +65 -0
  53. package/entities/IdempotenceIdentifiers/schema.json +32 -0
  54. package/entities/IdentityProviders/action.json +126 -0
  55. package/entities/IdentityProviders/schema.json +24 -0
  56. package/entities/ImagePlacementPolicies/action.json +105 -0
  57. package/entities/ImagePlacementPolicies/schema.json +23 -0
  58. package/entities/Images/action.json +166 -0
  59. package/entities/Images/schema.json +26 -0
  60. package/entities/NetworkFunctionChains/action.json +105 -0
  61. package/entities/NetworkFunctionChains/schema.json +23 -0
  62. package/entities/NetworkSecurityRules/action.json +166 -0
  63. package/entities/NetworkSecurityRules/schema.json +26 -0
  64. package/entities/NgtPolicies/action.json +105 -0
  65. package/entities/NgtPolicies/schema.json +23 -0
  66. package/entities/Ovas/action.json +249 -0
  67. package/entities/Ovas/schema.json +52 -0
  68. package/entities/Permissions/action.json +45 -0
  69. package/entities/Permissions/schema.json +20 -0
  70. package/entities/Projects/action.json +105 -0
  71. package/entities/Projects/schema.json +23 -0
  72. package/entities/ProtectionRules/action.json +146 -0
  73. package/entities/ProtectionRules/schema.json +25 -0
  74. package/entities/RecoveryPlanJobs/action.json +126 -0
  75. package/entities/RecoveryPlanJobs/schema.json +24 -0
  76. package/entities/RecoveryPlans/action.json +126 -0
  77. package/entities/RecoveryPlans/schema.json +68 -0
  78. package/entities/RemoteSyslogModules/action.json +105 -0
  79. package/entities/RemoteSyslogModules/schema.json +23 -0
  80. package/entities/RemoteSyslogServers/action.json +126 -0
  81. package/entities/RemoteSyslogServers/schema.json +24 -0
  82. package/entities/Reports/action.json +267 -0
  83. package/entities/Reports/schema.json +31 -0
  84. package/entities/Roles/action.json +105 -0
  85. package/entities/Roles/schema.json +23 -0
  86. package/entities/RoutingPolicies/action.json +145 -0
  87. package/entities/RoutingPolicies/schema.json +25 -0
  88. package/entities/ServiceGroups/action.json +105 -0
  89. package/entities/ServiceGroups/schema.json +23 -0
  90. package/entities/StoragePolicies/action.json +125 -0
  91. package/entities/StoragePolicies/schema.json +24 -0
  92. package/entities/Subnets/action.json +105 -0
  93. package/entities/Subnets/schema.json +23 -0
  94. package/entities/Tasks/action.json +45 -0
  95. package/entities/Tasks/schema.json +20 -0
  96. package/entities/UserGroups/action.json +85 -0
  97. package/entities/UserGroups/schema.json +22 -0
  98. package/entities/Users/action.json +127 -0
  99. package/entities/Users/schema.json +24 -0
  100. package/entities/VirtualNetwork/action.json +105 -0
  101. package/entities/VirtualNetwork/schema.json +23 -0
  102. package/entities/VmHostAffinityLegacyPolicies/action.json +44 -0
  103. package/entities/VmHostAffinityLegacyPolicies/schema.json +20 -0
  104. package/entities/VmHostAffinityPolicies/action.json +145 -0
  105. package/entities/VmHostAffinityPolicies/schema.json +36 -0
  106. package/entities/Vms/action.json +365 -0
  107. package/entities/Vms/schema.json +36 -0
  108. package/entities/Vpc/action.json +45 -0
  109. package/entities/Vpc/schema.json +20 -0
  110. package/entities/VpnConnection/action.json +168 -0
  111. package/entities/VpnConnection/schema.json +26 -0
  112. package/entities/VpnGateway/action.json +105 -0
  113. package/entities/VpnGateway/schema.json +23 -0
  114. package/entities/Whatif/action.json +188 -0
  115. package/entities/Whatif/schema.json +38 -0
  116. package/error.json +190 -0
  117. package/metadata.json +92 -0
  118. package/package.json +81 -0
  119. package/pronghorn.json +12449 -0
  120. package/propertiesDecorators.json +14 -0
  121. package/propertiesSchema.json +1574 -0
  122. package/refs?service=git-upload-pack +0 -0
  123. package/report/adapter-openapi.json +85398 -0
  124. package/report/adapter-openapi.yaml +62985 -0
  125. package/report/adapterInfo.json +10 -0
  126. package/report/auto-adapter-openapi.json +9609 -0
  127. package/report/creationReport.json +2065 -0
  128. package/report/nutanix-openapi.json +85398 -0
  129. package/sampleProperties.json +257 -0
  130. package/test/integration/adapterTestBasicGet.js +83 -0
  131. package/test/integration/adapterTestConnectivity.js +118 -0
  132. package/test/integration/adapterTestIntegration.js +6792 -0
  133. package/test/unit/adapterBaseTestUnit.js +1024 -0
  134. package/test/unit/adapterTestUnit.js +9255 -0
  135. package/utils/adapterInfo.js +206 -0
  136. package/utils/addAuth.js +94 -0
  137. package/utils/artifactize.js +146 -0
  138. package/utils/basicGet.js +50 -0
  139. package/utils/checkMigrate.js +63 -0
  140. package/utils/entitiesToDB.js +179 -0
  141. package/utils/findPath.js +74 -0
  142. package/utils/methodDocumentor.js +273 -0
  143. package/utils/modify.js +152 -0
  144. package/utils/packModificationScript.js +35 -0
  145. package/utils/patches2bundledDeps.js +90 -0
  146. package/utils/pre-commit.sh +32 -0
  147. package/utils/removeHooks.js +20 -0
  148. package/utils/setup.js +33 -0
  149. package/utils/taskMover.js +309 -0
  150. package/utils/tbScript.js +239 -0
  151. package/utils/tbUtils.js +489 -0
  152. package/utils/testRunner.js +298 -0
  153. package/utils/troubleshootingAdapter.js +193 -0
@@ -0,0 +1,2065 @@
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.10.1"
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": 26227
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 245
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 245
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": 9256
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 596
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 6793
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 254
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for Categories entity",
117
+ "value": 9
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for NetworkSecurityRules entity",
122
+ "value": 8
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Whatif entity",
127
+ "value": 9
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for StoragePolicies entity",
132
+ "value": 6
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for Reports entity",
137
+ "value": 13
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for IdentityProviders entity",
142
+ "value": 6
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for Ovas entity",
147
+ "value": 12
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for VpnConnection entity",
152
+ "value": 8
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for ServiceGroups entity",
157
+ "value": 5
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for DirectoryServices entity",
162
+ "value": 6
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for VmHostAffinityLegacyPolicies entity",
167
+ "value": 2
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for Vms entity",
172
+ "value": 18
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for Projects entity",
177
+ "value": 5
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for ImagePlacementPolicies entity",
182
+ "value": 5
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for RemoteSyslogServers entity",
187
+ "value": 6
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for VmHostAffinityPolicies entity",
192
+ "value": 7
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for RoutingPolicies entity",
197
+ "value": 7
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for VpnGateway entity",
202
+ "value": 5
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for Roles entity",
207
+ "value": 5
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for Audits entity",
212
+ "value": 2
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for AccessControlPolicies entity",
217
+ "value": 5
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for ProtectionRules entity",
222
+ "value": 7
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for Tasks entity",
227
+ "value": 2
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for Images entity",
232
+ "value": 8
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for RecoveryPlans entity",
237
+ "value": 6
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for Blackouts entity",
242
+ "value": 5
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for Vpc entity",
247
+ "value": 2
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Number of actions for AddressGroups entity",
252
+ "value": 5
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for VirtualNetwork entity",
257
+ "value": 5
258
+ },
259
+ {
260
+ "owner": "actionJson",
261
+ "description": "Number of actions for NgtPolicies entity",
262
+ "value": 5
263
+ },
264
+ {
265
+ "owner": "actionJson",
266
+ "description": "Number of actions for Permissions entity",
267
+ "value": 2
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Number of actions for RemoteSyslogModules entity",
272
+ "value": 5
273
+ },
274
+ {
275
+ "owner": "actionJson",
276
+ "description": "Number of actions for Alerts entity",
277
+ "value": 4
278
+ },
279
+ {
280
+ "owner": "actionJson",
281
+ "description": "Number of actions for NetworkFunctionChains entity",
282
+ "value": 5
283
+ },
284
+ {
285
+ "owner": "actionJson",
286
+ "description": "Number of actions for UserGroups entity",
287
+ "value": 4
288
+ },
289
+ {
290
+ "owner": "actionJson",
291
+ "description": "Number of actions for FloatingIp entity",
292
+ "value": 5
293
+ },
294
+ {
295
+ "owner": "actionJson",
296
+ "description": "Number of actions for RecoveryPlanJobs entity",
297
+ "value": 6
298
+ },
299
+ {
300
+ "owner": "actionJson",
301
+ "description": "Number of actions for Subnets entity",
302
+ "value": 5
303
+ },
304
+ {
305
+ "owner": "actionJson",
306
+ "description": "Number of actions for Hosts entity",
307
+ "value": 2
308
+ },
309
+ {
310
+ "owner": "actionJson",
311
+ "description": "Number of actions for Clusters entity",
312
+ "value": 3
313
+ },
314
+ {
315
+ "owner": "actionJson",
316
+ "description": "Number of actions for Batch entity",
317
+ "value": 1
318
+ },
319
+ {
320
+ "owner": "actionJson",
321
+ "description": "Number of actions for Users entity",
322
+ "value": 6
323
+ },
324
+ {
325
+ "owner": "actionJson",
326
+ "description": "Number of actions for IdempotenceIdentifiers entity",
327
+ "value": 3
328
+ },
329
+ {
330
+ "owner": "actionJson",
331
+ "description": "Total number of actions",
332
+ "value": 245
333
+ },
334
+ {
335
+ "owner": "actionJson",
336
+ "description": "Total number of entities",
337
+ "value": 43
338
+ },
339
+ {
340
+ "owner": "schemaJson",
341
+ "description": "Number of schemas for Categories entity",
342
+ "value": 1
343
+ },
344
+ {
345
+ "owner": "schemaJson",
346
+ "description": "Number of schemas for NetworkSecurityRules entity",
347
+ "value": 1
348
+ },
349
+ {
350
+ "owner": "schemaJson",
351
+ "description": "Number of schemas for Whatif entity",
352
+ "value": 1
353
+ },
354
+ {
355
+ "owner": "schemaJson",
356
+ "description": "Number of schemas for StoragePolicies entity",
357
+ "value": 1
358
+ },
359
+ {
360
+ "owner": "schemaJson",
361
+ "description": "Number of schemas for Reports entity",
362
+ "value": 1
363
+ },
364
+ {
365
+ "owner": "schemaJson",
366
+ "description": "Number of schemas for IdentityProviders entity",
367
+ "value": 1
368
+ },
369
+ {
370
+ "owner": "schemaJson",
371
+ "description": "Number of schemas for Ovas entity",
372
+ "value": 1
373
+ },
374
+ {
375
+ "owner": "schemaJson",
376
+ "description": "Number of schemas for VpnConnection entity",
377
+ "value": 1
378
+ },
379
+ {
380
+ "owner": "schemaJson",
381
+ "description": "Number of schemas for ServiceGroups entity",
382
+ "value": 1
383
+ },
384
+ {
385
+ "owner": "schemaJson",
386
+ "description": "Number of schemas for DirectoryServices entity",
387
+ "value": 1
388
+ },
389
+ {
390
+ "owner": "schemaJson",
391
+ "description": "Number of schemas for VmHostAffinityLegacyPolicies entity",
392
+ "value": 1
393
+ },
394
+ {
395
+ "owner": "schemaJson",
396
+ "description": "Number of schemas for Vms entity",
397
+ "value": 1
398
+ },
399
+ {
400
+ "owner": "schemaJson",
401
+ "description": "Number of schemas for Projects entity",
402
+ "value": 1
403
+ },
404
+ {
405
+ "owner": "schemaJson",
406
+ "description": "Number of schemas for ImagePlacementPolicies entity",
407
+ "value": 1
408
+ },
409
+ {
410
+ "owner": "schemaJson",
411
+ "description": "Number of schemas for RemoteSyslogServers entity",
412
+ "value": 1
413
+ },
414
+ {
415
+ "owner": "schemaJson",
416
+ "description": "Number of schemas for VmHostAffinityPolicies entity",
417
+ "value": 1
418
+ },
419
+ {
420
+ "owner": "schemaJson",
421
+ "description": "Number of schemas for RoutingPolicies entity",
422
+ "value": 1
423
+ },
424
+ {
425
+ "owner": "schemaJson",
426
+ "description": "Number of schemas for VpnGateway entity",
427
+ "value": 1
428
+ },
429
+ {
430
+ "owner": "schemaJson",
431
+ "description": "Number of schemas for Roles entity",
432
+ "value": 1
433
+ },
434
+ {
435
+ "owner": "schemaJson",
436
+ "description": "Number of schemas for Audits entity",
437
+ "value": 1
438
+ },
439
+ {
440
+ "owner": "schemaJson",
441
+ "description": "Number of schemas for AccessControlPolicies entity",
442
+ "value": 1
443
+ },
444
+ {
445
+ "owner": "schemaJson",
446
+ "description": "Number of schemas for ProtectionRules entity",
447
+ "value": 1
448
+ },
449
+ {
450
+ "owner": "schemaJson",
451
+ "description": "Number of schemas for Tasks entity",
452
+ "value": 1
453
+ },
454
+ {
455
+ "owner": "schemaJson",
456
+ "description": "Number of schemas for Images entity",
457
+ "value": 1
458
+ },
459
+ {
460
+ "owner": "schemaJson",
461
+ "description": "Number of schemas for RecoveryPlans entity",
462
+ "value": 1
463
+ },
464
+ {
465
+ "owner": "schemaJson",
466
+ "description": "Number of schemas for Blackouts entity",
467
+ "value": 1
468
+ },
469
+ {
470
+ "owner": "schemaJson",
471
+ "description": "Number of schemas for Vpc entity",
472
+ "value": 1
473
+ },
474
+ {
475
+ "owner": "schemaJson",
476
+ "description": "Number of schemas for AddressGroups entity",
477
+ "value": 1
478
+ },
479
+ {
480
+ "owner": "schemaJson",
481
+ "description": "Number of schemas for VirtualNetwork entity",
482
+ "value": 1
483
+ },
484
+ {
485
+ "owner": "schemaJson",
486
+ "description": "Number of schemas for NgtPolicies entity",
487
+ "value": 1
488
+ },
489
+ {
490
+ "owner": "schemaJson",
491
+ "description": "Number of schemas for Permissions entity",
492
+ "value": 1
493
+ },
494
+ {
495
+ "owner": "schemaJson",
496
+ "description": "Number of schemas for RemoteSyslogModules entity",
497
+ "value": 1
498
+ },
499
+ {
500
+ "owner": "schemaJson",
501
+ "description": "Number of schemas for Alerts entity",
502
+ "value": 1
503
+ },
504
+ {
505
+ "owner": "schemaJson",
506
+ "description": "Number of schemas for NetworkFunctionChains entity",
507
+ "value": 1
508
+ },
509
+ {
510
+ "owner": "schemaJson",
511
+ "description": "Number of schemas for UserGroups entity",
512
+ "value": 1
513
+ },
514
+ {
515
+ "owner": "schemaJson",
516
+ "description": "Number of schemas for FloatingIp entity",
517
+ "value": 1
518
+ },
519
+ {
520
+ "owner": "schemaJson",
521
+ "description": "Number of schemas for RecoveryPlanJobs entity",
522
+ "value": 1
523
+ },
524
+ {
525
+ "owner": "schemaJson",
526
+ "description": "Number of schemas for Subnets entity",
527
+ "value": 1
528
+ },
529
+ {
530
+ "owner": "schemaJson",
531
+ "description": "Number of schemas for Hosts entity",
532
+ "value": 1
533
+ },
534
+ {
535
+ "owner": "schemaJson",
536
+ "description": "Number of schemas for Clusters entity",
537
+ "value": 1
538
+ },
539
+ {
540
+ "owner": "schemaJson",
541
+ "description": "Number of schemas for Batch entity",
542
+ "value": 1
543
+ },
544
+ {
545
+ "owner": "schemaJson",
546
+ "description": "Number of schemas for Users entity",
547
+ "value": 1
548
+ },
549
+ {
550
+ "owner": "schemaJson",
551
+ "description": "Number of schemas for IdempotenceIdentifiers entity",
552
+ "value": 1
553
+ },
554
+ {
555
+ "owner": "schemaJson",
556
+ "description": "Total number of schemas",
557
+ "value": 43
558
+ },
559
+ {
560
+ "owner": "mockdata",
561
+ "description": "Number of mock data files for Categories entity",
562
+ "value": 0
563
+ },
564
+ {
565
+ "owner": "mockdata",
566
+ "description": "Number of mock data files for NetworkSecurityRules entity",
567
+ "value": 0
568
+ },
569
+ {
570
+ "owner": "mockdata",
571
+ "description": "Number of mock data files for Whatif entity",
572
+ "value": 0
573
+ },
574
+ {
575
+ "owner": "mockdata",
576
+ "description": "Number of mock data files for StoragePolicies entity",
577
+ "value": 0
578
+ },
579
+ {
580
+ "owner": "mockdata",
581
+ "description": "Number of mock data files for Reports entity",
582
+ "value": 0
583
+ },
584
+ {
585
+ "owner": "mockdata",
586
+ "description": "Number of mock data files for IdentityProviders entity",
587
+ "value": 0
588
+ },
589
+ {
590
+ "owner": "mockdata",
591
+ "description": "Number of mock data files for Ovas entity",
592
+ "value": 0
593
+ },
594
+ {
595
+ "owner": "mockdata",
596
+ "description": "Number of mock data files for VpnConnection entity",
597
+ "value": 0
598
+ },
599
+ {
600
+ "owner": "mockdata",
601
+ "description": "Number of mock data files for ServiceGroups entity",
602
+ "value": 0
603
+ },
604
+ {
605
+ "owner": "mockdata",
606
+ "description": "Number of mock data files for DirectoryServices entity",
607
+ "value": 0
608
+ },
609
+ {
610
+ "owner": "mockdata",
611
+ "description": "Number of mock data files for VmHostAffinityLegacyPolicies entity",
612
+ "value": 0
613
+ },
614
+ {
615
+ "owner": "mockdata",
616
+ "description": "Number of mock data files for Vms entity",
617
+ "value": 0
618
+ },
619
+ {
620
+ "owner": "mockdata",
621
+ "description": "Number of mock data files for Projects entity",
622
+ "value": 0
623
+ },
624
+ {
625
+ "owner": "mockdata",
626
+ "description": "Number of mock data files for ImagePlacementPolicies entity",
627
+ "value": 0
628
+ },
629
+ {
630
+ "owner": "mockdata",
631
+ "description": "Number of mock data files for RemoteSyslogServers entity",
632
+ "value": 0
633
+ },
634
+ {
635
+ "owner": "mockdata",
636
+ "description": "Number of mock data files for VmHostAffinityPolicies entity",
637
+ "value": 0
638
+ },
639
+ {
640
+ "owner": "mockdata",
641
+ "description": "Number of mock data files for RoutingPolicies entity",
642
+ "value": 0
643
+ },
644
+ {
645
+ "owner": "mockdata",
646
+ "description": "Number of mock data files for VpnGateway entity",
647
+ "value": 0
648
+ },
649
+ {
650
+ "owner": "mockdata",
651
+ "description": "Number of mock data files for Roles entity",
652
+ "value": 0
653
+ },
654
+ {
655
+ "owner": "mockdata",
656
+ "description": "Number of mock data files for Audits entity",
657
+ "value": 0
658
+ },
659
+ {
660
+ "owner": "mockdata",
661
+ "description": "Number of mock data files for AccessControlPolicies entity",
662
+ "value": 0
663
+ },
664
+ {
665
+ "owner": "mockdata",
666
+ "description": "Number of mock data files for ProtectionRules entity",
667
+ "value": 0
668
+ },
669
+ {
670
+ "owner": "mockdata",
671
+ "description": "Number of mock data files for Tasks entity",
672
+ "value": 0
673
+ },
674
+ {
675
+ "owner": "mockdata",
676
+ "description": "Number of mock data files for Images entity",
677
+ "value": 0
678
+ },
679
+ {
680
+ "owner": "mockdata",
681
+ "description": "Number of mock data files for RecoveryPlans entity",
682
+ "value": 0
683
+ },
684
+ {
685
+ "owner": "mockdata",
686
+ "description": "Number of mock data files for Blackouts entity",
687
+ "value": 0
688
+ },
689
+ {
690
+ "owner": "mockdata",
691
+ "description": "Number of mock data files for Vpc entity",
692
+ "value": 0
693
+ },
694
+ {
695
+ "owner": "mockdata",
696
+ "description": "Number of mock data files for AddressGroups entity",
697
+ "value": 0
698
+ },
699
+ {
700
+ "owner": "mockdata",
701
+ "description": "Number of mock data files for VirtualNetwork entity",
702
+ "value": 0
703
+ },
704
+ {
705
+ "owner": "mockdata",
706
+ "description": "Number of mock data files for NgtPolicies entity",
707
+ "value": 0
708
+ },
709
+ {
710
+ "owner": "mockdata",
711
+ "description": "Number of mock data files for Permissions entity",
712
+ "value": 0
713
+ },
714
+ {
715
+ "owner": "mockdata",
716
+ "description": "Number of mock data files for RemoteSyslogModules entity",
717
+ "value": 0
718
+ },
719
+ {
720
+ "owner": "mockdata",
721
+ "description": "Number of mock data files for Alerts entity",
722
+ "value": 0
723
+ },
724
+ {
725
+ "owner": "mockdata",
726
+ "description": "Number of mock data files for NetworkFunctionChains entity",
727
+ "value": 0
728
+ },
729
+ {
730
+ "owner": "mockdata",
731
+ "description": "Number of mock data files for UserGroups entity",
732
+ "value": 0
733
+ },
734
+ {
735
+ "owner": "mockdata",
736
+ "description": "Number of mock data files for FloatingIp entity",
737
+ "value": 0
738
+ },
739
+ {
740
+ "owner": "mockdata",
741
+ "description": "Number of mock data files for RecoveryPlanJobs entity",
742
+ "value": 0
743
+ },
744
+ {
745
+ "owner": "mockdata",
746
+ "description": "Number of mock data files for Subnets entity",
747
+ "value": 0
748
+ },
749
+ {
750
+ "owner": "mockdata",
751
+ "description": "Number of mock data files for Hosts entity",
752
+ "value": 0
753
+ },
754
+ {
755
+ "owner": "mockdata",
756
+ "description": "Number of mock data files for Clusters entity",
757
+ "value": 0
758
+ },
759
+ {
760
+ "owner": "mockdata",
761
+ "description": "Number of mock data files for Batch entity",
762
+ "value": 0
763
+ },
764
+ {
765
+ "owner": "mockdata",
766
+ "description": "Number of mock data files for Users entity",
767
+ "value": 0
768
+ },
769
+ {
770
+ "owner": "mockdata",
771
+ "description": "Number of mock data files for IdempotenceIdentifiers entity",
772
+ "value": 0
773
+ },
774
+ {
775
+ "owner": "mockdata",
776
+ "description": "Total number of mock data files",
777
+ "value": 0
778
+ },
779
+ {
780
+ "owner": "actionJson",
781
+ "description": "Number of actions for .system entity",
782
+ "value": 2
783
+ },
784
+ {
785
+ "owner": "schemaJson",
786
+ "description": "Number of schemas for .system entity",
787
+ "value": 3
788
+ },
789
+ {
790
+ "owner": "mockdata",
791
+ "description": "Number of mock data files for .system entity",
792
+ "value": 2
793
+ },
794
+ {
795
+ "owner": "System",
796
+ "description": "System entity files",
797
+ "value": 6
798
+ },
799
+ {
800
+ "owner": "usecases",
801
+ "description": "Number of workflows",
802
+ "value": 0
803
+ },
804
+ {
805
+ "owner": "staticFile",
806
+ "description": "Number of lines of code in adapterBase.js",
807
+ "value": 1453
808
+ },
809
+ {
810
+ "owner": "staticFile",
811
+ "description": "Number of static files added",
812
+ "value": 37
813
+ },
814
+ {
815
+ "owner": "Overall",
816
+ "description": "Total lines of Code",
817
+ "value": 43729
818
+ },
819
+ {
820
+ "owner": "Overall",
821
+ "description": "Total Tests",
822
+ "value": 850
823
+ },
824
+ {
825
+ "owner": "Overall",
826
+ "description": "Total Files",
827
+ "value": 138
828
+ }
829
+ ],
830
+ "warnings": [],
831
+ "apiParsingReport": {
832
+ "no_mockdata": [
833
+ {
834
+ "fnName": "createOrUpdateCategoryKey",
835
+ "method": "put",
836
+ "path": "/categories/{name}"
837
+ },
838
+ {
839
+ "fnName": "deleteCategoryKey",
840
+ "method": "delete",
841
+ "path": "/categories/{name}"
842
+ },
843
+ {
844
+ "fnName": "getCategoryKey",
845
+ "method": "get",
846
+ "path": "/categories/{name}"
847
+ },
848
+ {
849
+ "fnName": "getCategoryKeys",
850
+ "method": "post",
851
+ "path": "/categories/list"
852
+ },
853
+ {
854
+ "fnName": "getCategoryUsageDetails",
855
+ "method": "post",
856
+ "path": "/category/query"
857
+ },
858
+ {
859
+ "fnName": "createOrUpdateACategoryValue",
860
+ "method": "put",
861
+ "path": "/categories/{name}/{value}"
862
+ },
863
+ {
864
+ "fnName": "deleteACategoryValue",
865
+ "method": "delete",
866
+ "path": "/categories/{name}/{value}"
867
+ },
868
+ {
869
+ "fnName": "getACategoryValue",
870
+ "method": "get",
871
+ "path": "/categories/{name}/{value}"
872
+ },
873
+ {
874
+ "fnName": "getValuesForAKey",
875
+ "method": "post",
876
+ "path": "/categories/{name}/list"
877
+ },
878
+ {
879
+ "fnName": "exportAllNetworkSecurityRules",
880
+ "method": "get",
881
+ "path": "/network_security_rules/export"
882
+ },
883
+ {
884
+ "fnName": "importNetworkSecurityRules",
885
+ "method": "post",
886
+ "path": "/network_security_rules/import/apply"
887
+ },
888
+ {
889
+ "fnName": "getAllNetworkSecurityRules",
890
+ "method": "post",
891
+ "path": "/network_security_rules/list"
892
+ },
893
+ {
894
+ "fnName": "createNetworkSecurityRule",
895
+ "method": "post",
896
+ "path": "/network_security_rules"
897
+ },
898
+ {
899
+ "fnName": "generatePolicyImportReport",
900
+ "method": "post",
901
+ "path": "/network_security_rules/import/dry_run"
902
+ },
903
+ {
904
+ "fnName": "updateANetworkSecurityRule",
905
+ "method": "put",
906
+ "path": "/network_security_rules/{uuid}"
907
+ },
908
+ {
909
+ "fnName": "deleteANetworkSecurityRule",
910
+ "method": "delete",
911
+ "path": "/network_security_rules/{uuid}"
912
+ },
913
+ {
914
+ "fnName": "getANetworkSecurityRule",
915
+ "method": "get",
916
+ "path": "/network_security_rules/{uuid}"
917
+ },
918
+ {
919
+ "fnName": "updateScenario",
920
+ "method": "put",
921
+ "path": "/capacity_planning/scenarios/{uuid}"
922
+ },
923
+ {
924
+ "fnName": "deleteScenario",
925
+ "method": "delete",
926
+ "path": "/capacity_planning/scenarios/{uuid}"
927
+ },
928
+ {
929
+ "fnName": "getScenarioWithUUID",
930
+ "method": "get",
931
+ "path": "/capacity_planning/scenarios/{uuid}"
932
+ },
933
+ {
934
+ "fnName": "createAScenario",
935
+ "method": "post",
936
+ "path": "/capacity_planning/scenarios"
937
+ },
938
+ {
939
+ "fnName": "getAllScenarios",
940
+ "method": "get",
941
+ "path": "/capacity_planning/scenarios"
942
+ },
943
+ {
944
+ "fnName": "generateScenarioSummaryPdfReport",
945
+ "method": "post",
946
+ "path": "/capacity_planning/reports"
947
+ },
948
+ {
949
+ "fnName": "runScenarioRecommendation",
950
+ "method": "post",
951
+ "path": "/capacity_planning/recommendations"
952
+ },
953
+ {
954
+ "fnName": "getScenarioSummaryPdfReport",
955
+ "method": "get",
956
+ "path": "/capacity_planning/reports/{task_uuid}"
957
+ },
958
+ {
959
+ "fnName": "getScenarioRunwayAndRecommendation",
960
+ "method": "get",
961
+ "path": "/capacity_planning/recommendations/{task_uuid}"
962
+ },
963
+ {
964
+ "fnName": "getStoragePolicies",
965
+ "method": "post",
966
+ "path": "/storage_policies/list"
967
+ },
968
+ {
969
+ "fnName": "createAStoragePolicy",
970
+ "method": "post",
971
+ "path": "/storage_policies"
972
+ },
973
+ {
974
+ "fnName": "updateStoragePolicy",
975
+ "method": "put",
976
+ "path": "/storage_policies/{uuid}"
977
+ },
978
+ {
979
+ "fnName": "deleteStoragePolicy",
980
+ "method": "delete",
981
+ "path": "/storage_policies/{uuid}"
982
+ },
983
+ {
984
+ "fnName": "getStoragePolicy",
985
+ "method": "get",
986
+ "path": "/storage_policies/{uuid}"
987
+ },
988
+ {
989
+ "fnName": "postStoragePoliciesComputeCounts",
990
+ "method": "post",
991
+ "path": "/storage_policies/compute_counts"
992
+ },
993
+ {
994
+ "fnName": "createReportConfig",
995
+ "method": "post",
996
+ "path": "/report_configs"
997
+ },
998
+ {
999
+ "fnName": "getAllGeneratedReportInstances",
1000
+ "method": "post",
1001
+ "path": "/report_instances/list"
1002
+ },
1003
+ {
1004
+ "fnName": "downloadAResource",
1005
+ "method": "get",
1006
+ "path": "/reports/download/{type}/{uuid}"
1007
+ },
1008
+ {
1009
+ "fnName": "updateCommonReportConfig",
1010
+ "method": "put",
1011
+ "path": "/common_report_configs/{uuid}"
1012
+ },
1013
+ {
1014
+ "fnName": "getReportConfigs",
1015
+ "method": "post",
1016
+ "path": "/report_configs/list"
1017
+ },
1018
+ {
1019
+ "fnName": "createAReportInstance",
1020
+ "method": "post",
1021
+ "path": "/report_instances"
1022
+ },
1023
+ {
1024
+ "fnName": "deleteGeneratedReportInstance",
1025
+ "method": "delete",
1026
+ "path": "/report_instances/{uuid}"
1027
+ },
1028
+ {
1029
+ "fnName": "getAReportInstance",
1030
+ "method": "get",
1031
+ "path": "/report_instances/{uuid}"
1032
+ },
1033
+ {
1034
+ "fnName": "uploadAFile",
1035
+ "method": "post",
1036
+ "path": "/reports/upload/{type}"
1037
+ },
1038
+ {
1039
+ "fnName": "updateReportConfig",
1040
+ "method": "put",
1041
+ "path": "/report_configs/{uuid}"
1042
+ },
1043
+ {
1044
+ "fnName": "deleteReportConfig",
1045
+ "method": "delete",
1046
+ "path": "/report_configs/{uuid}"
1047
+ },
1048
+ {
1049
+ "fnName": "getReportConfigInfo",
1050
+ "method": "get",
1051
+ "path": "/report_configs/{uuid}"
1052
+ },
1053
+ {
1054
+ "fnName": "emailReports",
1055
+ "method": "post",
1056
+ "path": "/reports/notify"
1057
+ },
1058
+ {
1059
+ "fnName": "updateExistingIdentityProvider",
1060
+ "method": "put",
1061
+ "path": "/identity_providers/{uuid}"
1062
+ },
1063
+ {
1064
+ "fnName": "deleteExistingIdentityProvider",
1065
+ "method": "delete",
1066
+ "path": "/identity_providers/{uuid}"
1067
+ },
1068
+ {
1069
+ "fnName": "getExistingIdentityProvider",
1070
+ "method": "get",
1071
+ "path": "/identity_providers/{uuid}"
1072
+ },
1073
+ {
1074
+ "fnName": "getServiceProviderMetadata",
1075
+ "method": "get",
1076
+ "path": "/identity_providers/sp_metadata"
1077
+ },
1078
+ {
1079
+ "fnName": "getIdentityProviders",
1080
+ "method": "post",
1081
+ "path": "/identity_providers/list"
1082
+ },
1083
+ {
1084
+ "fnName": "createIdentityProvider",
1085
+ "method": "post",
1086
+ "path": "/identity_providers"
1087
+ },
1088
+ {
1089
+ "fnName": "createNewOva",
1090
+ "method": "post",
1091
+ "path": "/ovas"
1092
+ },
1093
+ {
1094
+ "fnName": "getVMSpecFromOVA",
1095
+ "method": "get",
1096
+ "path": "/ovas/{uuid}/vm_spec"
1097
+ },
1098
+ {
1099
+ "fnName": "getOVAs",
1100
+ "method": "post",
1101
+ "path": "/ovas/list"
1102
+ },
1103
+ {
1104
+ "fnName": "concatenateOVAUploadedFileChunks",
1105
+ "method": "post",
1106
+ "path": "/ovas/{uuid}/chunks/concatenate"
1107
+ },
1108
+ {
1109
+ "fnName": "updateOVA",
1110
+ "method": "put",
1111
+ "path": "/ovas/{uuid}"
1112
+ },
1113
+ {
1114
+ "fnName": "deleteOVA",
1115
+ "method": "delete",
1116
+ "path": "/ovas/{uuid}"
1117
+ },
1118
+ {
1119
+ "fnName": "getOVA",
1120
+ "method": "get",
1121
+ "path": "/ovas/{uuid}"
1122
+ },
1123
+ {
1124
+ "fnName": "updateOVADisk",
1125
+ "method": "get",
1126
+ "path": "/ovas/{uuid}/disks/{disk_id}"
1127
+ },
1128
+ {
1129
+ "fnName": "uploadOVAFileChunk",
1130
+ "method": "put",
1131
+ "path": "/ovas/{uuid}/chunks"
1132
+ },
1133
+ {
1134
+ "fnName": "uploadOVAFileInfo",
1135
+ "method": "head",
1136
+ "path": "/ovas/{uuid}/chunks"
1137
+ },
1138
+ {
1139
+ "fnName": "getOVAContents",
1140
+ "method": "get",
1141
+ "path": "/ovas/{uuid}/file"
1142
+ },
1143
+ {
1144
+ "fnName": "getOVADisks",
1145
+ "method": "get",
1146
+ "path": "/ovas/{uuid}/disks"
1147
+ },
1148
+ {
1149
+ "fnName": "downloadVendorDeviceConfigurationSteps",
1150
+ "method": "get",
1151
+ "path": "/vpn_connections/{uuid}/vendor_config/{name}/{version}"
1152
+ },
1153
+ {
1154
+ "fnName": "getVendorDevices",
1155
+ "method": "get",
1156
+ "path": "/vpn_connections/{uuid}/vendor_config"
1157
+ },
1158
+ {
1159
+ "fnName": "updateAVpnConnection",
1160
+ "method": "put",
1161
+ "path": "/vpn_connections/{uuid}"
1162
+ },
1163
+ {
1164
+ "fnName": "deleteAVpnConnection",
1165
+ "method": "delete",
1166
+ "path": "/vpn_connections/{uuid}"
1167
+ },
1168
+ {
1169
+ "fnName": "getAVpnConnection",
1170
+ "method": "get",
1171
+ "path": "/vpn_connections/{uuid}"
1172
+ },
1173
+ {
1174
+ "fnName": "getVpncConnections",
1175
+ "method": "post",
1176
+ "path": "/vpn_connections/list"
1177
+ },
1178
+ {
1179
+ "fnName": "createAVpnConnection",
1180
+ "method": "post",
1181
+ "path": "/vpn_connections"
1182
+ },
1183
+ {
1184
+ "fnName": "getVpn_connectionsUuidVendor_configName",
1185
+ "method": "get",
1186
+ "path": "/vpn_connections/{uuid}/vendor_config/{name}"
1187
+ },
1188
+ {
1189
+ "fnName": "updateAServiceGroup",
1190
+ "method": "put",
1191
+ "path": "/service_groups/{uuid}"
1192
+ },
1193
+ {
1194
+ "fnName": "deleteAServiceGroup",
1195
+ "method": "delete",
1196
+ "path": "/service_groups/{uuid}"
1197
+ },
1198
+ {
1199
+ "fnName": "getAServiceGroup",
1200
+ "method": "get",
1201
+ "path": "/service_groups/{uuid}"
1202
+ },
1203
+ {
1204
+ "fnName": "createAServiceGroup",
1205
+ "method": "post",
1206
+ "path": "/service_groups"
1207
+ },
1208
+ {
1209
+ "fnName": "getServiceGroups",
1210
+ "method": "post",
1211
+ "path": "/service_groups/list"
1212
+ },
1213
+ {
1214
+ "fnName": "searchUserOrGroupInDirectoryService",
1215
+ "method": "post",
1216
+ "path": "/directory_services/{uuid}/search"
1217
+ },
1218
+ {
1219
+ "fnName": "getDirectoryServiceConfigurations",
1220
+ "method": "post",
1221
+ "path": "/directory_services/list"
1222
+ },
1223
+ {
1224
+ "fnName": "updateADirectoryServiceConfiguration",
1225
+ "method": "put",
1226
+ "path": "/directory_services/{uuid}"
1227
+ },
1228
+ {
1229
+ "fnName": "deleteADirectoryServiceConfiguration",
1230
+ "method": "delete",
1231
+ "path": "/directory_services/{uuid}"
1232
+ },
1233
+ {
1234
+ "fnName": "getADirectoryServiceConfiguration",
1235
+ "method": "get",
1236
+ "path": "/directory_services/{uuid}"
1237
+ },
1238
+ {
1239
+ "fnName": "createADirectoryServiceConfiguration",
1240
+ "method": "post",
1241
+ "path": "/directory_services"
1242
+ },
1243
+ {
1244
+ "fnName": "getVMHostAffinityLegacyPolicies",
1245
+ "method": "post",
1246
+ "path": "/vm_host_affinity_legacy_policies/list"
1247
+ },
1248
+ {
1249
+ "fnName": "deleteVMHostAffinityLegacyPolicy",
1250
+ "method": "delete",
1251
+ "path": "/vm_host_affinity_legacy_policies/{uuid}"
1252
+ },
1253
+ {
1254
+ "fnName": "createVMResetRequest",
1255
+ "method": "post",
1256
+ "path": "/vms/{uuid}/reset"
1257
+ },
1258
+ {
1259
+ "fnName": "resumeReplicationForVM",
1260
+ "method": "post",
1261
+ "path": "/vms/{uuid}/resume_replication"
1262
+ },
1263
+ {
1264
+ "fnName": "createAVMPowerCycleRequest",
1265
+ "method": "post",
1266
+ "path": "/vms/{uuid}/power_cycle"
1267
+ },
1268
+ {
1269
+ "fnName": "pauseReplicationForVM",
1270
+ "method": "post",
1271
+ "path": "/vms/{uuid}/pause_replication"
1272
+ },
1273
+ {
1274
+ "fnName": "getVMs",
1275
+ "method": "post",
1276
+ "path": "/vms/list"
1277
+ },
1278
+ {
1279
+ "fnName": "createAVMAcpiShutdownRequest",
1280
+ "method": "post",
1281
+ "path": "/vms/{uuid}/acpi_shutdown"
1282
+ },
1283
+ {
1284
+ "fnName": "cloneAVM",
1285
+ "method": "post",
1286
+ "path": "/vms/{uuid}/clone"
1287
+ },
1288
+ {
1289
+ "fnName": "updateAVM",
1290
+ "method": "put",
1291
+ "path": "/vms/{uuid}"
1292
+ },
1293
+ {
1294
+ "fnName": "deleteAVM",
1295
+ "method": "delete",
1296
+ "path": "/vms/{uuid}"
1297
+ },
1298
+ {
1299
+ "fnName": "getAVM",
1300
+ "method": "get",
1301
+ "path": "/vms/{uuid}"
1302
+ },
1303
+ {
1304
+ "fnName": "migrateVMDisks",
1305
+ "method": "post",
1306
+ "path": "/vms/{uuid}/migrate_disks"
1307
+ },
1308
+ {
1309
+ "fnName": "requestIPAddressesForNICsWithUUIDs",
1310
+ "method": "put",
1311
+ "path": "/vms/{uuid}/update_ip"
1312
+ },
1313
+ {
1314
+ "fnName": "createOVAObject",
1315
+ "method": "post",
1316
+ "path": "/vms/{uuid}/export"
1317
+ },
1318
+ {
1319
+ "fnName": "createVMAcpiRebootRequest",
1320
+ "method": "post",
1321
+ "path": "/vms/{uuid}/acpi_reboot"
1322
+ },
1323
+ {
1324
+ "fnName": "createVMGuestShutdownRequest",
1325
+ "method": "post",
1326
+ "path": "/vms/{uuid}/guest_shutdown"
1327
+ },
1328
+ {
1329
+ "fnName": "releaseIPAddressesForNICsForVMNICUUIDs",
1330
+ "method": "put",
1331
+ "path": "/vms/{uuid}/release_ip"
1332
+ },
1333
+ {
1334
+ "fnName": "createVM",
1335
+ "method": "post",
1336
+ "path": "/vms"
1337
+ },
1338
+ {
1339
+ "fnName": "createVMGuestRebootRequest",
1340
+ "method": "post",
1341
+ "path": "/vms/{uuid}/guest_reboot"
1342
+ },
1343
+ {
1344
+ "fnName": "createNewProject",
1345
+ "method": "post",
1346
+ "path": "/projects"
1347
+ },
1348
+ {
1349
+ "fnName": "updateAProject",
1350
+ "method": "put",
1351
+ "path": "/projects/{uuid}"
1352
+ },
1353
+ {
1354
+ "fnName": "deleteAProject",
1355
+ "method": "delete",
1356
+ "path": "/projects/{uuid}"
1357
+ },
1358
+ {
1359
+ "fnName": "getAProject",
1360
+ "method": "get",
1361
+ "path": "/projects/{uuid}"
1362
+ },
1363
+ {
1364
+ "fnName": "getProjects",
1365
+ "method": "post",
1366
+ "path": "/projects/list"
1367
+ },
1368
+ {
1369
+ "fnName": "updateImagePlacementPolicy",
1370
+ "method": "put",
1371
+ "path": "/images/placement_policies/{uuid}"
1372
+ },
1373
+ {
1374
+ "fnName": "deleteImagePlacementPolicy",
1375
+ "method": "delete",
1376
+ "path": "/images/placement_policies/{uuid}"
1377
+ },
1378
+ {
1379
+ "fnName": "getImagePlacementPolicy",
1380
+ "method": "get",
1381
+ "path": "/images/placement_policies/{uuid}"
1382
+ },
1383
+ {
1384
+ "fnName": "createAnImagePlacementPolicy",
1385
+ "method": "post",
1386
+ "path": "/images/placement_policies"
1387
+ },
1388
+ {
1389
+ "fnName": "getImagePlacementPolicies",
1390
+ "method": "post",
1391
+ "path": "/images/placement_policies/list"
1392
+ },
1393
+ {
1394
+ "fnName": "getRemoteSyslogserversOnAllPEs",
1395
+ "method": "get",
1396
+ "path": "/remote_syslog_servers/cluster_rsyslog_servers"
1397
+ },
1398
+ {
1399
+ "fnName": "getRemoteSyslogServersWithOptions",
1400
+ "method": "post",
1401
+ "path": "/remote_syslog_servers/list"
1402
+ },
1403
+ {
1404
+ "fnName": "createARemoteSyslogServer",
1405
+ "method": "post",
1406
+ "path": "/remote_syslog_servers"
1407
+ },
1408
+ {
1409
+ "fnName": "updateARemoteSyslogServer",
1410
+ "method": "put",
1411
+ "path": "/remote_syslog_servers/{uuid}"
1412
+ },
1413
+ {
1414
+ "fnName": "deleteARemoteSyslogServer",
1415
+ "method": "delete",
1416
+ "path": "/remote_syslog_servers/{uuid}"
1417
+ },
1418
+ {
1419
+ "fnName": "getARemoteSyslogServer",
1420
+ "method": "get",
1421
+ "path": "/remote_syslog_servers/{uuid}"
1422
+ },
1423
+ {
1424
+ "fnName": "getVMHostAffinityPolicyVMs",
1425
+ "method": "post",
1426
+ "path": "/vm_host_affinity_policies/{uuid}/vms_list"
1427
+ },
1428
+ {
1429
+ "fnName": "reenforceVMHostAffinityPolicyForAllApplicableVMs",
1430
+ "method": "post",
1431
+ "path": "/vm_host_affinity_policies/{uuid}/re_enforce"
1432
+ },
1433
+ {
1434
+ "fnName": "createAVMHostAffinityPolicy",
1435
+ "method": "post",
1436
+ "path": "/vm_host_affinity_policies"
1437
+ },
1438
+ {
1439
+ "fnName": "getVMHostAffinityPolicies",
1440
+ "method": "post",
1441
+ "path": "/vm_host_affinity_policies/list"
1442
+ },
1443
+ {
1444
+ "fnName": "updateAVMHostAffinityPolicy",
1445
+ "method": "put",
1446
+ "path": "/vm_host_affinity_policies/{uuid}"
1447
+ },
1448
+ {
1449
+ "fnName": "deleteAVMHostAffinityPolicy",
1450
+ "method": "delete",
1451
+ "path": "/vm_host_affinity_policies/{uuid}"
1452
+ },
1453
+ {
1454
+ "fnName": "getAVMHostAffinityPolicy",
1455
+ "method": "get",
1456
+ "path": "/vm_host_affinity_policies/{uuid}"
1457
+ },
1458
+ {
1459
+ "fnName": "clearAllRoutingPolicyCounters",
1460
+ "method": "post",
1461
+ "path": "/vpcs/{uuid}/routing_policies/reset_counters"
1462
+ },
1463
+ {
1464
+ "fnName": "clearRoutingPolicyCounters",
1465
+ "method": "post",
1466
+ "path": "/routing_policies/{uuid}/reset_counters"
1467
+ },
1468
+ {
1469
+ "fnName": "updateRoutingPolicy",
1470
+ "method": "put",
1471
+ "path": "/routing_policies/{uuid}"
1472
+ },
1473
+ {
1474
+ "fnName": "deleteRoutingPolicy",
1475
+ "method": "delete",
1476
+ "path": "/routing_policies/{uuid}"
1477
+ },
1478
+ {
1479
+ "fnName": "getARoutingPolicy",
1480
+ "method": "get",
1481
+ "path": "/routing_policies/{uuid}"
1482
+ },
1483
+ {
1484
+ "fnName": "getRoutingPolicies",
1485
+ "method": "post",
1486
+ "path": "/routing_policies/list"
1487
+ },
1488
+ {
1489
+ "fnName": "createARoutingPolicy",
1490
+ "method": "post",
1491
+ "path": "/routing_policies"
1492
+ },
1493
+ {
1494
+ "fnName": "createNewVpnGateway",
1495
+ "method": "post",
1496
+ "path": "/vpn_gateways"
1497
+ },
1498
+ {
1499
+ "fnName": "updateAVpnGateway",
1500
+ "method": "put",
1501
+ "path": "/vpn_gateways/{uuid}"
1502
+ },
1503
+ {
1504
+ "fnName": "deleteAVpnGateway",
1505
+ "method": "delete",
1506
+ "path": "/vpn_gateways/{uuid}"
1507
+ },
1508
+ {
1509
+ "fnName": "getAVpnGateway",
1510
+ "method": "get",
1511
+ "path": "/vpn_gateways/{uuid}"
1512
+ },
1513
+ {
1514
+ "fnName": "getVpnGateways",
1515
+ "method": "post",
1516
+ "path": "/vpn_gateways/list"
1517
+ },
1518
+ {
1519
+ "fnName": "createARole",
1520
+ "method": "post",
1521
+ "path": "/roles"
1522
+ },
1523
+ {
1524
+ "fnName": "updateARole",
1525
+ "method": "put",
1526
+ "path": "/roles/{uuid}"
1527
+ },
1528
+ {
1529
+ "fnName": "deleteARole",
1530
+ "method": "delete",
1531
+ "path": "/roles/{uuid}"
1532
+ },
1533
+ {
1534
+ "fnName": "getARole",
1535
+ "method": "get",
1536
+ "path": "/roles/{uuid}"
1537
+ },
1538
+ {
1539
+ "fnName": "getRoles",
1540
+ "method": "post",
1541
+ "path": "/roles/list"
1542
+ },
1543
+ {
1544
+ "fnName": "getAuditList",
1545
+ "method": "post",
1546
+ "path": "/audits/list"
1547
+ },
1548
+ {
1549
+ "fnName": "getAudit",
1550
+ "method": "get",
1551
+ "path": "/audits/{uuid}"
1552
+ },
1553
+ {
1554
+ "fnName": "getAccessControlPolicies",
1555
+ "method": "post",
1556
+ "path": "/access_control_policies/list"
1557
+ },
1558
+ {
1559
+ "fnName": "updateAnAccessControlPolicy",
1560
+ "method": "put",
1561
+ "path": "/access_control_policies/{uuid}"
1562
+ },
1563
+ {
1564
+ "fnName": "deleteAnAccessControlPolicy",
1565
+ "method": "delete",
1566
+ "path": "/access_control_policies/{uuid}"
1567
+ },
1568
+ {
1569
+ "fnName": "getAnAccessControlPolicy",
1570
+ "method": "get",
1571
+ "path": "/access_control_policies/{uuid}"
1572
+ },
1573
+ {
1574
+ "fnName": "createAccessControlPolicy",
1575
+ "method": "post",
1576
+ "path": "/access_control_policies"
1577
+ },
1578
+ {
1579
+ "fnName": "modifyProtectionRule",
1580
+ "method": "put",
1581
+ "path": "/protection_rules/{uuid}"
1582
+ },
1583
+ {
1584
+ "fnName": "deleteAProtectionRule",
1585
+ "method": "delete",
1586
+ "path": "/protection_rules/{uuid}"
1587
+ },
1588
+ {
1589
+ "fnName": "getAProtectionRule",
1590
+ "method": "get",
1591
+ "path": "/protection_rules/{uuid}"
1592
+ },
1593
+ {
1594
+ "fnName": "getProtectionRuleEntities",
1595
+ "method": "get",
1596
+ "path": "/protection_rules/{uuid}/query_entities"
1597
+ },
1598
+ {
1599
+ "fnName": "processAProtectionRule",
1600
+ "method": "post",
1601
+ "path": "/protection_rules/{uuid}/process"
1602
+ },
1603
+ {
1604
+ "fnName": "getProtectionRules",
1605
+ "method": "post",
1606
+ "path": "/protection_rules/list"
1607
+ },
1608
+ {
1609
+ "fnName": "createAProtectionRule",
1610
+ "method": "post",
1611
+ "path": "/protection_rules"
1612
+ },
1613
+ {
1614
+ "fnName": "getATask",
1615
+ "method": "get",
1616
+ "path": "/tasks/{uuid}"
1617
+ },
1618
+ {
1619
+ "fnName": "issueAbortRequestOnTask",
1620
+ "method": "post",
1621
+ "path": "/tasks/{uuid}/abort"
1622
+ },
1623
+ {
1624
+ "fnName": "uploadImageContents",
1625
+ "method": "put",
1626
+ "path": "/images/{uuid}/file"
1627
+ },
1628
+ {
1629
+ "fnName": "getImageContents",
1630
+ "method": "get",
1631
+ "path": "/images/{uuid}/file"
1632
+ },
1633
+ {
1634
+ "fnName": "createImage",
1635
+ "method": "post",
1636
+ "path": "/images"
1637
+ },
1638
+ {
1639
+ "fnName": "getImages",
1640
+ "method": "post",
1641
+ "path": "/images/list"
1642
+ },
1643
+ {
1644
+ "fnName": "updateImage",
1645
+ "method": "put",
1646
+ "path": "/images/{uuid}"
1647
+ },
1648
+ {
1649
+ "fnName": "deleteImage",
1650
+ "method": "delete",
1651
+ "path": "/images/{uuid}"
1652
+ },
1653
+ {
1654
+ "fnName": "getImage",
1655
+ "method": "get",
1656
+ "path": "/images/{uuid}"
1657
+ },
1658
+ {
1659
+ "fnName": "migrateImagesFromPEClusterToPC",
1660
+ "method": "post",
1661
+ "path": "/images/migrate"
1662
+ },
1663
+ {
1664
+ "fnName": "getRecoveryPlanEntities",
1665
+ "method": "get",
1666
+ "path": "/recovery_plans/{uuid}/entities"
1667
+ },
1668
+ {
1669
+ "fnName": "updateRecoveryPlan",
1670
+ "method": "put",
1671
+ "path": "/recovery_plans/{uuid}"
1672
+ },
1673
+ {
1674
+ "fnName": "deleteRecoveryPlan",
1675
+ "method": "delete",
1676
+ "path": "/recovery_plans/{uuid}"
1677
+ },
1678
+ {
1679
+ "fnName": "getRecoveryPlan",
1680
+ "method": "get",
1681
+ "path": "/recovery_plans/{uuid}"
1682
+ },
1683
+ {
1684
+ "fnName": "getRecoveryPlans",
1685
+ "method": "post",
1686
+ "path": "/recovery_plans/list"
1687
+ },
1688
+ {
1689
+ "fnName": "createRecoveryPlan",
1690
+ "method": "post",
1691
+ "path": "/recovery_plans"
1692
+ },
1693
+ {
1694
+ "fnName": "updateBlackoutEntity",
1695
+ "method": "put",
1696
+ "path": "/blackouts/{uuid}"
1697
+ },
1698
+ {
1699
+ "fnName": "deleteBlackoutObject",
1700
+ "method": "delete",
1701
+ "path": "/blackouts/{uuid}"
1702
+ },
1703
+ {
1704
+ "fnName": "getBlackoutObject",
1705
+ "method": "get",
1706
+ "path": "/blackouts/{uuid}"
1707
+ },
1708
+ {
1709
+ "fnName": "getAllBlackoutObjects",
1710
+ "method": "post",
1711
+ "path": "/blackouts/list"
1712
+ },
1713
+ {
1714
+ "fnName": "createBlackoutObject",
1715
+ "method": "post",
1716
+ "path": "/blackouts"
1717
+ },
1718
+ {
1719
+ "fnName": "updateAVpcRouteTable",
1720
+ "method": "put",
1721
+ "path": "/vpcs/{uuid}/route_tables"
1722
+ },
1723
+ {
1724
+ "fnName": "getAVpcRouteTable",
1725
+ "method": "get",
1726
+ "path": "/vpcs/{uuid}/route_tables"
1727
+ },
1728
+ {
1729
+ "fnName": "getAddressGroupsList",
1730
+ "method": "post",
1731
+ "path": "/address_groups/list"
1732
+ },
1733
+ {
1734
+ "fnName": "updateAddressGroup",
1735
+ "method": "put",
1736
+ "path": "/address_groups/{uuid}"
1737
+ },
1738
+ {
1739
+ "fnName": "deleteAddressGroup",
1740
+ "method": "delete",
1741
+ "path": "/address_groups/{uuid}"
1742
+ },
1743
+ {
1744
+ "fnName": "getAddressGroup",
1745
+ "method": "get",
1746
+ "path": "/address_groups/{uuid}"
1747
+ },
1748
+ {
1749
+ "fnName": "createAddressGroup",
1750
+ "method": "post",
1751
+ "path": "/address_groups"
1752
+ },
1753
+ {
1754
+ "fnName": "getVPCsList",
1755
+ "method": "post",
1756
+ "path": "/vpcs/list"
1757
+ },
1758
+ {
1759
+ "fnName": "updateAVPC",
1760
+ "method": "put",
1761
+ "path": "/vpcs/{uuid}"
1762
+ },
1763
+ {
1764
+ "fnName": "deleteAVPC",
1765
+ "method": "delete",
1766
+ "path": "/vpcs/{uuid}"
1767
+ },
1768
+ {
1769
+ "fnName": "getAVPC",
1770
+ "method": "get",
1771
+ "path": "/vpcs/{uuid}"
1772
+ },
1773
+ {
1774
+ "fnName": "createVPC",
1775
+ "method": "post",
1776
+ "path": "/vpcs"
1777
+ },
1778
+ {
1779
+ "fnName": "createANgtPolicy",
1780
+ "method": "post",
1781
+ "path": "/ngt_policies"
1782
+ },
1783
+ {
1784
+ "fnName": "getNgtPolicies",
1785
+ "method": "post",
1786
+ "path": "/ngt_policies/list"
1787
+ },
1788
+ {
1789
+ "fnName": "updateANgtPolicy",
1790
+ "method": "put",
1791
+ "path": "/ngt_policies/{uuid}"
1792
+ },
1793
+ {
1794
+ "fnName": "deleteANgtPolicy",
1795
+ "method": "delete",
1796
+ "path": "/ngt_policies/{uuid}"
1797
+ },
1798
+ {
1799
+ "fnName": "getANgtPolicy",
1800
+ "method": "get",
1801
+ "path": "/ngt_policies/{uuid}"
1802
+ },
1803
+ {
1804
+ "fnName": "getPermissions",
1805
+ "method": "post",
1806
+ "path": "/permissions/list"
1807
+ },
1808
+ {
1809
+ "fnName": "getAPermission",
1810
+ "method": "get",
1811
+ "path": "/permissions/{uuid}"
1812
+ },
1813
+ {
1814
+ "fnName": "getRemoteSyslogModulesWithOptions",
1815
+ "method": "post",
1816
+ "path": "/remote_syslog_modules/list"
1817
+ },
1818
+ {
1819
+ "fnName": "updateRemoteSyslogModules",
1820
+ "method": "put",
1821
+ "path": "/remote_syslog_modules/{uuid}"
1822
+ },
1823
+ {
1824
+ "fnName": "deleteRemoteSyslogModules",
1825
+ "method": "delete",
1826
+ "path": "/remote_syslog_modules/{uuid}"
1827
+ },
1828
+ {
1829
+ "fnName": "getRemoteSyslogModules",
1830
+ "method": "get",
1831
+ "path": "/remote_syslog_modules/{uuid}"
1832
+ },
1833
+ {
1834
+ "fnName": "createARemoteSyslogModulesList",
1835
+ "method": "post",
1836
+ "path": "/remote_syslog_modules"
1837
+ },
1838
+ {
1839
+ "fnName": "acknowledgeAlerts",
1840
+ "method": "post",
1841
+ "path": "/alerts/action/{action}"
1842
+ },
1843
+ {
1844
+ "fnName": "getAnAlert",
1845
+ "method": "get",
1846
+ "path": "/alerts/{uuid}"
1847
+ },
1848
+ {
1849
+ "fnName": "createNewAlert",
1850
+ "method": "post",
1851
+ "path": "/alerts/notify"
1852
+ },
1853
+ {
1854
+ "fnName": "getAlerts",
1855
+ "method": "post",
1856
+ "path": "/alerts/list"
1857
+ },
1858
+ {
1859
+ "fnName": "updateANetworkFunctionChain",
1860
+ "method": "put",
1861
+ "path": "/network_function_chains/{uuid}"
1862
+ },
1863
+ {
1864
+ "fnName": "deleteANetworkFunctionChain",
1865
+ "method": "delete",
1866
+ "path": "/network_function_chains/{uuid}"
1867
+ },
1868
+ {
1869
+ "fnName": "getANetworkFunctionChain",
1870
+ "method": "get",
1871
+ "path": "/network_function_chains/{uuid}"
1872
+ },
1873
+ {
1874
+ "fnName": "createNetworkFunctionChain",
1875
+ "method": "post",
1876
+ "path": "/network_function_chains"
1877
+ },
1878
+ {
1879
+ "fnName": "getNetworkFunctionChains",
1880
+ "method": "post",
1881
+ "path": "/network_function_chains/list"
1882
+ },
1883
+ {
1884
+ "fnName": "addAUserGroup",
1885
+ "method": "post",
1886
+ "path": "/user_groups"
1887
+ },
1888
+ {
1889
+ "fnName": "deleteUserGroup",
1890
+ "method": "delete",
1891
+ "path": "/user_groups/{uuid}"
1892
+ },
1893
+ {
1894
+ "fnName": "getAUserGroup",
1895
+ "method": "get",
1896
+ "path": "/user_groups/{uuid}"
1897
+ },
1898
+ {
1899
+ "fnName": "getUserGroups",
1900
+ "method": "post",
1901
+ "path": "/user_groups/list"
1902
+ },
1903
+ {
1904
+ "fnName": "updateFloatingIP",
1905
+ "method": "put",
1906
+ "path": "/floating_ips/{uuid}"
1907
+ },
1908
+ {
1909
+ "fnName": "deleteFloatingIP",
1910
+ "method": "delete",
1911
+ "path": "/floating_ips/{uuid}"
1912
+ },
1913
+ {
1914
+ "fnName": "getAFloatingIP",
1915
+ "method": "get",
1916
+ "path": "/floating_ips/{uuid}"
1917
+ },
1918
+ {
1919
+ "fnName": "createAFloatingIP",
1920
+ "method": "post",
1921
+ "path": "/floating_ips"
1922
+ },
1923
+ {
1924
+ "fnName": "getFloatingIPs",
1925
+ "method": "post",
1926
+ "path": "/floating_ips/list"
1927
+ },
1928
+ {
1929
+ "fnName": "deleteRecoveryPlanJob",
1930
+ "method": "delete",
1931
+ "path": "/recovery_plan_jobs/{uuid}"
1932
+ },
1933
+ {
1934
+ "fnName": "getRecoveryPlanJob",
1935
+ "method": "get",
1936
+ "path": "/recovery_plan_jobs/{uuid}"
1937
+ },
1938
+ {
1939
+ "fnName": "performActionOnRecoveryPlanJob",
1940
+ "method": "post",
1941
+ "path": "/recovery_plan_jobs/{uuid}/{action}"
1942
+ },
1943
+ {
1944
+ "fnName": "getRecoveryPlanJobExecutionStatus",
1945
+ "method": "get",
1946
+ "path": "/recovery_plan_jobs/{uuid}/{status}"
1947
+ },
1948
+ {
1949
+ "fnName": "createRecoveryPlanJob",
1950
+ "method": "post",
1951
+ "path": "/recovery_plan_jobs"
1952
+ },
1953
+ {
1954
+ "fnName": "getRecoveryPlanJobs",
1955
+ "method": "post",
1956
+ "path": "/recovery_plan_jobs/list"
1957
+ },
1958
+ {
1959
+ "fnName": "updateASubnet",
1960
+ "method": "put",
1961
+ "path": "/subnets/{uuid}"
1962
+ },
1963
+ {
1964
+ "fnName": "deleteASubnet",
1965
+ "method": "delete",
1966
+ "path": "/subnets/{uuid}"
1967
+ },
1968
+ {
1969
+ "fnName": "getASubnet",
1970
+ "method": "get",
1971
+ "path": "/subnets/{uuid}"
1972
+ },
1973
+ {
1974
+ "fnName": "getSubnets",
1975
+ "method": "post",
1976
+ "path": "/subnets/list"
1977
+ },
1978
+ {
1979
+ "fnName": "createASubnet",
1980
+ "method": "post",
1981
+ "path": "/subnets"
1982
+ },
1983
+ {
1984
+ "fnName": "getHosts",
1985
+ "method": "post",
1986
+ "path": "/hosts/list"
1987
+ },
1988
+ {
1989
+ "fnName": "getAHost",
1990
+ "method": "get",
1991
+ "path": "/hosts/{uuid}"
1992
+ },
1993
+ {
1994
+ "fnName": "getClusters",
1995
+ "method": "post",
1996
+ "path": "/clusters/list"
1997
+ },
1998
+ {
1999
+ "fnName": "updateACluster",
2000
+ "method": "put",
2001
+ "path": "/clusters/{uuid}"
2002
+ },
2003
+ {
2004
+ "fnName": "getACluster",
2005
+ "method": "get",
2006
+ "path": "/clusters/{uuid}"
2007
+ },
2008
+ {
2009
+ "fnName": "submitIntentfulRESTAPIs",
2010
+ "method": "post",
2011
+ "path": "/batch"
2012
+ },
2013
+ {
2014
+ "fnName": "getUsers",
2015
+ "method": "post",
2016
+ "path": "/users/list"
2017
+ },
2018
+ {
2019
+ "fnName": "deleteUser",
2020
+ "method": "delete",
2021
+ "path": "/users/{uuid}"
2022
+ },
2023
+ {
2024
+ "fnName": "getAUser",
2025
+ "method": "get",
2026
+ "path": "/users/{uuid}"
2027
+ },
2028
+ {
2029
+ "fnName": "getLoggedInUser",
2030
+ "method": "get",
2031
+ "path": "/users/me"
2032
+ },
2033
+ {
2034
+ "fnName": "getUserResourceDomainInfo",
2035
+ "method": "get",
2036
+ "path": "/users/{uuid}/project_usage_summary"
2037
+ },
2038
+ {
2039
+ "fnName": "createUser",
2040
+ "method": "post",
2041
+ "path": "/users"
2042
+ },
2043
+ {
2044
+ "fnName": "createAnIdempotenceIdentifier",
2045
+ "method": "post",
2046
+ "path": "/idempotence_identifiers"
2047
+ },
2048
+ {
2049
+ "fnName": "deleteIdempotenceIdentifier",
2050
+ "method": "delete",
2051
+ "path": "/idempotence_identifiers/{client_identifier}"
2052
+ },
2053
+ {
2054
+ "fnName": "getAnIdempotenceIdentifier",
2055
+ "method": "get",
2056
+ "path": "/idempotence_identifiers/{client_identifier}"
2057
+ }
2058
+ ],
2059
+ "errors": [],
2060
+ "warnings": [],
2061
+ "callsTotal": 245,
2062
+ "callsConverted": 245,
2063
+ "no_mockdata_num": 245
2064
+ }
2065
+ }