@itentialopensource/adapter-dna_center 0.9.0 → 0.9.2

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,920 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "deletePortAssignmentForAccessPointInSDAFabric",
5
+ "protocol": "REST",
6
+ "method": "DELETE",
7
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/access-point?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "JSON",
13
+ "responseDatatype": "JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "getPortAssignmentForAccessPointInSDAFabric",
25
+ "protocol": "REST",
26
+ "method": "GET",
27
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/access-point?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "sendGetBody": 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": "addPortAssignmentForAccessPointInSDAFabric",
46
+ "protocol": "REST",
47
+ "method": "POST",
48
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/access-point?{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": "getDeviceInfoFromSDAFabric",
66
+ "protocol": "REST",
67
+ "method": "GET",
68
+ "entitypath": "{base_path}/{version}/business/sda/device?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "sendGetBody": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "getTransitPeerNetworkInfo",
87
+ "protocol": "REST",
88
+ "method": "GET",
89
+ "entitypath": "{base_path}/{version}/business/sda/transit-peer-network?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "sendGetBody": 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": "addTransitPeerNetwork",
108
+ "protocol": "REST",
109
+ "method": "POST",
110
+ "entitypath": "{base_path}/{version}/business/sda/transit-peer-network?{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": "deleteTransitPeerNetwork",
128
+ "protocol": "REST",
129
+ "method": "DELETE",
130
+ "entitypath": "{base_path}/{version}/business/sda/transit-peer-network?{query}",
131
+ "requestSchema": "schema.json",
132
+ "responseSchema": "schema.json",
133
+ "timeout": 0,
134
+ "sendEmpty": false,
135
+ "requestDatatype": "JSON",
136
+ "responseDatatype": "JSON",
137
+ "headers": {},
138
+ "responseObjects": [
139
+ {
140
+ "type": "default",
141
+ "key": "",
142
+ "mockFile": ""
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "name": "deleteEdgeDeviceFromSDAFabric",
148
+ "protocol": "REST",
149
+ "method": "DELETE",
150
+ "entitypath": "{base_path}/{version}/business/sda/edge-device?{query}",
151
+ "requestSchema": "schema.json",
152
+ "responseSchema": "schema.json",
153
+ "timeout": 0,
154
+ "sendEmpty": false,
155
+ "requestDatatype": "JSON",
156
+ "responseDatatype": "JSON",
157
+ "headers": {},
158
+ "responseObjects": [
159
+ {
160
+ "type": "default",
161
+ "key": "",
162
+ "mockFile": ""
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "name": "getEdgeDeviceFromSDAFabric",
168
+ "protocol": "REST",
169
+ "method": "GET",
170
+ "entitypath": "{base_path}/{version}/business/sda/edge-device?{query}",
171
+ "requestSchema": "schema.json",
172
+ "responseSchema": "schema.json",
173
+ "timeout": 0,
174
+ "sendEmpty": false,
175
+ "sendGetBody": false,
176
+ "requestDatatype": "JSON",
177
+ "responseDatatype": "JSON",
178
+ "headers": {},
179
+ "responseObjects": [
180
+ {
181
+ "type": "default",
182
+ "key": "",
183
+ "mockFile": ""
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "name": "addEdgeDeviceInSDAFabric",
189
+ "protocol": "REST",
190
+ "method": "POST",
191
+ "entitypath": "{base_path}/{version}/business/sda/edge-device?{query}",
192
+ "requestSchema": "schema.json",
193
+ "responseSchema": "schema.json",
194
+ "timeout": 0,
195
+ "sendEmpty": false,
196
+ "requestDatatype": "JSON",
197
+ "responseDatatype": "JSON",
198
+ "headers": {},
199
+ "responseObjects": [
200
+ {
201
+ "type": "default",
202
+ "key": "",
203
+ "mockFile": ""
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "name": "addIPPoolInSDAVirtualNetwork",
209
+ "protocol": "REST",
210
+ "method": "POST",
211
+ "entitypath": "{base_path}/{version}/business/sda/virtualnetwork/ippool?{query}",
212
+ "requestSchema": "schema.json",
213
+ "responseSchema": "schema.json",
214
+ "timeout": 0,
215
+ "sendEmpty": false,
216
+ "requestDatatype": "JSON",
217
+ "responseDatatype": "JSON",
218
+ "headers": {},
219
+ "responseObjects": [
220
+ {
221
+ "type": "default",
222
+ "key": "",
223
+ "mockFile": ""
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ "name": "deleteIPPoolFromSDAVirtualNetwork",
229
+ "protocol": "REST",
230
+ "method": "DELETE",
231
+ "entitypath": "{base_path}/{version}/business/sda/virtualnetwork/ippool?{query}",
232
+ "requestSchema": "schema.json",
233
+ "responseSchema": "schema.json",
234
+ "timeout": 0,
235
+ "sendEmpty": false,
236
+ "requestDatatype": "JSON",
237
+ "responseDatatype": "JSON",
238
+ "headers": {},
239
+ "responseObjects": [
240
+ {
241
+ "type": "default",
242
+ "key": "",
243
+ "mockFile": ""
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "getIPPoolFromSDAVirtualNetwork",
249
+ "protocol": "REST",
250
+ "method": "GET",
251
+ "entitypath": "{base_path}/{version}/business/sda/virtualnetwork/ippool?{query}",
252
+ "requestSchema": "schema.json",
253
+ "responseSchema": "schema.json",
254
+ "timeout": 0,
255
+ "sendEmpty": false,
256
+ "sendGetBody": false,
257
+ "requestDatatype": "JSON",
258
+ "responseDatatype": "JSON",
259
+ "headers": {},
260
+ "responseObjects": [
261
+ {
262
+ "type": "default",
263
+ "key": "",
264
+ "mockFile": ""
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "name": "deleteMulticastFromSDAFabric",
270
+ "protocol": "REST",
271
+ "method": "DELETE",
272
+ "entitypath": "{base_path}/{version}/business/sda/multicast?{query}",
273
+ "requestSchema": "schema.json",
274
+ "responseSchema": "schema.json",
275
+ "timeout": 0,
276
+ "sendEmpty": false,
277
+ "requestDatatype": "JSON",
278
+ "responseDatatype": "JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "getMulticastDetailsFromSDAFabric",
290
+ "protocol": "REST",
291
+ "method": "GET",
292
+ "entitypath": "{base_path}/{version}/business/sda/multicast?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "sendGetBody": false,
298
+ "requestDatatype": "JSON",
299
+ "responseDatatype": "JSON",
300
+ "headers": {},
301
+ "responseObjects": [
302
+ {
303
+ "type": "default",
304
+ "key": "",
305
+ "mockFile": ""
306
+ }
307
+ ]
308
+ },
309
+ {
310
+ "name": "addMulticastInSDAFabric",
311
+ "protocol": "REST",
312
+ "method": "POST",
313
+ "entitypath": "{base_path}/{version}/business/sda/multicast?{query}",
314
+ "requestSchema": "schema.json",
315
+ "responseSchema": "schema.json",
316
+ "timeout": 0,
317
+ "sendEmpty": false,
318
+ "requestDatatype": "JSON",
319
+ "responseDatatype": "JSON",
320
+ "headers": {},
321
+ "responseObjects": [
322
+ {
323
+ "type": "default",
324
+ "key": "",
325
+ "mockFile": ""
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "getVirtualNetworkFromSDAFabric",
331
+ "protocol": "REST",
332
+ "method": "GET",
333
+ "entitypath": "{base_path}/{version}/business/sda/virtual-network?{query}",
334
+ "requestSchema": "schema.json",
335
+ "responseSchema": "schema.json",
336
+ "timeout": 0,
337
+ "sendEmpty": false,
338
+ "sendGetBody": false,
339
+ "requestDatatype": "JSON",
340
+ "responseDatatype": "JSON",
341
+ "headers": {},
342
+ "responseObjects": [
343
+ {
344
+ "type": "default",
345
+ "key": "",
346
+ "mockFile": ""
347
+ }
348
+ ]
349
+ },
350
+ {
351
+ "name": "addVNInFabric",
352
+ "protocol": "REST",
353
+ "method": "POST",
354
+ "entitypath": "{base_path}/{version}/business/sda/virtual-network?{query}",
355
+ "requestSchema": "schema.json",
356
+ "responseSchema": "schema.json",
357
+ "timeout": 0,
358
+ "sendEmpty": false,
359
+ "requestDatatype": "JSON",
360
+ "responseDatatype": "JSON",
361
+ "headers": {},
362
+ "responseObjects": [
363
+ {
364
+ "type": "default",
365
+ "key": "",
366
+ "mockFile": ""
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ "name": "deleteVNFromSDAFabric",
372
+ "protocol": "REST",
373
+ "method": "DELETE",
374
+ "entitypath": "{base_path}/{version}/business/sda/virtual-network?{query}",
375
+ "requestSchema": "schema.json",
376
+ "responseSchema": "schema.json",
377
+ "timeout": 0,
378
+ "sendEmpty": false,
379
+ "requestDatatype": "JSON",
380
+ "responseDatatype": "JSON",
381
+ "headers": {},
382
+ "responseObjects": [
383
+ {
384
+ "type": "default",
385
+ "key": "",
386
+ "mockFile": ""
387
+ }
388
+ ]
389
+ },
390
+ {
391
+ "name": "deleteDefaultAuthenticationProfileFromSDAFabric",
392
+ "protocol": "REST",
393
+ "method": "DELETE",
394
+ "entitypath": "{base_path}/{version}/business/sda/authentication-profile?{query}",
395
+ "requestSchema": "schema.json",
396
+ "responseSchema": "schema.json",
397
+ "timeout": 0,
398
+ "sendEmpty": false,
399
+ "requestDatatype": "JSON",
400
+ "responseDatatype": "JSON",
401
+ "headers": {},
402
+ "responseObjects": [
403
+ {
404
+ "type": "default",
405
+ "key": "",
406
+ "mockFile": ""
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "name": "updateDefaultAuthenticationProfileInSDAFabric",
412
+ "protocol": "REST",
413
+ "method": "PUT",
414
+ "entitypath": "{base_path}/{version}/business/sda/authentication-profile?{query}",
415
+ "requestSchema": "schema.json",
416
+ "responseSchema": "schema.json",
417
+ "timeout": 0,
418
+ "sendEmpty": false,
419
+ "requestDatatype": "JSON",
420
+ "responseDatatype": "JSON",
421
+ "headers": {},
422
+ "responseObjects": [
423
+ {
424
+ "type": "default",
425
+ "key": "",
426
+ "mockFile": ""
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "name": "getDefaultAuthenticationProfileFromSDAFabric",
432
+ "protocol": "REST",
433
+ "method": "GET",
434
+ "entitypath": "{base_path}/{version}/business/sda/authentication-profile?{query}",
435
+ "requestSchema": "schema.json",
436
+ "responseSchema": "schema.json",
437
+ "timeout": 0,
438
+ "sendEmpty": false,
439
+ "sendGetBody": false,
440
+ "requestDatatype": "JSON",
441
+ "responseDatatype": "JSON",
442
+ "headers": {},
443
+ "responseObjects": [
444
+ {
445
+ "type": "default",
446
+ "key": "",
447
+ "mockFile": ""
448
+ }
449
+ ]
450
+ },
451
+ {
452
+ "name": "addDefaultAuthenticationTemplateInSDAFabric",
453
+ "protocol": "REST",
454
+ "method": "POST",
455
+ "entitypath": "{base_path}/{version}/business/sda/authentication-profile?{query}",
456
+ "requestSchema": "schema.json",
457
+ "responseSchema": "schema.json",
458
+ "timeout": 0,
459
+ "sendEmpty": false,
460
+ "requestDatatype": "JSON",
461
+ "responseDatatype": "JSON",
462
+ "headers": {},
463
+ "responseObjects": [
464
+ {
465
+ "type": "default",
466
+ "key": "",
467
+ "mockFile": ""
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "name": "deleteSiteFromSDAFabric",
473
+ "protocol": "REST",
474
+ "method": "DELETE",
475
+ "entitypath": "{base_path}/{version}/business/sda/fabric-site?{query}",
476
+ "requestSchema": "schema.json",
477
+ "responseSchema": "schema.json",
478
+ "timeout": 0,
479
+ "sendEmpty": false,
480
+ "requestDatatype": "JSON",
481
+ "responseDatatype": "JSON",
482
+ "headers": {},
483
+ "responseObjects": [
484
+ {
485
+ "type": "default",
486
+ "key": "",
487
+ "mockFile": ""
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "name": "getSiteFromSDAFabric",
493
+ "protocol": "REST",
494
+ "method": "GET",
495
+ "entitypath": "{base_path}/{version}/business/sda/fabric-site?{query}",
496
+ "requestSchema": "schema.json",
497
+ "responseSchema": "schema.json",
498
+ "timeout": 0,
499
+ "sendEmpty": false,
500
+ "sendGetBody": false,
501
+ "requestDatatype": "JSON",
502
+ "responseDatatype": "JSON",
503
+ "headers": {},
504
+ "responseObjects": [
505
+ {
506
+ "type": "default",
507
+ "key": "",
508
+ "mockFile": ""
509
+ }
510
+ ]
511
+ },
512
+ {
513
+ "name": "addSiteInSDAFabric",
514
+ "protocol": "REST",
515
+ "method": "POST",
516
+ "entitypath": "{base_path}/{version}/business/sda/fabric-site?{query}",
517
+ "requestSchema": "schema.json",
518
+ "responseSchema": "schema.json",
519
+ "timeout": 0,
520
+ "sendEmpty": false,
521
+ "requestDatatype": "JSON",
522
+ "responseDatatype": "JSON",
523
+ "headers": {},
524
+ "responseObjects": [
525
+ {
526
+ "type": "default",
527
+ "key": "",
528
+ "mockFile": ""
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "name": "reProvisionWiredDevice",
534
+ "protocol": "REST",
535
+ "method": "PUT",
536
+ "entitypath": "{base_path}/{version}/business/sda/provision-device?{query}",
537
+ "requestSchema": "schema.json",
538
+ "responseSchema": "schema.json",
539
+ "timeout": 0,
540
+ "sendEmpty": false,
541
+ "requestDatatype": "JSON",
542
+ "responseDatatype": "JSON",
543
+ "headers": {},
544
+ "responseObjects": [
545
+ {
546
+ "type": "default",
547
+ "key": "",
548
+ "mockFile": ""
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "name": "provisionWiredDevice",
554
+ "protocol": "REST",
555
+ "method": "POST",
556
+ "entitypath": "{base_path}/{version}/business/sda/provision-device?{query}",
557
+ "requestSchema": "schema.json",
558
+ "responseSchema": "schema.json",
559
+ "timeout": 0,
560
+ "sendEmpty": false,
561
+ "requestDatatype": "JSON",
562
+ "responseDatatype": "JSON",
563
+ "headers": {},
564
+ "responseObjects": [
565
+ {
566
+ "type": "default",
567
+ "key": "",
568
+ "mockFile": ""
569
+ }
570
+ ]
571
+ },
572
+ {
573
+ "name": "getProvisionedWiredDevice",
574
+ "protocol": "REST",
575
+ "method": "GET",
576
+ "entitypath": "{base_path}/{version}/business/sda/provision-device?{query}",
577
+ "requestSchema": "schema.json",
578
+ "responseSchema": "schema.json",
579
+ "timeout": 0,
580
+ "sendEmpty": false,
581
+ "sendGetBody": false,
582
+ "requestDatatype": "JSON",
583
+ "responseDatatype": "JSON",
584
+ "headers": {},
585
+ "responseObjects": [
586
+ {
587
+ "type": "default",
588
+ "key": "",
589
+ "mockFile": ""
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "name": "deleteProvisionedWiredDevice",
595
+ "protocol": "REST",
596
+ "method": "DELETE",
597
+ "entitypath": "{base_path}/{version}/business/sda/provision-device?{query}",
598
+ "requestSchema": "schema.json",
599
+ "responseSchema": "schema.json",
600
+ "timeout": 0,
601
+ "sendEmpty": false,
602
+ "requestDatatype": "JSON",
603
+ "responseDatatype": "JSON",
604
+ "headers": {},
605
+ "responseObjects": [
606
+ {
607
+ "type": "default",
608
+ "key": "",
609
+ "mockFile": ""
610
+ }
611
+ ]
612
+ },
613
+ {
614
+ "name": "getVirtualNetworkSummary",
615
+ "protocol": "REST",
616
+ "method": "GET",
617
+ "entitypath": "{base_path}/{version}/business/sda/virtual-network/summary?{query}",
618
+ "requestSchema": "schema.json",
619
+ "responseSchema": "schema.json",
620
+ "timeout": 0,
621
+ "sendEmpty": false,
622
+ "sendGetBody": false,
623
+ "requestDatatype": "JSON",
624
+ "responseDatatype": "JSON",
625
+ "headers": {},
626
+ "responseObjects": [
627
+ {
628
+ "type": "default",
629
+ "key": "",
630
+ "mockFile": ""
631
+ }
632
+ ]
633
+ },
634
+ {
635
+ "name": "getDeviceRoleInSDAFabric",
636
+ "protocol": "REST",
637
+ "method": "GET",
638
+ "entitypath": "{base_path}/{version}/business/sda/device/role?{query}",
639
+ "requestSchema": "schema.json",
640
+ "responseSchema": "schema.json",
641
+ "timeout": 0,
642
+ "sendEmpty": false,
643
+ "sendGetBody": false,
644
+ "requestDatatype": "JSON",
645
+ "responseDatatype": "JSON",
646
+ "headers": {},
647
+ "responseObjects": [
648
+ {
649
+ "type": "default",
650
+ "key": "",
651
+ "mockFile": ""
652
+ }
653
+ ]
654
+ },
655
+ {
656
+ "name": "addPortAssignmentForUserDeviceInSDAFabric",
657
+ "protocol": "REST",
658
+ "method": "POST",
659
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/user-device?{query}",
660
+ "requestSchema": "schema.json",
661
+ "responseSchema": "schema.json",
662
+ "timeout": 0,
663
+ "sendEmpty": false,
664
+ "requestDatatype": "JSON",
665
+ "responseDatatype": "JSON",
666
+ "headers": {},
667
+ "responseObjects": [
668
+ {
669
+ "type": "default",
670
+ "key": "",
671
+ "mockFile": ""
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "name": "getPortAssignmentForUserDeviceInSDAFabric",
677
+ "protocol": "REST",
678
+ "method": "GET",
679
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/user-device?{query}",
680
+ "requestSchema": "schema.json",
681
+ "responseSchema": "schema.json",
682
+ "timeout": 0,
683
+ "sendEmpty": false,
684
+ "sendGetBody": false,
685
+ "requestDatatype": "JSON",
686
+ "responseDatatype": "JSON",
687
+ "headers": {},
688
+ "responseObjects": [
689
+ {
690
+ "type": "default",
691
+ "key": "",
692
+ "mockFile": ""
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "name": "deletePortAssignmentForUserDeviceInSDAFabric",
698
+ "protocol": "REST",
699
+ "method": "DELETE",
700
+ "entitypath": "{base_path}/{version}/business/sda/hostonboarding/user-device?{query}",
701
+ "requestSchema": "schema.json",
702
+ "responseSchema": "schema.json",
703
+ "timeout": 0,
704
+ "sendEmpty": false,
705
+ "requestDatatype": "JSON",
706
+ "responseDatatype": "JSON",
707
+ "headers": {},
708
+ "responseObjects": [
709
+ {
710
+ "type": "default",
711
+ "key": "",
712
+ "mockFile": ""
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "name": "getBorderDeviceDetailFromSDAFabric",
718
+ "protocol": "REST",
719
+ "method": "GET",
720
+ "entitypath": "{base_path}/{version}/business/sda/border-device?{query}",
721
+ "requestSchema": "schema.json",
722
+ "responseSchema": "schema.json",
723
+ "timeout": 0,
724
+ "sendEmpty": false,
725
+ "sendGetBody": false,
726
+ "requestDatatype": "JSON",
727
+ "responseDatatype": "JSON",
728
+ "headers": {},
729
+ "responseObjects": [
730
+ {
731
+ "type": "default",
732
+ "key": "",
733
+ "mockFile": ""
734
+ }
735
+ ]
736
+ },
737
+ {
738
+ "name": "addBorderDeviceInSDAFabric",
739
+ "protocol": "REST",
740
+ "method": "POST",
741
+ "entitypath": "{base_path}/{version}/business/sda/border-device?{query}",
742
+ "requestSchema": "schema.json",
743
+ "responseSchema": "schema.json",
744
+ "timeout": 0,
745
+ "sendEmpty": false,
746
+ "requestDatatype": "JSON",
747
+ "responseDatatype": "JSON",
748
+ "headers": {},
749
+ "responseObjects": [
750
+ {
751
+ "type": "default",
752
+ "key": "",
753
+ "mockFile": ""
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "name": "deleteBorderDeviceFromSDAFabric",
759
+ "protocol": "REST",
760
+ "method": "DELETE",
761
+ "entitypath": "{base_path}/{version}/business/sda/border-device?{query}",
762
+ "requestSchema": "schema.json",
763
+ "responseSchema": "schema.json",
764
+ "timeout": 0,
765
+ "sendEmpty": false,
766
+ "requestDatatype": "JSON",
767
+ "responseDatatype": "JSON",
768
+ "headers": {},
769
+ "responseObjects": [
770
+ {
771
+ "type": "default",
772
+ "key": "",
773
+ "mockFile": ""
774
+ }
775
+ ]
776
+ },
777
+ {
778
+ "name": "getControlPlaneDeviceFromSDAFabric",
779
+ "protocol": "REST",
780
+ "method": "GET",
781
+ "entitypath": "{base_path}/{version}/business/sda/control-plane-device?{query}",
782
+ "requestSchema": "schema.json",
783
+ "responseSchema": "schema.json",
784
+ "timeout": 0,
785
+ "sendEmpty": false,
786
+ "sendGetBody": false,
787
+ "requestDatatype": "JSON",
788
+ "responseDatatype": "JSON",
789
+ "headers": {},
790
+ "responseObjects": [
791
+ {
792
+ "type": "default",
793
+ "key": "",
794
+ "mockFile": ""
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "name": "addControlPlaneDeviceInSDAFabric",
800
+ "protocol": "REST",
801
+ "method": "POST",
802
+ "entitypath": "{base_path}/{version}/business/sda/control-plane-device?{query}",
803
+ "requestSchema": "schema.json",
804
+ "responseSchema": "schema.json",
805
+ "timeout": 0,
806
+ "sendEmpty": false,
807
+ "requestDatatype": "JSON",
808
+ "responseDatatype": "JSON",
809
+ "headers": {},
810
+ "responseObjects": [
811
+ {
812
+ "type": "default",
813
+ "key": "",
814
+ "mockFile": ""
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "name": "deleteControlPlaneDeviceInSDAFabric",
820
+ "protocol": "REST",
821
+ "method": "DELETE",
822
+ "entitypath": "{base_path}/{version}/business/sda/control-plane-device?{query}",
823
+ "requestSchema": "schema.json",
824
+ "responseSchema": "schema.json",
825
+ "timeout": 0,
826
+ "sendEmpty": false,
827
+ "requestDatatype": "JSON",
828
+ "responseDatatype": "JSON",
829
+ "headers": {},
830
+ "responseObjects": [
831
+ {
832
+ "type": "default",
833
+ "key": "",
834
+ "mockFile": ""
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "name": "updateVirtualNetworkWithScalableGroups",
840
+ "protocol": "REST",
841
+ "method": "PUT",
842
+ "entitypath": "{base_path}/{version}/virtual-network?{query}",
843
+ "requestSchema": "schema.json",
844
+ "responseSchema": "schema.json",
845
+ "timeout": 0,
846
+ "sendEmpty": false,
847
+ "requestDatatype": "JSON",
848
+ "responseDatatype": "JSON",
849
+ "headers": {},
850
+ "responseObjects": [
851
+ {
852
+ "type": "default",
853
+ "key": "",
854
+ "mockFile": ""
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "name": "deleteVirtualNetworkWithScalableGroups",
860
+ "protocol": "REST",
861
+ "method": "DELETE",
862
+ "entitypath": "{base_path}/{version}/virtual-network?{query}",
863
+ "requestSchema": "schema.json",
864
+ "responseSchema": "schema.json",
865
+ "timeout": 0,
866
+ "sendEmpty": false,
867
+ "requestDatatype": "JSON",
868
+ "responseDatatype": "JSON",
869
+ "headers": {},
870
+ "responseObjects": [
871
+ {
872
+ "type": "default",
873
+ "key": "",
874
+ "mockFile": ""
875
+ }
876
+ ]
877
+ },
878
+ {
879
+ "name": "getVirtualNetworkWithScalableGroups",
880
+ "protocol": "REST",
881
+ "method": "GET",
882
+ "entitypath": "{base_path}/{version}/virtual-network?{query}",
883
+ "requestSchema": "schema.json",
884
+ "responseSchema": "schema.json",
885
+ "timeout": 0,
886
+ "sendEmpty": false,
887
+ "sendGetBody": false,
888
+ "requestDatatype": "JSON",
889
+ "responseDatatype": "JSON",
890
+ "headers": {},
891
+ "responseObjects": [
892
+ {
893
+ "type": "default",
894
+ "key": "",
895
+ "mockFile": ""
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "name": "addVirtualNetworkWithScalableGroups",
901
+ "protocol": "REST",
902
+ "method": "POST",
903
+ "entitypath": "{base_path}/{version}/virtual-network?{query}",
904
+ "requestSchema": "schema.json",
905
+ "responseSchema": "schema.json",
906
+ "timeout": 0,
907
+ "sendEmpty": false,
908
+ "requestDatatype": "JSON",
909
+ "responseDatatype": "JSON",
910
+ "headers": {},
911
+ "responseObjects": [
912
+ {
913
+ "type": "default",
914
+ "key": "",
915
+ "mockFile": ""
916
+ }
917
+ ]
918
+ }
919
+ ]
920
+ }