@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.
package/pronghorn.json CHANGED
@@ -64,13 +64,13 @@
64
64
  }
65
65
  },
66
66
  {
67
- "name" : "replace",
67
+ "name": "replace",
68
68
  "type": "boolean",
69
69
  "info": "True to replace entire mock data, false to merge/append",
70
70
  "required": false,
71
71
  "schema": {
72
72
  "title": "replace",
73
- "type" : "boolean"
73
+ "type": "boolean"
74
74
  }
75
75
  }
76
76
  ],
@@ -10094,6 +10094,1801 @@
10094
10094
  "path": "/postDnaintentapiv1businesssdaborderDevice"
10095
10095
  },
10096
10096
  "task": true
10097
+ },
10098
+ {
10099
+ "name": "deletePortAssignmentForAccessPointInSDAFabric",
10100
+ "summary": "Delete Port assignment for access point in SDA Fabric",
10101
+ "description": "Delete Port assignment for access point in SDA Fabric",
10102
+ "input": [
10103
+ {
10104
+ "name": "deviceManagementIpAddress",
10105
+ "type": "string",
10106
+ "info": "deviceManagementIpAddress: string",
10107
+ "required": true,
10108
+ "schema": {
10109
+ "title": "deviceManagementIpAddress",
10110
+ "type": "string"
10111
+ }
10112
+ },
10113
+ {
10114
+ "name": "interfaceName",
10115
+ "type": "string",
10116
+ "info": "interfaceName: string",
10117
+ "required": true,
10118
+ "schema": {
10119
+ "title": "interfaceName",
10120
+ "type": "string"
10121
+ }
10122
+ }
10123
+ ],
10124
+ "output": {
10125
+ "name": "result",
10126
+ "type": "object",
10127
+ "description": "A JSON Object containing status, code and the result",
10128
+ "schema": {
10129
+ "title": "result",
10130
+ "type": "object"
10131
+ }
10132
+ },
10133
+ "roles": [
10134
+ "admin"
10135
+ ],
10136
+ "route": {
10137
+ "verb": "POST",
10138
+ "path": "/deletePortAssignmentForAccessPointInSDAFabric"
10139
+ },
10140
+ "task": true
10141
+ },
10142
+ {
10143
+ "name": "getPortAssignmentForAccessPointInSDAFabric",
10144
+ "summary": "Get Port assignment for access point in SDA Fabric",
10145
+ "description": "Get Port assignment for access point in SDA Fabric",
10146
+ "input": [
10147
+ {
10148
+ "name": "deviceManagementIpAddress",
10149
+ "type": "string",
10150
+ "info": "deviceManagementIpAddress: string",
10151
+ "required": true,
10152
+ "schema": {
10153
+ "title": "deviceManagementIpAddress",
10154
+ "type": "string"
10155
+ }
10156
+ },
10157
+ {
10158
+ "name": "interfaceName",
10159
+ "type": "string",
10160
+ "info": "interfaceName: string",
10161
+ "required": true,
10162
+ "schema": {
10163
+ "title": "interfaceName",
10164
+ "type": "string"
10165
+ }
10166
+ }
10167
+ ],
10168
+ "output": {
10169
+ "name": "result",
10170
+ "type": "object",
10171
+ "description": "A JSON Object containing status, code and the result",
10172
+ "schema": {
10173
+ "title": "result",
10174
+ "type": "object"
10175
+ }
10176
+ },
10177
+ "roles": [
10178
+ "admin"
10179
+ ],
10180
+ "route": {
10181
+ "verb": "POST",
10182
+ "path": "/getPortAssignmentForAccessPointInSDAFabric"
10183
+ },
10184
+ "task": true
10185
+ },
10186
+ {
10187
+ "name": "addPortAssignmentForAccessPointInSDAFabric",
10188
+ "summary": "Add Port assignment for access point in SDA Fabric",
10189
+ "description": "Add Port assignment for access point in SDA Fabric",
10190
+ "input": [
10191
+ {
10192
+ "name": "request",
10193
+ "type": "object",
10194
+ "info": "request: {\"siteNameHierarchy\": \"string\", \"deviceManagementIpAddress\": \"string\", \"interfaceName\": \"string\", \"dataIpAddressPoolName\": \"string\", \"authenticateTemplateName\": \"Must be one of [No Authentication, Open Authentication, Closed Authentication , Low Impact ]\", \"interfaceDescription\": \"string\"}",
10195
+ "required": true,
10196
+ "schema": {
10197
+ "title": "request",
10198
+ "type": "object"
10199
+ }
10200
+ }
10201
+ ],
10202
+ "output": {
10203
+ "name": "result",
10204
+ "type": "object",
10205
+ "description": "A JSON Object containing status, code and the result",
10206
+ "schema": {
10207
+ "title": "result",
10208
+ "type": "object"
10209
+ }
10210
+ },
10211
+ "roles": [
10212
+ "admin"
10213
+ ],
10214
+ "route": {
10215
+ "verb": "POST",
10216
+ "path": "/addPortAssignmentForAccessPointInSDAFabric"
10217
+ },
10218
+ "task": true
10219
+ },
10220
+ {
10221
+ "name": "getDeviceInfoFromSDAFabric",
10222
+ "summary": "Get device info from SDA Fabric",
10223
+ "description": "Get device info from SDA Fabric",
10224
+ "input": [
10225
+ {
10226
+ "name": "deviceManagementIpAddress",
10227
+ "type": "string",
10228
+ "info": "deviceManagementIpAddress: string",
10229
+ "required": true,
10230
+ "schema": {
10231
+ "title": "deviceManagementIpAddress",
10232
+ "type": "string"
10233
+ }
10234
+ }
10235
+ ],
10236
+ "output": {
10237
+ "name": "result",
10238
+ "type": "object",
10239
+ "description": "A JSON Object containing status, code and the result",
10240
+ "schema": {
10241
+ "title": "result",
10242
+ "type": "object"
10243
+ }
10244
+ },
10245
+ "roles": [
10246
+ "admin"
10247
+ ],
10248
+ "route": {
10249
+ "verb": "POST",
10250
+ "path": "/getDeviceInfoFromSDAFabric"
10251
+ },
10252
+ "task": true
10253
+ },
10254
+ {
10255
+ "name": "getTransitPeerNetworkInfo",
10256
+ "summary": "Get Transit Peer Network Info",
10257
+ "description": "Get Transit Peer Network Info from SD-Access",
10258
+ "input": [
10259
+ {
10260
+ "name": "transitPeerNetworkName",
10261
+ "type": "string",
10262
+ "info": "Transit or Peer Network Name: string",
10263
+ "required": true,
10264
+ "schema": {
10265
+ "title": "transitPeerNetworkName",
10266
+ "type": "string"
10267
+ }
10268
+ }
10269
+ ],
10270
+ "output": {
10271
+ "name": "result",
10272
+ "type": "object",
10273
+ "description": "A JSON Object containing status, code and the result",
10274
+ "schema": {
10275
+ "title": "result",
10276
+ "type": "object"
10277
+ }
10278
+ },
10279
+ "roles": [
10280
+ "admin"
10281
+ ],
10282
+ "route": {
10283
+ "verb": "POST",
10284
+ "path": "/getTransitPeerNetworkInfo"
10285
+ },
10286
+ "task": true
10287
+ },
10288
+ {
10289
+ "name": "addTransitPeerNetwork",
10290
+ "summary": "Add Transit Peer Network",
10291
+ "description": "Add Transit Peer Network in SD-Access",
10292
+ "input": [
10293
+ {
10294
+ "name": "request",
10295
+ "type": "object",
10296
+ "info": "request: {\"transitPeerNetworkName\": \"string\", \"transitPeerNetworkType\": \"Must be one of [ip_transit, sda_transit_with_lisp_bgp, sda_transit_with_pub_sub]\", \"ipTransitSettings\": {\"routingProtocolName\": \"Must be one of [BGP]\", \"autonomousSystemNumber\": \"string\"}, \"sdaTransitSettings\": {\"transitControlPlaneSettings\": [{\"siteNameHierarchy\": \"string\", \"deviceManagementIpAddress\": \"string\"}]}}",
10297
+ "required": true,
10298
+ "schema": {
10299
+ "title": "request",
10300
+ "type": "object"
10301
+ }
10302
+ }
10303
+ ],
10304
+ "output": {
10305
+ "name": "result",
10306
+ "type": "object",
10307
+ "description": "A JSON Object containing status, code and the result",
10308
+ "schema": {
10309
+ "title": "result",
10310
+ "type": "object"
10311
+ }
10312
+ },
10313
+ "roles": [
10314
+ "admin"
10315
+ ],
10316
+ "route": {
10317
+ "verb": "POST",
10318
+ "path": "/addTransitPeerNetwork"
10319
+ },
10320
+ "task": true
10321
+ },
10322
+ {
10323
+ "name": "deleteTransitPeerNetwork",
10324
+ "summary": "Delete Transit Peer Network",
10325
+ "description": "Delete Transit Peer Network from SD-Access",
10326
+ "input": [
10327
+ {
10328
+ "name": "transitPeerNetworkName",
10329
+ "type": "string",
10330
+ "info": "Transit Peer Network Name: string",
10331
+ "required": true,
10332
+ "schema": {
10333
+ "title": "transitPeerNetworkName",
10334
+ "type": "string"
10335
+ }
10336
+ }
10337
+ ],
10338
+ "output": {
10339
+ "name": "result",
10340
+ "type": "object",
10341
+ "description": "A JSON Object containing status, code and the result",
10342
+ "schema": {
10343
+ "title": "result",
10344
+ "type": "object"
10345
+ }
10346
+ },
10347
+ "roles": [
10348
+ "admin"
10349
+ ],
10350
+ "route": {
10351
+ "verb": "POST",
10352
+ "path": "/deleteTransitPeerNetwork"
10353
+ },
10354
+ "task": true
10355
+ },
10356
+ {
10357
+ "name": "deleteEdgeDeviceFromSDAFabric",
10358
+ "summary": "Delete edge device from SDA Fabric",
10359
+ "description": "Delete edge device from SDA Fabric.",
10360
+ "input": [
10361
+ {
10362
+ "name": "deviceManagementIpAddress",
10363
+ "type": "string",
10364
+ "info": "deviceManagementIpAddress: string",
10365
+ "required": true,
10366
+ "schema": {
10367
+ "title": "deviceManagementIpAddress",
10368
+ "type": "string"
10369
+ }
10370
+ }
10371
+ ],
10372
+ "output": {
10373
+ "name": "result",
10374
+ "type": "object",
10375
+ "description": "A JSON Object containing status, code and the result",
10376
+ "schema": {
10377
+ "title": "result",
10378
+ "type": "object"
10379
+ }
10380
+ },
10381
+ "roles": [
10382
+ "admin"
10383
+ ],
10384
+ "route": {
10385
+ "verb": "POST",
10386
+ "path": "/deleteEdgeDeviceFromSDAFabric"
10387
+ },
10388
+ "task": true
10389
+ },
10390
+ {
10391
+ "name": "getEdgeDeviceFromSDAFabric",
10392
+ "summary": "Get edge device from SDA Fabric",
10393
+ "description": "Get edge device from SDA Fabric",
10394
+ "input": [
10395
+ {
10396
+ "name": "deviceManagementIpAddress",
10397
+ "type": "string",
10398
+ "info": "deviceManagementIpAddress: string",
10399
+ "required": true,
10400
+ "schema": {
10401
+ "title": "deviceManagementIpAddress",
10402
+ "type": "string"
10403
+ }
10404
+ }
10405
+ ],
10406
+ "output": {
10407
+ "name": "result",
10408
+ "type": "object",
10409
+ "description": "A JSON Object containing status, code and the result",
10410
+ "schema": {
10411
+ "title": "result",
10412
+ "type": "object"
10413
+ }
10414
+ },
10415
+ "roles": [
10416
+ "admin"
10417
+ ],
10418
+ "route": {
10419
+ "verb": "POST",
10420
+ "path": "/getEdgeDeviceFromSDAFabric"
10421
+ },
10422
+ "task": true
10423
+ },
10424
+ {
10425
+ "name": "addEdgeDeviceInSDAFabric",
10426
+ "summary": "Add edge device in SDA Fabric",
10427
+ "description": "Add edge device in SDA Fabric",
10428
+ "input": [
10429
+ {
10430
+ "name": "request",
10431
+ "type": "object",
10432
+ "info": "request: {\"deviceManagementIpAddress\": \"string\", \"siteNameHierarchy\": \"string\"}",
10433
+ "required": true,
10434
+ "schema": {
10435
+ "title": "request",
10436
+ "type": "object"
10437
+ }
10438
+ }
10439
+ ],
10440
+ "output": {
10441
+ "name": "result",
10442
+ "type": "object",
10443
+ "description": "A JSON Object containing status, code and the result",
10444
+ "schema": {
10445
+ "title": "result",
10446
+ "type": "object"
10447
+ }
10448
+ },
10449
+ "roles": [
10450
+ "admin"
10451
+ ],
10452
+ "route": {
10453
+ "verb": "POST",
10454
+ "path": "/addEdgeDeviceInSDAFabric"
10455
+ },
10456
+ "task": true
10457
+ },
10458
+ {
10459
+ "name": "addIPPoolInSDAVirtualNetwork",
10460
+ "summary": "Add IP Pool in SDA Virtual Network",
10461
+ "description": "Add IP Pool in SDA Virtual Network",
10462
+ "input": [
10463
+ {
10464
+ "name": "request",
10465
+ "type": "object",
10466
+ "info": "request: {\"siteNameHierarchy\": \"string\", \"virtualNetworkName\": \"string\", \"isLayer2Only\": \"boolean\", \"ipPoolName\": \"string\", \"vlanId\": \"string\", \"vlanName\": \"string\", \"autoGenerateVlanName\": \"boolean\", \"trafficType\": \"Must be one of [Data, Voice]\", \"scalableGroupName\": \"string\", \"isL2FloodingEnabled\": \"boolean\", \"isThisCriticalPool\": \"boolean\", \"isWirelessPool\": \"boolean\", \"isIpDirectedBroadcast\": \"boolean\", \"isCommonPool\": \"boolean\", \"isBridgeModeVm\": \"boolean\", \"poolType\": \"Must be one of [AP, Extended]\"}",
10467
+ "required": true,
10468
+ "schema": {
10469
+ "title": "request",
10470
+ "type": "object"
10471
+ }
10472
+ }
10473
+ ],
10474
+ "output": {
10475
+ "name": "result",
10476
+ "type": "object",
10477
+ "description": "A JSON Object containing status, code and the result",
10478
+ "schema": {
10479
+ "title": "result",
10480
+ "type": "object"
10481
+ }
10482
+ },
10483
+ "roles": [
10484
+ "admin"
10485
+ ],
10486
+ "route": {
10487
+ "verb": "POST",
10488
+ "path": "/addIPPoolInSDAVirtualNetwork"
10489
+ },
10490
+ "task": true
10491
+ },
10492
+ {
10493
+ "name": "deleteIPPoolFromSDAVirtualNetwork",
10494
+ "summary": "Delete IP Pool from SDA Virtual Network",
10495
+ "description": "Delete IP Pool from SDA Virtual Network",
10496
+ "input": [
10497
+ {
10498
+ "name": "siteNameHierarchy",
10499
+ "type": "string",
10500
+ "info": "siteNameHierarchy: string",
10501
+ "required": true,
10502
+ "schema": {
10503
+ "title": "siteNameHierarchy",
10504
+ "type": "string"
10505
+ }
10506
+ },
10507
+ {
10508
+ "name": "virtualNetworkName",
10509
+ "type": "string",
10510
+ "info": "virtualNetworkName: string",
10511
+ "required": true,
10512
+ "schema": {
10513
+ "title": "virtualNetworkName",
10514
+ "type": "string"
10515
+ }
10516
+ },
10517
+ {
10518
+ "name": "ipPoolName",
10519
+ "type": "string",
10520
+ "info": "ipPoolName: string",
10521
+ "required": true,
10522
+ "schema": {
10523
+ "title": "ipPoolName",
10524
+ "type": "string"
10525
+ }
10526
+ }
10527
+ ],
10528
+ "output": {
10529
+ "name": "result",
10530
+ "type": "object",
10531
+ "description": "A JSON Object containing status, code and the result",
10532
+ "schema": {
10533
+ "title": "result",
10534
+ "type": "object"
10535
+ }
10536
+ },
10537
+ "roles": [
10538
+ "admin"
10539
+ ],
10540
+ "route": {
10541
+ "verb": "POST",
10542
+ "path": "/deleteIPPoolFromSDAVirtualNetwork"
10543
+ },
10544
+ "task": true
10545
+ },
10546
+ {
10547
+ "name": "getIPPoolFromSDAVirtualNetwork",
10548
+ "summary": "Get IP Pool from SDA Virtual Network",
10549
+ "description": "Get IP Pool from SDA Virtual Network",
10550
+ "input": [
10551
+ {
10552
+ "name": "siteNameHierarchy",
10553
+ "type": "string",
10554
+ "info": "siteNameHierarchy: string",
10555
+ "required": true,
10556
+ "schema": {
10557
+ "title": "siteNameHierarchy",
10558
+ "type": "string"
10559
+ }
10560
+ },
10561
+ {
10562
+ "name": "virtualNetworkName",
10563
+ "type": "string",
10564
+ "info": "virtualNetworkName: string",
10565
+ "required": true,
10566
+ "schema": {
10567
+ "title": "virtualNetworkName",
10568
+ "type": "string"
10569
+ }
10570
+ },
10571
+ {
10572
+ "name": "ipPoolName",
10573
+ "type": "string",
10574
+ "info": "ipPoolName. Note: Use vlanName as a value for this parameter if same ip pool is assigned to multiple virtual networks (e.g.. ipPoolName=vlan1021): string",
10575
+ "required": true,
10576
+ "schema": {
10577
+ "title": "ipPoolName",
10578
+ "type": "string"
10579
+ }
10580
+ }
10581
+ ],
10582
+ "output": {
10583
+ "name": "result",
10584
+ "type": "object",
10585
+ "description": "A JSON Object containing status, code and the result",
10586
+ "schema": {
10587
+ "title": "result",
10588
+ "type": "object"
10589
+ }
10590
+ },
10591
+ "roles": [
10592
+ "admin"
10593
+ ],
10594
+ "route": {
10595
+ "verb": "POST",
10596
+ "path": "/getIPPoolFromSDAVirtualNetwork"
10597
+ },
10598
+ "task": true
10599
+ },
10600
+ {
10601
+ "name": "deleteMulticastFromSDAFabric",
10602
+ "summary": "Delete multicast from SDA fabric",
10603
+ "description": "Delete multicast from SDA fabric",
10604
+ "input": [
10605
+ {
10606
+ "name": "siteNameHierarchy",
10607
+ "type": "string",
10608
+ "info": "siteNameHierarchy: string",
10609
+ "required": true,
10610
+ "schema": {
10611
+ "title": "siteNameHierarchy",
10612
+ "type": "string"
10613
+ }
10614
+ }
10615
+ ],
10616
+ "output": {
10617
+ "name": "result",
10618
+ "type": "object",
10619
+ "description": "A JSON Object containing status, code and the result",
10620
+ "schema": {
10621
+ "title": "result",
10622
+ "type": "object"
10623
+ }
10624
+ },
10625
+ "roles": [
10626
+ "admin"
10627
+ ],
10628
+ "route": {
10629
+ "verb": "POST",
10630
+ "path": "/deleteMulticastFromSDAFabric"
10631
+ },
10632
+ "task": true
10633
+ },
10634
+ {
10635
+ "name": "getMulticastDetailsFromSDAFabric",
10636
+ "summary": "Get multicast details from SDA fabric",
10637
+ "description": "Get multicast details from SDA fabric",
10638
+ "input": [
10639
+ {
10640
+ "name": "siteNameHierarchy",
10641
+ "type": "string",
10642
+ "info": "fabric site name hierarchy: string",
10643
+ "required": true,
10644
+ "schema": {
10645
+ "title": "siteNameHierarchy",
10646
+ "type": "string"
10647
+ }
10648
+ }
10649
+ ],
10650
+ "output": {
10651
+ "name": "result",
10652
+ "type": "object",
10653
+ "description": "A JSON Object containing status, code and the result",
10654
+ "schema": {
10655
+ "title": "result",
10656
+ "type": "object"
10657
+ }
10658
+ },
10659
+ "roles": [
10660
+ "admin"
10661
+ ],
10662
+ "route": {
10663
+ "verb": "POST",
10664
+ "path": "/getMulticastDetailsFromSDAFabric"
10665
+ },
10666
+ "task": true
10667
+ },
10668
+ {
10669
+ "name": "addMulticastInSDAFabric",
10670
+ "summary": "Add multicast in SDA fabric",
10671
+ "description": "Add multicast in SDA fabric",
10672
+ "input": [
10673
+ {
10674
+ "name": "request",
10675
+ "type": "object",
10676
+ "info": "request: {\"siteNameHierarchy\": \"string\", \"multicastMethod\": \"Must be one of [native_multicast]\", \"multicastType\": \"Must be one of [ssm, asm_with_internal_rp, asm_with_external_rp]\", \"multicastVnInfo\": [{\"virtualNetworkName\": \"string\", \"ipPoolName\": \"string\", \"internalRpIpAddress\": \"array\", \"externalRpIpAddress\": \"string\", \"ssmInfo\": [{\"ssmGroupRange\": \"string\", \"ssmWildcardMask\": \"string\"}]}]}",
10677
+ "required": true,
10678
+ "schema": {
10679
+ "title": "request",
10680
+ "type": "object"
10681
+ }
10682
+ }
10683
+ ],
10684
+ "output": {
10685
+ "name": "result",
10686
+ "type": "object",
10687
+ "description": "A JSON Object containing status, code and the result",
10688
+ "schema": {
10689
+ "title": "result",
10690
+ "type": "object"
10691
+ }
10692
+ },
10693
+ "roles": [
10694
+ "admin"
10695
+ ],
10696
+ "route": {
10697
+ "verb": "POST",
10698
+ "path": "/addMulticastInSDAFabric"
10699
+ },
10700
+ "task": true
10701
+ },
10702
+ {
10703
+ "name": "getVirtualNetworkFromSDAFabric",
10704
+ "summary": "Get VN from SDA Fabric",
10705
+ "description": "Get virtual network (VN) from SDA Fabric",
10706
+ "input": [
10707
+ {
10708
+ "name": "virtualNetworkName",
10709
+ "type": "string",
10710
+ "info": "virtualNetworkName: string",
10711
+ "required": true,
10712
+ "schema": {
10713
+ "title": "virtualNetworkName",
10714
+ "type": "string"
10715
+ }
10716
+ },
10717
+ {
10718
+ "name": "siteNameHierarchy",
10719
+ "type": "string",
10720
+ "info": "siteNameHierarchy: string",
10721
+ "required": true,
10722
+ "schema": {
10723
+ "title": "siteNameHierarchy",
10724
+ "type": "string"
10725
+ }
10726
+ }
10727
+ ],
10728
+ "output": {
10729
+ "name": "result",
10730
+ "type": "object",
10731
+ "description": "A JSON Object containing status, code and the result",
10732
+ "schema": {
10733
+ "title": "result",
10734
+ "type": "object"
10735
+ }
10736
+ },
10737
+ "roles": [
10738
+ "admin"
10739
+ ],
10740
+ "route": {
10741
+ "verb": "POST",
10742
+ "path": "/getVirtualNetworkFromSDAFabric"
10743
+ },
10744
+ "task": true
10745
+ },
10746
+ {
10747
+ "name": "addVNInFabric",
10748
+ "summary": "Add VN in fabric",
10749
+ "description": "Add virtual network (VN) in SDA Fabric\t",
10750
+ "input": [
10751
+ {
10752
+ "name": "request",
10753
+ "type": "object",
10754
+ "info": "request: {\"virtualNetworkName\": \"string\", \"siteNameHierarchy\": \"string\"}",
10755
+ "required": true,
10756
+ "schema": {
10757
+ "title": "request",
10758
+ "type": "object"
10759
+ }
10760
+ }
10761
+ ],
10762
+ "output": {
10763
+ "name": "result",
10764
+ "type": "object",
10765
+ "description": "A JSON Object containing status, code and the result",
10766
+ "schema": {
10767
+ "title": "result",
10768
+ "type": "object"
10769
+ }
10770
+ },
10771
+ "roles": [
10772
+ "admin"
10773
+ ],
10774
+ "route": {
10775
+ "verb": "POST",
10776
+ "path": "/addVNInFabric"
10777
+ },
10778
+ "task": true
10779
+ },
10780
+ {
10781
+ "name": "deleteVNFromSDAFabric",
10782
+ "summary": "Delete VN from SDA Fabric",
10783
+ "description": "Delete virtual network (VN) from SDA Fabric\t",
10784
+ "input": [
10785
+ {
10786
+ "name": "virtualNetworkName",
10787
+ "type": "string",
10788
+ "info": "virtualNetworkName: string",
10789
+ "required": true,
10790
+ "schema": {
10791
+ "title": "virtualNetworkName",
10792
+ "type": "string"
10793
+ }
10794
+ },
10795
+ {
10796
+ "name": "siteNameHierarchy",
10797
+ "type": "string",
10798
+ "info": "siteNameHierarchy: string",
10799
+ "required": true,
10800
+ "schema": {
10801
+ "title": "siteNameHierarchy",
10802
+ "type": "string"
10803
+ }
10804
+ }
10805
+ ],
10806
+ "output": {
10807
+ "name": "result",
10808
+ "type": "object",
10809
+ "description": "A JSON Object containing status, code and the result",
10810
+ "schema": {
10811
+ "title": "result",
10812
+ "type": "object"
10813
+ }
10814
+ },
10815
+ "roles": [
10816
+ "admin"
10817
+ ],
10818
+ "route": {
10819
+ "verb": "POST",
10820
+ "path": "/deleteVNFromSDAFabric"
10821
+ },
10822
+ "task": true
10823
+ },
10824
+ {
10825
+ "name": "deleteDefaultAuthenticationProfileFromSDAFabric",
10826
+ "summary": "Delete default authentication profile from SDA Fabric",
10827
+ "description": "Delete default authentication profile in SDA Fabric",
10828
+ "input": [
10829
+ {
10830
+ "name": "siteNameHierarchy",
10831
+ "type": "string",
10832
+ "info": "siteNameHierarchy: string",
10833
+ "required": true,
10834
+ "schema": {
10835
+ "title": "siteNameHierarchy",
10836
+ "type": "string"
10837
+ }
10838
+ }
10839
+ ],
10840
+ "output": {
10841
+ "name": "result",
10842
+ "type": "object",
10843
+ "description": "A JSON Object containing status, code and the result",
10844
+ "schema": {
10845
+ "title": "result",
10846
+ "type": "object"
10847
+ }
10848
+ },
10849
+ "roles": [
10850
+ "admin"
10851
+ ],
10852
+ "route": {
10853
+ "verb": "POST",
10854
+ "path": "/deleteDefaultAuthenticationProfileFromSDAFabric"
10855
+ },
10856
+ "task": true
10857
+ },
10858
+ {
10859
+ "name": "updateDefaultAuthenticationProfileInSDAFabric",
10860
+ "summary": "Update default authentication profile in SDA Fabric",
10861
+ "description": "Update default authentication profile in SDA Fabric",
10862
+ "input": [
10863
+ {
10864
+ "name": "request",
10865
+ "type": "array",
10866
+ "info": "request: array",
10867
+ "required": true,
10868
+ "schema": {
10869
+ "title": "request",
10870
+ "type": "array",
10871
+ "items": {
10872
+ "type": "object",
10873
+ "properties": {
10874
+ "siteNameHierarchy": {
10875
+ "type": "string"
10876
+ },
10877
+ "authenticateTemplateName": {
10878
+ "type": "string",
10879
+ "enum": [
10880
+ "Open Authentication",
10881
+ "Closed Authentication",
10882
+ "Low Impact"
10883
+ ]
10884
+ },
10885
+ "authenticationOrder": {
10886
+ "type": "string",
10887
+ "enum": [
10888
+ "dot1x ",
10889
+ "mab"
10890
+ ]
10891
+ },
10892
+ "dot1xToMabFallbackTimeout": {
10893
+ "type": "string"
10894
+ },
10895
+ "wakeOnLan": {
10896
+ "type": "boolean"
10897
+ },
10898
+ "numberOfHosts": {
10899
+ "type": "string",
10900
+ "enum": [
10901
+ "Unlimited",
10902
+ "Single"
10903
+ ]
10904
+ }
10905
+ }
10906
+ }
10907
+ }
10908
+ }
10909
+ ],
10910
+ "output": {
10911
+ "name": "result",
10912
+ "type": "object",
10913
+ "description": "A JSON Object containing status, code and the result",
10914
+ "schema": {
10915
+ "title": "result",
10916
+ "type": "object"
10917
+ }
10918
+ },
10919
+ "roles": [
10920
+ "admin"
10921
+ ],
10922
+ "route": {
10923
+ "verb": "POST",
10924
+ "path": "/updateDefaultAuthenticationProfileInSDAFabric"
10925
+ },
10926
+ "task": true
10927
+ },
10928
+ {
10929
+ "name": "getDefaultAuthenticationProfileFromSDAFabric",
10930
+ "summary": "Get default authentication profile from SDA Fabric",
10931
+ "description": "Get default authentication profile from SDA Fabric",
10932
+ "input": [
10933
+ {
10934
+ "name": "siteNameHierarchy",
10935
+ "type": "string",
10936
+ "info": "siteNameHierarchy: string",
10937
+ "required": true,
10938
+ "schema": {
10939
+ "title": "siteNameHierarchy",
10940
+ "type": "string"
10941
+ }
10942
+ },
10943
+ {
10944
+ "name": "authenticateTemplateName",
10945
+ "type": "string",
10946
+ "info": "authenticateTemplateName: string",
10947
+ "required": false,
10948
+ "schema": {
10949
+ "title": "authenticateTemplateName",
10950
+ "type": "string"
10951
+ }
10952
+ }
10953
+ ],
10954
+ "output": {
10955
+ "name": "result",
10956
+ "type": "object",
10957
+ "description": "A JSON Object containing status, code and the result",
10958
+ "schema": {
10959
+ "title": "result",
10960
+ "type": "object"
10961
+ }
10962
+ },
10963
+ "roles": [
10964
+ "admin"
10965
+ ],
10966
+ "route": {
10967
+ "verb": "POST",
10968
+ "path": "/getDefaultAuthenticationProfileFromSDAFabric"
10969
+ },
10970
+ "task": true
10971
+ },
10972
+ {
10973
+ "name": "addDefaultAuthenticationTemplateInSDAFabric",
10974
+ "summary": "Add default authentication template in SDA Fabric",
10975
+ "description": "Add default authentication template in SDA Fabric",
10976
+ "input": [
10977
+ {
10978
+ "name": "request",
10979
+ "type": "array",
10980
+ "info": "request: array",
10981
+ "required": true,
10982
+ "schema": {
10983
+ "title": "request",
10984
+ "type": "array",
10985
+ "items": {
10986
+ "type": "object",
10987
+ "properties": {
10988
+ "siteNameHierarchy": {
10989
+ "type": "string"
10990
+ },
10991
+ "authenticateTemplateName": {
10992
+ "type": "string",
10993
+ "enum": [
10994
+ "No Authentication",
10995
+ "Open Authentication",
10996
+ "Closed Authentication",
10997
+ "Low Impact"
10998
+ ]
10999
+ }
11000
+ }
11001
+ }
11002
+ }
11003
+ }
11004
+ ],
11005
+ "output": {
11006
+ "name": "result",
11007
+ "type": "object",
11008
+ "description": "A JSON Object containing status, code and the result",
11009
+ "schema": {
11010
+ "title": "result",
11011
+ "type": "object"
11012
+ }
11013
+ },
11014
+ "roles": [
11015
+ "admin"
11016
+ ],
11017
+ "route": {
11018
+ "verb": "POST",
11019
+ "path": "/addDefaultAuthenticationTemplateInSDAFabric"
11020
+ },
11021
+ "task": true
11022
+ },
11023
+ {
11024
+ "name": "deleteSiteFromSDAFabric",
11025
+ "summary": "Delete Site from SDA Fabric",
11026
+ "description": "Delete Site from SDA Fabric",
11027
+ "input": [
11028
+ {
11029
+ "name": "siteNameHierarchy",
11030
+ "type": "string",
11031
+ "info": "Site Name Hierarchy: string",
11032
+ "required": true,
11033
+ "schema": {
11034
+ "title": "siteNameHierarchy",
11035
+ "type": "string"
11036
+ }
11037
+ }
11038
+ ],
11039
+ "output": {
11040
+ "name": "result",
11041
+ "type": "object",
11042
+ "description": "A JSON Object containing status, code and the result",
11043
+ "schema": {
11044
+ "title": "result",
11045
+ "type": "object"
11046
+ }
11047
+ },
11048
+ "roles": [
11049
+ "admin"
11050
+ ],
11051
+ "route": {
11052
+ "verb": "POST",
11053
+ "path": "/deleteSiteFromSDAFabric"
11054
+ },
11055
+ "task": true
11056
+ },
11057
+ {
11058
+ "name": "getSiteFromSDAFabric",
11059
+ "summary": "Get Site from SDA Fabric",
11060
+ "description": "Get Site info from SDA Fabric",
11061
+ "input": [
11062
+ {
11063
+ "name": "siteNameHierarchy",
11064
+ "type": "string",
11065
+ "info": "Site Name Hierarchy: string",
11066
+ "required": true,
11067
+ "schema": {
11068
+ "title": "siteNameHierarchy",
11069
+ "type": "string"
11070
+ }
11071
+ }
11072
+ ],
11073
+ "output": {
11074
+ "name": "result",
11075
+ "type": "object",
11076
+ "description": "A JSON Object containing status, code and the result",
11077
+ "schema": {
11078
+ "title": "result",
11079
+ "type": "object"
11080
+ }
11081
+ },
11082
+ "roles": [
11083
+ "admin"
11084
+ ],
11085
+ "route": {
11086
+ "verb": "POST",
11087
+ "path": "/getSiteFromSDAFabric"
11088
+ },
11089
+ "task": true
11090
+ },
11091
+ {
11092
+ "name": "addSiteInSDAFabric",
11093
+ "summary": "Add Site in SDA Fabric",
11094
+ "description": "Add Site in SDA Fabric",
11095
+ "input": [
11096
+ {
11097
+ "name": "request",
11098
+ "type": "object",
11099
+ "info": "request: {\"fabricName\": \"string\", \"siteNameHierarchy\": \"string\", \"fabricType\": \"string\"}",
11100
+ "required": true,
11101
+ "schema": {
11102
+ "title": "request",
11103
+ "type": "object"
11104
+ }
11105
+ }
11106
+ ],
11107
+ "output": {
11108
+ "name": "result",
11109
+ "type": "object",
11110
+ "description": "A JSON Object containing status, code and the result",
11111
+ "schema": {
11112
+ "title": "result",
11113
+ "type": "object"
11114
+ }
11115
+ },
11116
+ "roles": [
11117
+ "admin"
11118
+ ],
11119
+ "route": {
11120
+ "verb": "POST",
11121
+ "path": "/addSiteInSDAFabric"
11122
+ },
11123
+ "task": true
11124
+ },
11125
+ {
11126
+ "name": "reProvisionWiredDevice",
11127
+ "summary": "Re-Provision Wired Device",
11128
+ "description": "Re-Provision Wired Device",
11129
+ "input": [
11130
+ {
11131
+ "name": "request",
11132
+ "type": "object",
11133
+ "info": "request: {\"deviceManagementIpAddress\": \"string\", \"siteNameHierarchy\": \"string\"}",
11134
+ "required": true,
11135
+ "schema": {
11136
+ "title": "request",
11137
+ "type": "object"
11138
+ }
11139
+ }
11140
+ ],
11141
+ "output": {
11142
+ "name": "result",
11143
+ "type": "object",
11144
+ "description": "A JSON Object containing status, code and the result",
11145
+ "schema": {
11146
+ "title": "result",
11147
+ "type": "object"
11148
+ }
11149
+ },
11150
+ "roles": [
11151
+ "admin"
11152
+ ],
11153
+ "route": {
11154
+ "verb": "POST",
11155
+ "path": "/reProvisionWiredDevice"
11156
+ },
11157
+ "task": true
11158
+ },
11159
+ {
11160
+ "name": "provisionWiredDevice",
11161
+ "summary": "Provision Wired Device",
11162
+ "description": "Provision Wired Device",
11163
+ "input": [
11164
+ {
11165
+ "name": "request",
11166
+ "type": "object",
11167
+ "info": "request: {\"deviceManagementIpAddress\": \"string\", \"siteNameHierarchy\": \"string\"}",
11168
+ "required": true,
11169
+ "schema": {
11170
+ "title": "request",
11171
+ "type": "object"
11172
+ }
11173
+ }
11174
+ ],
11175
+ "output": {
11176
+ "name": "result",
11177
+ "type": "object",
11178
+ "description": "A JSON Object containing status, code and the result",
11179
+ "schema": {
11180
+ "title": "result",
11181
+ "type": "object"
11182
+ }
11183
+ },
11184
+ "roles": [
11185
+ "admin"
11186
+ ],
11187
+ "route": {
11188
+ "verb": "POST",
11189
+ "path": "/provisionWiredDevice"
11190
+ },
11191
+ "task": true
11192
+ },
11193
+ {
11194
+ "name": "getProvisionedWiredDevice",
11195
+ "summary": "Get Provisioned Wired Device",
11196
+ "description": "Get Provisioned Wired Device",
11197
+ "input": [
11198
+ {
11199
+ "name": "deviceManagementIpAddress",
11200
+ "type": "string",
11201
+ "info": "deviceManagementIpAddress: string",
11202
+ "required": true,
11203
+ "schema": {
11204
+ "title": "deviceManagementIpAddress",
11205
+ "type": "string"
11206
+ }
11207
+ }
11208
+ ],
11209
+ "output": {
11210
+ "name": "result",
11211
+ "type": "object",
11212
+ "description": "A JSON Object containing status, code and the result",
11213
+ "schema": {
11214
+ "title": "result",
11215
+ "type": "object"
11216
+ }
11217
+ },
11218
+ "roles": [
11219
+ "admin"
11220
+ ],
11221
+ "route": {
11222
+ "verb": "POST",
11223
+ "path": "/getProvisionedWiredDevice"
11224
+ },
11225
+ "task": true
11226
+ },
11227
+ {
11228
+ "name": "deleteProvisionedWiredDevice",
11229
+ "summary": "Delete provisioned Wired Device",
11230
+ "description": "Delete provisioned Wired Device",
11231
+ "input": [
11232
+ {
11233
+ "name": "deviceManagementIpAddress",
11234
+ "type": "string",
11235
+ "info": "Valid IP address of the device currently provisioned in a fabric site: string",
11236
+ "required": true,
11237
+ "schema": {
11238
+ "title": "deviceManagementIpAddress",
11239
+ "type": "string"
11240
+ }
11241
+ }
11242
+ ],
11243
+ "output": {
11244
+ "name": "result",
11245
+ "type": "object",
11246
+ "description": "A JSON Object containing status, code and the result",
11247
+ "schema": {
11248
+ "title": "result",
11249
+ "type": "object"
11250
+ }
11251
+ },
11252
+ "roles": [
11253
+ "admin"
11254
+ ],
11255
+ "route": {
11256
+ "verb": "POST",
11257
+ "path": "/deleteProvisionedWiredDevice"
11258
+ },
11259
+ "task": true
11260
+ },
11261
+ {
11262
+ "name": "getVirtualNetworkSummary",
11263
+ "summary": "Get Virtual Network Summary",
11264
+ "description": "Get Virtual Network Summary",
11265
+ "input": [
11266
+ {
11267
+ "name": "siteNameHierarchy",
11268
+ "type": "string",
11269
+ "info": "Complete fabric siteNameHierarchy Path: string",
11270
+ "required": true,
11271
+ "schema": {
11272
+ "title": "siteNameHierarchy",
11273
+ "type": "string"
11274
+ }
11275
+ }
11276
+ ],
11277
+ "output": {
11278
+ "name": "result",
11279
+ "type": "object",
11280
+ "description": "A JSON Object containing status, code and the result",
11281
+ "schema": {
11282
+ "title": "result",
11283
+ "type": "object"
11284
+ }
11285
+ },
11286
+ "roles": [
11287
+ "admin"
11288
+ ],
11289
+ "route": {
11290
+ "verb": "POST",
11291
+ "path": "/getVirtualNetworkSummary"
11292
+ },
11293
+ "task": true
11294
+ },
11295
+ {
11296
+ "name": "getDeviceRoleInSDAFabric",
11297
+ "summary": "Get device role in SDA Fabric",
11298
+ "description": "Get device role in SDA Fabric",
11299
+ "input": [
11300
+ {
11301
+ "name": "deviceManagementIpAddress",
11302
+ "type": "string",
11303
+ "info": "Device Management IP Address: string",
11304
+ "required": true,
11305
+ "schema": {
11306
+ "title": "deviceManagementIpAddress",
11307
+ "type": "string"
11308
+ }
11309
+ }
11310
+ ],
11311
+ "output": {
11312
+ "name": "result",
11313
+ "type": "object",
11314
+ "description": "A JSON Object containing status, code and the result",
11315
+ "schema": {
11316
+ "title": "result",
11317
+ "type": "object"
11318
+ }
11319
+ },
11320
+ "roles": [
11321
+ "admin"
11322
+ ],
11323
+ "route": {
11324
+ "verb": "POST",
11325
+ "path": "/getDeviceRoleInSDAFabric"
11326
+ },
11327
+ "task": true
11328
+ },
11329
+ {
11330
+ "name": "addPortAssignmentForUserDeviceInSDAFabric",
11331
+ "summary": "Add Port assignment for user device in SDA Fabric",
11332
+ "description": "Add Port assignment for user device in SDA Fabric.",
11333
+ "input": [
11334
+ {
11335
+ "name": "request",
11336
+ "type": "object",
11337
+ "info": "request: {\"siteNameHierarchy\": \"string\", \"deviceManagementIpAddress\": \"string\", \"interfaceName\": \"string\", \"interfaceNames\": \"array\", \"dataIpAddressPoolName\": \"string\", \"voiceIpAddressPoolName\": \"string\", \"authenticateTemplateName\": \"Must be one of [Open Authentication, Closed Authentication, Low Impact, No Authentication]\", \"scalableGroupName\": \"string\", \"interfaceDescription\": \"string\"}",
11338
+ "required": true,
11339
+ "schema": {
11340
+ "title": "request",
11341
+ "type": "object"
11342
+ }
11343
+ }
11344
+ ],
11345
+ "output": {
11346
+ "name": "result",
11347
+ "type": "object",
11348
+ "description": "A JSON Object containing status, code and the result",
11349
+ "schema": {
11350
+ "title": "result",
11351
+ "type": "object"
11352
+ }
11353
+ },
11354
+ "roles": [
11355
+ "admin"
11356
+ ],
11357
+ "route": {
11358
+ "verb": "POST",
11359
+ "path": "/addPortAssignmentForUserDeviceInSDAFabric"
11360
+ },
11361
+ "task": true
11362
+ },
11363
+ {
11364
+ "name": "getPortAssignmentForUserDeviceInSDAFabric",
11365
+ "summary": "Get Port assignment for user device in SDA Fabric",
11366
+ "description": "Get Port assignment for user device in SDA Fabric.",
11367
+ "input": [
11368
+ {
11369
+ "name": "deviceManagementIpAddress",
11370
+ "type": "string",
11371
+ "info": "deviceManagementIpAddress: string",
11372
+ "required": true,
11373
+ "schema": {
11374
+ "title": "deviceManagementIpAddress",
11375
+ "type": "string"
11376
+ }
11377
+ },
11378
+ {
11379
+ "name": "interfaceName",
11380
+ "type": "string",
11381
+ "info": "interfaceName: string",
11382
+ "required": true,
11383
+ "schema": {
11384
+ "title": "interfaceName",
11385
+ "type": "string"
11386
+ }
11387
+ }
11388
+ ],
11389
+ "output": {
11390
+ "name": "result",
11391
+ "type": "object",
11392
+ "description": "A JSON Object containing status, code and the result",
11393
+ "schema": {
11394
+ "title": "result",
11395
+ "type": "object"
11396
+ }
11397
+ },
11398
+ "roles": [
11399
+ "admin"
11400
+ ],
11401
+ "route": {
11402
+ "verb": "POST",
11403
+ "path": "/getPortAssignmentForUserDeviceInSDAFabric"
11404
+ },
11405
+ "task": true
11406
+ },
11407
+ {
11408
+ "name": "deletePortAssignmentForUserDeviceInSDAFabric",
11409
+ "summary": "Delete Port assignment for user device in SDA Fabric",
11410
+ "description": "Delete Port assignment for user device in SDA Fabric.",
11411
+ "input": [
11412
+ {
11413
+ "name": "deviceManagementIpAddress",
11414
+ "type": "string",
11415
+ "info": "deviceManagementIpAddress: string",
11416
+ "required": true,
11417
+ "schema": {
11418
+ "title": "deviceManagementIpAddress",
11419
+ "type": "string"
11420
+ }
11421
+ },
11422
+ {
11423
+ "name": "interfaceName",
11424
+ "type": "string",
11425
+ "info": "interfaceName: string",
11426
+ "required": true,
11427
+ "schema": {
11428
+ "title": "interfaceName",
11429
+ "type": "string"
11430
+ }
11431
+ }
11432
+ ],
11433
+ "output": {
11434
+ "name": "result",
11435
+ "type": "object",
11436
+ "description": "A JSON Object containing status, code and the result",
11437
+ "schema": {
11438
+ "title": "result",
11439
+ "type": "object"
11440
+ }
11441
+ },
11442
+ "roles": [
11443
+ "admin"
11444
+ ],
11445
+ "route": {
11446
+ "verb": "POST",
11447
+ "path": "/deletePortAssignmentForUserDeviceInSDAFabric"
11448
+ },
11449
+ "task": true
11450
+ },
11451
+ {
11452
+ "name": "getBorderDeviceDetailFromSDAFabric",
11453
+ "summary": "Get border device detail from SDA Fabric",
11454
+ "description": "Get border device detail from SDA Fabric",
11455
+ "input": [
11456
+ {
11457
+ "name": "deviceManagementIpAddress",
11458
+ "type": "string",
11459
+ "info": "deviceManagementIpAddress: string",
11460
+ "required": true,
11461
+ "schema": {
11462
+ "title": "deviceManagementIpAddress",
11463
+ "type": "string"
11464
+ }
11465
+ }
11466
+ ],
11467
+ "output": {
11468
+ "name": "result",
11469
+ "type": "object",
11470
+ "description": "A JSON Object containing status, code and the result",
11471
+ "schema": {
11472
+ "title": "result",
11473
+ "type": "object"
11474
+ }
11475
+ },
11476
+ "roles": [
11477
+ "admin"
11478
+ ],
11479
+ "route": {
11480
+ "verb": "POST",
11481
+ "path": "/getBorderDeviceDetailFromSDAFabric"
11482
+ },
11483
+ "task": true
11484
+ },
11485
+ {
11486
+ "name": "addBorderDeviceInSDAFabric",
11487
+ "summary": "Add border device in SDA Fabric",
11488
+ "description": "Add border device in SDA Fabric",
11489
+ "input": [
11490
+ {
11491
+ "name": "request",
11492
+ "type": "array",
11493
+ "info": "request: array",
11494
+ "required": true,
11495
+ "schema": {
11496
+ "title": "request",
11497
+ "type": "array",
11498
+ "items": {
11499
+ "type": "object",
11500
+ "properties": {
11501
+ "deviceManagementIpAddress": {
11502
+ "type": "string"
11503
+ },
11504
+ "siteNameHierarchy": {
11505
+ "type": "string"
11506
+ },
11507
+ "deviceRole": {
11508
+ "type": "array",
11509
+ "items": {
11510
+ "type": "string"
11511
+ }
11512
+ },
11513
+ "routeDistributionProtocol": {
11514
+ "type": "string"
11515
+ },
11516
+ "externalDomainRoutingProtocolName": {
11517
+ "type": "string",
11518
+ "enum": [
11519
+ "BGP"
11520
+ ]
11521
+ },
11522
+ "externalConnectivityIpPoolName": {
11523
+ "type": "string"
11524
+ },
11525
+ "internalAutonomouSystemNumber": {
11526
+ "type": "string"
11527
+ },
11528
+ "borderPriority": {
11529
+ "type": "string"
11530
+ },
11531
+ "borderSessionType": {
11532
+ "type": "string",
11533
+ "enum": [
11534
+ "EXTERNAL",
11535
+ "INTERNAL",
11536
+ "ANYWHERE"
11537
+ ]
11538
+ },
11539
+ "connectedToInternet": {
11540
+ "type": "boolean"
11541
+ },
11542
+ "sdaTransitNetworkName": {
11543
+ "type": "string"
11544
+ },
11545
+ "borderWithExternalConnectivity": {
11546
+ "type": "boolean"
11547
+ },
11548
+ "externalConnectivitySettings": {
11549
+ "type": "array",
11550
+ "items": {
11551
+ "type": "object",
11552
+ "properties": {
11553
+ "interfaceName": {
11554
+ "type": "string"
11555
+ },
11556
+ "interfaceDescription": {
11557
+ "type": "string"
11558
+ },
11559
+ "externalAutonomouSystemNumber": {
11560
+ "type": "string"
11561
+ },
11562
+ "l3Handoff": {
11563
+ "type": "array",
11564
+ "items": {
11565
+ "type": "object",
11566
+ "properties": {
11567
+ "virtualNetwork": {
11568
+ "type": "object",
11569
+ "properties": {
11570
+ "virtualNetworkName": {
11571
+ "type": "string"
11572
+ },
11573
+ "vlanId": {
11574
+ "type": "string"
11575
+ }
11576
+ }
11577
+ }
11578
+ }
11579
+ }
11580
+ },
11581
+ "l2Handoff": {
11582
+ "type": "array",
11583
+ "items": {
11584
+ "type": "object",
11585
+ "properties": {
11586
+ "virtualNetworkName": {
11587
+ "type": "string"
11588
+ },
11589
+ "vlanName": {
11590
+ "type": "string"
11591
+ }
11592
+ }
11593
+ }
11594
+ }
11595
+ }
11596
+ }
11597
+ }
11598
+ }
11599
+ }
11600
+ }
11601
+ }
11602
+ ],
11603
+ "output": {
11604
+ "name": "result",
11605
+ "type": "object",
11606
+ "description": "A JSON Object containing status, code and the result",
11607
+ "schema": {
11608
+ "title": "result",
11609
+ "type": "object"
11610
+ }
11611
+ },
11612
+ "roles": [
11613
+ "admin"
11614
+ ],
11615
+ "route": {
11616
+ "verb": "POST",
11617
+ "path": "/addBorderDeviceInSDAFabric"
11618
+ },
11619
+ "task": true
11620
+ },
11621
+ {
11622
+ "name": "deleteBorderDeviceFromSDAFabric",
11623
+ "summary": "Delete border device from SDA Fabric",
11624
+ "description": "Delete border device from SDA Fabric",
11625
+ "input": [
11626
+ {
11627
+ "name": "deviceManagementIpAddress",
11628
+ "type": "string",
11629
+ "info": "deviceManagementIpAddress: string",
11630
+ "required": true,
11631
+ "schema": {
11632
+ "title": "deviceManagementIpAddress",
11633
+ "type": "string"
11634
+ }
11635
+ }
11636
+ ],
11637
+ "output": {
11638
+ "name": "result",
11639
+ "type": "object",
11640
+ "description": "A JSON Object containing status, code and the result",
11641
+ "schema": {
11642
+ "title": "result",
11643
+ "type": "object"
11644
+ }
11645
+ },
11646
+ "roles": [
11647
+ "admin"
11648
+ ],
11649
+ "route": {
11650
+ "verb": "POST",
11651
+ "path": "/deleteBorderDeviceFromSDAFabric"
11652
+ },
11653
+ "task": true
11654
+ },
11655
+ {
11656
+ "name": "getControlPlaneDeviceFromSDAFabric",
11657
+ "summary": "Get control plane device from SDA Fabric",
11658
+ "description": "Get control plane device from SDA Fabric",
11659
+ "input": [
11660
+ {
11661
+ "name": "deviceManagementIpAddress",
11662
+ "type": "string",
11663
+ "info": "deviceManagementIpAddress: string",
11664
+ "required": true,
11665
+ "schema": {
11666
+ "title": "deviceManagementIpAddress",
11667
+ "type": "string"
11668
+ }
11669
+ }
11670
+ ],
11671
+ "output": {
11672
+ "name": "result",
11673
+ "type": "object",
11674
+ "description": "A JSON Object containing status, code and the result",
11675
+ "schema": {
11676
+ "title": "result",
11677
+ "type": "object"
11678
+ }
11679
+ },
11680
+ "roles": [
11681
+ "admin"
11682
+ ],
11683
+ "route": {
11684
+ "verb": "POST",
11685
+ "path": "/getControlPlaneDeviceFromSDAFabric"
11686
+ },
11687
+ "task": true
11688
+ },
11689
+ {
11690
+ "name": "addControlPlaneDeviceInSDAFabric",
11691
+ "summary": "Add control plane device in SDA Fabric",
11692
+ "description": "Add control plane device in SDA Fabric",
11693
+ "input": [
11694
+ {
11695
+ "name": "request",
11696
+ "type": "object",
11697
+ "info": "request: {\"deviceManagementIpAddress\": \"string\", \"siteNameHierarchy\": \"string\", \"routeDistributionProtocol\": \"string\"}",
11698
+ "required": true,
11699
+ "schema": {
11700
+ "title": "request",
11701
+ "type": "object"
11702
+ }
11703
+ }
11704
+ ],
11705
+ "output": {
11706
+ "name": "result",
11707
+ "type": "object",
11708
+ "description": "A JSON Object containing status, code and the result",
11709
+ "schema": {
11710
+ "title": "result",
11711
+ "type": "object"
11712
+ }
11713
+ },
11714
+ "roles": [
11715
+ "admin"
11716
+ ],
11717
+ "route": {
11718
+ "verb": "POST",
11719
+ "path": "/addControlPlaneDeviceInSDAFabric"
11720
+ },
11721
+ "task": true
11722
+ },
11723
+ {
11724
+ "name": "deleteControlPlaneDeviceInSDAFabric",
11725
+ "summary": "Delete control plane device in SDA Fabric",
11726
+ "description": "Delete control plane device in SDA Fabric",
11727
+ "input": [
11728
+ {
11729
+ "name": "deviceManagementIpAddress",
11730
+ "type": "string",
11731
+ "info": "deviceManagementIpAddress: string",
11732
+ "required": true,
11733
+ "schema": {
11734
+ "title": "deviceManagementIpAddress",
11735
+ "type": "string"
11736
+ }
11737
+ }
11738
+ ],
11739
+ "output": {
11740
+ "name": "result",
11741
+ "type": "object",
11742
+ "description": "A JSON Object containing status, code and the result",
11743
+ "schema": {
11744
+ "title": "result",
11745
+ "type": "object"
11746
+ }
11747
+ },
11748
+ "roles": [
11749
+ "admin"
11750
+ ],
11751
+ "route": {
11752
+ "verb": "POST",
11753
+ "path": "/deleteControlPlaneDeviceInSDAFabric"
11754
+ },
11755
+ "task": true
11756
+ },
11757
+ {
11758
+ "name": "updateVirtualNetworkWithScalableGroups",
11759
+ "summary": "Update virtual network with scalable groups",
11760
+ "description": "Update virtual network with scalable groups",
11761
+ "input": [
11762
+ {
11763
+ "name": "request",
11764
+ "type": "object",
11765
+ "info": "request: {\"virtualNetworkName\": \"string\", \"isGuestVirtualNetwork\": \"boolean\", \"scalableGroupNames\": \"array\", \"vManageVpnId\": \"string\"}",
11766
+ "required": true,
11767
+ "schema": {
11768
+ "title": "request",
11769
+ "type": "object"
11770
+ }
11771
+ }
11772
+ ],
11773
+ "output": {
11774
+ "name": "result",
11775
+ "type": "object",
11776
+ "description": "A JSON Object containing status, code and the result",
11777
+ "schema": {
11778
+ "title": "result",
11779
+ "type": "object"
11780
+ }
11781
+ },
11782
+ "roles": [
11783
+ "admin"
11784
+ ],
11785
+ "route": {
11786
+ "verb": "POST",
11787
+ "path": "/updateVirtualNetworkWithScalableGroups"
11788
+ },
11789
+ "task": true
11790
+ },
11791
+ {
11792
+ "name": "deleteVirtualNetworkWithScalableGroups",
11793
+ "summary": "Delete virtual network with scalable groups",
11794
+ "description": "Delete virtual network with scalable groups",
11795
+ "input": [
11796
+ {
11797
+ "name": "virtualNetworkName",
11798
+ "type": "string",
11799
+ "info": "virtualNetworkName: string",
11800
+ "required": true,
11801
+ "schema": {
11802
+ "title": "virtualNetworkName",
11803
+ "type": "string"
11804
+ }
11805
+ }
11806
+ ],
11807
+ "output": {
11808
+ "name": "result",
11809
+ "type": "object",
11810
+ "description": "A JSON Object containing status, code and the result",
11811
+ "schema": {
11812
+ "title": "result",
11813
+ "type": "object"
11814
+ }
11815
+ },
11816
+ "roles": [
11817
+ "admin"
11818
+ ],
11819
+ "route": {
11820
+ "verb": "POST",
11821
+ "path": "/deleteVirtualNetworkWithScalableGroups"
11822
+ },
11823
+ "task": true
11824
+ },
11825
+ {
11826
+ "name": "getVirtualNetworkWithScalableGroups",
11827
+ "summary": "Get virtual network with scalable groups",
11828
+ "description": "Get virtual network with scalable groups",
11829
+ "input": [
11830
+ {
11831
+ "name": "virtualNetworkName",
11832
+ "type": "string",
11833
+ "info": "virtualNetworkName: string",
11834
+ "required": true,
11835
+ "schema": {
11836
+ "title": "virtualNetworkName",
11837
+ "type": "string"
11838
+ }
11839
+ }
11840
+ ],
11841
+ "output": {
11842
+ "name": "result",
11843
+ "type": "object",
11844
+ "description": "A JSON Object containing status, code and the result",
11845
+ "schema": {
11846
+ "title": "result",
11847
+ "type": "object"
11848
+ }
11849
+ },
11850
+ "roles": [
11851
+ "admin"
11852
+ ],
11853
+ "route": {
11854
+ "verb": "POST",
11855
+ "path": "/getVirtualNetworkWithScalableGroups"
11856
+ },
11857
+ "task": true
11858
+ },
11859
+ {
11860
+ "name": "addVirtualNetworkWithScalableGroups",
11861
+ "summary": "Add virtual network with scalable groups",
11862
+ "description": "Add virtual network with scalable groups at global level",
11863
+ "input": [
11864
+ {
11865
+ "name": "request",
11866
+ "type": "object",
11867
+ "info": "request: {\"virtualNetworkName\": \"string\", \"isGuestVirtualNetwork\": \"boolean\", \"scalableGroupNames\": \"array\", \"vManageVpnId\": \"string\"}",
11868
+ "required": true,
11869
+ "schema": {
11870
+ "title": "request",
11871
+ "type": "object"
11872
+ }
11873
+ }
11874
+ ],
11875
+ "output": {
11876
+ "name": "result",
11877
+ "type": "object",
11878
+ "description": "A JSON Object containing status, code and the result",
11879
+ "schema": {
11880
+ "title": "result",
11881
+ "type": "object"
11882
+ }
11883
+ },
11884
+ "roles": [
11885
+ "admin"
11886
+ ],
11887
+ "route": {
11888
+ "verb": "POST",
11889
+ "path": "/addVirtualNetworkWithScalableGroups"
11890
+ },
11891
+ "task": true
10097
11892
  }
10098
11893
  ]
10099
11894
  }