@itentialopensource/adapter-infoblox 1.9.3 → 1.11.0

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 (63) hide show
  1. package/AUTH.md +39 -0
  2. package/BROKER.md +199 -0
  3. package/CALLS.md +169 -0
  4. package/CHANGELOG.md +71 -52
  5. package/CODE_OF_CONDUCT.md +12 -17
  6. package/CONTRIBUTING.md +88 -74
  7. package/ENHANCE.md +69 -0
  8. package/PROPERTIES.md +641 -0
  9. package/README.md +225 -502
  10. package/SUMMARY.md +9 -0
  11. package/SYSTEMINFO.md +11 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +20046 -542
  14. package/adapterBase.js +1022 -246
  15. package/entities/.generic/action.json +110 -5
  16. package/entities/.generic/schema.json +6 -1
  17. package/entities/DNS/action.json +4177 -0
  18. package/entities/DNS/mockdatafiles/createGridDnsByReference-default.json +10 -0
  19. package/entities/DNS/mockdatafiles/createMemberDnsByReference-default.json +7 -0
  20. package/entities/DNS/mockdatafiles/createViewByReference-default.json +10 -0
  21. package/entities/DNS/mockdatafiles/createZoneDelegatedByReference-default.json +8 -0
  22. package/entities/DNS/mockdatafiles/createZoneForwardByReference-default.json +8 -0
  23. package/entities/DNS/mockdatafiles/createZoneRpByReference-default.json +37 -0
  24. package/entities/DNS/mockdatafiles/createZoneStubByReference-default.json +8 -0
  25. package/entities/DNS/schema.json +222 -0
  26. package/entities/DNSProperties/action.json +1 -1
  27. package/entities/DNSProperties/mockdatafiles/getGridDnsData.json +3 -0
  28. package/entities/ExtensibleAttributes/action.json +63 -0
  29. package/entities/ExtensibleAttributes/schema.json +4 -1
  30. package/entities/NetworkViewsAndDNSViews/action.json +63 -0
  31. package/entities/NetworkViewsAndDNSViews/schema.json +4 -1
  32. package/entities/Networks/action.json +42 -0
  33. package/entities/Networks/requestSchema.json +3 -1
  34. package/entities/Networks/responseSchema.json +3 -1
  35. package/entities/Services/action.json +21 -0
  36. package/entities/Services/schema.json +1 -0
  37. package/error.json +12 -0
  38. package/package.json +20 -13
  39. package/pronghorn.json +17142 -832
  40. package/propertiesDecorators.json +14 -0
  41. package/propertiesSchema.json +436 -0
  42. package/refs?service=git-upload-pack +0 -0
  43. package/report/adapterInfo.json +10 -0
  44. package/report/updateReport1646675873230.json +95 -0
  45. package/report/updateReport1653911824054.json +120 -0
  46. package/sampleProperties.json +94 -2
  47. package/test/integration/adapterTestBasicGet.js +2 -2
  48. package/test/integration/adapterTestIntegration.js +6866 -191
  49. package/test/unit/adapterBaseTestUnit.js +35 -27
  50. package/test/unit/adapterTestUnit.js +7202 -252
  51. package/utils/adapterInfo.js +206 -0
  52. package/utils/addAuth.js +94 -0
  53. package/utils/basicGet.js +1 -14
  54. package/utils/entitiesToDB.js +179 -0
  55. package/utils/modify.js +1 -1
  56. package/utils/packModificationScript.js +1 -1
  57. package/utils/patches2bundledDeps.js +90 -0
  58. package/utils/pre-commit.sh +3 -0
  59. package/utils/removeHooks.js +20 -0
  60. package/utils/tbScript.js +43 -22
  61. package/utils/tbUtils.js +126 -29
  62. package/utils/testRunner.js +16 -16
  63. package/utils/troubleshootingAdapter.js +2 -26
@@ -0,0 +1,4177 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getAllRecordsByReference",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/allrecords/{pathv1}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getBulkhosts",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/bulkhost?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "createBulkhosts",
47
+ "protocol": "REST",
48
+ "method": "POST",
49
+ "entitypath": "{base_path}/{version}/bulkhost?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "getBulkhostByReference",
67
+ "protocol": "REST",
68
+ "method": "GET",
69
+ "entitypath": "{base_path}/{version}/bulkhost/{pathv1}?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "sendGetBody": false,
75
+ "requestDatatype": "JSON",
76
+ "responseDatatype": "JSON",
77
+ "headers": {},
78
+ "responseObjects": [
79
+ {
80
+ "type": "default",
81
+ "key": "",
82
+ "mockFile": ""
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "name": "updateBulkhostByReference",
88
+ "protocol": "REST",
89
+ "method": "PUT",
90
+ "entitypath": "{base_path}/{version}/bulkhost/{pathv1}?{query}",
91
+ "requestSchema": "schema.json",
92
+ "responseSchema": "schema.json",
93
+ "timeout": 0,
94
+ "sendEmpty": false,
95
+ "requestDatatype": "JSON",
96
+ "responseDatatype": "JSON",
97
+ "headers": {},
98
+ "responseObjects": [
99
+ {
100
+ "type": "default",
101
+ "key": "",
102
+ "mockFile": ""
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "name": "deleteBulkhostByReference",
108
+ "protocol": "REST",
109
+ "method": "DELETE",
110
+ "entitypath": "{base_path}/{version}/bulkhost/{pathv1}?{query}",
111
+ "requestSchema": "schema.json",
112
+ "responseSchema": "schema.json",
113
+ "timeout": 0,
114
+ "sendEmpty": 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": "getBulkhostTemplate",
128
+ "protocol": "REST",
129
+ "method": "GET",
130
+ "entitypath": "{base_path}/{version}/bulkhostnametemplate?{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": "createBulkhostTemplate",
149
+ "protocol": "REST",
150
+ "method": "POST",
151
+ "entitypath": "{base_path}/{version}/bulkhostnametemplate?{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": "getBulkhostTemplateByReference",
169
+ "protocol": "REST",
170
+ "method": "GET",
171
+ "entitypath": "{base_path}/{version}/bulkhostnametemplate/{pathv1}?{query}",
172
+ "requestSchema": "schema.json",
173
+ "responseSchema": "schema.json",
174
+ "timeout": 0,
175
+ "sendEmpty": false,
176
+ "sendGetBody": false,
177
+ "requestDatatype": "JSON",
178
+ "responseDatatype": "JSON",
179
+ "headers": {},
180
+ "responseObjects": [
181
+ {
182
+ "type": "default",
183
+ "key": "",
184
+ "mockFile": ""
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "updateBulkhostTemplateByReference",
190
+ "protocol": "REST",
191
+ "method": "PUT",
192
+ "entitypath": "{base_path}/{version}/bulkhostnametemplate/{pathv1}?{query}",
193
+ "requestSchema": "schema.json",
194
+ "responseSchema": "schema.json",
195
+ "timeout": 0,
196
+ "sendEmpty": 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": "deleteBulkhostTemplateByReference",
210
+ "protocol": "REST",
211
+ "method": "DELETE",
212
+ "entitypath": "{base_path}/{version}/bulkhostnametemplate/{pathv1}?{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": "getDdnsPrincipalCluster",
230
+ "protocol": "REST",
231
+ "method": "GET",
232
+ "entitypath": "{base_path}/{version}/ddns:principalcluster?{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": "createDdnsPrincipalCluster",
251
+ "protocol": "REST",
252
+ "method": "POST",
253
+ "entitypath": "{base_path}/{version}/ddns:principalcluster?{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": "getDdnsPrincipalClusterByReference",
271
+ "protocol": "REST",
272
+ "method": "GET",
273
+ "entitypath": "{base_path}/{version}/ddns:principalcluster/{pathv1}?{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": "updateDdnsPrincipalClusterByReference",
292
+ "protocol": "REST",
293
+ "method": "PUT",
294
+ "entitypath": "{base_path}/{version}/ddns:principalcluster/{pathv1}?{query}",
295
+ "requestSchema": "schema.json",
296
+ "responseSchema": "schema.json",
297
+ "timeout": 0,
298
+ "sendEmpty": false,
299
+ "requestDatatype": "JSON",
300
+ "responseDatatype": "JSON",
301
+ "headers": {},
302
+ "responseObjects": [
303
+ {
304
+ "type": "default",
305
+ "key": "",
306
+ "mockFile": ""
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "name": "deleteDdnsPrincipalClusterByReference",
312
+ "protocol": "REST",
313
+ "method": "DELETE",
314
+ "entitypath": "{base_path}/{version}/ddns:principalcluster/{pathv1}?{query}",
315
+ "requestSchema": "schema.json",
316
+ "responseSchema": "schema.json",
317
+ "timeout": 0,
318
+ "sendEmpty": false,
319
+ "requestDatatype": "JSON",
320
+ "responseDatatype": "JSON",
321
+ "headers": {},
322
+ "responseObjects": [
323
+ {
324
+ "type": "default",
325
+ "key": "",
326
+ "mockFile": ""
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "name": "getDdnsPrincipalClusterGroup",
332
+ "protocol": "REST",
333
+ "method": "GET",
334
+ "entitypath": "{base_path}/{version}/ddns:principalcluster:group?{query}",
335
+ "requestSchema": "schema.json",
336
+ "responseSchema": "schema.json",
337
+ "timeout": 0,
338
+ "sendEmpty": false,
339
+ "sendGetBody": false,
340
+ "requestDatatype": "JSON",
341
+ "responseDatatype": "JSON",
342
+ "headers": {},
343
+ "responseObjects": [
344
+ {
345
+ "type": "default",
346
+ "key": "",
347
+ "mockFile": ""
348
+ }
349
+ ]
350
+ },
351
+ {
352
+ "name": "createDdnsPrincipalClusterGroup",
353
+ "protocol": "REST",
354
+ "method": "POST",
355
+ "entitypath": "{base_path}/{version}/ddns:principalcluster:group?{query}",
356
+ "requestSchema": "schema.json",
357
+ "responseSchema": "schema.json",
358
+ "timeout": 0,
359
+ "sendEmpty": false,
360
+ "requestDatatype": "JSON",
361
+ "responseDatatype": "JSON",
362
+ "headers": {},
363
+ "responseObjects": [
364
+ {
365
+ "type": "default",
366
+ "key": "",
367
+ "mockFile": ""
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "getDdnsPrincipalClusterGroupByReference",
373
+ "protocol": "REST",
374
+ "method": "GET",
375
+ "entitypath": "{base_path}/{version}/ddns:principalcluster:group/{pathv1}?{query}",
376
+ "requestSchema": "schema.json",
377
+ "responseSchema": "schema.json",
378
+ "timeout": 0,
379
+ "sendEmpty": false,
380
+ "sendGetBody": false,
381
+ "requestDatatype": "JSON",
382
+ "responseDatatype": "JSON",
383
+ "headers": {},
384
+ "responseObjects": [
385
+ {
386
+ "type": "default",
387
+ "key": "",
388
+ "mockFile": ""
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "name": "updateDdnsPrincipalClusterGroupByReference",
394
+ "protocol": "REST",
395
+ "method": "PUT",
396
+ "entitypath": "{base_path}/{version}/ddns:principalcluster:group/{pathv1}?{query}",
397
+ "requestSchema": "schema.json",
398
+ "responseSchema": "schema.json",
399
+ "timeout": 0,
400
+ "sendEmpty": false,
401
+ "requestDatatype": "JSON",
402
+ "responseDatatype": "JSON",
403
+ "headers": {},
404
+ "responseObjects": [
405
+ {
406
+ "type": "default",
407
+ "key": "",
408
+ "mockFile": ""
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "name": "deleteDdnsPrincipalClusterGroupByReference",
414
+ "protocol": "REST",
415
+ "method": "DELETE",
416
+ "entitypath": "{base_path}/{version}/ddns:principalcluster:group/{pathv1}?{query}",
417
+ "requestSchema": "schema.json",
418
+ "responseSchema": "schema.json",
419
+ "timeout": 0,
420
+ "sendEmpty": false,
421
+ "requestDatatype": "JSON",
422
+ "responseDatatype": "JSON",
423
+ "headers": {},
424
+ "responseObjects": [
425
+ {
426
+ "type": "default",
427
+ "key": "",
428
+ "mockFile": ""
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "name": "getDns64Group",
434
+ "protocol": "REST",
435
+ "method": "GET",
436
+ "entitypath": "{base_path}/{version}/dns64group?{query}",
437
+ "requestSchema": "schema.json",
438
+ "responseSchema": "schema.json",
439
+ "timeout": 0,
440
+ "sendEmpty": false,
441
+ "sendGetBody": false,
442
+ "requestDatatype": "JSON",
443
+ "responseDatatype": "JSON",
444
+ "headers": {},
445
+ "responseObjects": [
446
+ {
447
+ "type": "default",
448
+ "key": "",
449
+ "mockFile": ""
450
+ }
451
+ ]
452
+ },
453
+ {
454
+ "name": "createDns64Group",
455
+ "protocol": "REST",
456
+ "method": "POST",
457
+ "entitypath": "{base_path}/{version}/dns64group?{query}",
458
+ "requestSchema": "schema.json",
459
+ "responseSchema": "schema.json",
460
+ "timeout": 0,
461
+ "sendEmpty": false,
462
+ "requestDatatype": "JSON",
463
+ "responseDatatype": "JSON",
464
+ "headers": {},
465
+ "responseObjects": [
466
+ {
467
+ "type": "default",
468
+ "key": "",
469
+ "mockFile": ""
470
+ }
471
+ ]
472
+ },
473
+ {
474
+ "name": "getDns64GroupByReference",
475
+ "protocol": "REST",
476
+ "method": "GET",
477
+ "entitypath": "{base_path}/{version}/dns64group/{pathv1}?{query}",
478
+ "requestSchema": "schema.json",
479
+ "responseSchema": "schema.json",
480
+ "timeout": 0,
481
+ "sendEmpty": false,
482
+ "sendGetBody": false,
483
+ "requestDatatype": "JSON",
484
+ "responseDatatype": "JSON",
485
+ "headers": {},
486
+ "responseObjects": [
487
+ {
488
+ "type": "default",
489
+ "key": "",
490
+ "mockFile": ""
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "name": "updateDns64GroupByReference",
496
+ "protocol": "REST",
497
+ "method": "PUT",
498
+ "entitypath": "{base_path}/{version}/dns64group/{pathv1}?{query}",
499
+ "requestSchema": "schema.json",
500
+ "responseSchema": "schema.json",
501
+ "timeout": 0,
502
+ "sendEmpty": false,
503
+ "requestDatatype": "JSON",
504
+ "responseDatatype": "JSON",
505
+ "headers": {},
506
+ "responseObjects": [
507
+ {
508
+ "type": "default",
509
+ "key": "",
510
+ "mockFile": ""
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "name": "deleteDns64GroupByReference",
516
+ "protocol": "REST",
517
+ "method": "DELETE",
518
+ "entitypath": "{base_path}/{version}/dns64group/{pathv1}?{query}",
519
+ "requestSchema": "schema.json",
520
+ "responseSchema": "schema.json",
521
+ "timeout": 0,
522
+ "sendEmpty": false,
523
+ "requestDatatype": "JSON",
524
+ "responseDatatype": "JSON",
525
+ "headers": {},
526
+ "responseObjects": [
527
+ {
528
+ "type": "default",
529
+ "key": "",
530
+ "mockFile": ""
531
+ }
532
+ ]
533
+ },
534
+ {
535
+ "name": "getGridDnsByReference",
536
+ "protocol": "REST",
537
+ "method": "GET",
538
+ "entitypath": "{base_path}/{version}/grid:dns/{pathv1}?{query}",
539
+ "requestSchema": "schema.json",
540
+ "responseSchema": "schema.json",
541
+ "timeout": 0,
542
+ "sendEmpty": false,
543
+ "sendGetBody": false,
544
+ "requestDatatype": "JSON",
545
+ "responseDatatype": "JSON",
546
+ "headers": {},
547
+ "responseObjects": [
548
+ {
549
+ "type": "default",
550
+ "key": "",
551
+ "mockFile": ""
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "name": "createGridDnsByReference",
557
+ "protocol": "REST",
558
+ "method": "POST",
559
+ "entitypath": "{base_path}/{version}/grid:dns/{pathv1}?{query}",
560
+ "requestSchema": "schema.json",
561
+ "responseSchema": "schema.json",
562
+ "timeout": 0,
563
+ "sendEmpty": false,
564
+ "requestDatatype": "JSON",
565
+ "responseDatatype": "JSON",
566
+ "headers": {},
567
+ "responseObjects": [
568
+ {
569
+ "type": "default",
570
+ "key": "",
571
+ "mockFile": "mockdatafiles/createGridDnsByReference-default.json"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "name": "updateGridDnsByReference",
577
+ "protocol": "REST",
578
+ "method": "PUT",
579
+ "entitypath": "{base_path}/{version}/grid:dns/{pathv1}?{query}",
580
+ "requestSchema": "schema.json",
581
+ "responseSchema": "schema.json",
582
+ "timeout": 0,
583
+ "sendEmpty": false,
584
+ "requestDatatype": "JSON",
585
+ "responseDatatype": "JSON",
586
+ "headers": {},
587
+ "responseObjects": [
588
+ {
589
+ "type": "default",
590
+ "key": "",
591
+ "mockFile": ""
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "name": "getHostnameRewritePolicy",
597
+ "protocol": "REST",
598
+ "method": "GET",
599
+ "entitypath": "{base_path}/{version}/hostnamerewritepolicy?{query}",
600
+ "requestSchema": "schema.json",
601
+ "responseSchema": "schema.json",
602
+ "timeout": 0,
603
+ "sendEmpty": false,
604
+ "sendGetBody": false,
605
+ "requestDatatype": "JSON",
606
+ "responseDatatype": "JSON",
607
+ "headers": {},
608
+ "responseObjects": [
609
+ {
610
+ "type": "default",
611
+ "key": "",
612
+ "mockFile": ""
613
+ }
614
+ ]
615
+ },
616
+ {
617
+ "name": "getHostnameRewritePolicyByReference",
618
+ "protocol": "REST",
619
+ "method": "GET",
620
+ "entitypath": "{base_path}/{version}/hostnamerewritepolicy/{pathv1}?{query}",
621
+ "requestSchema": "schema.json",
622
+ "responseSchema": "schema.json",
623
+ "timeout": 0,
624
+ "sendEmpty": false,
625
+ "sendGetBody": false,
626
+ "requestDatatype": "JSON",
627
+ "responseDatatype": "JSON",
628
+ "headers": {},
629
+ "responseObjects": [
630
+ {
631
+ "type": "default",
632
+ "key": "",
633
+ "mockFile": ""
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "name": "getMemberDnsByReference",
639
+ "protocol": "REST",
640
+ "method": "GET",
641
+ "entitypath": "{base_path}/{version}/member:dns/{pathv1}?{query}",
642
+ "requestSchema": "schema.json",
643
+ "responseSchema": "schema.json",
644
+ "timeout": 0,
645
+ "sendEmpty": false,
646
+ "sendGetBody": false,
647
+ "requestDatatype": "JSON",
648
+ "responseDatatype": "JSON",
649
+ "headers": {},
650
+ "responseObjects": [
651
+ {
652
+ "type": "default",
653
+ "key": "",
654
+ "mockFile": ""
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "name": "createMemberDnsByReference",
660
+ "protocol": "REST",
661
+ "method": "POST",
662
+ "entitypath": "{base_path}/{version}/member:dns/{pathv1}?{query}",
663
+ "requestSchema": "schema.json",
664
+ "responseSchema": "schema.json",
665
+ "timeout": 0,
666
+ "sendEmpty": false,
667
+ "requestDatatype": "JSON",
668
+ "responseDatatype": "JSON",
669
+ "headers": {},
670
+ "responseObjects": [
671
+ {
672
+ "type": "default",
673
+ "key": "",
674
+ "mockFile": "mockdatafiles/createMemberDnsByReference-default.json"
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "name": "updateMemberDnsByReference",
680
+ "protocol": "REST",
681
+ "method": "PUT",
682
+ "entitypath": "{base_path}/{version}/member:dns/{pathv1}?{query}",
683
+ "requestSchema": "schema.json",
684
+ "responseSchema": "schema.json",
685
+ "timeout": 0,
686
+ "sendEmpty": false,
687
+ "requestDatatype": "JSON",
688
+ "responseDatatype": "JSON",
689
+ "headers": {},
690
+ "responseObjects": [
691
+ {
692
+ "type": "default",
693
+ "key": "",
694
+ "mockFile": ""
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "name": "getNsGroupByReference",
700
+ "protocol": "REST",
701
+ "method": "GET",
702
+ "entitypath": "{base_path}/{version}/nsgroup/{pathv1}?{query}",
703
+ "requestSchema": "schema.json",
704
+ "responseSchema": "schema.json",
705
+ "timeout": 0,
706
+ "sendEmpty": false,
707
+ "sendGetBody": false,
708
+ "requestDatatype": "JSON",
709
+ "responseDatatype": "JSON",
710
+ "headers": {},
711
+ "responseObjects": [
712
+ {
713
+ "type": "default",
714
+ "key": "",
715
+ "mockFile": ""
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "name": "updateNsGroupByReference",
721
+ "protocol": "REST",
722
+ "method": "PUT",
723
+ "entitypath": "{base_path}/{version}/nsgroup/{pathv1}?{query}",
724
+ "requestSchema": "schema.json",
725
+ "responseSchema": "schema.json",
726
+ "timeout": 0,
727
+ "sendEmpty": false,
728
+ "requestDatatype": "JSON",
729
+ "responseDatatype": "JSON",
730
+ "headers": {},
731
+ "responseObjects": [
732
+ {
733
+ "type": "default",
734
+ "key": "",
735
+ "mockFile": ""
736
+ }
737
+ ]
738
+ },
739
+ {
740
+ "name": "deleteNsGroupByReference",
741
+ "protocol": "REST",
742
+ "method": "DELETE",
743
+ "entitypath": "{base_path}/{version}/nsgroup/{pathv1}?{query}",
744
+ "requestSchema": "schema.json",
745
+ "responseSchema": "schema.json",
746
+ "timeout": 0,
747
+ "sendEmpty": false,
748
+ "requestDatatype": "JSON",
749
+ "responseDatatype": "JSON",
750
+ "headers": {},
751
+ "responseObjects": [
752
+ {
753
+ "type": "default",
754
+ "key": "",
755
+ "mockFile": ""
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "name": "getNsGroupDelegation",
761
+ "protocol": "REST",
762
+ "method": "GET",
763
+ "entitypath": "{base_path}/{version}/nsgroup:delegation?{query}",
764
+ "requestSchema": "schema.json",
765
+ "responseSchema": "schema.json",
766
+ "timeout": 0,
767
+ "sendEmpty": false,
768
+ "sendGetBody": false,
769
+ "requestDatatype": "JSON",
770
+ "responseDatatype": "JSON",
771
+ "headers": {},
772
+ "responseObjects": [
773
+ {
774
+ "type": "default",
775
+ "key": "",
776
+ "mockFile": ""
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "createNsGroupDelegation",
782
+ "protocol": "REST",
783
+ "method": "POST",
784
+ "entitypath": "{base_path}/{version}/nsgroup:delegation?{query}",
785
+ "requestSchema": "schema.json",
786
+ "responseSchema": "schema.json",
787
+ "timeout": 0,
788
+ "sendEmpty": false,
789
+ "requestDatatype": "JSON",
790
+ "responseDatatype": "JSON",
791
+ "headers": {},
792
+ "responseObjects": [
793
+ {
794
+ "type": "default",
795
+ "key": "",
796
+ "mockFile": ""
797
+ }
798
+ ]
799
+ },
800
+ {
801
+ "name": "getNsGroupDelegationByReference",
802
+ "protocol": "REST",
803
+ "method": "GET",
804
+ "entitypath": "{base_path}/{version}/nsgroup:delegation/{pathv1}?{query}",
805
+ "requestSchema": "schema.json",
806
+ "responseSchema": "schema.json",
807
+ "timeout": 0,
808
+ "sendEmpty": false,
809
+ "sendGetBody": false,
810
+ "requestDatatype": "JSON",
811
+ "responseDatatype": "JSON",
812
+ "headers": {},
813
+ "responseObjects": [
814
+ {
815
+ "type": "default",
816
+ "key": "",
817
+ "mockFile": ""
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "name": "updateNsGroupDelegationByReference",
823
+ "protocol": "REST",
824
+ "method": "PUT",
825
+ "entitypath": "{base_path}/{version}/nsgroup:delegation/{pathv1}?{query}",
826
+ "requestSchema": "schema.json",
827
+ "responseSchema": "schema.json",
828
+ "timeout": 0,
829
+ "sendEmpty": false,
830
+ "requestDatatype": "JSON",
831
+ "responseDatatype": "JSON",
832
+ "headers": {},
833
+ "responseObjects": [
834
+ {
835
+ "type": "default",
836
+ "key": "",
837
+ "mockFile": ""
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "name": "deleteNsGroupDelegationByReference",
843
+ "protocol": "REST",
844
+ "method": "DELETE",
845
+ "entitypath": "{base_path}/{version}/nsgroup:delegation/{pathv1}?{query}",
846
+ "requestSchema": "schema.json",
847
+ "responseSchema": "schema.json",
848
+ "timeout": 0,
849
+ "sendEmpty": false,
850
+ "requestDatatype": "JSON",
851
+ "responseDatatype": "JSON",
852
+ "headers": {},
853
+ "responseObjects": [
854
+ {
855
+ "type": "default",
856
+ "key": "",
857
+ "mockFile": ""
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "name": "getNsGroupForwardMember",
863
+ "protocol": "REST",
864
+ "method": "GET",
865
+ "entitypath": "{base_path}/{version}/nsgroup:forwardingmember?{query}",
866
+ "requestSchema": "schema.json",
867
+ "responseSchema": "schema.json",
868
+ "timeout": 0,
869
+ "sendEmpty": false,
870
+ "sendGetBody": false,
871
+ "requestDatatype": "JSON",
872
+ "responseDatatype": "JSON",
873
+ "headers": {},
874
+ "responseObjects": [
875
+ {
876
+ "type": "default",
877
+ "key": "",
878
+ "mockFile": ""
879
+ }
880
+ ]
881
+ },
882
+ {
883
+ "name": "createNsGroupForwardMember",
884
+ "protocol": "REST",
885
+ "method": "POST",
886
+ "entitypath": "{base_path}/{version}/nsgroup:forwardingmember?{query}",
887
+ "requestSchema": "schema.json",
888
+ "responseSchema": "schema.json",
889
+ "timeout": 0,
890
+ "sendEmpty": false,
891
+ "requestDatatype": "JSON",
892
+ "responseDatatype": "JSON",
893
+ "headers": {},
894
+ "responseObjects": [
895
+ {
896
+ "type": "default",
897
+ "key": "",
898
+ "mockFile": ""
899
+ }
900
+ ]
901
+ },
902
+ {
903
+ "name": "getNsGroupForwardMemberByReference",
904
+ "protocol": "REST",
905
+ "method": "GET",
906
+ "entitypath": "{base_path}/{version}/nsgroup:forwardingmember/{pathv1}?{query}",
907
+ "requestSchema": "schema.json",
908
+ "responseSchema": "schema.json",
909
+ "timeout": 0,
910
+ "sendEmpty": false,
911
+ "sendGetBody": false,
912
+ "requestDatatype": "JSON",
913
+ "responseDatatype": "JSON",
914
+ "headers": {},
915
+ "responseObjects": [
916
+ {
917
+ "type": "default",
918
+ "key": "",
919
+ "mockFile": ""
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "name": "updateNsGroupForwardMemberByReference",
925
+ "protocol": "REST",
926
+ "method": "PUT",
927
+ "entitypath": "{base_path}/{version}/nsgroup:forwardingmember/{pathv1}?{query}",
928
+ "requestSchema": "schema.json",
929
+ "responseSchema": "schema.json",
930
+ "timeout": 0,
931
+ "sendEmpty": false,
932
+ "requestDatatype": "JSON",
933
+ "responseDatatype": "JSON",
934
+ "headers": {},
935
+ "responseObjects": [
936
+ {
937
+ "type": "default",
938
+ "key": "",
939
+ "mockFile": ""
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "name": "deleteNsGroupForwardMemberByReference",
945
+ "protocol": "REST",
946
+ "method": "DELETE",
947
+ "entitypath": "{base_path}/{version}/nsgroup:forwardingmember/{pathv1}?{query}",
948
+ "requestSchema": "schema.json",
949
+ "responseSchema": "schema.json",
950
+ "timeout": 0,
951
+ "sendEmpty": false,
952
+ "requestDatatype": "JSON",
953
+ "responseDatatype": "JSON",
954
+ "headers": {},
955
+ "responseObjects": [
956
+ {
957
+ "type": "default",
958
+ "key": "",
959
+ "mockFile": ""
960
+ }
961
+ ]
962
+ },
963
+ {
964
+ "name": "getNsGroupForwardStubServer",
965
+ "protocol": "REST",
966
+ "method": "GET",
967
+ "entitypath": "{base_path}/{version}/nsgroup:forwardstubserver?{query}",
968
+ "requestSchema": "schema.json",
969
+ "responseSchema": "schema.json",
970
+ "timeout": 0,
971
+ "sendEmpty": false,
972
+ "sendGetBody": false,
973
+ "requestDatatype": "JSON",
974
+ "responseDatatype": "JSON",
975
+ "headers": {},
976
+ "responseObjects": [
977
+ {
978
+ "type": "default",
979
+ "key": "",
980
+ "mockFile": ""
981
+ }
982
+ ]
983
+ },
984
+ {
985
+ "name": "createNsGroupForwardStubServer",
986
+ "protocol": "REST",
987
+ "method": "POST",
988
+ "entitypath": "{base_path}/{version}/nsgroup:forwardstubserver?{query}",
989
+ "requestSchema": "schema.json",
990
+ "responseSchema": "schema.json",
991
+ "timeout": 0,
992
+ "sendEmpty": false,
993
+ "requestDatatype": "JSON",
994
+ "responseDatatype": "JSON",
995
+ "headers": {},
996
+ "responseObjects": [
997
+ {
998
+ "type": "default",
999
+ "key": "",
1000
+ "mockFile": ""
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "name": "getNsGroupForwardStubServerByReference",
1006
+ "protocol": "REST",
1007
+ "method": "GET",
1008
+ "entitypath": "{base_path}/{version}/nsgroup:forwardstubserver/{pathv1}?{query}",
1009
+ "requestSchema": "schema.json",
1010
+ "responseSchema": "schema.json",
1011
+ "timeout": 0,
1012
+ "sendEmpty": false,
1013
+ "sendGetBody": false,
1014
+ "requestDatatype": "JSON",
1015
+ "responseDatatype": "JSON",
1016
+ "headers": {},
1017
+ "responseObjects": [
1018
+ {
1019
+ "type": "default",
1020
+ "key": "",
1021
+ "mockFile": ""
1022
+ }
1023
+ ]
1024
+ },
1025
+ {
1026
+ "name": "updateNsGroupForwardStubServerByReference",
1027
+ "protocol": "REST",
1028
+ "method": "PUT",
1029
+ "entitypath": "{base_path}/{version}/nsgroup:forwardstubserver/{pathv1}?{query}",
1030
+ "requestSchema": "schema.json",
1031
+ "responseSchema": "schema.json",
1032
+ "timeout": 0,
1033
+ "sendEmpty": false,
1034
+ "requestDatatype": "JSON",
1035
+ "responseDatatype": "JSON",
1036
+ "headers": {},
1037
+ "responseObjects": [
1038
+ {
1039
+ "type": "default",
1040
+ "key": "",
1041
+ "mockFile": ""
1042
+ }
1043
+ ]
1044
+ },
1045
+ {
1046
+ "name": "deleteNsGroupForwardStubServerByReference",
1047
+ "protocol": "REST",
1048
+ "method": "DELETE",
1049
+ "entitypath": "{base_path}/{version}/nsgroup:forwardstubserver/{pathv1}?{query}",
1050
+ "requestSchema": "schema.json",
1051
+ "responseSchema": "schema.json",
1052
+ "timeout": 0,
1053
+ "sendEmpty": false,
1054
+ "requestDatatype": "JSON",
1055
+ "responseDatatype": "JSON",
1056
+ "headers": {},
1057
+ "responseObjects": [
1058
+ {
1059
+ "type": "default",
1060
+ "key": "",
1061
+ "mockFile": ""
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "name": "getNsGroupStubmember",
1067
+ "protocol": "REST",
1068
+ "method": "GET",
1069
+ "entitypath": "{base_path}/{version}/nsgroup:stubmember?{query}",
1070
+ "requestSchema": "schema.json",
1071
+ "responseSchema": "schema.json",
1072
+ "timeout": 0,
1073
+ "sendEmpty": false,
1074
+ "sendGetBody": false,
1075
+ "requestDatatype": "JSON",
1076
+ "responseDatatype": "JSON",
1077
+ "headers": {},
1078
+ "responseObjects": [
1079
+ {
1080
+ "type": "default",
1081
+ "key": "",
1082
+ "mockFile": ""
1083
+ }
1084
+ ]
1085
+ },
1086
+ {
1087
+ "name": "createNsGroupStubmember",
1088
+ "protocol": "REST",
1089
+ "method": "POST",
1090
+ "entitypath": "{base_path}/{version}/nsgroup:stubmember?{query}",
1091
+ "requestSchema": "schema.json",
1092
+ "responseSchema": "schema.json",
1093
+ "timeout": 0,
1094
+ "sendEmpty": false,
1095
+ "requestDatatype": "JSON",
1096
+ "responseDatatype": "JSON",
1097
+ "headers": {},
1098
+ "responseObjects": [
1099
+ {
1100
+ "type": "default",
1101
+ "key": "",
1102
+ "mockFile": ""
1103
+ }
1104
+ ]
1105
+ },
1106
+ {
1107
+ "name": "getNsGroupStubmemberByReference",
1108
+ "protocol": "REST",
1109
+ "method": "GET",
1110
+ "entitypath": "{base_path}/{version}/nsgroup:stubmember/{pathv1}?{query}",
1111
+ "requestSchema": "schema.json",
1112
+ "responseSchema": "schema.json",
1113
+ "timeout": 0,
1114
+ "sendEmpty": false,
1115
+ "sendGetBody": false,
1116
+ "requestDatatype": "JSON",
1117
+ "responseDatatype": "JSON",
1118
+ "headers": {},
1119
+ "responseObjects": [
1120
+ {
1121
+ "type": "default",
1122
+ "key": "",
1123
+ "mockFile": ""
1124
+ }
1125
+ ]
1126
+ },
1127
+ {
1128
+ "name": "updateNsGroupStubmemberByReference",
1129
+ "protocol": "REST",
1130
+ "method": "PUT",
1131
+ "entitypath": "{base_path}/{version}/nsgroup:stubmember/{pathv1}?{query}",
1132
+ "requestSchema": "schema.json",
1133
+ "responseSchema": "schema.json",
1134
+ "timeout": 0,
1135
+ "sendEmpty": false,
1136
+ "requestDatatype": "JSON",
1137
+ "responseDatatype": "JSON",
1138
+ "headers": {},
1139
+ "responseObjects": [
1140
+ {
1141
+ "type": "default",
1142
+ "key": "",
1143
+ "mockFile": ""
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "name": "deleteNsGroupStubmemberByReference",
1149
+ "protocol": "REST",
1150
+ "method": "DELETE",
1151
+ "entitypath": "{base_path}/{version}/nsgroup:stubmember/{pathv1}?{query}",
1152
+ "requestSchema": "schema.json",
1153
+ "responseSchema": "schema.json",
1154
+ "timeout": 0,
1155
+ "sendEmpty": false,
1156
+ "requestDatatype": "JSON",
1157
+ "responseDatatype": "JSON",
1158
+ "headers": {},
1159
+ "responseObjects": [
1160
+ {
1161
+ "type": "default",
1162
+ "key": "",
1163
+ "mockFile": ""
1164
+ }
1165
+ ]
1166
+ },
1167
+ {
1168
+ "name": "getArecordByReference",
1169
+ "protocol": "REST",
1170
+ "method": "GET",
1171
+ "entitypath": "{base_path}/{version}/record:a/{pathv1}?{query}",
1172
+ "requestSchema": "schema.json",
1173
+ "responseSchema": "schema.json",
1174
+ "timeout": 0,
1175
+ "sendEmpty": false,
1176
+ "sendGetBody": false,
1177
+ "requestDatatype": "JSON",
1178
+ "responseDatatype": "JSON",
1179
+ "headers": {},
1180
+ "responseObjects": [
1181
+ {
1182
+ "type": "default",
1183
+ "key": "",
1184
+ "mockFile": ""
1185
+ }
1186
+ ]
1187
+ },
1188
+ {
1189
+ "name": "getAAAArecordByReference",
1190
+ "protocol": "REST",
1191
+ "method": "GET",
1192
+ "entitypath": "{base_path}/{version}/record:aaaa/{pathv1}?{query}",
1193
+ "requestSchema": "schema.json",
1194
+ "responseSchema": "schema.json",
1195
+ "timeout": 0,
1196
+ "sendEmpty": false,
1197
+ "sendGetBody": false,
1198
+ "requestDatatype": "JSON",
1199
+ "responseDatatype": "JSON",
1200
+ "headers": {},
1201
+ "responseObjects": [
1202
+ {
1203
+ "type": "default",
1204
+ "key": "",
1205
+ "mockFile": ""
1206
+ }
1207
+ ]
1208
+ },
1209
+ {
1210
+ "name": "updateAAAArecordByReference",
1211
+ "protocol": "REST",
1212
+ "method": "PUT",
1213
+ "entitypath": "{base_path}/{version}/record:aaaa/{pathv1}?{query}",
1214
+ "requestSchema": "schema.json",
1215
+ "responseSchema": "schema.json",
1216
+ "timeout": 0,
1217
+ "sendEmpty": false,
1218
+ "requestDatatype": "JSON",
1219
+ "responseDatatype": "JSON",
1220
+ "headers": {},
1221
+ "responseObjects": [
1222
+ {
1223
+ "type": "default",
1224
+ "key": "",
1225
+ "mockFile": ""
1226
+ }
1227
+ ]
1228
+ },
1229
+ {
1230
+ "name": "deleteAAAArecordByReference",
1231
+ "protocol": "REST",
1232
+ "method": "DELETE",
1233
+ "entitypath": "{base_path}/{version}/record:aaaa/{pathv1}?{query}",
1234
+ "requestSchema": "schema.json",
1235
+ "responseSchema": "schema.json",
1236
+ "timeout": 0,
1237
+ "sendEmpty": false,
1238
+ "requestDatatype": "JSON",
1239
+ "responseDatatype": "JSON",
1240
+ "headers": {},
1241
+ "responseObjects": [
1242
+ {
1243
+ "type": "default",
1244
+ "key": "",
1245
+ "mockFile": ""
1246
+ }
1247
+ ]
1248
+ },
1249
+ {
1250
+ "name": "getAliasrecord",
1251
+ "protocol": "REST",
1252
+ "method": "GET",
1253
+ "entitypath": "{base_path}/{version}/record:alias?{query}",
1254
+ "requestSchema": "schema.json",
1255
+ "responseSchema": "schema.json",
1256
+ "timeout": 0,
1257
+ "sendEmpty": false,
1258
+ "sendGetBody": false,
1259
+ "requestDatatype": "JSON",
1260
+ "responseDatatype": "JSON",
1261
+ "headers": {},
1262
+ "responseObjects": [
1263
+ {
1264
+ "type": "default",
1265
+ "key": "",
1266
+ "mockFile": ""
1267
+ }
1268
+ ]
1269
+ },
1270
+ {
1271
+ "name": "createAliasrecord",
1272
+ "protocol": "REST",
1273
+ "method": "POST",
1274
+ "entitypath": "{base_path}/{version}/record:alias?{query}",
1275
+ "requestSchema": "schema.json",
1276
+ "responseSchema": "schema.json",
1277
+ "timeout": 0,
1278
+ "sendEmpty": false,
1279
+ "requestDatatype": "JSON",
1280
+ "responseDatatype": "JSON",
1281
+ "headers": {},
1282
+ "responseObjects": [
1283
+ {
1284
+ "type": "default",
1285
+ "key": "",
1286
+ "mockFile": ""
1287
+ }
1288
+ ]
1289
+ },
1290
+ {
1291
+ "name": "getAliasrecordByReference",
1292
+ "protocol": "REST",
1293
+ "method": "GET",
1294
+ "entitypath": "{base_path}/{version}/record:alias/{pathv1}?{query}",
1295
+ "requestSchema": "schema.json",
1296
+ "responseSchema": "schema.json",
1297
+ "timeout": 0,
1298
+ "sendEmpty": false,
1299
+ "sendGetBody": false,
1300
+ "requestDatatype": "JSON",
1301
+ "responseDatatype": "JSON",
1302
+ "headers": {},
1303
+ "responseObjects": [
1304
+ {
1305
+ "type": "default",
1306
+ "key": "",
1307
+ "mockFile": ""
1308
+ }
1309
+ ]
1310
+ },
1311
+ {
1312
+ "name": "updateAliasrecordByReference",
1313
+ "protocol": "REST",
1314
+ "method": "PUT",
1315
+ "entitypath": "{base_path}/{version}/record:alias/{pathv1}?{query}",
1316
+ "requestSchema": "schema.json",
1317
+ "responseSchema": "schema.json",
1318
+ "timeout": 0,
1319
+ "sendEmpty": false,
1320
+ "requestDatatype": "JSON",
1321
+ "responseDatatype": "JSON",
1322
+ "headers": {},
1323
+ "responseObjects": [
1324
+ {
1325
+ "type": "default",
1326
+ "key": "",
1327
+ "mockFile": ""
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "name": "deleteAliasrecordByReference",
1333
+ "protocol": "REST",
1334
+ "method": "DELETE",
1335
+ "entitypath": "{base_path}/{version}/record:alias/{pathv1}?{query}",
1336
+ "requestSchema": "schema.json",
1337
+ "responseSchema": "schema.json",
1338
+ "timeout": 0,
1339
+ "sendEmpty": false,
1340
+ "requestDatatype": "JSON",
1341
+ "responseDatatype": "JSON",
1342
+ "headers": {},
1343
+ "responseObjects": [
1344
+ {
1345
+ "type": "default",
1346
+ "key": "",
1347
+ "mockFile": ""
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "name": "getCAArecord",
1353
+ "protocol": "REST",
1354
+ "method": "GET",
1355
+ "entitypath": "{base_path}/{version}/record:caa?{query}",
1356
+ "requestSchema": "schema.json",
1357
+ "responseSchema": "schema.json",
1358
+ "timeout": 0,
1359
+ "sendEmpty": false,
1360
+ "sendGetBody": false,
1361
+ "requestDatatype": "JSON",
1362
+ "responseDatatype": "JSON",
1363
+ "headers": {},
1364
+ "responseObjects": [
1365
+ {
1366
+ "type": "default",
1367
+ "key": "",
1368
+ "mockFile": ""
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "name": "createCAArecord",
1374
+ "protocol": "REST",
1375
+ "method": "POST",
1376
+ "entitypath": "{base_path}/{version}/record:caa?{query}",
1377
+ "requestSchema": "schema.json",
1378
+ "responseSchema": "schema.json",
1379
+ "timeout": 0,
1380
+ "sendEmpty": false,
1381
+ "requestDatatype": "JSON",
1382
+ "responseDatatype": "JSON",
1383
+ "headers": {},
1384
+ "responseObjects": [
1385
+ {
1386
+ "type": "default",
1387
+ "key": "",
1388
+ "mockFile": ""
1389
+ }
1390
+ ]
1391
+ },
1392
+ {
1393
+ "name": "getCAArecordByReference",
1394
+ "protocol": "REST",
1395
+ "method": "GET",
1396
+ "entitypath": "{base_path}/{version}/record:caa/{pathv1}?{query}",
1397
+ "requestSchema": "schema.json",
1398
+ "responseSchema": "schema.json",
1399
+ "timeout": 0,
1400
+ "sendEmpty": false,
1401
+ "sendGetBody": false,
1402
+ "requestDatatype": "JSON",
1403
+ "responseDatatype": "JSON",
1404
+ "headers": {},
1405
+ "responseObjects": [
1406
+ {
1407
+ "type": "default",
1408
+ "key": "",
1409
+ "mockFile": ""
1410
+ }
1411
+ ]
1412
+ },
1413
+ {
1414
+ "name": "updateCAArecordByReference",
1415
+ "protocol": "REST",
1416
+ "method": "PUT",
1417
+ "entitypath": "{base_path}/{version}/record:caa/{pathv1}?{query}",
1418
+ "requestSchema": "schema.json",
1419
+ "responseSchema": "schema.json",
1420
+ "timeout": 0,
1421
+ "sendEmpty": false,
1422
+ "requestDatatype": "JSON",
1423
+ "responseDatatype": "JSON",
1424
+ "headers": {},
1425
+ "responseObjects": [
1426
+ {
1427
+ "type": "default",
1428
+ "key": "",
1429
+ "mockFile": ""
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "name": "deleteCAArecordByReference",
1435
+ "protocol": "REST",
1436
+ "method": "DELETE",
1437
+ "entitypath": "{base_path}/{version}/record:caa/{pathv1}?{query}",
1438
+ "requestSchema": "schema.json",
1439
+ "responseSchema": "schema.json",
1440
+ "timeout": 0,
1441
+ "sendEmpty": false,
1442
+ "requestDatatype": "JSON",
1443
+ "responseDatatype": "JSON",
1444
+ "headers": {},
1445
+ "responseObjects": [
1446
+ {
1447
+ "type": "default",
1448
+ "key": "",
1449
+ "mockFile": ""
1450
+ }
1451
+ ]
1452
+ },
1453
+ {
1454
+ "name": "getCnamerecordByReference",
1455
+ "protocol": "REST",
1456
+ "method": "GET",
1457
+ "entitypath": "{base_path}/{version}/record:cname/{pathv1}?{query}",
1458
+ "requestSchema": "schema.json",
1459
+ "responseSchema": "schema.json",
1460
+ "timeout": 0,
1461
+ "sendEmpty": false,
1462
+ "sendGetBody": false,
1463
+ "requestDatatype": "JSON",
1464
+ "responseDatatype": "JSON",
1465
+ "headers": {},
1466
+ "responseObjects": [
1467
+ {
1468
+ "type": "default",
1469
+ "key": "",
1470
+ "mockFile": ""
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "name": "getDhcidrecord",
1476
+ "protocol": "REST",
1477
+ "method": "GET",
1478
+ "entitypath": "{base_path}/{version}/record:dhcid?{query}",
1479
+ "requestSchema": "schema.json",
1480
+ "responseSchema": "schema.json",
1481
+ "timeout": 0,
1482
+ "sendEmpty": false,
1483
+ "sendGetBody": false,
1484
+ "requestDatatype": "JSON",
1485
+ "responseDatatype": "JSON",
1486
+ "headers": {},
1487
+ "responseObjects": [
1488
+ {
1489
+ "type": "default",
1490
+ "key": "",
1491
+ "mockFile": ""
1492
+ }
1493
+ ]
1494
+ },
1495
+ {
1496
+ "name": "getDhcidrecordByReference",
1497
+ "protocol": "REST",
1498
+ "method": "GET",
1499
+ "entitypath": "{base_path}/{version}/record:dhcid/{pathv1}?{query}",
1500
+ "requestSchema": "schema.json",
1501
+ "responseSchema": "schema.json",
1502
+ "timeout": 0,
1503
+ "sendEmpty": false,
1504
+ "sendGetBody": false,
1505
+ "requestDatatype": "JSON",
1506
+ "responseDatatype": "JSON",
1507
+ "headers": {},
1508
+ "responseObjects": [
1509
+ {
1510
+ "type": "default",
1511
+ "key": "",
1512
+ "mockFile": ""
1513
+ }
1514
+ ]
1515
+ },
1516
+ {
1517
+ "name": "deleteDhcidrecordByReference",
1518
+ "protocol": "REST",
1519
+ "method": "DELETE",
1520
+ "entitypath": "{base_path}/{version}/record:dhcid/{pathv1}?{query}",
1521
+ "requestSchema": "schema.json",
1522
+ "responseSchema": "schema.json",
1523
+ "timeout": 0,
1524
+ "sendEmpty": false,
1525
+ "requestDatatype": "JSON",
1526
+ "responseDatatype": "JSON",
1527
+ "headers": {},
1528
+ "responseObjects": [
1529
+ {
1530
+ "type": "default",
1531
+ "key": "",
1532
+ "mockFile": ""
1533
+ }
1534
+ ]
1535
+ },
1536
+ {
1537
+ "name": "getDnamerecord",
1538
+ "protocol": "REST",
1539
+ "method": "GET",
1540
+ "entitypath": "{base_path}/{version}/record:dname?{query}",
1541
+ "requestSchema": "schema.json",
1542
+ "responseSchema": "schema.json",
1543
+ "timeout": 0,
1544
+ "sendEmpty": false,
1545
+ "sendGetBody": false,
1546
+ "requestDatatype": "JSON",
1547
+ "responseDatatype": "JSON",
1548
+ "headers": {},
1549
+ "responseObjects": [
1550
+ {
1551
+ "type": "default",
1552
+ "key": "",
1553
+ "mockFile": ""
1554
+ }
1555
+ ]
1556
+ },
1557
+ {
1558
+ "name": "createDnamerecord",
1559
+ "protocol": "REST",
1560
+ "method": "POST",
1561
+ "entitypath": "{base_path}/{version}/record:dname?{query}",
1562
+ "requestSchema": "schema.json",
1563
+ "responseSchema": "schema.json",
1564
+ "timeout": 0,
1565
+ "sendEmpty": false,
1566
+ "requestDatatype": "JSON",
1567
+ "responseDatatype": "JSON",
1568
+ "headers": {},
1569
+ "responseObjects": [
1570
+ {
1571
+ "type": "default",
1572
+ "key": "",
1573
+ "mockFile": ""
1574
+ }
1575
+ ]
1576
+ },
1577
+ {
1578
+ "name": "getDnamerecordByReference",
1579
+ "protocol": "REST",
1580
+ "method": "GET",
1581
+ "entitypath": "{base_path}/{version}/record:dname/{pathv1}?{query}",
1582
+ "requestSchema": "schema.json",
1583
+ "responseSchema": "schema.json",
1584
+ "timeout": 0,
1585
+ "sendEmpty": false,
1586
+ "sendGetBody": false,
1587
+ "requestDatatype": "JSON",
1588
+ "responseDatatype": "JSON",
1589
+ "headers": {},
1590
+ "responseObjects": [
1591
+ {
1592
+ "type": "default",
1593
+ "key": "",
1594
+ "mockFile": ""
1595
+ }
1596
+ ]
1597
+ },
1598
+ {
1599
+ "name": "updateDnamerecordByReference",
1600
+ "protocol": "REST",
1601
+ "method": "PUT",
1602
+ "entitypath": "{base_path}/{version}/record:dname/{pathv1}?{query}",
1603
+ "requestSchema": "schema.json",
1604
+ "responseSchema": "schema.json",
1605
+ "timeout": 0,
1606
+ "sendEmpty": false,
1607
+ "requestDatatype": "JSON",
1608
+ "responseDatatype": "JSON",
1609
+ "headers": {},
1610
+ "responseObjects": [
1611
+ {
1612
+ "type": "default",
1613
+ "key": "",
1614
+ "mockFile": ""
1615
+ }
1616
+ ]
1617
+ },
1618
+ {
1619
+ "name": "deleteDnamerecordByReference",
1620
+ "protocol": "REST",
1621
+ "method": "DELETE",
1622
+ "entitypath": "{base_path}/{version}/record:dname/{pathv1}?{query}",
1623
+ "requestSchema": "schema.json",
1624
+ "responseSchema": "schema.json",
1625
+ "timeout": 0,
1626
+ "sendEmpty": false,
1627
+ "requestDatatype": "JSON",
1628
+ "responseDatatype": "JSON",
1629
+ "headers": {},
1630
+ "responseObjects": [
1631
+ {
1632
+ "type": "default",
1633
+ "key": "",
1634
+ "mockFile": ""
1635
+ }
1636
+ ]
1637
+ },
1638
+ {
1639
+ "name": "getDnskeyrecord",
1640
+ "protocol": "REST",
1641
+ "method": "GET",
1642
+ "entitypath": "{base_path}/{version}/record:dnskey?{query}",
1643
+ "requestSchema": "schema.json",
1644
+ "responseSchema": "schema.json",
1645
+ "timeout": 0,
1646
+ "sendEmpty": false,
1647
+ "sendGetBody": false,
1648
+ "requestDatatype": "JSON",
1649
+ "responseDatatype": "JSON",
1650
+ "headers": {},
1651
+ "responseObjects": [
1652
+ {
1653
+ "type": "default",
1654
+ "key": "",
1655
+ "mockFile": ""
1656
+ }
1657
+ ]
1658
+ },
1659
+ {
1660
+ "name": "getDnskeyrecordByReference",
1661
+ "protocol": "REST",
1662
+ "method": "GET",
1663
+ "entitypath": "{base_path}/{version}/record:dnskey/{pathv1}?{query}",
1664
+ "requestSchema": "schema.json",
1665
+ "responseSchema": "schema.json",
1666
+ "timeout": 0,
1667
+ "sendEmpty": false,
1668
+ "sendGetBody": false,
1669
+ "requestDatatype": "JSON",
1670
+ "responseDatatype": "JSON",
1671
+ "headers": {},
1672
+ "responseObjects": [
1673
+ {
1674
+ "type": "default",
1675
+ "key": "",
1676
+ "mockFile": ""
1677
+ }
1678
+ ]
1679
+ },
1680
+ {
1681
+ "name": "getDsrecord",
1682
+ "protocol": "REST",
1683
+ "method": "GET",
1684
+ "entitypath": "{base_path}/{version}/record:ds?{query}",
1685
+ "requestSchema": "schema.json",
1686
+ "responseSchema": "schema.json",
1687
+ "timeout": 0,
1688
+ "sendEmpty": false,
1689
+ "sendGetBody": false,
1690
+ "requestDatatype": "JSON",
1691
+ "responseDatatype": "JSON",
1692
+ "headers": {},
1693
+ "responseObjects": [
1694
+ {
1695
+ "type": "default",
1696
+ "key": "",
1697
+ "mockFile": ""
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "name": "getDsrecordByReference",
1703
+ "protocol": "REST",
1704
+ "method": "GET",
1705
+ "entitypath": "{base_path}/{version}/record:ds/{pathv1}?{query}",
1706
+ "requestSchema": "schema.json",
1707
+ "responseSchema": "schema.json",
1708
+ "timeout": 0,
1709
+ "sendEmpty": false,
1710
+ "sendGetBody": false,
1711
+ "requestDatatype": "JSON",
1712
+ "responseDatatype": "JSON",
1713
+ "headers": {},
1714
+ "responseObjects": [
1715
+ {
1716
+ "type": "default",
1717
+ "key": "",
1718
+ "mockFile": ""
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "name": "deleteDsrecordByReference",
1724
+ "protocol": "REST",
1725
+ "method": "DELETE",
1726
+ "entitypath": "{base_path}/{version}/record:ds/{pathv1}?{query}",
1727
+ "requestSchema": "schema.json",
1728
+ "responseSchema": "schema.json",
1729
+ "timeout": 0,
1730
+ "sendEmpty": false,
1731
+ "requestDatatype": "JSON",
1732
+ "responseDatatype": "JSON",
1733
+ "headers": {},
1734
+ "responseObjects": [
1735
+ {
1736
+ "type": "default",
1737
+ "key": "",
1738
+ "mockFile": ""
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "name": "getDtclbdnrecord",
1744
+ "protocol": "REST",
1745
+ "method": "GET",
1746
+ "entitypath": "{base_path}/{version}/record:dtclbdn?{query}",
1747
+ "requestSchema": "schema.json",
1748
+ "responseSchema": "schema.json",
1749
+ "timeout": 0,
1750
+ "sendEmpty": false,
1751
+ "sendGetBody": false,
1752
+ "requestDatatype": "JSON",
1753
+ "responseDatatype": "JSON",
1754
+ "headers": {},
1755
+ "responseObjects": [
1756
+ {
1757
+ "type": "default",
1758
+ "key": "",
1759
+ "mockFile": ""
1760
+ }
1761
+ ]
1762
+ },
1763
+ {
1764
+ "name": "getDtclbdnrecordByReference",
1765
+ "protocol": "REST",
1766
+ "method": "GET",
1767
+ "entitypath": "{base_path}/{version}/record:dtclbdn/{pathv1}?{query}",
1768
+ "requestSchema": "schema.json",
1769
+ "responseSchema": "schema.json",
1770
+ "timeout": 0,
1771
+ "sendEmpty": false,
1772
+ "sendGetBody": false,
1773
+ "requestDatatype": "JSON",
1774
+ "responseDatatype": "JSON",
1775
+ "headers": {},
1776
+ "responseObjects": [
1777
+ {
1778
+ "type": "default",
1779
+ "key": "",
1780
+ "mockFile": ""
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "name": "getHostIpv4Addrrecord",
1786
+ "protocol": "REST",
1787
+ "method": "GET",
1788
+ "entitypath": "{base_path}/{version}/record:host_ipv4addr?{query}",
1789
+ "requestSchema": "schema.json",
1790
+ "responseSchema": "schema.json",
1791
+ "timeout": 0,
1792
+ "sendEmpty": false,
1793
+ "sendGetBody": false,
1794
+ "requestDatatype": "JSON",
1795
+ "responseDatatype": "JSON",
1796
+ "headers": {},
1797
+ "responseObjects": [
1798
+ {
1799
+ "type": "default",
1800
+ "key": "",
1801
+ "mockFile": ""
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "name": "getHostIpv4AddrrecordByReference",
1807
+ "protocol": "REST",
1808
+ "method": "GET",
1809
+ "entitypath": "{base_path}/{version}/record:host_ipv4addr/{pathv1}?{query}",
1810
+ "requestSchema": "schema.json",
1811
+ "responseSchema": "schema.json",
1812
+ "timeout": 0,
1813
+ "sendEmpty": false,
1814
+ "sendGetBody": false,
1815
+ "requestDatatype": "JSON",
1816
+ "responseDatatype": "JSON",
1817
+ "headers": {},
1818
+ "responseObjects": [
1819
+ {
1820
+ "type": "default",
1821
+ "key": "",
1822
+ "mockFile": ""
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "name": "updateHostIpv4AddrrecordByReference",
1828
+ "protocol": "REST",
1829
+ "method": "PUT",
1830
+ "entitypath": "{base_path}/{version}/record:host_ipv4addr/{pathv1}?{query}",
1831
+ "requestSchema": "schema.json",
1832
+ "responseSchema": "schema.json",
1833
+ "timeout": 0,
1834
+ "sendEmpty": false,
1835
+ "requestDatatype": "JSON",
1836
+ "responseDatatype": "JSON",
1837
+ "headers": {},
1838
+ "responseObjects": [
1839
+ {
1840
+ "type": "default",
1841
+ "key": "",
1842
+ "mockFile": ""
1843
+ }
1844
+ ]
1845
+ },
1846
+ {
1847
+ "name": "getHostIpv6Addrrecord",
1848
+ "protocol": "REST",
1849
+ "method": "GET",
1850
+ "entitypath": "{base_path}/{version}/record:host_ipv6addr?{query}",
1851
+ "requestSchema": "schema.json",
1852
+ "responseSchema": "schema.json",
1853
+ "timeout": 0,
1854
+ "sendEmpty": false,
1855
+ "sendGetBody": false,
1856
+ "requestDatatype": "JSON",
1857
+ "responseDatatype": "JSON",
1858
+ "headers": {},
1859
+ "responseObjects": [
1860
+ {
1861
+ "type": "default",
1862
+ "key": "",
1863
+ "mockFile": ""
1864
+ }
1865
+ ]
1866
+ },
1867
+ {
1868
+ "name": "getHostIpv6AddrrecordByReference",
1869
+ "protocol": "REST",
1870
+ "method": "GET",
1871
+ "entitypath": "{base_path}/{version}/record:host_ipv6addr/{pathv1}?{query}",
1872
+ "requestSchema": "schema.json",
1873
+ "responseSchema": "schema.json",
1874
+ "timeout": 0,
1875
+ "sendEmpty": false,
1876
+ "sendGetBody": false,
1877
+ "requestDatatype": "JSON",
1878
+ "responseDatatype": "JSON",
1879
+ "headers": {},
1880
+ "responseObjects": [
1881
+ {
1882
+ "type": "default",
1883
+ "key": "",
1884
+ "mockFile": ""
1885
+ }
1886
+ ]
1887
+ },
1888
+ {
1889
+ "name": "updateHostIpv6AddrrecordByReference",
1890
+ "protocol": "REST",
1891
+ "method": "PUT",
1892
+ "entitypath": "{base_path}/{version}/record:host_ipv6addr/{pathv1}?{query}",
1893
+ "requestSchema": "schema.json",
1894
+ "responseSchema": "schema.json",
1895
+ "timeout": 0,
1896
+ "sendEmpty": false,
1897
+ "requestDatatype": "JSON",
1898
+ "responseDatatype": "JSON",
1899
+ "headers": {},
1900
+ "responseObjects": [
1901
+ {
1902
+ "type": "default",
1903
+ "key": "",
1904
+ "mockFile": ""
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "getMxrecordByReference",
1910
+ "protocol": "REST",
1911
+ "method": "GET",
1912
+ "entitypath": "{base_path}/{version}/record:mx/{pathv1}?{query}",
1913
+ "requestSchema": "schema.json",
1914
+ "responseSchema": "schema.json",
1915
+ "timeout": 0,
1916
+ "sendEmpty": false,
1917
+ "sendGetBody": false,
1918
+ "requestDatatype": "JSON",
1919
+ "responseDatatype": "JSON",
1920
+ "headers": {},
1921
+ "responseObjects": [
1922
+ {
1923
+ "type": "default",
1924
+ "key": "",
1925
+ "mockFile": ""
1926
+ }
1927
+ ]
1928
+ },
1929
+ {
1930
+ "name": "updateMxrecordByReference",
1931
+ "protocol": "REST",
1932
+ "method": "PUT",
1933
+ "entitypath": "{base_path}/{version}/record:mx/{pathv1}?{query}",
1934
+ "requestSchema": "schema.json",
1935
+ "responseSchema": "schema.json",
1936
+ "timeout": 0,
1937
+ "sendEmpty": false,
1938
+ "requestDatatype": "JSON",
1939
+ "responseDatatype": "JSON",
1940
+ "headers": {},
1941
+ "responseObjects": [
1942
+ {
1943
+ "type": "default",
1944
+ "key": "",
1945
+ "mockFile": ""
1946
+ }
1947
+ ]
1948
+ },
1949
+ {
1950
+ "name": "deleteMxrecordByReference",
1951
+ "protocol": "REST",
1952
+ "method": "DELETE",
1953
+ "entitypath": "{base_path}/{version}/record:mx/{pathv1}?{query}",
1954
+ "requestSchema": "schema.json",
1955
+ "responseSchema": "schema.json",
1956
+ "timeout": 0,
1957
+ "sendEmpty": false,
1958
+ "requestDatatype": "JSON",
1959
+ "responseDatatype": "JSON",
1960
+ "headers": {},
1961
+ "responseObjects": [
1962
+ {
1963
+ "type": "default",
1964
+ "key": "",
1965
+ "mockFile": ""
1966
+ }
1967
+ ]
1968
+ },
1969
+ {
1970
+ "name": "getNaptrrecord",
1971
+ "protocol": "REST",
1972
+ "method": "GET",
1973
+ "entitypath": "{base_path}/{version}/record:naptr?{query}",
1974
+ "requestSchema": "schema.json",
1975
+ "responseSchema": "schema.json",
1976
+ "timeout": 0,
1977
+ "sendEmpty": false,
1978
+ "sendGetBody": false,
1979
+ "requestDatatype": "JSON",
1980
+ "responseDatatype": "JSON",
1981
+ "headers": {},
1982
+ "responseObjects": [
1983
+ {
1984
+ "type": "default",
1985
+ "key": "",
1986
+ "mockFile": ""
1987
+ }
1988
+ ]
1989
+ },
1990
+ {
1991
+ "name": "createNaptrrecord",
1992
+ "protocol": "REST",
1993
+ "method": "POST",
1994
+ "entitypath": "{base_path}/{version}/record:naptr?{query}",
1995
+ "requestSchema": "schema.json",
1996
+ "responseSchema": "schema.json",
1997
+ "timeout": 0,
1998
+ "sendEmpty": false,
1999
+ "requestDatatype": "JSON",
2000
+ "responseDatatype": "JSON",
2001
+ "headers": {},
2002
+ "responseObjects": [
2003
+ {
2004
+ "type": "default",
2005
+ "key": "",
2006
+ "mockFile": ""
2007
+ }
2008
+ ]
2009
+ },
2010
+ {
2011
+ "name": "getNaptrrecordByReference",
2012
+ "protocol": "REST",
2013
+ "method": "GET",
2014
+ "entitypath": "{base_path}/{version}/record:naptr/{pathv1}?{query}",
2015
+ "requestSchema": "schema.json",
2016
+ "responseSchema": "schema.json",
2017
+ "timeout": 0,
2018
+ "sendEmpty": false,
2019
+ "sendGetBody": false,
2020
+ "requestDatatype": "JSON",
2021
+ "responseDatatype": "JSON",
2022
+ "headers": {},
2023
+ "responseObjects": [
2024
+ {
2025
+ "type": "default",
2026
+ "key": "",
2027
+ "mockFile": ""
2028
+ }
2029
+ ]
2030
+ },
2031
+ {
2032
+ "name": "updateNaptrrecordByReference",
2033
+ "protocol": "REST",
2034
+ "method": "PUT",
2035
+ "entitypath": "{base_path}/{version}/record:naptr/{pathv1}?{query}",
2036
+ "requestSchema": "schema.json",
2037
+ "responseSchema": "schema.json",
2038
+ "timeout": 0,
2039
+ "sendEmpty": false,
2040
+ "requestDatatype": "JSON",
2041
+ "responseDatatype": "JSON",
2042
+ "headers": {},
2043
+ "responseObjects": [
2044
+ {
2045
+ "type": "default",
2046
+ "key": "",
2047
+ "mockFile": ""
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "deleteNaptrrecordByReference",
2053
+ "protocol": "REST",
2054
+ "method": "DELETE",
2055
+ "entitypath": "{base_path}/{version}/record:naptr/{pathv1}?{query}",
2056
+ "requestSchema": "schema.json",
2057
+ "responseSchema": "schema.json",
2058
+ "timeout": 0,
2059
+ "sendEmpty": false,
2060
+ "requestDatatype": "JSON",
2061
+ "responseDatatype": "JSON",
2062
+ "headers": {},
2063
+ "responseObjects": [
2064
+ {
2065
+ "type": "default",
2066
+ "key": "",
2067
+ "mockFile": ""
2068
+ }
2069
+ ]
2070
+ },
2071
+ {
2072
+ "name": "getNsrecordByReference",
2073
+ "protocol": "REST",
2074
+ "method": "GET",
2075
+ "entitypath": "{base_path}/{version}/record:ns/{pathv1}?{query}",
2076
+ "requestSchema": "schema.json",
2077
+ "responseSchema": "schema.json",
2078
+ "timeout": 0,
2079
+ "sendEmpty": false,
2080
+ "sendGetBody": false,
2081
+ "requestDatatype": "JSON",
2082
+ "responseDatatype": "JSON",
2083
+ "headers": {},
2084
+ "responseObjects": [
2085
+ {
2086
+ "type": "default",
2087
+ "key": "",
2088
+ "mockFile": ""
2089
+ }
2090
+ ]
2091
+ },
2092
+ {
2093
+ "name": "updateNsrecordByReference",
2094
+ "protocol": "REST",
2095
+ "method": "PUT",
2096
+ "entitypath": "{base_path}/{version}/record:ns/{pathv1}?{query}",
2097
+ "requestSchema": "schema.json",
2098
+ "responseSchema": "schema.json",
2099
+ "timeout": 0,
2100
+ "sendEmpty": false,
2101
+ "requestDatatype": "JSON",
2102
+ "responseDatatype": "JSON",
2103
+ "headers": {},
2104
+ "responseObjects": [
2105
+ {
2106
+ "type": "default",
2107
+ "key": "",
2108
+ "mockFile": ""
2109
+ }
2110
+ ]
2111
+ },
2112
+ {
2113
+ "name": "deleteNsrecordByReference",
2114
+ "protocol": "REST",
2115
+ "method": "DELETE",
2116
+ "entitypath": "{base_path}/{version}/record:ns/{pathv1}?{query}",
2117
+ "requestSchema": "schema.json",
2118
+ "responseSchema": "schema.json",
2119
+ "timeout": 0,
2120
+ "sendEmpty": false,
2121
+ "requestDatatype": "JSON",
2122
+ "responseDatatype": "JSON",
2123
+ "headers": {},
2124
+ "responseObjects": [
2125
+ {
2126
+ "type": "default",
2127
+ "key": "",
2128
+ "mockFile": ""
2129
+ }
2130
+ ]
2131
+ },
2132
+ {
2133
+ "name": "getNsecrecord",
2134
+ "protocol": "REST",
2135
+ "method": "GET",
2136
+ "entitypath": "{base_path}/{version}/record:nsec?{query}",
2137
+ "requestSchema": "schema.json",
2138
+ "responseSchema": "schema.json",
2139
+ "timeout": 0,
2140
+ "sendEmpty": false,
2141
+ "sendGetBody": false,
2142
+ "requestDatatype": "JSON",
2143
+ "responseDatatype": "JSON",
2144
+ "headers": {},
2145
+ "responseObjects": [
2146
+ {
2147
+ "type": "default",
2148
+ "key": "",
2149
+ "mockFile": ""
2150
+ }
2151
+ ]
2152
+ },
2153
+ {
2154
+ "name": "getNsecrecordByReference",
2155
+ "protocol": "REST",
2156
+ "method": "GET",
2157
+ "entitypath": "{base_path}/{version}/record:nsec/{pathv1}?{query}",
2158
+ "requestSchema": "schema.json",
2159
+ "responseSchema": "schema.json",
2160
+ "timeout": 0,
2161
+ "sendEmpty": false,
2162
+ "sendGetBody": false,
2163
+ "requestDatatype": "JSON",
2164
+ "responseDatatype": "JSON",
2165
+ "headers": {},
2166
+ "responseObjects": [
2167
+ {
2168
+ "type": "default",
2169
+ "key": "",
2170
+ "mockFile": ""
2171
+ }
2172
+ ]
2173
+ },
2174
+ {
2175
+ "name": "getNsec3record",
2176
+ "protocol": "REST",
2177
+ "method": "GET",
2178
+ "entitypath": "{base_path}/{version}/record:nsec3?{query}",
2179
+ "requestSchema": "schema.json",
2180
+ "responseSchema": "schema.json",
2181
+ "timeout": 0,
2182
+ "sendEmpty": false,
2183
+ "sendGetBody": false,
2184
+ "requestDatatype": "JSON",
2185
+ "responseDatatype": "JSON",
2186
+ "headers": {},
2187
+ "responseObjects": [
2188
+ {
2189
+ "type": "default",
2190
+ "key": "",
2191
+ "mockFile": ""
2192
+ }
2193
+ ]
2194
+ },
2195
+ {
2196
+ "name": "getNsec3recordByReference",
2197
+ "protocol": "REST",
2198
+ "method": "GET",
2199
+ "entitypath": "{base_path}/{version}/record:nsec3/{pathv1}?{query}",
2200
+ "requestSchema": "schema.json",
2201
+ "responseSchema": "schema.json",
2202
+ "timeout": 0,
2203
+ "sendEmpty": false,
2204
+ "sendGetBody": false,
2205
+ "requestDatatype": "JSON",
2206
+ "responseDatatype": "JSON",
2207
+ "headers": {},
2208
+ "responseObjects": [
2209
+ {
2210
+ "type": "default",
2211
+ "key": "",
2212
+ "mockFile": ""
2213
+ }
2214
+ ]
2215
+ },
2216
+ {
2217
+ "name": "getNsec3paramrecord",
2218
+ "protocol": "REST",
2219
+ "method": "GET",
2220
+ "entitypath": "{base_path}/{version}/record:nsec3param?{query}",
2221
+ "requestSchema": "schema.json",
2222
+ "responseSchema": "schema.json",
2223
+ "timeout": 0,
2224
+ "sendEmpty": false,
2225
+ "sendGetBody": false,
2226
+ "requestDatatype": "JSON",
2227
+ "responseDatatype": "JSON",
2228
+ "headers": {},
2229
+ "responseObjects": [
2230
+ {
2231
+ "type": "default",
2232
+ "key": "",
2233
+ "mockFile": ""
2234
+ }
2235
+ ]
2236
+ },
2237
+ {
2238
+ "name": "getNsec3paramrecordByReference",
2239
+ "protocol": "REST",
2240
+ "method": "GET",
2241
+ "entitypath": "{base_path}/{version}/record:nsec3param/{pathv1}?{query}",
2242
+ "requestSchema": "schema.json",
2243
+ "responseSchema": "schema.json",
2244
+ "timeout": 0,
2245
+ "sendEmpty": false,
2246
+ "sendGetBody": false,
2247
+ "requestDatatype": "JSON",
2248
+ "responseDatatype": "JSON",
2249
+ "headers": {},
2250
+ "responseObjects": [
2251
+ {
2252
+ "type": "default",
2253
+ "key": "",
2254
+ "mockFile": ""
2255
+ }
2256
+ ]
2257
+ },
2258
+ {
2259
+ "name": "getPtrrecordByReference",
2260
+ "protocol": "REST",
2261
+ "method": "GET",
2262
+ "entitypath": "{base_path}/{version}/record:ptr/{pathv1}?{query}",
2263
+ "requestSchema": "schema.json",
2264
+ "responseSchema": "schema.json",
2265
+ "timeout": 0,
2266
+ "sendEmpty": false,
2267
+ "sendGetBody": false,
2268
+ "requestDatatype": "JSON",
2269
+ "responseDatatype": "JSON",
2270
+ "headers": {},
2271
+ "responseObjects": [
2272
+ {
2273
+ "type": "default",
2274
+ "key": "",
2275
+ "mockFile": ""
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "name": "getRrsigrecord",
2281
+ "protocol": "REST",
2282
+ "method": "GET",
2283
+ "entitypath": "{base_path}/{version}/record:rrsig?{query}",
2284
+ "requestSchema": "schema.json",
2285
+ "responseSchema": "schema.json",
2286
+ "timeout": 0,
2287
+ "sendEmpty": false,
2288
+ "sendGetBody": false,
2289
+ "requestDatatype": "JSON",
2290
+ "responseDatatype": "JSON",
2291
+ "headers": {},
2292
+ "responseObjects": [
2293
+ {
2294
+ "type": "default",
2295
+ "key": "",
2296
+ "mockFile": ""
2297
+ }
2298
+ ]
2299
+ },
2300
+ {
2301
+ "name": "getRrsigrecordByReference",
2302
+ "protocol": "REST",
2303
+ "method": "GET",
2304
+ "entitypath": "{base_path}/{version}/record:rrsig/{pathv1}?{query}",
2305
+ "requestSchema": "schema.json",
2306
+ "responseSchema": "schema.json",
2307
+ "timeout": 0,
2308
+ "sendEmpty": false,
2309
+ "sendGetBody": false,
2310
+ "requestDatatype": "JSON",
2311
+ "responseDatatype": "JSON",
2312
+ "headers": {},
2313
+ "responseObjects": [
2314
+ {
2315
+ "type": "default",
2316
+ "key": "",
2317
+ "mockFile": ""
2318
+ }
2319
+ ]
2320
+ },
2321
+ {
2322
+ "name": "getSrvrecordByReference",
2323
+ "protocol": "REST",
2324
+ "method": "GET",
2325
+ "entitypath": "{base_path}/{version}/record:srv/{pathv1}?{query}",
2326
+ "requestSchema": "schema.json",
2327
+ "responseSchema": "schema.json",
2328
+ "timeout": 0,
2329
+ "sendEmpty": false,
2330
+ "sendGetBody": false,
2331
+ "requestDatatype": "JSON",
2332
+ "responseDatatype": "JSON",
2333
+ "headers": {},
2334
+ "responseObjects": [
2335
+ {
2336
+ "type": "default",
2337
+ "key": "",
2338
+ "mockFile": ""
2339
+ }
2340
+ ]
2341
+ },
2342
+ {
2343
+ "name": "updateSrvrecordByReference",
2344
+ "protocol": "REST",
2345
+ "method": "PUT",
2346
+ "entitypath": "{base_path}/{version}/record:srv/{pathv1}?{query}",
2347
+ "requestSchema": "schema.json",
2348
+ "responseSchema": "schema.json",
2349
+ "timeout": 0,
2350
+ "sendEmpty": false,
2351
+ "requestDatatype": "JSON",
2352
+ "responseDatatype": "JSON",
2353
+ "headers": {},
2354
+ "responseObjects": [
2355
+ {
2356
+ "type": "default",
2357
+ "key": "",
2358
+ "mockFile": ""
2359
+ }
2360
+ ]
2361
+ },
2362
+ {
2363
+ "name": "deleteSrvrecordByReference",
2364
+ "protocol": "REST",
2365
+ "method": "DELETE",
2366
+ "entitypath": "{base_path}/{version}/record:srv/{pathv1}?{query}",
2367
+ "requestSchema": "schema.json",
2368
+ "responseSchema": "schema.json",
2369
+ "timeout": 0,
2370
+ "sendEmpty": false,
2371
+ "requestDatatype": "JSON",
2372
+ "responseDatatype": "JSON",
2373
+ "headers": {},
2374
+ "responseObjects": [
2375
+ {
2376
+ "type": "default",
2377
+ "key": "",
2378
+ "mockFile": ""
2379
+ }
2380
+ ]
2381
+ },
2382
+ {
2383
+ "name": "getTlsarecord",
2384
+ "protocol": "REST",
2385
+ "method": "GET",
2386
+ "entitypath": "{base_path}/{version}/record:tlsa?{query}",
2387
+ "requestSchema": "schema.json",
2388
+ "responseSchema": "schema.json",
2389
+ "timeout": 0,
2390
+ "sendEmpty": false,
2391
+ "sendGetBody": false,
2392
+ "requestDatatype": "JSON",
2393
+ "responseDatatype": "JSON",
2394
+ "headers": {},
2395
+ "responseObjects": [
2396
+ {
2397
+ "type": "default",
2398
+ "key": "",
2399
+ "mockFile": ""
2400
+ }
2401
+ ]
2402
+ },
2403
+ {
2404
+ "name": "createTlsarecord",
2405
+ "protocol": "REST",
2406
+ "method": "POST",
2407
+ "entitypath": "{base_path}/{version}/record:tlsa?{query}",
2408
+ "requestSchema": "schema.json",
2409
+ "responseSchema": "schema.json",
2410
+ "timeout": 0,
2411
+ "sendEmpty": false,
2412
+ "requestDatatype": "JSON",
2413
+ "responseDatatype": "JSON",
2414
+ "headers": {},
2415
+ "responseObjects": [
2416
+ {
2417
+ "type": "default",
2418
+ "key": "",
2419
+ "mockFile": ""
2420
+ }
2421
+ ]
2422
+ },
2423
+ {
2424
+ "name": "getTlsarecordByReference",
2425
+ "protocol": "REST",
2426
+ "method": "GET",
2427
+ "entitypath": "{base_path}/{version}/record:tlsa/{pathv1}?{query}",
2428
+ "requestSchema": "schema.json",
2429
+ "responseSchema": "schema.json",
2430
+ "timeout": 0,
2431
+ "sendEmpty": false,
2432
+ "sendGetBody": false,
2433
+ "requestDatatype": "JSON",
2434
+ "responseDatatype": "JSON",
2435
+ "headers": {},
2436
+ "responseObjects": [
2437
+ {
2438
+ "type": "default",
2439
+ "key": "",
2440
+ "mockFile": ""
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "updateTlsarecordByReference",
2446
+ "protocol": "REST",
2447
+ "method": "PUT",
2448
+ "entitypath": "{base_path}/{version}/record:tlsa/{pathv1}?{query}",
2449
+ "requestSchema": "schema.json",
2450
+ "responseSchema": "schema.json",
2451
+ "timeout": 0,
2452
+ "sendEmpty": false,
2453
+ "requestDatatype": "JSON",
2454
+ "responseDatatype": "JSON",
2455
+ "headers": {},
2456
+ "responseObjects": [
2457
+ {
2458
+ "type": "default",
2459
+ "key": "",
2460
+ "mockFile": ""
2461
+ }
2462
+ ]
2463
+ },
2464
+ {
2465
+ "name": "deleteTlsarecordByReference",
2466
+ "protocol": "REST",
2467
+ "method": "DELETE",
2468
+ "entitypath": "{base_path}/{version}/record:tlsa/{pathv1}?{query}",
2469
+ "requestSchema": "schema.json",
2470
+ "responseSchema": "schema.json",
2471
+ "timeout": 0,
2472
+ "sendEmpty": false,
2473
+ "requestDatatype": "JSON",
2474
+ "responseDatatype": "JSON",
2475
+ "headers": {},
2476
+ "responseObjects": [
2477
+ {
2478
+ "type": "default",
2479
+ "key": "",
2480
+ "mockFile": ""
2481
+ }
2482
+ ]
2483
+ },
2484
+ {
2485
+ "name": "getTxtrecordByReference",
2486
+ "protocol": "REST",
2487
+ "method": "GET",
2488
+ "entitypath": "{base_path}/{version}/record:txt/{pathv1}?{query}",
2489
+ "requestSchema": "schema.json",
2490
+ "responseSchema": "schema.json",
2491
+ "timeout": 0,
2492
+ "sendEmpty": false,
2493
+ "sendGetBody": false,
2494
+ "requestDatatype": "JSON",
2495
+ "responseDatatype": "JSON",
2496
+ "headers": {},
2497
+ "responseObjects": [
2498
+ {
2499
+ "type": "default",
2500
+ "key": "",
2501
+ "mockFile": ""
2502
+ }
2503
+ ]
2504
+ },
2505
+ {
2506
+ "name": "updateTxtrecordByReference",
2507
+ "protocol": "REST",
2508
+ "method": "PUT",
2509
+ "entitypath": "{base_path}/{version}/record:txt/{pathv1}?{query}",
2510
+ "requestSchema": "schema.json",
2511
+ "responseSchema": "schema.json",
2512
+ "timeout": 0,
2513
+ "sendEmpty": false,
2514
+ "requestDatatype": "JSON",
2515
+ "responseDatatype": "JSON",
2516
+ "headers": {},
2517
+ "responseObjects": [
2518
+ {
2519
+ "type": "default",
2520
+ "key": "",
2521
+ "mockFile": ""
2522
+ }
2523
+ ]
2524
+ },
2525
+ {
2526
+ "name": "deleteTxtrecordByReference",
2527
+ "protocol": "REST",
2528
+ "method": "DELETE",
2529
+ "entitypath": "{base_path}/{version}/record:txt/{pathv1}?{query}",
2530
+ "requestSchema": "schema.json",
2531
+ "responseSchema": "schema.json",
2532
+ "timeout": 0,
2533
+ "sendEmpty": false,
2534
+ "requestDatatype": "JSON",
2535
+ "responseDatatype": "JSON",
2536
+ "headers": {},
2537
+ "responseObjects": [
2538
+ {
2539
+ "type": "default",
2540
+ "key": "",
2541
+ "mockFile": ""
2542
+ }
2543
+ ]
2544
+ },
2545
+ {
2546
+ "name": "getUnknownrecord",
2547
+ "protocol": "REST",
2548
+ "method": "GET",
2549
+ "entitypath": "{base_path}/{version}/record:unknown?{query}",
2550
+ "requestSchema": "schema.json",
2551
+ "responseSchema": "schema.json",
2552
+ "timeout": 0,
2553
+ "sendEmpty": false,
2554
+ "sendGetBody": false,
2555
+ "requestDatatype": "JSON",
2556
+ "responseDatatype": "JSON",
2557
+ "headers": {},
2558
+ "responseObjects": [
2559
+ {
2560
+ "type": "default",
2561
+ "key": "",
2562
+ "mockFile": ""
2563
+ }
2564
+ ]
2565
+ },
2566
+ {
2567
+ "name": "createUnknownrecord",
2568
+ "protocol": "REST",
2569
+ "method": "POST",
2570
+ "entitypath": "{base_path}/{version}/record:unknown?{query}",
2571
+ "requestSchema": "schema.json",
2572
+ "responseSchema": "schema.json",
2573
+ "timeout": 0,
2574
+ "sendEmpty": false,
2575
+ "requestDatatype": "JSON",
2576
+ "responseDatatype": "JSON",
2577
+ "headers": {},
2578
+ "responseObjects": [
2579
+ {
2580
+ "type": "default",
2581
+ "key": "",
2582
+ "mockFile": ""
2583
+ }
2584
+ ]
2585
+ },
2586
+ {
2587
+ "name": "getUnknownrecordByReference",
2588
+ "protocol": "REST",
2589
+ "method": "GET",
2590
+ "entitypath": "{base_path}/{version}/record:unknown/{pathv1}?{query}",
2591
+ "requestSchema": "schema.json",
2592
+ "responseSchema": "schema.json",
2593
+ "timeout": 0,
2594
+ "sendEmpty": false,
2595
+ "sendGetBody": false,
2596
+ "requestDatatype": "JSON",
2597
+ "responseDatatype": "JSON",
2598
+ "headers": {},
2599
+ "responseObjects": [
2600
+ {
2601
+ "type": "default",
2602
+ "key": "",
2603
+ "mockFile": ""
2604
+ }
2605
+ ]
2606
+ },
2607
+ {
2608
+ "name": "updateUnknownrecordByReference",
2609
+ "protocol": "REST",
2610
+ "method": "PUT",
2611
+ "entitypath": "{base_path}/{version}/record:unknown/{pathv1}?{query}",
2612
+ "requestSchema": "schema.json",
2613
+ "responseSchema": "schema.json",
2614
+ "timeout": 0,
2615
+ "sendEmpty": false,
2616
+ "requestDatatype": "JSON",
2617
+ "responseDatatype": "JSON",
2618
+ "headers": {},
2619
+ "responseObjects": [
2620
+ {
2621
+ "type": "default",
2622
+ "key": "",
2623
+ "mockFile": ""
2624
+ }
2625
+ ]
2626
+ },
2627
+ {
2628
+ "name": "deleteUnknownrecordByReference",
2629
+ "protocol": "REST",
2630
+ "method": "DELETE",
2631
+ "entitypath": "{base_path}/{version}/record:unknown/{pathv1}?{query}",
2632
+ "requestSchema": "schema.json",
2633
+ "responseSchema": "schema.json",
2634
+ "timeout": 0,
2635
+ "sendEmpty": false,
2636
+ "requestDatatype": "JSON",
2637
+ "responseDatatype": "JSON",
2638
+ "headers": {},
2639
+ "responseObjects": [
2640
+ {
2641
+ "type": "default",
2642
+ "key": "",
2643
+ "mockFile": ""
2644
+ }
2645
+ ]
2646
+ },
2647
+ {
2648
+ "name": "getRecordNamePolicy",
2649
+ "protocol": "REST",
2650
+ "method": "GET",
2651
+ "entitypath": "{base_path}/{version}/recordnamepolicy?{query}",
2652
+ "requestSchema": "schema.json",
2653
+ "responseSchema": "schema.json",
2654
+ "timeout": 0,
2655
+ "sendEmpty": false,
2656
+ "sendGetBody": false,
2657
+ "requestDatatype": "JSON",
2658
+ "responseDatatype": "JSON",
2659
+ "headers": {},
2660
+ "responseObjects": [
2661
+ {
2662
+ "type": "default",
2663
+ "key": "",
2664
+ "mockFile": ""
2665
+ }
2666
+ ]
2667
+ },
2668
+ {
2669
+ "name": "createRecordNamePolicy",
2670
+ "protocol": "REST",
2671
+ "method": "POST",
2672
+ "entitypath": "{base_path}/{version}/recordnamepolicy?{query}",
2673
+ "requestSchema": "schema.json",
2674
+ "responseSchema": "schema.json",
2675
+ "timeout": 0,
2676
+ "sendEmpty": false,
2677
+ "requestDatatype": "JSON",
2678
+ "responseDatatype": "JSON",
2679
+ "headers": {},
2680
+ "responseObjects": [
2681
+ {
2682
+ "type": "default",
2683
+ "key": "",
2684
+ "mockFile": ""
2685
+ }
2686
+ ]
2687
+ },
2688
+ {
2689
+ "name": "getRecordNamePolicyByReference",
2690
+ "protocol": "REST",
2691
+ "method": "GET",
2692
+ "entitypath": "{base_path}/{version}/recordnamepolicy/{pathv1}?{query}",
2693
+ "requestSchema": "schema.json",
2694
+ "responseSchema": "schema.json",
2695
+ "timeout": 0,
2696
+ "sendEmpty": false,
2697
+ "sendGetBody": false,
2698
+ "requestDatatype": "JSON",
2699
+ "responseDatatype": "JSON",
2700
+ "headers": {},
2701
+ "responseObjects": [
2702
+ {
2703
+ "type": "default",
2704
+ "key": "",
2705
+ "mockFile": ""
2706
+ }
2707
+ ]
2708
+ },
2709
+ {
2710
+ "name": "updateRecordNamePolicyByReference",
2711
+ "protocol": "REST",
2712
+ "method": "PUT",
2713
+ "entitypath": "{base_path}/{version}/recordnamepolicy/{pathv1}?{query}",
2714
+ "requestSchema": "schema.json",
2715
+ "responseSchema": "schema.json",
2716
+ "timeout": 0,
2717
+ "sendEmpty": false,
2718
+ "requestDatatype": "JSON",
2719
+ "responseDatatype": "JSON",
2720
+ "headers": {},
2721
+ "responseObjects": [
2722
+ {
2723
+ "type": "default",
2724
+ "key": "",
2725
+ "mockFile": ""
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "name": "deleteRecordNamePolicyByReference",
2731
+ "protocol": "REST",
2732
+ "method": "DELETE",
2733
+ "entitypath": "{base_path}/{version}/recordnamepolicy/{pathv1}?{query}",
2734
+ "requestSchema": "schema.json",
2735
+ "responseSchema": "schema.json",
2736
+ "timeout": 0,
2737
+ "sendEmpty": false,
2738
+ "requestDatatype": "JSON",
2739
+ "responseDatatype": "JSON",
2740
+ "headers": {},
2741
+ "responseObjects": [
2742
+ {
2743
+ "type": "default",
2744
+ "key": "",
2745
+ "mockFile": ""
2746
+ }
2747
+ ]
2748
+ },
2749
+ {
2750
+ "name": "getRuleset",
2751
+ "protocol": "REST",
2752
+ "method": "GET",
2753
+ "entitypath": "{base_path}/{version}/ruleset?{query}",
2754
+ "requestSchema": "schema.json",
2755
+ "responseSchema": "schema.json",
2756
+ "timeout": 0,
2757
+ "sendEmpty": false,
2758
+ "sendGetBody": false,
2759
+ "requestDatatype": "JSON",
2760
+ "responseDatatype": "JSON",
2761
+ "headers": {},
2762
+ "responseObjects": [
2763
+ {
2764
+ "type": "default",
2765
+ "key": "",
2766
+ "mockFile": ""
2767
+ }
2768
+ ]
2769
+ },
2770
+ {
2771
+ "name": "createRuleset",
2772
+ "protocol": "REST",
2773
+ "method": "POST",
2774
+ "entitypath": "{base_path}/{version}/ruleset?{query}",
2775
+ "requestSchema": "schema.json",
2776
+ "responseSchema": "schema.json",
2777
+ "timeout": 0,
2778
+ "sendEmpty": false,
2779
+ "requestDatatype": "JSON",
2780
+ "responseDatatype": "JSON",
2781
+ "headers": {},
2782
+ "responseObjects": [
2783
+ {
2784
+ "type": "default",
2785
+ "key": "",
2786
+ "mockFile": ""
2787
+ }
2788
+ ]
2789
+ },
2790
+ {
2791
+ "name": "getRulesetByReference",
2792
+ "protocol": "REST",
2793
+ "method": "GET",
2794
+ "entitypath": "{base_path}/{version}/ruleset/{pathv1}?{query}",
2795
+ "requestSchema": "schema.json",
2796
+ "responseSchema": "schema.json",
2797
+ "timeout": 0,
2798
+ "sendEmpty": false,
2799
+ "sendGetBody": false,
2800
+ "requestDatatype": "JSON",
2801
+ "responseDatatype": "JSON",
2802
+ "headers": {},
2803
+ "responseObjects": [
2804
+ {
2805
+ "type": "default",
2806
+ "key": "",
2807
+ "mockFile": ""
2808
+ }
2809
+ ]
2810
+ },
2811
+ {
2812
+ "name": "updateRulesetByReference",
2813
+ "protocol": "REST",
2814
+ "method": "PUT",
2815
+ "entitypath": "{base_path}/{version}/ruleset/{pathv1}?{query}",
2816
+ "requestSchema": "schema.json",
2817
+ "responseSchema": "schema.json",
2818
+ "timeout": 0,
2819
+ "sendEmpty": false,
2820
+ "requestDatatype": "JSON",
2821
+ "responseDatatype": "JSON",
2822
+ "headers": {},
2823
+ "responseObjects": [
2824
+ {
2825
+ "type": "default",
2826
+ "key": "",
2827
+ "mockFile": ""
2828
+ }
2829
+ ]
2830
+ },
2831
+ {
2832
+ "name": "deleteRulesetByReference",
2833
+ "protocol": "REST",
2834
+ "method": "DELETE",
2835
+ "entitypath": "{base_path}/{version}/ruleset/{pathv1}?{query}",
2836
+ "requestSchema": "schema.json",
2837
+ "responseSchema": "schema.json",
2838
+ "timeout": 0,
2839
+ "sendEmpty": false,
2840
+ "requestDatatype": "JSON",
2841
+ "responseDatatype": "JSON",
2842
+ "headers": {},
2843
+ "responseObjects": [
2844
+ {
2845
+ "type": "default",
2846
+ "key": "",
2847
+ "mockFile": ""
2848
+ }
2849
+ ]
2850
+ },
2851
+ {
2852
+ "name": "getScavengingTask",
2853
+ "protocol": "REST",
2854
+ "method": "GET",
2855
+ "entitypath": "{base_path}/{version}/scavengingtask?{query}",
2856
+ "requestSchema": "schema.json",
2857
+ "responseSchema": "schema.json",
2858
+ "timeout": 0,
2859
+ "sendEmpty": false,
2860
+ "sendGetBody": false,
2861
+ "requestDatatype": "JSON",
2862
+ "responseDatatype": "JSON",
2863
+ "headers": {},
2864
+ "responseObjects": [
2865
+ {
2866
+ "type": "default",
2867
+ "key": "",
2868
+ "mockFile": ""
2869
+ }
2870
+ ]
2871
+ },
2872
+ {
2873
+ "name": "getScavengingTaskByReference",
2874
+ "protocol": "REST",
2875
+ "method": "GET",
2876
+ "entitypath": "{base_path}/{version}/scavengingtask/{pathv1}?{query}",
2877
+ "requestSchema": "schema.json",
2878
+ "responseSchema": "schema.json",
2879
+ "timeout": 0,
2880
+ "sendEmpty": false,
2881
+ "sendGetBody": false,
2882
+ "requestDatatype": "JSON",
2883
+ "responseDatatype": "JSON",
2884
+ "headers": {},
2885
+ "responseObjects": [
2886
+ {
2887
+ "type": "default",
2888
+ "key": "",
2889
+ "mockFile": ""
2890
+ }
2891
+ ]
2892
+ },
2893
+ {
2894
+ "name": "getSharedArecord",
2895
+ "protocol": "REST",
2896
+ "method": "GET",
2897
+ "entitypath": "{base_path}/{version}/sharedrecord:a?{query}",
2898
+ "requestSchema": "schema.json",
2899
+ "responseSchema": "schema.json",
2900
+ "timeout": 0,
2901
+ "sendEmpty": false,
2902
+ "sendGetBody": false,
2903
+ "requestDatatype": "JSON",
2904
+ "responseDatatype": "JSON",
2905
+ "headers": {},
2906
+ "responseObjects": [
2907
+ {
2908
+ "type": "default",
2909
+ "key": "",
2910
+ "mockFile": ""
2911
+ }
2912
+ ]
2913
+ },
2914
+ {
2915
+ "name": "createSharedArecord",
2916
+ "protocol": "REST",
2917
+ "method": "POST",
2918
+ "entitypath": "{base_path}/{version}/sharedrecord:a?{query}",
2919
+ "requestSchema": "schema.json",
2920
+ "responseSchema": "schema.json",
2921
+ "timeout": 0,
2922
+ "sendEmpty": false,
2923
+ "requestDatatype": "JSON",
2924
+ "responseDatatype": "JSON",
2925
+ "headers": {},
2926
+ "responseObjects": [
2927
+ {
2928
+ "type": "default",
2929
+ "key": "",
2930
+ "mockFile": ""
2931
+ }
2932
+ ]
2933
+ },
2934
+ {
2935
+ "name": "getSharedArecordByReference",
2936
+ "protocol": "REST",
2937
+ "method": "GET",
2938
+ "entitypath": "{base_path}/{version}/sharedrecord:a/{pathv1}?{query}",
2939
+ "requestSchema": "schema.json",
2940
+ "responseSchema": "schema.json",
2941
+ "timeout": 0,
2942
+ "sendEmpty": false,
2943
+ "sendGetBody": false,
2944
+ "requestDatatype": "JSON",
2945
+ "responseDatatype": "JSON",
2946
+ "headers": {},
2947
+ "responseObjects": [
2948
+ {
2949
+ "type": "default",
2950
+ "key": "",
2951
+ "mockFile": ""
2952
+ }
2953
+ ]
2954
+ },
2955
+ {
2956
+ "name": "updateSharedArecordByReference",
2957
+ "protocol": "REST",
2958
+ "method": "PUT",
2959
+ "entitypath": "{base_path}/{version}/sharedrecord:a/{pathv1}?{query}",
2960
+ "requestSchema": "schema.json",
2961
+ "responseSchema": "schema.json",
2962
+ "timeout": 0,
2963
+ "sendEmpty": false,
2964
+ "requestDatatype": "JSON",
2965
+ "responseDatatype": "JSON",
2966
+ "headers": {},
2967
+ "responseObjects": [
2968
+ {
2969
+ "type": "default",
2970
+ "key": "",
2971
+ "mockFile": ""
2972
+ }
2973
+ ]
2974
+ },
2975
+ {
2976
+ "name": "deleteSharedArecordByReference",
2977
+ "protocol": "REST",
2978
+ "method": "DELETE",
2979
+ "entitypath": "{base_path}/{version}/sharedrecord:a/{pathv1}?{query}",
2980
+ "requestSchema": "schema.json",
2981
+ "responseSchema": "schema.json",
2982
+ "timeout": 0,
2983
+ "sendEmpty": false,
2984
+ "requestDatatype": "JSON",
2985
+ "responseDatatype": "JSON",
2986
+ "headers": {},
2987
+ "responseObjects": [
2988
+ {
2989
+ "type": "default",
2990
+ "key": "",
2991
+ "mockFile": ""
2992
+ }
2993
+ ]
2994
+ },
2995
+ {
2996
+ "name": "getSharedAAAArecord",
2997
+ "protocol": "REST",
2998
+ "method": "GET",
2999
+ "entitypath": "{base_path}/{version}/sharedrecord:aaaa?{query}",
3000
+ "requestSchema": "schema.json",
3001
+ "responseSchema": "schema.json",
3002
+ "timeout": 0,
3003
+ "sendEmpty": false,
3004
+ "sendGetBody": false,
3005
+ "requestDatatype": "JSON",
3006
+ "responseDatatype": "JSON",
3007
+ "headers": {},
3008
+ "responseObjects": [
3009
+ {
3010
+ "type": "default",
3011
+ "key": "",
3012
+ "mockFile": ""
3013
+ }
3014
+ ]
3015
+ },
3016
+ {
3017
+ "name": "createSharedAAAArecord",
3018
+ "protocol": "REST",
3019
+ "method": "POST",
3020
+ "entitypath": "{base_path}/{version}/sharedrecord:aaaa?{query}",
3021
+ "requestSchema": "schema.json",
3022
+ "responseSchema": "schema.json",
3023
+ "timeout": 0,
3024
+ "sendEmpty": false,
3025
+ "requestDatatype": "JSON",
3026
+ "responseDatatype": "JSON",
3027
+ "headers": {},
3028
+ "responseObjects": [
3029
+ {
3030
+ "type": "default",
3031
+ "key": "",
3032
+ "mockFile": ""
3033
+ }
3034
+ ]
3035
+ },
3036
+ {
3037
+ "name": "getSharedAAAArecordByReference",
3038
+ "protocol": "REST",
3039
+ "method": "GET",
3040
+ "entitypath": "{base_path}/{version}/sharedrecord:aaaa/{pathv1}?{query}",
3041
+ "requestSchema": "schema.json",
3042
+ "responseSchema": "schema.json",
3043
+ "timeout": 0,
3044
+ "sendEmpty": false,
3045
+ "sendGetBody": false,
3046
+ "requestDatatype": "JSON",
3047
+ "responseDatatype": "JSON",
3048
+ "headers": {},
3049
+ "responseObjects": [
3050
+ {
3051
+ "type": "default",
3052
+ "key": "",
3053
+ "mockFile": ""
3054
+ }
3055
+ ]
3056
+ },
3057
+ {
3058
+ "name": "updateSharedAAAArecordByReference",
3059
+ "protocol": "REST",
3060
+ "method": "PUT",
3061
+ "entitypath": "{base_path}/{version}/sharedrecord:aaaa/{pathv1}?{query}",
3062
+ "requestSchema": "schema.json",
3063
+ "responseSchema": "schema.json",
3064
+ "timeout": 0,
3065
+ "sendEmpty": false,
3066
+ "requestDatatype": "JSON",
3067
+ "responseDatatype": "JSON",
3068
+ "headers": {},
3069
+ "responseObjects": [
3070
+ {
3071
+ "type": "default",
3072
+ "key": "",
3073
+ "mockFile": ""
3074
+ }
3075
+ ]
3076
+ },
3077
+ {
3078
+ "name": "deleteSharedAAAArecordByReference",
3079
+ "protocol": "REST",
3080
+ "method": "DELETE",
3081
+ "entitypath": "{base_path}/{version}/sharedrecord:aaaa/{pathv1}?{query}",
3082
+ "requestSchema": "schema.json",
3083
+ "responseSchema": "schema.json",
3084
+ "timeout": 0,
3085
+ "sendEmpty": false,
3086
+ "requestDatatype": "JSON",
3087
+ "responseDatatype": "JSON",
3088
+ "headers": {},
3089
+ "responseObjects": [
3090
+ {
3091
+ "type": "default",
3092
+ "key": "",
3093
+ "mockFile": ""
3094
+ }
3095
+ ]
3096
+ },
3097
+ {
3098
+ "name": "getSharedCnamerecord",
3099
+ "protocol": "REST",
3100
+ "method": "GET",
3101
+ "entitypath": "{base_path}/{version}/sharedrecord:cname?{query}",
3102
+ "requestSchema": "schema.json",
3103
+ "responseSchema": "schema.json",
3104
+ "timeout": 0,
3105
+ "sendEmpty": false,
3106
+ "sendGetBody": false,
3107
+ "requestDatatype": "JSON",
3108
+ "responseDatatype": "JSON",
3109
+ "headers": {},
3110
+ "responseObjects": [
3111
+ {
3112
+ "type": "default",
3113
+ "key": "",
3114
+ "mockFile": ""
3115
+ }
3116
+ ]
3117
+ },
3118
+ {
3119
+ "name": "createSharedCnamerecord",
3120
+ "protocol": "REST",
3121
+ "method": "POST",
3122
+ "entitypath": "{base_path}/{version}/sharedrecord:cname?{query}",
3123
+ "requestSchema": "schema.json",
3124
+ "responseSchema": "schema.json",
3125
+ "timeout": 0,
3126
+ "sendEmpty": false,
3127
+ "requestDatatype": "JSON",
3128
+ "responseDatatype": "JSON",
3129
+ "headers": {},
3130
+ "responseObjects": [
3131
+ {
3132
+ "type": "default",
3133
+ "key": "",
3134
+ "mockFile": ""
3135
+ }
3136
+ ]
3137
+ },
3138
+ {
3139
+ "name": "getSharedCnamerecordByReference",
3140
+ "protocol": "REST",
3141
+ "method": "GET",
3142
+ "entitypath": "{base_path}/{version}/sharedrecord:cname/{pathv1}?{query}",
3143
+ "requestSchema": "schema.json",
3144
+ "responseSchema": "schema.json",
3145
+ "timeout": 0,
3146
+ "sendEmpty": false,
3147
+ "sendGetBody": false,
3148
+ "requestDatatype": "JSON",
3149
+ "responseDatatype": "JSON",
3150
+ "headers": {},
3151
+ "responseObjects": [
3152
+ {
3153
+ "type": "default",
3154
+ "key": "",
3155
+ "mockFile": ""
3156
+ }
3157
+ ]
3158
+ },
3159
+ {
3160
+ "name": "updateSharedCnamerecordByReference",
3161
+ "protocol": "REST",
3162
+ "method": "PUT",
3163
+ "entitypath": "{base_path}/{version}/sharedrecord:cname/{pathv1}?{query}",
3164
+ "requestSchema": "schema.json",
3165
+ "responseSchema": "schema.json",
3166
+ "timeout": 0,
3167
+ "sendEmpty": false,
3168
+ "requestDatatype": "JSON",
3169
+ "responseDatatype": "JSON",
3170
+ "headers": {},
3171
+ "responseObjects": [
3172
+ {
3173
+ "type": "default",
3174
+ "key": "",
3175
+ "mockFile": ""
3176
+ }
3177
+ ]
3178
+ },
3179
+ {
3180
+ "name": "deleteSharedCnamerecordByReference",
3181
+ "protocol": "REST",
3182
+ "method": "DELETE",
3183
+ "entitypath": "{base_path}/{version}/sharedrecord:cname/{pathv1}?{query}",
3184
+ "requestSchema": "schema.json",
3185
+ "responseSchema": "schema.json",
3186
+ "timeout": 0,
3187
+ "sendEmpty": false,
3188
+ "requestDatatype": "JSON",
3189
+ "responseDatatype": "JSON",
3190
+ "headers": {},
3191
+ "responseObjects": [
3192
+ {
3193
+ "type": "default",
3194
+ "key": "",
3195
+ "mockFile": ""
3196
+ }
3197
+ ]
3198
+ },
3199
+ {
3200
+ "name": "getSharedMxrecord",
3201
+ "protocol": "REST",
3202
+ "method": "GET",
3203
+ "entitypath": "{base_path}/{version}/sharedrecord:mx?{query}",
3204
+ "requestSchema": "schema.json",
3205
+ "responseSchema": "schema.json",
3206
+ "timeout": 0,
3207
+ "sendEmpty": false,
3208
+ "sendGetBody": false,
3209
+ "requestDatatype": "JSON",
3210
+ "responseDatatype": "JSON",
3211
+ "headers": {},
3212
+ "responseObjects": [
3213
+ {
3214
+ "type": "default",
3215
+ "key": "",
3216
+ "mockFile": ""
3217
+ }
3218
+ ]
3219
+ },
3220
+ {
3221
+ "name": "createSharedMxrecord",
3222
+ "protocol": "REST",
3223
+ "method": "POST",
3224
+ "entitypath": "{base_path}/{version}/sharedrecord:mx?{query}",
3225
+ "requestSchema": "schema.json",
3226
+ "responseSchema": "schema.json",
3227
+ "timeout": 0,
3228
+ "sendEmpty": false,
3229
+ "requestDatatype": "JSON",
3230
+ "responseDatatype": "JSON",
3231
+ "headers": {},
3232
+ "responseObjects": [
3233
+ {
3234
+ "type": "default",
3235
+ "key": "",
3236
+ "mockFile": ""
3237
+ }
3238
+ ]
3239
+ },
3240
+ {
3241
+ "name": "getSharedMxrecordByReference",
3242
+ "protocol": "REST",
3243
+ "method": "GET",
3244
+ "entitypath": "{base_path}/{version}/sharedrecord:mx/{pathv1}?{query}",
3245
+ "requestSchema": "schema.json",
3246
+ "responseSchema": "schema.json",
3247
+ "timeout": 0,
3248
+ "sendEmpty": false,
3249
+ "sendGetBody": false,
3250
+ "requestDatatype": "JSON",
3251
+ "responseDatatype": "JSON",
3252
+ "headers": {},
3253
+ "responseObjects": [
3254
+ {
3255
+ "type": "default",
3256
+ "key": "",
3257
+ "mockFile": ""
3258
+ }
3259
+ ]
3260
+ },
3261
+ {
3262
+ "name": "updateSharedMxrecordByReference",
3263
+ "protocol": "REST",
3264
+ "method": "PUT",
3265
+ "entitypath": "{base_path}/{version}/sharedrecord:mx/{pathv1}?{query}",
3266
+ "requestSchema": "schema.json",
3267
+ "responseSchema": "schema.json",
3268
+ "timeout": 0,
3269
+ "sendEmpty": false,
3270
+ "requestDatatype": "JSON",
3271
+ "responseDatatype": "JSON",
3272
+ "headers": {},
3273
+ "responseObjects": [
3274
+ {
3275
+ "type": "default",
3276
+ "key": "",
3277
+ "mockFile": ""
3278
+ }
3279
+ ]
3280
+ },
3281
+ {
3282
+ "name": "deleteSharedMxrecordByReference",
3283
+ "protocol": "REST",
3284
+ "method": "DELETE",
3285
+ "entitypath": "{base_path}/{version}/sharedrecord:mx/{pathv1}?{query}",
3286
+ "requestSchema": "schema.json",
3287
+ "responseSchema": "schema.json",
3288
+ "timeout": 0,
3289
+ "sendEmpty": false,
3290
+ "requestDatatype": "JSON",
3291
+ "responseDatatype": "JSON",
3292
+ "headers": {},
3293
+ "responseObjects": [
3294
+ {
3295
+ "type": "default",
3296
+ "key": "",
3297
+ "mockFile": ""
3298
+ }
3299
+ ]
3300
+ },
3301
+ {
3302
+ "name": "getSharedSrvrecord",
3303
+ "protocol": "REST",
3304
+ "method": "GET",
3305
+ "entitypath": "{base_path}/{version}/sharedrecord:srv?{query}",
3306
+ "requestSchema": "schema.json",
3307
+ "responseSchema": "schema.json",
3308
+ "timeout": 0,
3309
+ "sendEmpty": false,
3310
+ "sendGetBody": false,
3311
+ "requestDatatype": "JSON",
3312
+ "responseDatatype": "JSON",
3313
+ "headers": {},
3314
+ "responseObjects": [
3315
+ {
3316
+ "type": "default",
3317
+ "key": "",
3318
+ "mockFile": ""
3319
+ }
3320
+ ]
3321
+ },
3322
+ {
3323
+ "name": "createSharedSrvrecord",
3324
+ "protocol": "REST",
3325
+ "method": "POST",
3326
+ "entitypath": "{base_path}/{version}/sharedrecord:srv?{query}",
3327
+ "requestSchema": "schema.json",
3328
+ "responseSchema": "schema.json",
3329
+ "timeout": 0,
3330
+ "sendEmpty": false,
3331
+ "requestDatatype": "JSON",
3332
+ "responseDatatype": "JSON",
3333
+ "headers": {},
3334
+ "responseObjects": [
3335
+ {
3336
+ "type": "default",
3337
+ "key": "",
3338
+ "mockFile": ""
3339
+ }
3340
+ ]
3341
+ },
3342
+ {
3343
+ "name": "getSharedSrvrecordByReference",
3344
+ "protocol": "REST",
3345
+ "method": "GET",
3346
+ "entitypath": "{base_path}/{version}/sharedrecord:srv/{pathv1}?{query}",
3347
+ "requestSchema": "schema.json",
3348
+ "responseSchema": "schema.json",
3349
+ "timeout": 0,
3350
+ "sendEmpty": false,
3351
+ "sendGetBody": false,
3352
+ "requestDatatype": "JSON",
3353
+ "responseDatatype": "JSON",
3354
+ "headers": {},
3355
+ "responseObjects": [
3356
+ {
3357
+ "type": "default",
3358
+ "key": "",
3359
+ "mockFile": ""
3360
+ }
3361
+ ]
3362
+ },
3363
+ {
3364
+ "name": "updateSharedSrvrecordByReference",
3365
+ "protocol": "REST",
3366
+ "method": "PUT",
3367
+ "entitypath": "{base_path}/{version}/sharedrecord:srv/{pathv1}?{query}",
3368
+ "requestSchema": "schema.json",
3369
+ "responseSchema": "schema.json",
3370
+ "timeout": 0,
3371
+ "sendEmpty": false,
3372
+ "requestDatatype": "JSON",
3373
+ "responseDatatype": "JSON",
3374
+ "headers": {},
3375
+ "responseObjects": [
3376
+ {
3377
+ "type": "default",
3378
+ "key": "",
3379
+ "mockFile": ""
3380
+ }
3381
+ ]
3382
+ },
3383
+ {
3384
+ "name": "deleteSharedSrvrecordByReference",
3385
+ "protocol": "REST",
3386
+ "method": "DELETE",
3387
+ "entitypath": "{base_path}/{version}/sharedrecord:srv/{pathv1}?{query}",
3388
+ "requestSchema": "schema.json",
3389
+ "responseSchema": "schema.json",
3390
+ "timeout": 0,
3391
+ "sendEmpty": false,
3392
+ "requestDatatype": "JSON",
3393
+ "responseDatatype": "JSON",
3394
+ "headers": {},
3395
+ "responseObjects": [
3396
+ {
3397
+ "type": "default",
3398
+ "key": "",
3399
+ "mockFile": ""
3400
+ }
3401
+ ]
3402
+ },
3403
+ {
3404
+ "name": "getSharedTxtrecord",
3405
+ "protocol": "REST",
3406
+ "method": "GET",
3407
+ "entitypath": "{base_path}/{version}/sharedrecord:txt?{query}",
3408
+ "requestSchema": "schema.json",
3409
+ "responseSchema": "schema.json",
3410
+ "timeout": 0,
3411
+ "sendEmpty": false,
3412
+ "sendGetBody": false,
3413
+ "requestDatatype": "JSON",
3414
+ "responseDatatype": "JSON",
3415
+ "headers": {},
3416
+ "responseObjects": [
3417
+ {
3418
+ "type": "default",
3419
+ "key": "",
3420
+ "mockFile": ""
3421
+ }
3422
+ ]
3423
+ },
3424
+ {
3425
+ "name": "createSharedTxtrecord",
3426
+ "protocol": "REST",
3427
+ "method": "POST",
3428
+ "entitypath": "{base_path}/{version}/sharedrecord:txt?{query}",
3429
+ "requestSchema": "schema.json",
3430
+ "responseSchema": "schema.json",
3431
+ "timeout": 0,
3432
+ "sendEmpty": false,
3433
+ "requestDatatype": "JSON",
3434
+ "responseDatatype": "JSON",
3435
+ "headers": {},
3436
+ "responseObjects": [
3437
+ {
3438
+ "type": "default",
3439
+ "key": "",
3440
+ "mockFile": ""
3441
+ }
3442
+ ]
3443
+ },
3444
+ {
3445
+ "name": "getSharedTxtrecordByReference",
3446
+ "protocol": "REST",
3447
+ "method": "GET",
3448
+ "entitypath": "{base_path}/{version}/sharedrecord:txt/{pathv1}?{query}",
3449
+ "requestSchema": "schema.json",
3450
+ "responseSchema": "schema.json",
3451
+ "timeout": 0,
3452
+ "sendEmpty": false,
3453
+ "sendGetBody": false,
3454
+ "requestDatatype": "JSON",
3455
+ "responseDatatype": "JSON",
3456
+ "headers": {},
3457
+ "responseObjects": [
3458
+ {
3459
+ "type": "default",
3460
+ "key": "",
3461
+ "mockFile": ""
3462
+ }
3463
+ ]
3464
+ },
3465
+ {
3466
+ "name": "updateSharedTxtrecordByReference",
3467
+ "protocol": "REST",
3468
+ "method": "PUT",
3469
+ "entitypath": "{base_path}/{version}/sharedrecord:txt/{pathv1}?{query}",
3470
+ "requestSchema": "schema.json",
3471
+ "responseSchema": "schema.json",
3472
+ "timeout": 0,
3473
+ "sendEmpty": false,
3474
+ "requestDatatype": "JSON",
3475
+ "responseDatatype": "JSON",
3476
+ "headers": {},
3477
+ "responseObjects": [
3478
+ {
3479
+ "type": "default",
3480
+ "key": "",
3481
+ "mockFile": ""
3482
+ }
3483
+ ]
3484
+ },
3485
+ {
3486
+ "name": "deleteSharedTxtrecordByReference",
3487
+ "protocol": "REST",
3488
+ "method": "DELETE",
3489
+ "entitypath": "{base_path}/{version}/sharedrecord:txt/{pathv1}?{query}",
3490
+ "requestSchema": "schema.json",
3491
+ "responseSchema": "schema.json",
3492
+ "timeout": 0,
3493
+ "sendEmpty": false,
3494
+ "requestDatatype": "JSON",
3495
+ "responseDatatype": "JSON",
3496
+ "headers": {},
3497
+ "responseObjects": [
3498
+ {
3499
+ "type": "default",
3500
+ "key": "",
3501
+ "mockFile": ""
3502
+ }
3503
+ ]
3504
+ },
3505
+ {
3506
+ "name": "getSharedRecordGroup",
3507
+ "protocol": "REST",
3508
+ "method": "GET",
3509
+ "entitypath": "{base_path}/{version}/sharedrecordgroup?{query}",
3510
+ "requestSchema": "schema.json",
3511
+ "responseSchema": "schema.json",
3512
+ "timeout": 0,
3513
+ "sendEmpty": false,
3514
+ "sendGetBody": false,
3515
+ "requestDatatype": "JSON",
3516
+ "responseDatatype": "JSON",
3517
+ "headers": {},
3518
+ "responseObjects": [
3519
+ {
3520
+ "type": "default",
3521
+ "key": "",
3522
+ "mockFile": ""
3523
+ }
3524
+ ]
3525
+ },
3526
+ {
3527
+ "name": "createSharedRecordGroup",
3528
+ "protocol": "REST",
3529
+ "method": "POST",
3530
+ "entitypath": "{base_path}/{version}/sharedrecordgroup?{query}",
3531
+ "requestSchema": "schema.json",
3532
+ "responseSchema": "schema.json",
3533
+ "timeout": 0,
3534
+ "sendEmpty": false,
3535
+ "requestDatatype": "JSON",
3536
+ "responseDatatype": "JSON",
3537
+ "headers": {},
3538
+ "responseObjects": [
3539
+ {
3540
+ "type": "default",
3541
+ "key": "",
3542
+ "mockFile": ""
3543
+ }
3544
+ ]
3545
+ },
3546
+ {
3547
+ "name": "getSharedRecordGroupByReference",
3548
+ "protocol": "REST",
3549
+ "method": "GET",
3550
+ "entitypath": "{base_path}/{version}/sharedrecordgroup/{pathv1}?{query}",
3551
+ "requestSchema": "schema.json",
3552
+ "responseSchema": "schema.json",
3553
+ "timeout": 0,
3554
+ "sendEmpty": false,
3555
+ "sendGetBody": false,
3556
+ "requestDatatype": "JSON",
3557
+ "responseDatatype": "JSON",
3558
+ "headers": {},
3559
+ "responseObjects": [
3560
+ {
3561
+ "type": "default",
3562
+ "key": "",
3563
+ "mockFile": ""
3564
+ }
3565
+ ]
3566
+ },
3567
+ {
3568
+ "name": "updateSharedRecordGroupByReference",
3569
+ "protocol": "REST",
3570
+ "method": "PUT",
3571
+ "entitypath": "{base_path}/{version}/sharedrecordgroup/{pathv1}?{query}",
3572
+ "requestSchema": "schema.json",
3573
+ "responseSchema": "schema.json",
3574
+ "timeout": 0,
3575
+ "sendEmpty": false,
3576
+ "requestDatatype": "JSON",
3577
+ "responseDatatype": "JSON",
3578
+ "headers": {},
3579
+ "responseObjects": [
3580
+ {
3581
+ "type": "default",
3582
+ "key": "",
3583
+ "mockFile": ""
3584
+ }
3585
+ ]
3586
+ },
3587
+ {
3588
+ "name": "deleteSharedRecordGroupByReference",
3589
+ "protocol": "REST",
3590
+ "method": "DELETE",
3591
+ "entitypath": "{base_path}/{version}/sharedrecordgroup/{pathv1}?{query}",
3592
+ "requestSchema": "schema.json",
3593
+ "responseSchema": "schema.json",
3594
+ "timeout": 0,
3595
+ "sendEmpty": false,
3596
+ "requestDatatype": "JSON",
3597
+ "responseDatatype": "JSON",
3598
+ "headers": {},
3599
+ "responseObjects": [
3600
+ {
3601
+ "type": "default",
3602
+ "key": "",
3603
+ "mockFile": ""
3604
+ }
3605
+ ]
3606
+ },
3607
+ {
3608
+ "name": "createView",
3609
+ "protocol": "REST",
3610
+ "method": "POST",
3611
+ "entitypath": "{base_path}/{version}/view?{query}",
3612
+ "requestSchema": "schema.json",
3613
+ "responseSchema": "schema.json",
3614
+ "timeout": 0,
3615
+ "sendEmpty": false,
3616
+ "requestDatatype": "JSON",
3617
+ "responseDatatype": "JSON",
3618
+ "headers": {},
3619
+ "responseObjects": [
3620
+ {
3621
+ "type": "default",
3622
+ "key": "",
3623
+ "mockFile": ""
3624
+ }
3625
+ ]
3626
+ },
3627
+ {
3628
+ "name": "getViewByReference",
3629
+ "protocol": "REST",
3630
+ "method": "GET",
3631
+ "entitypath": "{base_path}/{version}/view/{pathv1}?{query}",
3632
+ "requestSchema": "schema.json",
3633
+ "responseSchema": "schema.json",
3634
+ "timeout": 0,
3635
+ "sendEmpty": false,
3636
+ "sendGetBody": false,
3637
+ "requestDatatype": "JSON",
3638
+ "responseDatatype": "JSON",
3639
+ "headers": {},
3640
+ "responseObjects": [
3641
+ {
3642
+ "type": "default",
3643
+ "key": "",
3644
+ "mockFile": ""
3645
+ }
3646
+ ]
3647
+ },
3648
+ {
3649
+ "name": "createViewByReference",
3650
+ "protocol": "REST",
3651
+ "method": "POST",
3652
+ "entitypath": "{base_path}/{version}/view/{pathv1}?{query}",
3653
+ "requestSchema": "schema.json",
3654
+ "responseSchema": "schema.json",
3655
+ "timeout": 0,
3656
+ "sendEmpty": false,
3657
+ "requestDatatype": "JSON",
3658
+ "responseDatatype": "JSON",
3659
+ "headers": {},
3660
+ "responseObjects": [
3661
+ {
3662
+ "type": "default",
3663
+ "key": "",
3664
+ "mockFile": "mockdatafiles/createViewByReference-default.json"
3665
+ }
3666
+ ]
3667
+ },
3668
+ {
3669
+ "name": "updateViewByReference",
3670
+ "protocol": "REST",
3671
+ "method": "PUT",
3672
+ "entitypath": "{base_path}/{version}/view/{pathv1}?{query}",
3673
+ "requestSchema": "schema.json",
3674
+ "responseSchema": "schema.json",
3675
+ "timeout": 0,
3676
+ "sendEmpty": false,
3677
+ "requestDatatype": "JSON",
3678
+ "responseDatatype": "JSON",
3679
+ "headers": {},
3680
+ "responseObjects": [
3681
+ {
3682
+ "type": "default",
3683
+ "key": "",
3684
+ "mockFile": ""
3685
+ }
3686
+ ]
3687
+ },
3688
+ {
3689
+ "name": "deleteViewByReference",
3690
+ "protocol": "REST",
3691
+ "method": "DELETE",
3692
+ "entitypath": "{base_path}/{version}/view/{pathv1}?{query}",
3693
+ "requestSchema": "schema.json",
3694
+ "responseSchema": "schema.json",
3695
+ "timeout": 0,
3696
+ "sendEmpty": false,
3697
+ "requestDatatype": "JSON",
3698
+ "responseDatatype": "JSON",
3699
+ "headers": {},
3700
+ "responseObjects": [
3701
+ {
3702
+ "type": "default",
3703
+ "key": "",
3704
+ "mockFile": ""
3705
+ }
3706
+ ]
3707
+ },
3708
+ {
3709
+ "name": "getZoneAuth",
3710
+ "protocol": "REST",
3711
+ "method": "GET",
3712
+ "entitypath": "{base_path}/{version}/zone_auth?{query}",
3713
+ "requestSchema": "schema.json",
3714
+ "responseSchema": "schema.json",
3715
+ "timeout": 0,
3716
+ "sendEmpty": false,
3717
+ "sendGetBody": false,
3718
+ "requestDatatype": "JSON",
3719
+ "responseDatatype": "JSON",
3720
+ "headers": {},
3721
+ "responseObjects": [
3722
+ {
3723
+ "type": "default",
3724
+ "key": "",
3725
+ "mockFile": ""
3726
+ }
3727
+ ]
3728
+ },
3729
+ {
3730
+ "name": "createZoneAuth",
3731
+ "protocol": "REST",
3732
+ "method": "POST",
3733
+ "entitypath": "{base_path}/{version}/zone_auth?{query}",
3734
+ "requestSchema": "schema.json",
3735
+ "responseSchema": "schema.json",
3736
+ "timeout": 0,
3737
+ "sendEmpty": false,
3738
+ "requestDatatype": "JSON",
3739
+ "responseDatatype": "JSON",
3740
+ "headers": {},
3741
+ "responseObjects": [
3742
+ {
3743
+ "type": "default",
3744
+ "key": "",
3745
+ "mockFile": ""
3746
+ }
3747
+ ]
3748
+ },
3749
+ {
3750
+ "name": "updateZoneAuthByReference",
3751
+ "protocol": "REST",
3752
+ "method": "PUT",
3753
+ "entitypath": "{base_path}/{version}/zone_auth/{pathv1}?{query}",
3754
+ "requestSchema": "schema.json",
3755
+ "responseSchema": "schema.json",
3756
+ "timeout": 0,
3757
+ "sendEmpty": false,
3758
+ "requestDatatype": "JSON",
3759
+ "responseDatatype": "JSON",
3760
+ "headers": {},
3761
+ "responseObjects": [
3762
+ {
3763
+ "type": "default",
3764
+ "key": "",
3765
+ "mockFile": ""
3766
+ }
3767
+ ]
3768
+ },
3769
+ {
3770
+ "name": "getZoneAuthDiscrepancy",
3771
+ "protocol": "REST",
3772
+ "method": "GET",
3773
+ "entitypath": "{base_path}/{version}/zone_auth_discrepancy?{query}",
3774
+ "requestSchema": "schema.json",
3775
+ "responseSchema": "schema.json",
3776
+ "timeout": 0,
3777
+ "sendEmpty": false,
3778
+ "sendGetBody": false,
3779
+ "requestDatatype": "JSON",
3780
+ "responseDatatype": "JSON",
3781
+ "headers": {},
3782
+ "responseObjects": [
3783
+ {
3784
+ "type": "default",
3785
+ "key": "",
3786
+ "mockFile": ""
3787
+ }
3788
+ ]
3789
+ },
3790
+ {
3791
+ "name": "getZoneAuthDiscrepancyByReference",
3792
+ "protocol": "REST",
3793
+ "method": "GET",
3794
+ "entitypath": "{base_path}/{version}/zone_auth_discrepancy/{pathv1}?{query}",
3795
+ "requestSchema": "schema.json",
3796
+ "responseSchema": "schema.json",
3797
+ "timeout": 0,
3798
+ "sendEmpty": false,
3799
+ "sendGetBody": false,
3800
+ "requestDatatype": "JSON",
3801
+ "responseDatatype": "JSON",
3802
+ "headers": {},
3803
+ "responseObjects": [
3804
+ {
3805
+ "type": "default",
3806
+ "key": "",
3807
+ "mockFile": ""
3808
+ }
3809
+ ]
3810
+ },
3811
+ {
3812
+ "name": "getZoneDelegatedByReference",
3813
+ "protocol": "REST",
3814
+ "method": "GET",
3815
+ "entitypath": "{base_path}/{version}/zone_delegated/{pathv1}?{query}",
3816
+ "requestSchema": "schema.json",
3817
+ "responseSchema": "schema.json",
3818
+ "timeout": 0,
3819
+ "sendEmpty": false,
3820
+ "sendGetBody": false,
3821
+ "requestDatatype": "JSON",
3822
+ "responseDatatype": "JSON",
3823
+ "headers": {},
3824
+ "responseObjects": [
3825
+ {
3826
+ "type": "default",
3827
+ "key": "",
3828
+ "mockFile": ""
3829
+ }
3830
+ ]
3831
+ },
3832
+ {
3833
+ "name": "createZoneDelegatedByReference",
3834
+ "protocol": "REST",
3835
+ "method": "POST",
3836
+ "entitypath": "{base_path}/{version}/zone_delegated/{pathv1}?{query}",
3837
+ "requestSchema": "schema.json",
3838
+ "responseSchema": "schema.json",
3839
+ "timeout": 0,
3840
+ "sendEmpty": false,
3841
+ "requestDatatype": "JSON",
3842
+ "responseDatatype": "JSON",
3843
+ "headers": {},
3844
+ "responseObjects": [
3845
+ {
3846
+ "type": "default",
3847
+ "key": "",
3848
+ "mockFile": "mockdatafiles/createZoneDelegatedByReference-default.json"
3849
+ }
3850
+ ]
3851
+ },
3852
+ {
3853
+ "name": "updateZoneDelegatedByReference",
3854
+ "protocol": "REST",
3855
+ "method": "PUT",
3856
+ "entitypath": "{base_path}/{version}/zone_delegated/{pathv1}?{query}",
3857
+ "requestSchema": "schema.json",
3858
+ "responseSchema": "schema.json",
3859
+ "timeout": 0,
3860
+ "sendEmpty": false,
3861
+ "requestDatatype": "JSON",
3862
+ "responseDatatype": "JSON",
3863
+ "headers": {},
3864
+ "responseObjects": [
3865
+ {
3866
+ "type": "default",
3867
+ "key": "",
3868
+ "mockFile": ""
3869
+ }
3870
+ ]
3871
+ },
3872
+ {
3873
+ "name": "deleteZoneDelegatedByReference",
3874
+ "protocol": "REST",
3875
+ "method": "DELETE",
3876
+ "entitypath": "{base_path}/{version}/zone_delegated/{pathv1}?{query}",
3877
+ "requestSchema": "schema.json",
3878
+ "responseSchema": "schema.json",
3879
+ "timeout": 0,
3880
+ "sendEmpty": false,
3881
+ "requestDatatype": "JSON",
3882
+ "responseDatatype": "JSON",
3883
+ "headers": {},
3884
+ "responseObjects": [
3885
+ {
3886
+ "type": "default",
3887
+ "key": "",
3888
+ "mockFile": ""
3889
+ }
3890
+ ]
3891
+ },
3892
+ {
3893
+ "name": "getZoneForwardByReference",
3894
+ "protocol": "REST",
3895
+ "method": "GET",
3896
+ "entitypath": "{base_path}/{version}/zone_forward/{pathv1}?{query}",
3897
+ "requestSchema": "schema.json",
3898
+ "responseSchema": "schema.json",
3899
+ "timeout": 0,
3900
+ "sendEmpty": false,
3901
+ "sendGetBody": false,
3902
+ "requestDatatype": "JSON",
3903
+ "responseDatatype": "JSON",
3904
+ "headers": {},
3905
+ "responseObjects": [
3906
+ {
3907
+ "type": "default",
3908
+ "key": "",
3909
+ "mockFile": ""
3910
+ }
3911
+ ]
3912
+ },
3913
+ {
3914
+ "name": "createZoneForwardByReference",
3915
+ "protocol": "REST",
3916
+ "method": "POST",
3917
+ "entitypath": "{base_path}/{version}/zone_forward/{pathv1}?{query}",
3918
+ "requestSchema": "schema.json",
3919
+ "responseSchema": "schema.json",
3920
+ "timeout": 0,
3921
+ "sendEmpty": false,
3922
+ "requestDatatype": "JSON",
3923
+ "responseDatatype": "JSON",
3924
+ "headers": {},
3925
+ "responseObjects": [
3926
+ {
3927
+ "type": "default",
3928
+ "key": "",
3929
+ "mockFile": "mockdatafiles/createZoneForwardByReference-default.json"
3930
+ }
3931
+ ]
3932
+ },
3933
+ {
3934
+ "name": "updateZoneForwardByReference",
3935
+ "protocol": "REST",
3936
+ "method": "PUT",
3937
+ "entitypath": "{base_path}/{version}/zone_forward/{pathv1}?{query}",
3938
+ "requestSchema": "schema.json",
3939
+ "responseSchema": "schema.json",
3940
+ "timeout": 0,
3941
+ "sendEmpty": false,
3942
+ "requestDatatype": "JSON",
3943
+ "responseDatatype": "JSON",
3944
+ "headers": {},
3945
+ "responseObjects": [
3946
+ {
3947
+ "type": "default",
3948
+ "key": "",
3949
+ "mockFile": ""
3950
+ }
3951
+ ]
3952
+ },
3953
+ {
3954
+ "name": "deleteZoneForwardByReference",
3955
+ "protocol": "REST",
3956
+ "method": "DELETE",
3957
+ "entitypath": "{base_path}/{version}/zone_forward/{pathv1}?{query}",
3958
+ "requestSchema": "schema.json",
3959
+ "responseSchema": "schema.json",
3960
+ "timeout": 0,
3961
+ "sendEmpty": false,
3962
+ "requestDatatype": "JSON",
3963
+ "responseDatatype": "JSON",
3964
+ "headers": {},
3965
+ "responseObjects": [
3966
+ {
3967
+ "type": "default",
3968
+ "key": "",
3969
+ "mockFile": ""
3970
+ }
3971
+ ]
3972
+ },
3973
+ {
3974
+ "name": "getZoneRpByReference",
3975
+ "protocol": "REST",
3976
+ "method": "GET",
3977
+ "entitypath": "{base_path}/{version}/zone_rp/{pathv1}?{query}",
3978
+ "requestSchema": "schema.json",
3979
+ "responseSchema": "schema.json",
3980
+ "timeout": 0,
3981
+ "sendEmpty": false,
3982
+ "sendGetBody": false,
3983
+ "requestDatatype": "JSON",
3984
+ "responseDatatype": "JSON",
3985
+ "headers": {},
3986
+ "responseObjects": [
3987
+ {
3988
+ "type": "default",
3989
+ "key": "",
3990
+ "mockFile": ""
3991
+ }
3992
+ ]
3993
+ },
3994
+ {
3995
+ "name": "createZoneRpByReference",
3996
+ "protocol": "REST",
3997
+ "method": "POST",
3998
+ "entitypath": "{base_path}/{version}/zone_rp/{pathv1}?{query}",
3999
+ "requestSchema": "schema.json",
4000
+ "responseSchema": "schema.json",
4001
+ "timeout": 0,
4002
+ "sendEmpty": false,
4003
+ "requestDatatype": "JSON",
4004
+ "responseDatatype": "JSON",
4005
+ "headers": {},
4006
+ "responseObjects": [
4007
+ {
4008
+ "type": "default",
4009
+ "key": "",
4010
+ "mockFile": "mockdatafiles/createZoneRpByReference-default.json"
4011
+ }
4012
+ ]
4013
+ },
4014
+ {
4015
+ "name": "updateZoneRpByReference",
4016
+ "protocol": "REST",
4017
+ "method": "PUT",
4018
+ "entitypath": "{base_path}/{version}/zone_rp/{pathv1}?{query}",
4019
+ "requestSchema": "schema.json",
4020
+ "responseSchema": "schema.json",
4021
+ "timeout": 0,
4022
+ "sendEmpty": false,
4023
+ "requestDatatype": "JSON",
4024
+ "responseDatatype": "JSON",
4025
+ "headers": {},
4026
+ "responseObjects": [
4027
+ {
4028
+ "type": "default",
4029
+ "key": "",
4030
+ "mockFile": ""
4031
+ }
4032
+ ]
4033
+ },
4034
+ {
4035
+ "name": "deleteZoneRpByReference",
4036
+ "protocol": "REST",
4037
+ "method": "DELETE",
4038
+ "entitypath": "{base_path}/{version}/zone_rp/{pathv1}?{query}",
4039
+ "requestSchema": "schema.json",
4040
+ "responseSchema": "schema.json",
4041
+ "timeout": 0,
4042
+ "sendEmpty": false,
4043
+ "requestDatatype": "JSON",
4044
+ "responseDatatype": "JSON",
4045
+ "headers": {},
4046
+ "responseObjects": [
4047
+ {
4048
+ "type": "default",
4049
+ "key": "",
4050
+ "mockFile": ""
4051
+ }
4052
+ ]
4053
+ },
4054
+ {
4055
+ "name": "getZoneStub",
4056
+ "protocol": "REST",
4057
+ "method": "GET",
4058
+ "entitypath": "{base_path}/{version}/zone_stub?{query}",
4059
+ "requestSchema": "schema.json",
4060
+ "responseSchema": "schema.json",
4061
+ "timeout": 0,
4062
+ "sendEmpty": false,
4063
+ "sendGetBody": false,
4064
+ "requestDatatype": "JSON",
4065
+ "responseDatatype": "JSON",
4066
+ "headers": {},
4067
+ "responseObjects": [
4068
+ {
4069
+ "type": "default",
4070
+ "key": "",
4071
+ "mockFile": ""
4072
+ }
4073
+ ]
4074
+ },
4075
+ {
4076
+ "name": "createZoneStub",
4077
+ "protocol": "REST",
4078
+ "method": "POST",
4079
+ "entitypath": "{base_path}/{version}/zone_stub?{query}",
4080
+ "requestSchema": "schema.json",
4081
+ "responseSchema": "schema.json",
4082
+ "timeout": 0,
4083
+ "sendEmpty": false,
4084
+ "requestDatatype": "JSON",
4085
+ "responseDatatype": "JSON",
4086
+ "headers": {},
4087
+ "responseObjects": [
4088
+ {
4089
+ "type": "default",
4090
+ "key": "",
4091
+ "mockFile": ""
4092
+ }
4093
+ ]
4094
+ },
4095
+ {
4096
+ "name": "getZoneStubByReference",
4097
+ "protocol": "REST",
4098
+ "method": "GET",
4099
+ "entitypath": "{base_path}/{version}/zone_stub/{pathv1}?{query}",
4100
+ "requestSchema": "schema.json",
4101
+ "responseSchema": "schema.json",
4102
+ "timeout": 0,
4103
+ "sendEmpty": false,
4104
+ "sendGetBody": false,
4105
+ "requestDatatype": "JSON",
4106
+ "responseDatatype": "JSON",
4107
+ "headers": {},
4108
+ "responseObjects": [
4109
+ {
4110
+ "type": "default",
4111
+ "key": "",
4112
+ "mockFile": ""
4113
+ }
4114
+ ]
4115
+ },
4116
+ {
4117
+ "name": "createZoneStubByReference",
4118
+ "protocol": "REST",
4119
+ "method": "POST",
4120
+ "entitypath": "{base_path}/{version}/zone_stub/{pathv1}?{query}",
4121
+ "requestSchema": "schema.json",
4122
+ "responseSchema": "schema.json",
4123
+ "timeout": 0,
4124
+ "sendEmpty": false,
4125
+ "requestDatatype": "JSON",
4126
+ "responseDatatype": "JSON",
4127
+ "headers": {},
4128
+ "responseObjects": [
4129
+ {
4130
+ "type": "default",
4131
+ "key": "",
4132
+ "mockFile": "mockdatafiles/createZoneStubByReference-default.json"
4133
+ }
4134
+ ]
4135
+ },
4136
+ {
4137
+ "name": "updateZoneStubByReference",
4138
+ "protocol": "REST",
4139
+ "method": "PUT",
4140
+ "entitypath": "{base_path}/{version}/zone_stub/{pathv1}?{query}",
4141
+ "requestSchema": "schema.json",
4142
+ "responseSchema": "schema.json",
4143
+ "timeout": 0,
4144
+ "sendEmpty": false,
4145
+ "requestDatatype": "JSON",
4146
+ "responseDatatype": "JSON",
4147
+ "headers": {},
4148
+ "responseObjects": [
4149
+ {
4150
+ "type": "default",
4151
+ "key": "",
4152
+ "mockFile": ""
4153
+ }
4154
+ ]
4155
+ },
4156
+ {
4157
+ "name": "deleteZoneStubByReference",
4158
+ "protocol": "REST",
4159
+ "method": "DELETE",
4160
+ "entitypath": "{base_path}/{version}/zone_stub/{pathv1}?{query}",
4161
+ "requestSchema": "schema.json",
4162
+ "responseSchema": "schema.json",
4163
+ "timeout": 0,
4164
+ "sendEmpty": false,
4165
+ "requestDatatype": "JSON",
4166
+ "responseDatatype": "JSON",
4167
+ "headers": {},
4168
+ "responseObjects": [
4169
+ {
4170
+ "type": "default",
4171
+ "key": "",
4172
+ "mockFile": ""
4173
+ }
4174
+ ]
4175
+ }
4176
+ ]
4177
+ }