@itentialopensource/adapter-netbox_v33 2.4.1 → 2.6.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.
@@ -0,0 +1,1824 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getIkePolicyList",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/?{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": "postIkePolicyList",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "putIkePolicyList",
46
+ "protocol": "REST",
47
+ "method": "PUT",
48
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "patchIkePolicyList",
66
+ "protocol": "REST",
67
+ "method": "PATCH",
68
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "deleteIkePolicyList",
86
+ "protocol": "REST",
87
+ "method": "DELETE",
88
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "requestDatatype": "JSON",
94
+ "responseDatatype": "JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "getIkePolicy",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/{pathv1}/?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "putIkePolicy",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/{pathv1}/?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "patchIkePolicy",
147
+ "protocol": "REST",
148
+ "method": "PATCH",
149
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/{pathv1}/?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "deleteIkePolicy",
167
+ "protocol": "REST",
168
+ "method": "DELETE",
169
+ "entitypath": "{base_path}/{version}/vpn/ike-policies/{pathv1}/?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "requestDatatype": "JSON",
175
+ "responseDatatype": "JSON",
176
+ "headers": {},
177
+ "responseObjects": [
178
+ {
179
+ "type": "default",
180
+ "key": "",
181
+ "mockFile": ""
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "name": "getIkeProposalList",
187
+ "protocol": "REST",
188
+ "method": "GET",
189
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/?{query}",
190
+ "requestSchema": "schema.json",
191
+ "responseSchema": "schema.json",
192
+ "timeout": 0,
193
+ "sendEmpty": false,
194
+ "sendGetBody": false,
195
+ "requestDatatype": "JSON",
196
+ "responseDatatype": "JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": ""
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "postIkeProposalList",
208
+ "protocol": "REST",
209
+ "method": "POST",
210
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "requestDatatype": "JSON",
216
+ "responseDatatype": "JSON",
217
+ "headers": {},
218
+ "responseObjects": [
219
+ {
220
+ "type": "default",
221
+ "key": "",
222
+ "mockFile": ""
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "name": "putIkeProposalList",
228
+ "protocol": "REST",
229
+ "method": "PUT",
230
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/?{query}",
231
+ "requestSchema": "schema.json",
232
+ "responseSchema": "schema.json",
233
+ "timeout": 0,
234
+ "sendEmpty": false,
235
+ "requestDatatype": "JSON",
236
+ "responseDatatype": "JSON",
237
+ "headers": {},
238
+ "responseObjects": [
239
+ {
240
+ "type": "default",
241
+ "key": "",
242
+ "mockFile": ""
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ "name": "patchIkeProposalList",
248
+ "protocol": "REST",
249
+ "method": "PATCH",
250
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/?{query}",
251
+ "requestSchema": "schema.json",
252
+ "responseSchema": "schema.json",
253
+ "timeout": 0,
254
+ "sendEmpty": false,
255
+ "requestDatatype": "JSON",
256
+ "responseDatatype": "JSON",
257
+ "headers": {},
258
+ "responseObjects": [
259
+ {
260
+ "type": "default",
261
+ "key": "",
262
+ "mockFile": ""
263
+ }
264
+ ]
265
+ },
266
+ {
267
+ "name": "deleteIkeProposalList",
268
+ "protocol": "REST",
269
+ "method": "DELETE",
270
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/?{query}",
271
+ "requestSchema": "schema.json",
272
+ "responseSchema": "schema.json",
273
+ "timeout": 0,
274
+ "sendEmpty": false,
275
+ "requestDatatype": "JSON",
276
+ "responseDatatype": "JSON",
277
+ "headers": {},
278
+ "responseObjects": [
279
+ {
280
+ "type": "default",
281
+ "key": "",
282
+ "mockFile": ""
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "name": "getIkeProposal",
288
+ "protocol": "REST",
289
+ "method": "GET",
290
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/{pathv1}/?{query}",
291
+ "requestSchema": "schema.json",
292
+ "responseSchema": "schema.json",
293
+ "timeout": 0,
294
+ "sendEmpty": false,
295
+ "sendGetBody": false,
296
+ "requestDatatype": "JSON",
297
+ "responseDatatype": "JSON",
298
+ "headers": {},
299
+ "responseObjects": [
300
+ {
301
+ "type": "default",
302
+ "key": "",
303
+ "mockFile": ""
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "name": "putIkeProposal",
309
+ "protocol": "REST",
310
+ "method": "PUT",
311
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/{pathv1}/?{query}",
312
+ "requestSchema": "schema.json",
313
+ "responseSchema": "schema.json",
314
+ "timeout": 0,
315
+ "sendEmpty": false,
316
+ "requestDatatype": "JSON",
317
+ "responseDatatype": "JSON",
318
+ "headers": {},
319
+ "responseObjects": [
320
+ {
321
+ "type": "default",
322
+ "key": "",
323
+ "mockFile": ""
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "name": "patchIkeProposal",
329
+ "protocol": "REST",
330
+ "method": "PATCH",
331
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/{pathv1}/?{query}",
332
+ "requestSchema": "schema.json",
333
+ "responseSchema": "schema.json",
334
+ "timeout": 0,
335
+ "sendEmpty": false,
336
+ "requestDatatype": "JSON",
337
+ "responseDatatype": "JSON",
338
+ "headers": {},
339
+ "responseObjects": [
340
+ {
341
+ "type": "default",
342
+ "key": "",
343
+ "mockFile": ""
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "name": "deleteIkeProposal",
349
+ "protocol": "REST",
350
+ "method": "DELETE",
351
+ "entitypath": "{base_path}/{version}/vpn/ike-proposals/{pathv1}/?{query}",
352
+ "requestSchema": "schema.json",
353
+ "responseSchema": "schema.json",
354
+ "timeout": 0,
355
+ "sendEmpty": false,
356
+ "requestDatatype": "JSON",
357
+ "responseDatatype": "JSON",
358
+ "headers": {},
359
+ "responseObjects": [
360
+ {
361
+ "type": "default",
362
+ "key": "",
363
+ "mockFile": ""
364
+ }
365
+ ]
366
+ },
367
+ {
368
+ "name": "getIpsecPolicyList",
369
+ "protocol": "REST",
370
+ "method": "GET",
371
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/?{query}",
372
+ "requestSchema": "schema.json",
373
+ "responseSchema": "schema.json",
374
+ "timeout": 0,
375
+ "sendEmpty": false,
376
+ "sendGetBody": false,
377
+ "requestDatatype": "JSON",
378
+ "responseDatatype": "JSON",
379
+ "headers": {},
380
+ "responseObjects": [
381
+ {
382
+ "type": "default",
383
+ "key": "",
384
+ "mockFile": ""
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "postIpsecPolicyList",
390
+ "protocol": "REST",
391
+ "method": "POST",
392
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/?{query}",
393
+ "requestSchema": "schema.json",
394
+ "responseSchema": "schema.json",
395
+ "timeout": 0,
396
+ "sendEmpty": false,
397
+ "requestDatatype": "JSON",
398
+ "responseDatatype": "JSON",
399
+ "headers": {},
400
+ "responseObjects": [
401
+ {
402
+ "type": "default",
403
+ "key": "",
404
+ "mockFile": ""
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "name": "putIpsecPolicyList",
410
+ "protocol": "REST",
411
+ "method": "PUT",
412
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/?{query}",
413
+ "requestSchema": "schema.json",
414
+ "responseSchema": "schema.json",
415
+ "timeout": 0,
416
+ "sendEmpty": false,
417
+ "requestDatatype": "JSON",
418
+ "responseDatatype": "JSON",
419
+ "headers": {},
420
+ "responseObjects": [
421
+ {
422
+ "type": "default",
423
+ "key": "",
424
+ "mockFile": ""
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "name": "patchIpsecPolicyList",
430
+ "protocol": "REST",
431
+ "method": "PATCH",
432
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/?{query}",
433
+ "requestSchema": "schema.json",
434
+ "responseSchema": "schema.json",
435
+ "timeout": 0,
436
+ "sendEmpty": false,
437
+ "requestDatatype": "JSON",
438
+ "responseDatatype": "JSON",
439
+ "headers": {},
440
+ "responseObjects": [
441
+ {
442
+ "type": "default",
443
+ "key": "",
444
+ "mockFile": ""
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "name": "deleteIpsecPolicyList",
450
+ "protocol": "REST",
451
+ "method": "DELETE",
452
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/?{query}",
453
+ "requestSchema": "schema.json",
454
+ "responseSchema": "schema.json",
455
+ "timeout": 0,
456
+ "sendEmpty": false,
457
+ "requestDatatype": "JSON",
458
+ "responseDatatype": "JSON",
459
+ "headers": {},
460
+ "responseObjects": [
461
+ {
462
+ "type": "default",
463
+ "key": "",
464
+ "mockFile": ""
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "name": "getIpsecPolicy",
470
+ "protocol": "REST",
471
+ "method": "GET",
472
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/{pathv1}/?{query}",
473
+ "requestSchema": "schema.json",
474
+ "responseSchema": "schema.json",
475
+ "timeout": 0,
476
+ "sendEmpty": false,
477
+ "sendGetBody": false,
478
+ "requestDatatype": "JSON",
479
+ "responseDatatype": "JSON",
480
+ "headers": {},
481
+ "responseObjects": [
482
+ {
483
+ "type": "default",
484
+ "key": "",
485
+ "mockFile": ""
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "name": "putIpsecPolicy",
491
+ "protocol": "REST",
492
+ "method": "PUT",
493
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/{pathv1}/?{query}",
494
+ "requestSchema": "schema.json",
495
+ "responseSchema": "schema.json",
496
+ "timeout": 0,
497
+ "sendEmpty": false,
498
+ "requestDatatype": "JSON",
499
+ "responseDatatype": "JSON",
500
+ "headers": {},
501
+ "responseObjects": [
502
+ {
503
+ "type": "default",
504
+ "key": "",
505
+ "mockFile": ""
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "name": "patchIpsecPolicy",
511
+ "protocol": "REST",
512
+ "method": "PATCH",
513
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/{pathv1}/?{query}",
514
+ "requestSchema": "schema.json",
515
+ "responseSchema": "schema.json",
516
+ "timeout": 0,
517
+ "sendEmpty": false,
518
+ "requestDatatype": "JSON",
519
+ "responseDatatype": "JSON",
520
+ "headers": {},
521
+ "responseObjects": [
522
+ {
523
+ "type": "default",
524
+ "key": "",
525
+ "mockFile": ""
526
+ }
527
+ ]
528
+ },
529
+ {
530
+ "name": "deleteIpsecPolicy",
531
+ "protocol": "REST",
532
+ "method": "DELETE",
533
+ "entitypath": "{base_path}/{version}/vpn/ipsec-policies/{pathv1}/?{query}",
534
+ "requestSchema": "schema.json",
535
+ "responseSchema": "schema.json",
536
+ "timeout": 0,
537
+ "sendEmpty": false,
538
+ "requestDatatype": "JSON",
539
+ "responseDatatype": "JSON",
540
+ "headers": {},
541
+ "responseObjects": [
542
+ {
543
+ "type": "default",
544
+ "key": "",
545
+ "mockFile": ""
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "getIpsecProfileList",
551
+ "protocol": "REST",
552
+ "method": "GET",
553
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/?{query}",
554
+ "requestSchema": "schema.json",
555
+ "responseSchema": "schema.json",
556
+ "timeout": 0,
557
+ "sendEmpty": false,
558
+ "sendGetBody": false,
559
+ "requestDatatype": "JSON",
560
+ "responseDatatype": "JSON",
561
+ "headers": {},
562
+ "responseObjects": [
563
+ {
564
+ "type": "default",
565
+ "key": "",
566
+ "mockFile": ""
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "postIpsecProfileList",
572
+ "protocol": "REST",
573
+ "method": "POST",
574
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/?{query}",
575
+ "requestSchema": "schema.json",
576
+ "responseSchema": "schema.json",
577
+ "timeout": 0,
578
+ "sendEmpty": false,
579
+ "requestDatatype": "JSON",
580
+ "responseDatatype": "JSON",
581
+ "headers": {},
582
+ "responseObjects": [
583
+ {
584
+ "type": "default",
585
+ "key": "",
586
+ "mockFile": ""
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "name": "putIpsecProfileList",
592
+ "protocol": "REST",
593
+ "method": "PUT",
594
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/?{query}",
595
+ "requestSchema": "schema.json",
596
+ "responseSchema": "schema.json",
597
+ "timeout": 0,
598
+ "sendEmpty": false,
599
+ "requestDatatype": "JSON",
600
+ "responseDatatype": "JSON",
601
+ "headers": {},
602
+ "responseObjects": [
603
+ {
604
+ "type": "default",
605
+ "key": "",
606
+ "mockFile": ""
607
+ }
608
+ ]
609
+ },
610
+ {
611
+ "name": "patchIpsecProfileList",
612
+ "protocol": "REST",
613
+ "method": "PATCH",
614
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/?{query}",
615
+ "requestSchema": "schema.json",
616
+ "responseSchema": "schema.json",
617
+ "timeout": 0,
618
+ "sendEmpty": false,
619
+ "requestDatatype": "JSON",
620
+ "responseDatatype": "JSON",
621
+ "headers": {},
622
+ "responseObjects": [
623
+ {
624
+ "type": "default",
625
+ "key": "",
626
+ "mockFile": ""
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "name": "deleteIpsecProfileList",
632
+ "protocol": "REST",
633
+ "method": "DELETE",
634
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/?{query}",
635
+ "requestSchema": "schema.json",
636
+ "responseSchema": "schema.json",
637
+ "timeout": 0,
638
+ "sendEmpty": false,
639
+ "requestDatatype": "JSON",
640
+ "responseDatatype": "JSON",
641
+ "headers": {},
642
+ "responseObjects": [
643
+ {
644
+ "type": "default",
645
+ "key": "",
646
+ "mockFile": ""
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "name": "getIpsecProfile",
652
+ "protocol": "REST",
653
+ "method": "GET",
654
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/{pathv1}/?{query}",
655
+ "requestSchema": "schema.json",
656
+ "responseSchema": "schema.json",
657
+ "timeout": 0,
658
+ "sendEmpty": false,
659
+ "sendGetBody": false,
660
+ "requestDatatype": "JSON",
661
+ "responseDatatype": "JSON",
662
+ "headers": {},
663
+ "responseObjects": [
664
+ {
665
+ "type": "default",
666
+ "key": "",
667
+ "mockFile": ""
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "name": "putIpsecProfile",
673
+ "protocol": "REST",
674
+ "method": "PUT",
675
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/{pathv1}/?{query}",
676
+ "requestSchema": "schema.json",
677
+ "responseSchema": "schema.json",
678
+ "timeout": 0,
679
+ "sendEmpty": false,
680
+ "requestDatatype": "JSON",
681
+ "responseDatatype": "JSON",
682
+ "headers": {},
683
+ "responseObjects": [
684
+ {
685
+ "type": "default",
686
+ "key": "",
687
+ "mockFile": ""
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "patchIpsecProfile",
693
+ "protocol": "REST",
694
+ "method": "PATCH",
695
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/{pathv1}/?{query}",
696
+ "requestSchema": "schema.json",
697
+ "responseSchema": "schema.json",
698
+ "timeout": 0,
699
+ "sendEmpty": false,
700
+ "requestDatatype": "JSON",
701
+ "responseDatatype": "JSON",
702
+ "headers": {},
703
+ "responseObjects": [
704
+ {
705
+ "type": "default",
706
+ "key": "",
707
+ "mockFile": ""
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "name": "deleteIpsecProfile",
713
+ "protocol": "REST",
714
+ "method": "DELETE",
715
+ "entitypath": "{base_path}/{version}/vpn/ipsec-profiles/{pathv1}/?{query}",
716
+ "requestSchema": "schema.json",
717
+ "responseSchema": "schema.json",
718
+ "timeout": 0,
719
+ "sendEmpty": false,
720
+ "requestDatatype": "JSON",
721
+ "responseDatatype": "JSON",
722
+ "headers": {},
723
+ "responseObjects": [
724
+ {
725
+ "type": "default",
726
+ "key": "",
727
+ "mockFile": ""
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "name": "getIpsecProposalList",
733
+ "protocol": "REST",
734
+ "method": "GET",
735
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/?{query}",
736
+ "requestSchema": "schema.json",
737
+ "responseSchema": "schema.json",
738
+ "timeout": 0,
739
+ "sendEmpty": false,
740
+ "sendGetBody": false,
741
+ "requestDatatype": "JSON",
742
+ "responseDatatype": "JSON",
743
+ "headers": {},
744
+ "responseObjects": [
745
+ {
746
+ "type": "default",
747
+ "key": "",
748
+ "mockFile": ""
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ "name": "postIpsecProposalList",
754
+ "protocol": "REST",
755
+ "method": "POST",
756
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/?{query}",
757
+ "requestSchema": "schema.json",
758
+ "responseSchema": "schema.json",
759
+ "timeout": 0,
760
+ "sendEmpty": false,
761
+ "requestDatatype": "JSON",
762
+ "responseDatatype": "JSON",
763
+ "headers": {},
764
+ "responseObjects": [
765
+ {
766
+ "type": "default",
767
+ "key": "",
768
+ "mockFile": ""
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "name": "putIpsecProposalList",
774
+ "protocol": "REST",
775
+ "method": "PUT",
776
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/?{query}",
777
+ "requestSchema": "schema.json",
778
+ "responseSchema": "schema.json",
779
+ "timeout": 0,
780
+ "sendEmpty": false,
781
+ "requestDatatype": "JSON",
782
+ "responseDatatype": "JSON",
783
+ "headers": {},
784
+ "responseObjects": [
785
+ {
786
+ "type": "default",
787
+ "key": "",
788
+ "mockFile": ""
789
+ }
790
+ ]
791
+ },
792
+ {
793
+ "name": "patchIpsecProposalList",
794
+ "protocol": "REST",
795
+ "method": "PATCH",
796
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/?{query}",
797
+ "requestSchema": "schema.json",
798
+ "responseSchema": "schema.json",
799
+ "timeout": 0,
800
+ "sendEmpty": false,
801
+ "requestDatatype": "JSON",
802
+ "responseDatatype": "JSON",
803
+ "headers": {},
804
+ "responseObjects": [
805
+ {
806
+ "type": "default",
807
+ "key": "",
808
+ "mockFile": ""
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "name": "deleteIpsecProposalList",
814
+ "protocol": "REST",
815
+ "method": "DELETE",
816
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/?{query}",
817
+ "requestSchema": "schema.json",
818
+ "responseSchema": "schema.json",
819
+ "timeout": 0,
820
+ "sendEmpty": false,
821
+ "requestDatatype": "JSON",
822
+ "responseDatatype": "JSON",
823
+ "headers": {},
824
+ "responseObjects": [
825
+ {
826
+ "type": "default",
827
+ "key": "",
828
+ "mockFile": ""
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "name": "getIpsecProposal",
834
+ "protocol": "REST",
835
+ "method": "GET",
836
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/{pathv1}/?{query}",
837
+ "requestSchema": "schema.json",
838
+ "responseSchema": "schema.json",
839
+ "timeout": 0,
840
+ "sendEmpty": false,
841
+ "sendGetBody": false,
842
+ "requestDatatype": "JSON",
843
+ "responseDatatype": "JSON",
844
+ "headers": {},
845
+ "responseObjects": [
846
+ {
847
+ "type": "default",
848
+ "key": "",
849
+ "mockFile": ""
850
+ }
851
+ ]
852
+ },
853
+ {
854
+ "name": "putIpsecProposal",
855
+ "protocol": "REST",
856
+ "method": "PUT",
857
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/{pathv1}/?{query}",
858
+ "requestSchema": "schema.json",
859
+ "responseSchema": "schema.json",
860
+ "timeout": 0,
861
+ "sendEmpty": false,
862
+ "requestDatatype": "JSON",
863
+ "responseDatatype": "JSON",
864
+ "headers": {},
865
+ "responseObjects": [
866
+ {
867
+ "type": "default",
868
+ "key": "",
869
+ "mockFile": ""
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "patchIpsecProposal",
875
+ "protocol": "REST",
876
+ "method": "PATCH",
877
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/{pathv1}/?{query}",
878
+ "requestSchema": "schema.json",
879
+ "responseSchema": "schema.json",
880
+ "timeout": 0,
881
+ "sendEmpty": false,
882
+ "requestDatatype": "JSON",
883
+ "responseDatatype": "JSON",
884
+ "headers": {},
885
+ "responseObjects": [
886
+ {
887
+ "type": "default",
888
+ "key": "",
889
+ "mockFile": ""
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "name": "deleteIpsecProposal",
895
+ "protocol": "REST",
896
+ "method": "DELETE",
897
+ "entitypath": "{base_path}/{version}/vpn/ipsec-proposals/{pathv1}/?{query}",
898
+ "requestSchema": "schema.json",
899
+ "responseSchema": "schema.json",
900
+ "timeout": 0,
901
+ "sendEmpty": false,
902
+ "requestDatatype": "JSON",
903
+ "responseDatatype": "JSON",
904
+ "headers": {},
905
+ "responseObjects": [
906
+ {
907
+ "type": "default",
908
+ "key": "",
909
+ "mockFile": ""
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "name": "getL2vpnTerminationList",
915
+ "protocol": "REST",
916
+ "method": "GET",
917
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/?{query}",
918
+ "requestSchema": "schema.json",
919
+ "responseSchema": "schema.json",
920
+ "timeout": 0,
921
+ "sendEmpty": false,
922
+ "sendGetBody": false,
923
+ "requestDatatype": "JSON",
924
+ "responseDatatype": "JSON",
925
+ "headers": {},
926
+ "responseObjects": [
927
+ {
928
+ "type": "default",
929
+ "key": "",
930
+ "mockFile": ""
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "name": "postL2vpnTerminationList",
936
+ "protocol": "REST",
937
+ "method": "POST",
938
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/?{query}",
939
+ "requestSchema": "schema.json",
940
+ "responseSchema": "schema.json",
941
+ "timeout": 0,
942
+ "sendEmpty": false,
943
+ "requestDatatype": "JSON",
944
+ "responseDatatype": "JSON",
945
+ "headers": {},
946
+ "responseObjects": [
947
+ {
948
+ "type": "default",
949
+ "key": "",
950
+ "mockFile": ""
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "name": "putL2vpnTerminationList",
956
+ "protocol": "REST",
957
+ "method": "PUT",
958
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/?{query}",
959
+ "requestSchema": "schema.json",
960
+ "responseSchema": "schema.json",
961
+ "timeout": 0,
962
+ "sendEmpty": false,
963
+ "requestDatatype": "JSON",
964
+ "responseDatatype": "JSON",
965
+ "headers": {},
966
+ "responseObjects": [
967
+ {
968
+ "type": "default",
969
+ "key": "",
970
+ "mockFile": ""
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "patchL2vpnTerminationList",
976
+ "protocol": "REST",
977
+ "method": "PATCH",
978
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/?{query}",
979
+ "requestSchema": "schema.json",
980
+ "responseSchema": "schema.json",
981
+ "timeout": 0,
982
+ "sendEmpty": false,
983
+ "requestDatatype": "JSON",
984
+ "responseDatatype": "JSON",
985
+ "headers": {},
986
+ "responseObjects": [
987
+ {
988
+ "type": "default",
989
+ "key": "",
990
+ "mockFile": ""
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "name": "deleteL2vpnTerminationList",
996
+ "protocol": "REST",
997
+ "method": "DELETE",
998
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/?{query}",
999
+ "requestSchema": "schema.json",
1000
+ "responseSchema": "schema.json",
1001
+ "timeout": 0,
1002
+ "sendEmpty": false,
1003
+ "requestDatatype": "JSON",
1004
+ "responseDatatype": "JSON",
1005
+ "headers": {},
1006
+ "responseObjects": [
1007
+ {
1008
+ "type": "default",
1009
+ "key": "",
1010
+ "mockFile": ""
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "name": "getL2vpnTermination",
1016
+ "protocol": "REST",
1017
+ "method": "GET",
1018
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/{pathv1}/?{query}",
1019
+ "requestSchema": "schema.json",
1020
+ "responseSchema": "schema.json",
1021
+ "timeout": 0,
1022
+ "sendEmpty": false,
1023
+ "sendGetBody": false,
1024
+ "requestDatatype": "JSON",
1025
+ "responseDatatype": "JSON",
1026
+ "headers": {},
1027
+ "responseObjects": [
1028
+ {
1029
+ "type": "default",
1030
+ "key": "",
1031
+ "mockFile": ""
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ "name": "putL2vpnTermination",
1037
+ "protocol": "REST",
1038
+ "method": "PUT",
1039
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/{pathv1}/?{query}",
1040
+ "requestSchema": "schema.json",
1041
+ "responseSchema": "schema.json",
1042
+ "timeout": 0,
1043
+ "sendEmpty": false,
1044
+ "requestDatatype": "JSON",
1045
+ "responseDatatype": "JSON",
1046
+ "headers": {},
1047
+ "responseObjects": [
1048
+ {
1049
+ "type": "default",
1050
+ "key": "",
1051
+ "mockFile": ""
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "name": "patchL2vpnTermination",
1057
+ "protocol": "REST",
1058
+ "method": "PATCH",
1059
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/{pathv1}/?{query}",
1060
+ "requestSchema": "schema.json",
1061
+ "responseSchema": "schema.json",
1062
+ "timeout": 0,
1063
+ "sendEmpty": false,
1064
+ "requestDatatype": "JSON",
1065
+ "responseDatatype": "JSON",
1066
+ "headers": {},
1067
+ "responseObjects": [
1068
+ {
1069
+ "type": "default",
1070
+ "key": "",
1071
+ "mockFile": ""
1072
+ }
1073
+ ]
1074
+ },
1075
+ {
1076
+ "name": "deleteL2vpnTermination",
1077
+ "protocol": "REST",
1078
+ "method": "DELETE",
1079
+ "entitypath": "{base_path}/{version}/vpn/l2vpn-terminations/{pathv1}/?{query}",
1080
+ "requestSchema": "schema.json",
1081
+ "responseSchema": "schema.json",
1082
+ "timeout": 0,
1083
+ "sendEmpty": false,
1084
+ "requestDatatype": "JSON",
1085
+ "responseDatatype": "JSON",
1086
+ "headers": {},
1087
+ "responseObjects": [
1088
+ {
1089
+ "type": "default",
1090
+ "key": "",
1091
+ "mockFile": ""
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ "name": "getL2vpnList",
1097
+ "protocol": "REST",
1098
+ "method": "GET",
1099
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/?{query}",
1100
+ "requestSchema": "schema.json",
1101
+ "responseSchema": "schema.json",
1102
+ "timeout": 0,
1103
+ "sendEmpty": false,
1104
+ "sendGetBody": false,
1105
+ "requestDatatype": "JSON",
1106
+ "responseDatatype": "JSON",
1107
+ "headers": {},
1108
+ "responseObjects": [
1109
+ {
1110
+ "type": "default",
1111
+ "key": "",
1112
+ "mockFile": ""
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "name": "postL2vpnList",
1118
+ "protocol": "REST",
1119
+ "method": "POST",
1120
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/?{query}",
1121
+ "requestSchema": "schema.json",
1122
+ "responseSchema": "schema.json",
1123
+ "timeout": 0,
1124
+ "sendEmpty": false,
1125
+ "requestDatatype": "JSON",
1126
+ "responseDatatype": "JSON",
1127
+ "headers": {},
1128
+ "responseObjects": [
1129
+ {
1130
+ "type": "default",
1131
+ "key": "",
1132
+ "mockFile": ""
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "putL2vpnList",
1138
+ "protocol": "REST",
1139
+ "method": "PUT",
1140
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/?{query}",
1141
+ "requestSchema": "schema.json",
1142
+ "responseSchema": "schema.json",
1143
+ "timeout": 0,
1144
+ "sendEmpty": false,
1145
+ "requestDatatype": "JSON",
1146
+ "responseDatatype": "JSON",
1147
+ "headers": {},
1148
+ "responseObjects": [
1149
+ {
1150
+ "type": "default",
1151
+ "key": "",
1152
+ "mockFile": ""
1153
+ }
1154
+ ]
1155
+ },
1156
+ {
1157
+ "name": "patchL2vpnList",
1158
+ "protocol": "REST",
1159
+ "method": "PATCH",
1160
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/?{query}",
1161
+ "requestSchema": "schema.json",
1162
+ "responseSchema": "schema.json",
1163
+ "timeout": 0,
1164
+ "sendEmpty": false,
1165
+ "requestDatatype": "JSON",
1166
+ "responseDatatype": "JSON",
1167
+ "headers": {},
1168
+ "responseObjects": [
1169
+ {
1170
+ "type": "default",
1171
+ "key": "",
1172
+ "mockFile": ""
1173
+ }
1174
+ ]
1175
+ },
1176
+ {
1177
+ "name": "deleteL2vpnList",
1178
+ "protocol": "REST",
1179
+ "method": "DELETE",
1180
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/?{query}",
1181
+ "requestSchema": "schema.json",
1182
+ "responseSchema": "schema.json",
1183
+ "timeout": 0,
1184
+ "sendEmpty": false,
1185
+ "requestDatatype": "JSON",
1186
+ "responseDatatype": "JSON",
1187
+ "headers": {},
1188
+ "responseObjects": [
1189
+ {
1190
+ "type": "default",
1191
+ "key": "",
1192
+ "mockFile": ""
1193
+ }
1194
+ ]
1195
+ },
1196
+ {
1197
+ "name": "getL2vpn",
1198
+ "protocol": "REST",
1199
+ "method": "GET",
1200
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/{pathv1}/?{query}",
1201
+ "requestSchema": "schema.json",
1202
+ "responseSchema": "schema.json",
1203
+ "timeout": 0,
1204
+ "sendEmpty": false,
1205
+ "sendGetBody": false,
1206
+ "requestDatatype": "JSON",
1207
+ "responseDatatype": "JSON",
1208
+ "headers": {},
1209
+ "responseObjects": [
1210
+ {
1211
+ "type": "default",
1212
+ "key": "",
1213
+ "mockFile": ""
1214
+ }
1215
+ ]
1216
+ },
1217
+ {
1218
+ "name": "putL2vpn",
1219
+ "protocol": "REST",
1220
+ "method": "PUT",
1221
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/{pathv1}/?{query}",
1222
+ "requestSchema": "schema.json",
1223
+ "responseSchema": "schema.json",
1224
+ "timeout": 0,
1225
+ "sendEmpty": false,
1226
+ "requestDatatype": "JSON",
1227
+ "responseDatatype": "JSON",
1228
+ "headers": {},
1229
+ "responseObjects": [
1230
+ {
1231
+ "type": "default",
1232
+ "key": "",
1233
+ "mockFile": ""
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "name": "patchL2vpn",
1239
+ "protocol": "REST",
1240
+ "method": "PATCH",
1241
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/{pathv1}/?{query}",
1242
+ "requestSchema": "schema.json",
1243
+ "responseSchema": "schema.json",
1244
+ "timeout": 0,
1245
+ "sendEmpty": false,
1246
+ "requestDatatype": "JSON",
1247
+ "responseDatatype": "JSON",
1248
+ "headers": {},
1249
+ "responseObjects": [
1250
+ {
1251
+ "type": "default",
1252
+ "key": "",
1253
+ "mockFile": ""
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "name": "deleteL2vpn",
1259
+ "protocol": "REST",
1260
+ "method": "DELETE",
1261
+ "entitypath": "{base_path}/{version}/vpn/l2vpns/{pathv1}/?{query}",
1262
+ "requestSchema": "schema.json",
1263
+ "responseSchema": "schema.json",
1264
+ "timeout": 0,
1265
+ "sendEmpty": false,
1266
+ "requestDatatype": "JSON",
1267
+ "responseDatatype": "JSON",
1268
+ "headers": {},
1269
+ "responseObjects": [
1270
+ {
1271
+ "type": "default",
1272
+ "key": "",
1273
+ "mockFile": ""
1274
+ }
1275
+ ]
1276
+ },
1277
+ {
1278
+ "name": "getTunnelGroupList",
1279
+ "protocol": "REST",
1280
+ "method": "GET",
1281
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/?{query}",
1282
+ "requestSchema": "schema.json",
1283
+ "responseSchema": "schema.json",
1284
+ "timeout": 0,
1285
+ "sendEmpty": false,
1286
+ "sendGetBody": false,
1287
+ "requestDatatype": "JSON",
1288
+ "responseDatatype": "JSON",
1289
+ "headers": {},
1290
+ "responseObjects": [
1291
+ {
1292
+ "type": "default",
1293
+ "key": "",
1294
+ "mockFile": ""
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "name": "postTunnelGroupList",
1300
+ "protocol": "REST",
1301
+ "method": "POST",
1302
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/?{query}",
1303
+ "requestSchema": "schema.json",
1304
+ "responseSchema": "schema.json",
1305
+ "timeout": 0,
1306
+ "sendEmpty": false,
1307
+ "requestDatatype": "JSON",
1308
+ "responseDatatype": "JSON",
1309
+ "headers": {},
1310
+ "responseObjects": [
1311
+ {
1312
+ "type": "default",
1313
+ "key": "",
1314
+ "mockFile": ""
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "name": "putTunnelGroupList",
1320
+ "protocol": "REST",
1321
+ "method": "PUT",
1322
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/?{query}",
1323
+ "requestSchema": "schema.json",
1324
+ "responseSchema": "schema.json",
1325
+ "timeout": 0,
1326
+ "sendEmpty": false,
1327
+ "requestDatatype": "JSON",
1328
+ "responseDatatype": "JSON",
1329
+ "headers": {},
1330
+ "responseObjects": [
1331
+ {
1332
+ "type": "default",
1333
+ "key": "",
1334
+ "mockFile": ""
1335
+ }
1336
+ ]
1337
+ },
1338
+ {
1339
+ "name": "patchTunnelGroupList",
1340
+ "protocol": "REST",
1341
+ "method": "PATCH",
1342
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/?{query}",
1343
+ "requestSchema": "schema.json",
1344
+ "responseSchema": "schema.json",
1345
+ "timeout": 0,
1346
+ "sendEmpty": false,
1347
+ "requestDatatype": "JSON",
1348
+ "responseDatatype": "JSON",
1349
+ "headers": {},
1350
+ "responseObjects": [
1351
+ {
1352
+ "type": "default",
1353
+ "key": "",
1354
+ "mockFile": ""
1355
+ }
1356
+ ]
1357
+ },
1358
+ {
1359
+ "name": "deleteTunnelGroupList",
1360
+ "protocol": "REST",
1361
+ "method": "DELETE",
1362
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/?{query}",
1363
+ "requestSchema": "schema.json",
1364
+ "responseSchema": "schema.json",
1365
+ "timeout": 0,
1366
+ "sendEmpty": false,
1367
+ "requestDatatype": "JSON",
1368
+ "responseDatatype": "JSON",
1369
+ "headers": {},
1370
+ "responseObjects": [
1371
+ {
1372
+ "type": "default",
1373
+ "key": "",
1374
+ "mockFile": ""
1375
+ }
1376
+ ]
1377
+ },
1378
+ {
1379
+ "name": "getTunnelGroup",
1380
+ "protocol": "REST",
1381
+ "method": "GET",
1382
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/{pathv1}/?{query}",
1383
+ "requestSchema": "schema.json",
1384
+ "responseSchema": "schema.json",
1385
+ "timeout": 0,
1386
+ "sendEmpty": false,
1387
+ "sendGetBody": false,
1388
+ "requestDatatype": "JSON",
1389
+ "responseDatatype": "JSON",
1390
+ "headers": {},
1391
+ "responseObjects": [
1392
+ {
1393
+ "type": "default",
1394
+ "key": "",
1395
+ "mockFile": ""
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "name": "putTunnelGroup",
1401
+ "protocol": "REST",
1402
+ "method": "PUT",
1403
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/{pathv1}/?{query}",
1404
+ "requestSchema": "schema.json",
1405
+ "responseSchema": "schema.json",
1406
+ "timeout": 0,
1407
+ "sendEmpty": false,
1408
+ "requestDatatype": "JSON",
1409
+ "responseDatatype": "JSON",
1410
+ "headers": {},
1411
+ "responseObjects": [
1412
+ {
1413
+ "type": "default",
1414
+ "key": "",
1415
+ "mockFile": ""
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "name": "patchTunnelGroup",
1421
+ "protocol": "REST",
1422
+ "method": "PATCH",
1423
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/{pathv1}/?{query}",
1424
+ "requestSchema": "schema.json",
1425
+ "responseSchema": "schema.json",
1426
+ "timeout": 0,
1427
+ "sendEmpty": false,
1428
+ "requestDatatype": "JSON",
1429
+ "responseDatatype": "JSON",
1430
+ "headers": {},
1431
+ "responseObjects": [
1432
+ {
1433
+ "type": "default",
1434
+ "key": "",
1435
+ "mockFile": ""
1436
+ }
1437
+ ]
1438
+ },
1439
+ {
1440
+ "name": "deleteTunnelGroup",
1441
+ "protocol": "REST",
1442
+ "method": "DELETE",
1443
+ "entitypath": "{base_path}/{version}/vpn/tunnel-groups/{pathv1}/?{query}",
1444
+ "requestSchema": "schema.json",
1445
+ "responseSchema": "schema.json",
1446
+ "timeout": 0,
1447
+ "sendEmpty": false,
1448
+ "requestDatatype": "JSON",
1449
+ "responseDatatype": "JSON",
1450
+ "headers": {},
1451
+ "responseObjects": [
1452
+ {
1453
+ "type": "default",
1454
+ "key": "",
1455
+ "mockFile": ""
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "name": "getTunnelTerminationList",
1461
+ "protocol": "REST",
1462
+ "method": "GET",
1463
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/?{query}",
1464
+ "requestSchema": "schema.json",
1465
+ "responseSchema": "schema.json",
1466
+ "timeout": 0,
1467
+ "sendEmpty": false,
1468
+ "sendGetBody": false,
1469
+ "requestDatatype": "JSON",
1470
+ "responseDatatype": "JSON",
1471
+ "headers": {},
1472
+ "responseObjects": [
1473
+ {
1474
+ "type": "default",
1475
+ "key": "",
1476
+ "mockFile": ""
1477
+ }
1478
+ ]
1479
+ },
1480
+ {
1481
+ "name": "postTunnelTerminationList",
1482
+ "protocol": "REST",
1483
+ "method": "POST",
1484
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/?{query}",
1485
+ "requestSchema": "schema.json",
1486
+ "responseSchema": "schema.json",
1487
+ "timeout": 0,
1488
+ "sendEmpty": false,
1489
+ "requestDatatype": "JSON",
1490
+ "responseDatatype": "JSON",
1491
+ "headers": {},
1492
+ "responseObjects": [
1493
+ {
1494
+ "type": "default",
1495
+ "key": "",
1496
+ "mockFile": ""
1497
+ }
1498
+ ]
1499
+ },
1500
+ {
1501
+ "name": "putTunnelTerminationList",
1502
+ "protocol": "REST",
1503
+ "method": "PUT",
1504
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/?{query}",
1505
+ "requestSchema": "schema.json",
1506
+ "responseSchema": "schema.json",
1507
+ "timeout": 0,
1508
+ "sendEmpty": false,
1509
+ "requestDatatype": "JSON",
1510
+ "responseDatatype": "JSON",
1511
+ "headers": {},
1512
+ "responseObjects": [
1513
+ {
1514
+ "type": "default",
1515
+ "key": "",
1516
+ "mockFile": ""
1517
+ }
1518
+ ]
1519
+ },
1520
+ {
1521
+ "name": "patchTunnelTerminationList",
1522
+ "protocol": "REST",
1523
+ "method": "PATCH",
1524
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/?{query}",
1525
+ "requestSchema": "schema.json",
1526
+ "responseSchema": "schema.json",
1527
+ "timeout": 0,
1528
+ "sendEmpty": false,
1529
+ "requestDatatype": "JSON",
1530
+ "responseDatatype": "JSON",
1531
+ "headers": {},
1532
+ "responseObjects": [
1533
+ {
1534
+ "type": "default",
1535
+ "key": "",
1536
+ "mockFile": ""
1537
+ }
1538
+ ]
1539
+ },
1540
+ {
1541
+ "name": "deleteTunnelTerminationList",
1542
+ "protocol": "REST",
1543
+ "method": "DELETE",
1544
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/?{query}",
1545
+ "requestSchema": "schema.json",
1546
+ "responseSchema": "schema.json",
1547
+ "timeout": 0,
1548
+ "sendEmpty": false,
1549
+ "requestDatatype": "JSON",
1550
+ "responseDatatype": "JSON",
1551
+ "headers": {},
1552
+ "responseObjects": [
1553
+ {
1554
+ "type": "default",
1555
+ "key": "",
1556
+ "mockFile": ""
1557
+ }
1558
+ ]
1559
+ },
1560
+ {
1561
+ "name": "getTunnelTermination",
1562
+ "protocol": "REST",
1563
+ "method": "GET",
1564
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/{pathv1}/?{query}",
1565
+ "requestSchema": "schema.json",
1566
+ "responseSchema": "schema.json",
1567
+ "timeout": 0,
1568
+ "sendEmpty": false,
1569
+ "sendGetBody": false,
1570
+ "requestDatatype": "JSON",
1571
+ "responseDatatype": "JSON",
1572
+ "headers": {},
1573
+ "responseObjects": [
1574
+ {
1575
+ "type": "default",
1576
+ "key": "",
1577
+ "mockFile": ""
1578
+ }
1579
+ ]
1580
+ },
1581
+ {
1582
+ "name": "putTunnelTermination",
1583
+ "protocol": "REST",
1584
+ "method": "PUT",
1585
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/{pathv1}/?{query}",
1586
+ "requestSchema": "schema.json",
1587
+ "responseSchema": "schema.json",
1588
+ "timeout": 0,
1589
+ "sendEmpty": false,
1590
+ "requestDatatype": "JSON",
1591
+ "responseDatatype": "JSON",
1592
+ "headers": {},
1593
+ "responseObjects": [
1594
+ {
1595
+ "type": "default",
1596
+ "key": "",
1597
+ "mockFile": ""
1598
+ }
1599
+ ]
1600
+ },
1601
+ {
1602
+ "name": "patchTunnelTermination",
1603
+ "protocol": "REST",
1604
+ "method": "PATCH",
1605
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/{pathv1}/?{query}",
1606
+ "requestSchema": "schema.json",
1607
+ "responseSchema": "schema.json",
1608
+ "timeout": 0,
1609
+ "sendEmpty": false,
1610
+ "requestDatatype": "JSON",
1611
+ "responseDatatype": "JSON",
1612
+ "headers": {},
1613
+ "responseObjects": [
1614
+ {
1615
+ "type": "default",
1616
+ "key": "",
1617
+ "mockFile": ""
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "name": "deleteTunnelTermination",
1623
+ "protocol": "REST",
1624
+ "method": "DELETE",
1625
+ "entitypath": "{base_path}/{version}/vpn/tunnel-terminations/{pathv1}/?{query}",
1626
+ "requestSchema": "schema.json",
1627
+ "responseSchema": "schema.json",
1628
+ "timeout": 0,
1629
+ "sendEmpty": false,
1630
+ "requestDatatype": "JSON",
1631
+ "responseDatatype": "JSON",
1632
+ "headers": {},
1633
+ "responseObjects": [
1634
+ {
1635
+ "type": "default",
1636
+ "key": "",
1637
+ "mockFile": ""
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "name": "getTunnelList",
1643
+ "protocol": "REST",
1644
+ "method": "GET",
1645
+ "entitypath": "{base_path}/{version}/vpn/tunnels/?{query}",
1646
+ "requestSchema": "schema.json",
1647
+ "responseSchema": "schema.json",
1648
+ "timeout": 0,
1649
+ "sendEmpty": false,
1650
+ "sendGetBody": false,
1651
+ "requestDatatype": "JSON",
1652
+ "responseDatatype": "JSON",
1653
+ "headers": {},
1654
+ "responseObjects": [
1655
+ {
1656
+ "type": "default",
1657
+ "key": "",
1658
+ "mockFile": ""
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "name": "postTunnelList",
1664
+ "protocol": "REST",
1665
+ "method": "POST",
1666
+ "entitypath": "{base_path}/{version}/vpn/tunnels/?{query}",
1667
+ "requestSchema": "schema.json",
1668
+ "responseSchema": "schema.json",
1669
+ "timeout": 0,
1670
+ "sendEmpty": false,
1671
+ "requestDatatype": "JSON",
1672
+ "responseDatatype": "JSON",
1673
+ "headers": {},
1674
+ "responseObjects": [
1675
+ {
1676
+ "type": "default",
1677
+ "key": "",
1678
+ "mockFile": ""
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "putTunnelList",
1684
+ "protocol": "REST",
1685
+ "method": "PUT",
1686
+ "entitypath": "{base_path}/{version}/vpn/tunnels/?{query}",
1687
+ "requestSchema": "schema.json",
1688
+ "responseSchema": "schema.json",
1689
+ "timeout": 0,
1690
+ "sendEmpty": false,
1691
+ "requestDatatype": "JSON",
1692
+ "responseDatatype": "JSON",
1693
+ "headers": {},
1694
+ "responseObjects": [
1695
+ {
1696
+ "type": "default",
1697
+ "key": "",
1698
+ "mockFile": ""
1699
+ }
1700
+ ]
1701
+ },
1702
+ {
1703
+ "name": "patchTunnelList",
1704
+ "protocol": "REST",
1705
+ "method": "PATCH",
1706
+ "entitypath": "{base_path}/{version}/vpn/tunnels/?{query}",
1707
+ "requestSchema": "schema.json",
1708
+ "responseSchema": "schema.json",
1709
+ "timeout": 0,
1710
+ "sendEmpty": 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": "deleteTunnelList",
1724
+ "protocol": "REST",
1725
+ "method": "DELETE",
1726
+ "entitypath": "{base_path}/{version}/vpn/tunnels/?{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": "getTunnel",
1744
+ "protocol": "REST",
1745
+ "method": "GET",
1746
+ "entitypath": "{base_path}/{version}/vpn/tunnels/{pathv1}/?{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": "putTunnel",
1765
+ "protocol": "REST",
1766
+ "method": "PUT",
1767
+ "entitypath": "{base_path}/{version}/vpn/tunnels/{pathv1}/?{query}",
1768
+ "requestSchema": "schema.json",
1769
+ "responseSchema": "schema.json",
1770
+ "timeout": 0,
1771
+ "sendEmpty": false,
1772
+ "requestDatatype": "JSON",
1773
+ "responseDatatype": "JSON",
1774
+ "headers": {},
1775
+ "responseObjects": [
1776
+ {
1777
+ "type": "default",
1778
+ "key": "",
1779
+ "mockFile": ""
1780
+ }
1781
+ ]
1782
+ },
1783
+ {
1784
+ "name": "patchTunnel",
1785
+ "protocol": "REST",
1786
+ "method": "PATCH",
1787
+ "entitypath": "{base_path}/{version}/vpn/tunnels/{pathv1}/?{query}",
1788
+ "requestSchema": "schema.json",
1789
+ "responseSchema": "schema.json",
1790
+ "timeout": 0,
1791
+ "sendEmpty": false,
1792
+ "requestDatatype": "JSON",
1793
+ "responseDatatype": "JSON",
1794
+ "headers": {},
1795
+ "responseObjects": [
1796
+ {
1797
+ "type": "default",
1798
+ "key": "",
1799
+ "mockFile": ""
1800
+ }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "name": "deleteTunnel",
1805
+ "protocol": "REST",
1806
+ "method": "DELETE",
1807
+ "entitypath": "{base_path}/{version}/vpn/tunnels/{pathv1}/?{query}",
1808
+ "requestSchema": "schema.json",
1809
+ "responseSchema": "schema.json",
1810
+ "timeout": 0,
1811
+ "sendEmpty": false,
1812
+ "requestDatatype": "JSON",
1813
+ "responseDatatype": "JSON",
1814
+ "headers": {},
1815
+ "responseObjects": [
1816
+ {
1817
+ "type": "default",
1818
+ "key": "",
1819
+ "mockFile": ""
1820
+ }
1821
+ ]
1822
+ }
1823
+ ]
1824
+ }