@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
@@ -0,0 +1,1358 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "apiV2TenantsResourcesByClientIdPOST",
5
+ "protocol": "REST",
6
+ "method": "POST",
7
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "JSON",
13
+ "responseDatatype": "JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "apiV2TenantsResourcesByClientIdDELETE",
25
+ "protocol": "REST",
26
+ "method": "DELETE",
27
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "requestDatatype": "JSON",
33
+ "responseDatatype": "JSON",
34
+ "headers": {},
35
+ "responseObjects": [
36
+ {
37
+ "type": "default",
38
+ "key": "",
39
+ "mockFile": ""
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "name": "apiV2TenantsResourcesByClientIdGET",
45
+ "protocol": "REST",
46
+ "method": "GET",
47
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}?{query}",
48
+ "requestSchema": "schema.json",
49
+ "responseSchema": "schema.json",
50
+ "timeout": 0,
51
+ "sendEmpty": false,
52
+ "sendGetBody": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "postApiV2TenantsResourcesByClientIdPOST",
66
+ "protocol": "REST",
67
+ "method": "POST",
68
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "apiV2TenantsResourcesMinimalByClientIdGET",
86
+ "protocol": "REST",
87
+ "method": "GET",
88
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/minimal?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "sendGetBody": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "apiV2TenantsResourcesSearchByTenantIdGET",
107
+ "protocol": "REST",
108
+ "method": "GET",
109
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/search?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "sendGetBody": false,
115
+ "requestDatatype": "JSON",
116
+ "responseDatatype": "JSON",
117
+ "headers": {},
118
+ "responseObjects": [
119
+ {
120
+ "type": "default",
121
+ "key": "",
122
+ "mockFile": ""
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "apiV2TenantsResourcesAntivirusSearchGET",
128
+ "protocol": "REST",
129
+ "method": "GET",
130
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/antivirus/search?{query}",
131
+ "requestSchema": "schema.json",
132
+ "responseSchema": "schema.json",
133
+ "timeout": 0,
134
+ "sendEmpty": false,
135
+ "sendGetBody": false,
136
+ "requestDatatype": "JSON",
137
+ "responseDatatype": "JSON",
138
+ "headers": {},
139
+ "responseObjects": [
140
+ {
141
+ "type": "default",
142
+ "key": "",
143
+ "mockFile": ""
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "name": "apiV2TenantsResourcesNotesByClientIdPOST",
149
+ "protocol": "REST",
150
+ "method": "POST",
151
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/notes?{query}",
152
+ "requestSchema": "schema.json",
153
+ "responseSchema": "schema.json",
154
+ "timeout": 0,
155
+ "sendEmpty": false,
156
+ "requestDatatype": "JSON",
157
+ "responseDatatype": "JSON",
158
+ "headers": {},
159
+ "responseObjects": [
160
+ {
161
+ "type": "default",
162
+ "key": "",
163
+ "mockFile": ""
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "name": "apiV2TenantsResourcesNotesNoteIdPOST",
169
+ "protocol": "REST",
170
+ "method": "POST",
171
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/notes/{pathv3}?{query}",
172
+ "requestSchema": "schema.json",
173
+ "responseSchema": "schema.json",
174
+ "timeout": 0,
175
+ "sendEmpty": false,
176
+ "requestDatatype": "JSON",
177
+ "responseDatatype": "JSON",
178
+ "headers": {},
179
+ "responseObjects": [
180
+ {
181
+ "type": "default",
182
+ "key": "",
183
+ "mockFile": ""
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "name": "apiV2TenantsResourcesNotesSearchGET",
189
+ "protocol": "REST",
190
+ "method": "GET",
191
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/notes/search?{query}",
192
+ "requestSchema": "schema.json",
193
+ "responseSchema": "schema.json",
194
+ "timeout": 0,
195
+ "sendEmpty": false,
196
+ "sendGetBody": false,
197
+ "requestDatatype": "JSON",
198
+ "responseDatatype": "JSON",
199
+ "headers": {},
200
+ "responseObjects": [
201
+ {
202
+ "type": "default",
203
+ "key": "",
204
+ "mockFile": ""
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "name": "apiV2TenantsDevicesDeviceWarrantyPOST",
210
+ "protocol": "REST",
211
+ "method": "POST",
212
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/devices/{pathv2}/deviceWarranty?{query}",
213
+ "requestSchema": "schema.json",
214
+ "responseSchema": "schema.json",
215
+ "timeout": 0,
216
+ "sendEmpty": false,
217
+ "requestDatatype": "JSON",
218
+ "responseDatatype": "JSON",
219
+ "headers": {},
220
+ "responseObjects": [
221
+ {
222
+ "type": "default",
223
+ "key": "",
224
+ "mockFile": ""
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "apiV2TenantsDevicesDeviceWarrantyGET",
230
+ "protocol": "REST",
231
+ "method": "GET",
232
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/devices/{pathv2}/deviceWarranty?{query}",
233
+ "requestSchema": "schema.json",
234
+ "responseSchema": "schema.json",
235
+ "timeout": 0,
236
+ "sendEmpty": false,
237
+ "sendGetBody": false,
238
+ "requestDatatype": "JSON",
239
+ "responseDatatype": "JSON",
240
+ "headers": {},
241
+ "responseObjects": [
242
+ {
243
+ "type": "default",
244
+ "key": "",
245
+ "mockFile": ""
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "name": "apiV2TenantsResourcesDecommissionPOST",
251
+ "protocol": "REST",
252
+ "method": "POST",
253
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/decommission?{query}",
254
+ "requestSchema": "schema.json",
255
+ "responseSchema": "schema.json",
256
+ "timeout": 0,
257
+ "sendEmpty": false,
258
+ "requestDatatype": "JSON",
259
+ "responseDatatype": "JSON",
260
+ "headers": {},
261
+ "responseObjects": [
262
+ {
263
+ "type": "default",
264
+ "key": "",
265
+ "mockFile": ""
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "name": "apiV2TenantsResourcesAvailabilityGET",
271
+ "protocol": "REST",
272
+ "method": "GET",
273
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/availability?{query}",
274
+ "requestSchema": "schema.json",
275
+ "responseSchema": "schema.json",
276
+ "timeout": 0,
277
+ "sendEmpty": false,
278
+ "sendGetBody": false,
279
+ "requestDatatype": "JSON",
280
+ "responseDatatype": "JSON",
281
+ "headers": {},
282
+ "responseObjects": [
283
+ {
284
+ "type": "default",
285
+ "key": "",
286
+ "mockFile": ""
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "apiV2TenantsResourcesAvailabilityRuleGET",
292
+ "protocol": "REST",
293
+ "method": "GET",
294
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/availability/rule?{query}",
295
+ "requestSchema": "schema.json",
296
+ "responseSchema": "schema.json",
297
+ "timeout": 0,
298
+ "sendEmpty": false,
299
+ "sendGetBody": false,
300
+ "requestDatatype": "JSON",
301
+ "responseDatatype": "JSON",
302
+ "headers": {},
303
+ "responseObjects": [
304
+ {
305
+ "type": "default",
306
+ "key": "",
307
+ "mockFile": ""
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "apiV2TenantsResourcesAvailabilityRulePOST",
313
+ "protocol": "REST",
314
+ "method": "POST",
315
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/availability/rule?{query}",
316
+ "requestSchema": "schema.json",
317
+ "responseSchema": "schema.json",
318
+ "timeout": 0,
319
+ "sendEmpty": false,
320
+ "requestDatatype": "JSON",
321
+ "responseDatatype": "JSON",
322
+ "headers": {},
323
+ "responseObjects": [
324
+ {
325
+ "type": "default",
326
+ "key": "",
327
+ "mockFile": ""
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "name": "apiV2TenantsResourcesApplicationsGET",
333
+ "protocol": "REST",
334
+ "method": "GET",
335
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/applications?{query}",
336
+ "requestSchema": "schema.json",
337
+ "responseSchema": "schema.json",
338
+ "timeout": 0,
339
+ "sendEmpty": false,
340
+ "sendGetBody": false,
341
+ "requestDatatype": "JSON",
342
+ "responseDatatype": "JSON",
343
+ "headers": {},
344
+ "responseObjects": [
345
+ {
346
+ "type": "default",
347
+ "key": "",
348
+ "mockFile": ""
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "name": "getApiV2TenantsTenantIdResourcesInstalledServicesSearch",
354
+ "protocol": "REST",
355
+ "method": "GET",
356
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/discoveredServices?{query}",
357
+ "requestSchema": "schema.json",
358
+ "responseSchema": "schema.json",
359
+ "timeout": 0,
360
+ "sendEmpty": false,
361
+ "sendGetBody": false,
362
+ "requestDatatype": "JSON",
363
+ "responseDatatype": "JSON",
364
+ "headers": {},
365
+ "responseObjects": [
366
+ {
367
+ "type": "default",
368
+ "key": "",
369
+ "mockFile": ""
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "name": "getConsoles",
375
+ "protocol": "REST",
376
+ "method": "GET",
377
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/auditRecordings/search?{query}",
378
+ "requestSchema": "schema.json",
379
+ "responseSchema": "schema.json",
380
+ "timeout": 0,
381
+ "sendEmpty": false,
382
+ "sendGetBody": false,
383
+ "requestDatatype": "JSON",
384
+ "responseDatatype": "JSON",
385
+ "headers": {},
386
+ "responseObjects": [
387
+ {
388
+ "type": "default",
389
+ "key": "",
390
+ "mockFile": ""
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "name": "getRemoteConsoleDetails",
396
+ "protocol": "REST",
397
+ "method": "GET",
398
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/remoteConsoles?{query}",
399
+ "requestSchema": "schema.json",
400
+ "responseSchema": "schema.json",
401
+ "timeout": 0,
402
+ "sendEmpty": false,
403
+ "sendGetBody": false,
404
+ "requestDatatype": "JSON",
405
+ "responseDatatype": "JSON",
406
+ "headers": {},
407
+ "responseObjects": [
408
+ {
409
+ "type": "default",
410
+ "key": "",
411
+ "mockFile": ""
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "name": "createResourceConsole",
417
+ "protocol": "REST",
418
+ "method": "POST",
419
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/{pathv2}/remoteConsoles?{query}",
420
+ "requestSchema": "schema.json",
421
+ "responseSchema": "schema.json",
422
+ "timeout": 0,
423
+ "sendEmpty": false,
424
+ "requestDatatype": "JSON",
425
+ "responseDatatype": "JSON",
426
+ "headers": {},
427
+ "responseObjects": [
428
+ {
429
+ "type": "default",
430
+ "key": "",
431
+ "mockFile": ""
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "name": "getApiV2TenantsClientIdDevicesResourceIdActions",
437
+ "protocol": "REST",
438
+ "method": "POST",
439
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/devices/{pathv2}/{pathv3}?{query}",
440
+ "requestSchema": "schema.json",
441
+ "responseSchema": "schema.json",
442
+ "timeout": 0,
443
+ "sendEmpty": false,
444
+ "requestDatatype": "JSON",
445
+ "responseDatatype": "JSON",
446
+ "headers": {},
447
+ "responseObjects": [
448
+ {
449
+ "type": "default",
450
+ "key": "",
451
+ "mockFile": ""
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "name": "apiV2TenantsHistoryResourcesByClientIdGET",
457
+ "protocol": "REST",
458
+ "method": "GET",
459
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/history/resources?{query}",
460
+ "requestSchema": "schema.json",
461
+ "responseSchema": "schema.json",
462
+ "timeout": 0,
463
+ "sendEmpty": false,
464
+ "sendGetBody": false,
465
+ "requestDatatype": "JSON",
466
+ "responseDatatype": "JSON",
467
+ "headers": {},
468
+ "responseObjects": [
469
+ {
470
+ "type": "default",
471
+ "key": "",
472
+ "mockFile": ""
473
+ }
474
+ ]
475
+ },
476
+ {
477
+ "name": "getApiV2TenantsHistoryResourcesByClientIdGET",
478
+ "protocol": "REST",
479
+ "method": "GET",
480
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/history/resources/{pathv2}?{query}",
481
+ "requestSchema": "schema.json",
482
+ "responseSchema": "schema.json",
483
+ "timeout": 0,
484
+ "sendEmpty": false,
485
+ "sendGetBody": false,
486
+ "requestDatatype": "JSON",
487
+ "responseDatatype": "JSON",
488
+ "headers": {},
489
+ "responseObjects": [
490
+ {
491
+ "type": "default",
492
+ "key": "",
493
+ "mockFile": ""
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "name": "apiV2TenantsDevicesWsussettingsPOST",
499
+ "protocol": "REST",
500
+ "method": "POST",
501
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/devices/wsussettings/{pathv2}?{query}",
502
+ "requestSchema": "schema.json",
503
+ "responseSchema": "schema.json",
504
+ "timeout": 0,
505
+ "sendEmpty": false,
506
+ "requestDatatype": "JSON",
507
+ "responseDatatype": "JSON",
508
+ "headers": {},
509
+ "responseObjects": [
510
+ {
511
+ "type": "default",
512
+ "key": "",
513
+ "mockFile": ""
514
+ }
515
+ ]
516
+ },
517
+ {
518
+ "name": "apiV2TenantsDeviceGroupsByClientIdPOST",
519
+ "protocol": "REST",
520
+ "method": "POST",
521
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups?{query}",
522
+ "requestSchema": "schema.json",
523
+ "responseSchema": "schema.json",
524
+ "timeout": 0,
525
+ "sendEmpty": false,
526
+ "requestDatatype": "JSON",
527
+ "responseDatatype": "JSON",
528
+ "headers": {},
529
+ "responseObjects": [
530
+ {
531
+ "type": "default",
532
+ "key": "",
533
+ "mockFile": ""
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "name": "apiV2TenantsDeviceGroupsByClientIdDELETE",
539
+ "protocol": "REST",
540
+ "method": "DELETE",
541
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/{pathv2}?{query}",
542
+ "requestSchema": "schema.json",
543
+ "responseSchema": "schema.json",
544
+ "timeout": 0,
545
+ "sendEmpty": false,
546
+ "requestDatatype": "JSON",
547
+ "responseDatatype": "JSON",
548
+ "headers": {},
549
+ "responseObjects": [
550
+ {
551
+ "type": "default",
552
+ "key": "",
553
+ "mockFile": ""
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "name": "apiV2TenantsDeviceGroupsByClientIdGET",
559
+ "protocol": "REST",
560
+ "method": "GET",
561
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/{pathv2}?{query}",
562
+ "requestSchema": "schema.json",
563
+ "responseSchema": "schema.json",
564
+ "timeout": 0,
565
+ "sendEmpty": false,
566
+ "sendGetBody": false,
567
+ "requestDatatype": "JSON",
568
+ "responseDatatype": "JSON",
569
+ "headers": {},
570
+ "responseObjects": [
571
+ {
572
+ "type": "default",
573
+ "key": "",
574
+ "mockFile": ""
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "name": "apiV2TenantsDeviceGroupsMinimalGET",
580
+ "protocol": "REST",
581
+ "method": "GET",
582
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/minimal?{query}",
583
+ "requestSchema": "schema.json",
584
+ "responseSchema": "schema.json",
585
+ "timeout": 0,
586
+ "sendEmpty": false,
587
+ "sendGetBody": false,
588
+ "requestDatatype": "JSON",
589
+ "responseDatatype": "JSON",
590
+ "headers": {},
591
+ "responseObjects": [
592
+ {
593
+ "type": "default",
594
+ "key": "",
595
+ "mockFile": ""
596
+ }
597
+ ]
598
+ },
599
+ {
600
+ "name": "apiV2TenantsDeviceGroupsSearchByClientIdGET",
601
+ "protocol": "REST",
602
+ "method": "GET",
603
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/search?{query}",
604
+ "requestSchema": "schema.json",
605
+ "responseSchema": "schema.json",
606
+ "timeout": 0,
607
+ "sendEmpty": false,
608
+ "sendGetBody": false,
609
+ "requestDatatype": "JSON",
610
+ "responseDatatype": "JSON",
611
+ "headers": {},
612
+ "responseObjects": [
613
+ {
614
+ "type": "default",
615
+ "key": "",
616
+ "mockFile": ""
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "name": "apiV2TenantsDeviceGroupsChildsByClientIdPOST",
622
+ "protocol": "REST",
623
+ "method": "POST",
624
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/{pathv2}/childs?{query}",
625
+ "requestSchema": "schema.json",
626
+ "responseSchema": "schema.json",
627
+ "timeout": 0,
628
+ "sendEmpty": false,
629
+ "requestDatatype": "JSON",
630
+ "responseDatatype": "JSON",
631
+ "headers": {},
632
+ "responseObjects": [
633
+ {
634
+ "type": "default",
635
+ "key": "",
636
+ "mockFile": ""
637
+ }
638
+ ]
639
+ },
640
+ {
641
+ "name": "apiV2TenantsDeviceGroupsChildsByClientIdDELETE",
642
+ "protocol": "REST",
643
+ "method": "DELETE",
644
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/{pathv2}/childs?{query}",
645
+ "requestSchema": "schema.json",
646
+ "responseSchema": "schema.json",
647
+ "timeout": 0,
648
+ "sendEmpty": false,
649
+ "requestDatatype": "JSON",
650
+ "responseDatatype": "JSON",
651
+ "headers": {},
652
+ "responseObjects": [
653
+ {
654
+ "type": "default",
655
+ "key": "",
656
+ "mockFile": ""
657
+ }
658
+ ]
659
+ },
660
+ {
661
+ "name": "apiV2TenantsDeviceGroupsChildsSearchGET",
662
+ "protocol": "REST",
663
+ "method": "GET",
664
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceGroups/{pathv2}/childs/search?{query}",
665
+ "requestSchema": "schema.json",
666
+ "responseSchema": "schema.json",
667
+ "timeout": 0,
668
+ "sendEmpty": false,
669
+ "sendGetBody": false,
670
+ "requestDatatype": "JSON",
671
+ "responseDatatype": "JSON",
672
+ "headers": {},
673
+ "responseObjects": [
674
+ {
675
+ "type": "default",
676
+ "key": "",
677
+ "mockFile": ""
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "name": "postApiV2TenantsTenantIdCaContextCustomAttributes",
683
+ "protocol": "REST",
684
+ "method": "POST",
685
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/{pathv2}/customAttributes?{query}",
686
+ "requestSchema": "schema.json",
687
+ "responseSchema": "schema.json",
688
+ "timeout": 0,
689
+ "sendEmpty": false,
690
+ "requestDatatype": "JSON",
691
+ "responseDatatype": "JSON",
692
+ "headers": {},
693
+ "responseObjects": [
694
+ {
695
+ "type": "default",
696
+ "key": "",
697
+ "mockFile": ""
698
+ }
699
+ ]
700
+ },
701
+ {
702
+ "name": "apiV2TenantsPoliciesManagementSearchGET",
703
+ "protocol": "REST",
704
+ "method": "GET",
705
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management/search?{query}",
706
+ "requestSchema": "schema.json",
707
+ "responseSchema": "schema.json",
708
+ "timeout": 0,
709
+ "sendEmpty": false,
710
+ "sendGetBody": false,
711
+ "requestDatatype": "JSON",
712
+ "responseDatatype": "JSON",
713
+ "headers": {},
714
+ "responseObjects": [
715
+ {
716
+ "type": "default",
717
+ "key": "",
718
+ "mockFile": ""
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "name": "apiV2TenantsPoliciesManagementByClientIdGET",
724
+ "protocol": "REST",
725
+ "method": "GET",
726
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management?{query}",
727
+ "requestSchema": "schema.json",
728
+ "responseSchema": "schema.json",
729
+ "timeout": 0,
730
+ "sendEmpty": false,
731
+ "sendGetBody": false,
732
+ "requestDatatype": "JSON",
733
+ "responseDatatype": "JSON",
734
+ "headers": {},
735
+ "responseObjects": [
736
+ {
737
+ "type": "default",
738
+ "key": "",
739
+ "mockFile": ""
740
+ }
741
+ ]
742
+ },
743
+ {
744
+ "name": "apiV2TenantsPoliciesManagementByClientIdPOST",
745
+ "protocol": "REST",
746
+ "method": "POST",
747
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management?{query}",
748
+ "requestSchema": "schema.json",
749
+ "responseSchema": "schema.json",
750
+ "timeout": 0,
751
+ "sendEmpty": false,
752
+ "requestDatatype": "JSON",
753
+ "responseDatatype": "JSON",
754
+ "headers": {},
755
+ "responseObjects": [
756
+ {
757
+ "type": "default",
758
+ "key": "",
759
+ "mockFile": ""
760
+ }
761
+ ]
762
+ },
763
+ {
764
+ "name": "apiV2TenantsPoliciesManagementByClientIdPUT",
765
+ "protocol": "REST",
766
+ "method": "PUT",
767
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management?{query}",
768
+ "requestSchema": "schema.json",
769
+ "responseSchema": "schema.json",
770
+ "timeout": 0,
771
+ "sendEmpty": false,
772
+ "requestDatatype": "JSON",
773
+ "responseDatatype": "JSON",
774
+ "headers": {},
775
+ "responseObjects": [
776
+ {
777
+ "type": "default",
778
+ "key": "",
779
+ "mockFile": ""
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "name": "apiV2TenantsPoliciesManagementByClientIdDELETE",
785
+ "protocol": "REST",
786
+ "method": "DELETE",
787
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management/{pathv2}?{query}",
788
+ "requestSchema": "schema.json",
789
+ "responseSchema": "schema.json",
790
+ "timeout": 0,
791
+ "sendEmpty": false,
792
+ "requestDatatype": "JSON",
793
+ "responseDatatype": "JSON",
794
+ "headers": {},
795
+ "responseObjects": [
796
+ {
797
+ "type": "default",
798
+ "key": "",
799
+ "mockFile": ""
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "getApiV2TenantsPoliciesManagementByClientIdGET",
805
+ "protocol": "REST",
806
+ "method": "GET",
807
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management/{pathv2}?{query}",
808
+ "requestSchema": "schema.json",
809
+ "responseSchema": "schema.json",
810
+ "timeout": 0,
811
+ "sendEmpty": false,
812
+ "sendGetBody": false,
813
+ "requestDatatype": "JSON",
814
+ "responseDatatype": "JSON",
815
+ "headers": {},
816
+ "responseObjects": [
817
+ {
818
+ "type": "default",
819
+ "key": "",
820
+ "mockFile": ""
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "name": "apiV2TenantsPoliciesManagementActionRunGET",
826
+ "protocol": "REST",
827
+ "method": "GET",
828
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/policies/management/{pathv2}/action/run?{query}",
829
+ "requestSchema": "schema.json",
830
+ "responseSchema": "schema.json",
831
+ "timeout": 0,
832
+ "sendEmpty": false,
833
+ "sendGetBody": false,
834
+ "requestDatatype": "JSON",
835
+ "responseDatatype": "JSON",
836
+ "headers": {},
837
+ "responseObjects": [
838
+ {
839
+ "type": "default",
840
+ "key": "",
841
+ "mockFile": ""
842
+ }
843
+ ]
844
+ },
845
+ {
846
+ "name": "apiV2TenantsServiceGroupsByClientIdPOST",
847
+ "protocol": "REST",
848
+ "method": "POST",
849
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups?{query}",
850
+ "requestSchema": "schema.json",
851
+ "responseSchema": "schema.json",
852
+ "timeout": 0,
853
+ "sendEmpty": false,
854
+ "requestDatatype": "JSON",
855
+ "responseDatatype": "JSON",
856
+ "headers": {},
857
+ "responseObjects": [
858
+ {
859
+ "type": "default",
860
+ "key": "",
861
+ "mockFile": ""
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "name": "apiV2TenantsServiceGroupsByClientIdDELETE",
867
+ "protocol": "REST",
868
+ "method": "DELETE",
869
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/{pathv2}?{query}",
870
+ "requestSchema": "schema.json",
871
+ "responseSchema": "schema.json",
872
+ "timeout": 0,
873
+ "sendEmpty": false,
874
+ "requestDatatype": "JSON",
875
+ "responseDatatype": "JSON",
876
+ "headers": {},
877
+ "responseObjects": [
878
+ {
879
+ "type": "default",
880
+ "key": "",
881
+ "mockFile": ""
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "apiV2TenantsServiceGroupsByClientIdGET",
887
+ "protocol": "REST",
888
+ "method": "GET",
889
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/{pathv2}?{query}",
890
+ "requestSchema": "schema.json",
891
+ "responseSchema": "schema.json",
892
+ "timeout": 0,
893
+ "sendEmpty": false,
894
+ "sendGetBody": false,
895
+ "requestDatatype": "JSON",
896
+ "responseDatatype": "JSON",
897
+ "headers": {},
898
+ "responseObjects": [
899
+ {
900
+ "type": "default",
901
+ "key": "",
902
+ "mockFile": ""
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "name": "apiV2TenantsServiceGroupsLinkByClientIdPOST",
908
+ "protocol": "REST",
909
+ "method": "POST",
910
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/link?{query}",
911
+ "requestSchema": "schema.json",
912
+ "responseSchema": "schema.json",
913
+ "timeout": 0,
914
+ "sendEmpty": false,
915
+ "requestDatatype": "JSON",
916
+ "responseDatatype": "JSON",
917
+ "headers": {},
918
+ "responseObjects": [
919
+ {
920
+ "type": "default",
921
+ "key": "",
922
+ "mockFile": ""
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "name": "apiV2TenantsServiceGroupsChildsPOST",
928
+ "protocol": "REST",
929
+ "method": "POST",
930
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/{pathv2}/childs?{query}",
931
+ "requestSchema": "schema.json",
932
+ "responseSchema": "schema.json",
933
+ "timeout": 0,
934
+ "sendEmpty": false,
935
+ "requestDatatype": "JSON",
936
+ "responseDatatype": "JSON",
937
+ "headers": {},
938
+ "responseObjects": [
939
+ {
940
+ "type": "default",
941
+ "key": "",
942
+ "mockFile": ""
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "name": "apiV2TenantsServiceGroupsChildsDELETE",
948
+ "protocol": "REST",
949
+ "method": "DELETE",
950
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/{pathv2}/childs?{query}",
951
+ "requestSchema": "schema.json",
952
+ "responseSchema": "schema.json",
953
+ "timeout": 0,
954
+ "sendEmpty": false,
955
+ "requestDatatype": "JSON",
956
+ "responseDatatype": "JSON",
957
+ "headers": {},
958
+ "responseObjects": [
959
+ {
960
+ "type": "default",
961
+ "key": "",
962
+ "mockFile": ""
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "name": "apiV2TenantsServiceGroupsUnLinkChildSgIdDELETE",
968
+ "protocol": "REST",
969
+ "method": "DELETE",
970
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/unLink/{pathv2}/{pathv3}?{query}",
971
+ "requestSchema": "schema.json",
972
+ "responseSchema": "schema.json",
973
+ "timeout": 0,
974
+ "sendEmpty": false,
975
+ "requestDatatype": "JSON",
976
+ "responseDatatype": "JSON",
977
+ "headers": {},
978
+ "responseObjects": [
979
+ {
980
+ "type": "default",
981
+ "key": "",
982
+ "mockFile": ""
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "name": "apiV2TenantsServiceGroupsChildsSearchGET",
988
+ "protocol": "REST",
989
+ "method": "GET",
990
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/{pathv2}/childs/search?{query}",
991
+ "requestSchema": "schema.json",
992
+ "responseSchema": "schema.json",
993
+ "timeout": 0,
994
+ "sendEmpty": false,
995
+ "sendGetBody": false,
996
+ "requestDatatype": "JSON",
997
+ "responseDatatype": "JSON",
998
+ "headers": {},
999
+ "responseObjects": [
1000
+ {
1001
+ "type": "default",
1002
+ "key": "",
1003
+ "mockFile": ""
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "name": "apiV2TenantsServiceGroupsSearchGET",
1009
+ "protocol": "REST",
1010
+ "method": "GET",
1011
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/search?{query}",
1012
+ "requestSchema": "schema.json",
1013
+ "responseSchema": "schema.json",
1014
+ "timeout": 0,
1015
+ "sendEmpty": false,
1016
+ "sendGetBody": false,
1017
+ "requestDatatype": "JSON",
1018
+ "responseDatatype": "JSON",
1019
+ "headers": {},
1020
+ "responseObjects": [
1021
+ {
1022
+ "type": "default",
1023
+ "key": "",
1024
+ "mockFile": ""
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "name": "apiV2TenantsServiceGroupsMinimalGET",
1030
+ "protocol": "REST",
1031
+ "method": "GET",
1032
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/serviceGroups/minimal?{query}",
1033
+ "requestSchema": "schema.json",
1034
+ "responseSchema": "schema.json",
1035
+ "timeout": 0,
1036
+ "sendEmpty": false,
1037
+ "sendGetBody": false,
1038
+ "requestDatatype": "JSON",
1039
+ "responseDatatype": "JSON",
1040
+ "headers": {},
1041
+ "responseObjects": [
1042
+ {
1043
+ "type": "default",
1044
+ "key": "",
1045
+ "mockFile": ""
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "name": "apiV2TenantsSitesByClientIdPOST",
1051
+ "protocol": "REST",
1052
+ "method": "POST",
1053
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites?{query}",
1054
+ "requestSchema": "schema.json",
1055
+ "responseSchema": "schema.json",
1056
+ "timeout": 0,
1057
+ "sendEmpty": false,
1058
+ "requestDatatype": "JSON",
1059
+ "responseDatatype": "JSON",
1060
+ "headers": {},
1061
+ "responseObjects": [
1062
+ {
1063
+ "type": "default",
1064
+ "key": "",
1065
+ "mockFile": ""
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "name": "apiV2TenantsSitesByClientIdAndSiteIdDELETE",
1071
+ "protocol": "REST",
1072
+ "method": "DELETE",
1073
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/{pathv2}?{query}",
1074
+ "requestSchema": "schema.json",
1075
+ "responseSchema": "schema.json",
1076
+ "timeout": 0,
1077
+ "sendEmpty": false,
1078
+ "requestDatatype": "JSON",
1079
+ "responseDatatype": "JSON",
1080
+ "headers": {},
1081
+ "responseObjects": [
1082
+ {
1083
+ "type": "default",
1084
+ "key": "",
1085
+ "mockFile": ""
1086
+ }
1087
+ ]
1088
+ },
1089
+ {
1090
+ "name": "apiV2TenantsSitesByClientIdAndSiteIdGET",
1091
+ "protocol": "REST",
1092
+ "method": "GET",
1093
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/{pathv2}?{query}",
1094
+ "requestSchema": "schema.json",
1095
+ "responseSchema": "schema.json",
1096
+ "timeout": 0,
1097
+ "sendEmpty": false,
1098
+ "sendGetBody": false,
1099
+ "requestDatatype": "JSON",
1100
+ "responseDatatype": "JSON",
1101
+ "headers": {},
1102
+ "responseObjects": [
1103
+ {
1104
+ "type": "default",
1105
+ "key": "",
1106
+ "mockFile": ""
1107
+ }
1108
+ ]
1109
+ },
1110
+ {
1111
+ "name": "apiV2TenantsSitesByClientIdAndSiteIdPOST",
1112
+ "protocol": "REST",
1113
+ "method": "POST",
1114
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/{pathv2}?{query}",
1115
+ "requestSchema": "schema.json",
1116
+ "responseSchema": "schema.json",
1117
+ "timeout": 0,
1118
+ "sendEmpty": false,
1119
+ "requestDatatype": "JSON",
1120
+ "responseDatatype": "JSON",
1121
+ "headers": {},
1122
+ "responseObjects": [
1123
+ {
1124
+ "type": "default",
1125
+ "key": "",
1126
+ "mockFile": ""
1127
+ }
1128
+ ]
1129
+ },
1130
+ {
1131
+ "name": "apiV2TenantsSitesChildsByClientIdPOST",
1132
+ "protocol": "REST",
1133
+ "method": "POST",
1134
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/{pathv2}/childs?{query}",
1135
+ "requestSchema": "schema.json",
1136
+ "responseSchema": "schema.json",
1137
+ "timeout": 0,
1138
+ "sendEmpty": false,
1139
+ "requestDatatype": "JSON",
1140
+ "responseDatatype": "JSON",
1141
+ "headers": {},
1142
+ "responseObjects": [
1143
+ {
1144
+ "type": "default",
1145
+ "key": "",
1146
+ "mockFile": ""
1147
+ }
1148
+ ]
1149
+ },
1150
+ {
1151
+ "name": "apiV2TenantsSitesChildsByClientIdDELETE",
1152
+ "protocol": "REST",
1153
+ "method": "DELETE",
1154
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/{pathv2}/childs?{query}",
1155
+ "requestSchema": "schema.json",
1156
+ "responseSchema": "schema.json",
1157
+ "timeout": 0,
1158
+ "sendEmpty": false,
1159
+ "requestDatatype": "JSON",
1160
+ "responseDatatype": "JSON",
1161
+ "headers": {},
1162
+ "responseObjects": [
1163
+ {
1164
+ "type": "default",
1165
+ "key": "",
1166
+ "mockFile": ""
1167
+ }
1168
+ ]
1169
+ },
1170
+ {
1171
+ "name": "apiV2TenantsSitesSearchByTenantIdGET",
1172
+ "protocol": "REST",
1173
+ "method": "GET",
1174
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/search?{query}",
1175
+ "requestSchema": "schema.json",
1176
+ "responseSchema": "schema.json",
1177
+ "timeout": 0,
1178
+ "sendEmpty": false,
1179
+ "sendGetBody": false,
1180
+ "requestDatatype": "JSON",
1181
+ "responseDatatype": "JSON",
1182
+ "headers": {},
1183
+ "responseObjects": [
1184
+ {
1185
+ "type": "default",
1186
+ "key": "",
1187
+ "mockFile": ""
1188
+ }
1189
+ ]
1190
+ },
1191
+ {
1192
+ "name": "apiV2TenantsSitesMinimalByClientIdGET",
1193
+ "protocol": "REST",
1194
+ "method": "GET",
1195
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/sites/minimal?{query}",
1196
+ "requestSchema": "schema.json",
1197
+ "responseSchema": "schema.json",
1198
+ "timeout": 0,
1199
+ "sendEmpty": false,
1200
+ "sendGetBody": false,
1201
+ "requestDatatype": "JSON",
1202
+ "responseDatatype": "JSON",
1203
+ "headers": {},
1204
+ "responseObjects": [
1205
+ {
1206
+ "type": "default",
1207
+ "key": "",
1208
+ "mockFile": ""
1209
+ }
1210
+ ]
1211
+ },
1212
+ {
1213
+ "name": "apiV2TenantsDeviceWarrantiesByClientIdGET",
1214
+ "protocol": "REST",
1215
+ "method": "GET",
1216
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/deviceWarranties?{query}",
1217
+ "requestSchema": "schema.json",
1218
+ "responseSchema": "schema.json",
1219
+ "timeout": 0,
1220
+ "sendEmpty": false,
1221
+ "sendGetBody": false,
1222
+ "requestDatatype": "JSON",
1223
+ "responseDatatype": "JSON",
1224
+ "headers": {},
1225
+ "responseObjects": [
1226
+ {
1227
+ "type": "default",
1228
+ "key": "",
1229
+ "mockFile": ""
1230
+ }
1231
+ ]
1232
+ },
1233
+ {
1234
+ "name": "apiV2TenantsServicesAvailabilityGET",
1235
+ "protocol": "REST",
1236
+ "method": "GET",
1237
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/services/{pathv2}/availability?{query}",
1238
+ "requestSchema": "schema.json",
1239
+ "responseSchema": "schema.json",
1240
+ "timeout": 0,
1241
+ "sendEmpty": false,
1242
+ "sendGetBody": false,
1243
+ "requestDatatype": "JSON",
1244
+ "responseDatatype": "JSON",
1245
+ "headers": {},
1246
+ "responseObjects": [
1247
+ {
1248
+ "type": "default",
1249
+ "key": "",
1250
+ "mockFile": ""
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "name": "apiV2TenantsDecommissionByPartnerIdPOST",
1256
+ "protocol": "REST",
1257
+ "method": "POST",
1258
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/decommission/{pathv2}?{query}",
1259
+ "requestSchema": "schema.json",
1260
+ "responseSchema": "schema.json",
1261
+ "timeout": 0,
1262
+ "sendEmpty": false,
1263
+ "requestDatatype": "JSON",
1264
+ "responseDatatype": "JSON",
1265
+ "headers": {},
1266
+ "responseObjects": [
1267
+ {
1268
+ "type": "default",
1269
+ "key": "",
1270
+ "mockFile": ""
1271
+ }
1272
+ ]
1273
+ },
1274
+ {
1275
+ "name": "apiV2TenantsResourceTypeMinimalGET",
1276
+ "protocol": "REST",
1277
+ "method": "GET",
1278
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resourceType/minimal?{query}",
1279
+ "requestSchema": "schema.json",
1280
+ "responseSchema": "schema.json",
1281
+ "timeout": 0,
1282
+ "sendEmpty": false,
1283
+ "sendGetBody": false,
1284
+ "requestDatatype": "JSON",
1285
+ "responseDatatype": "JSON",
1286
+ "headers": {},
1287
+ "responseObjects": [
1288
+ {
1289
+ "type": "default",
1290
+ "key": "",
1291
+ "mockFile": ""
1292
+ }
1293
+ ]
1294
+ },
1295
+ {
1296
+ "name": "apiV2TenantsResourcesResourcetypeIdentityDELETE",
1297
+ "protocol": "REST",
1298
+ "method": "DELETE",
1299
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/resources/Resourcetype/{pathv2}/{pathv3}?{query}",
1300
+ "requestSchema": "schema.json",
1301
+ "responseSchema": "schema.json",
1302
+ "timeout": 0,
1303
+ "sendEmpty": false,
1304
+ "requestDatatype": "JSON",
1305
+ "responseDatatype": "JSON",
1306
+ "headers": {},
1307
+ "responseObjects": [
1308
+ {
1309
+ "type": "default",
1310
+ "key": "",
1311
+ "mockFile": ""
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "name": "apiV2CfgSyntheticsCheckpointsGET",
1317
+ "protocol": "REST",
1318
+ "method": "GET",
1319
+ "entitypath": "{base_path}/{version}/api/v2/cfg/synthetics/checkpoints?{query}",
1320
+ "requestSchema": "schema.json",
1321
+ "responseSchema": "schema.json",
1322
+ "timeout": 0,
1323
+ "sendEmpty": false,
1324
+ "sendGetBody": false,
1325
+ "requestDatatype": "JSON",
1326
+ "responseDatatype": "JSON",
1327
+ "headers": {},
1328
+ "responseObjects": [
1329
+ {
1330
+ "type": "default",
1331
+ "key": "",
1332
+ "mockFile": ""
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "name": "apiV2TenantsSyntheticsCheckpointsGET",
1338
+ "protocol": "REST",
1339
+ "method": "GET",
1340
+ "entitypath": "{base_path}/{version}/api/v2/tenants/{pathv1}/synthetics/checkpoints?{query}",
1341
+ "requestSchema": "schema.json",
1342
+ "responseSchema": "schema.json",
1343
+ "timeout": 0,
1344
+ "sendEmpty": false,
1345
+ "sendGetBody": false,
1346
+ "requestDatatype": "JSON",
1347
+ "responseDatatype": "JSON",
1348
+ "headers": {},
1349
+ "responseObjects": [
1350
+ {
1351
+ "type": "default",
1352
+ "key": "",
1353
+ "mockFile": ""
1354
+ }
1355
+ ]
1356
+ }
1357
+ ]
1358
+ }