4
4
< title > Contiv API documentation</ title >
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta http-equiv ="Content-Type " content ="text/html; charset=US-ASCII ">
7
- < meta name ="generator " content ="https://github.com/raml2html/raml2html 5.0 .0 ">
7
+ < meta name ="generator " content ="https://github.com/raml2html/raml2html 6.3 .0 ">
8
8
< link rel ="stylesheet " href ="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
9
9
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css ">
10
10
< script type ="text/javascript " src ="https://code.jquery.com/jquery-1.11.0.min.js "> </ script > < script type ="text/javascript " src ="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js "> </ script > < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js "> </ script > < script type ="text/javascript ">
212
212
< h1 > Contiv API documentation < small > version v1</ small >
213
213
</ h1 >
214
214
< p > https://{serverfqdn}:10000/api/{version}</ p >
215
+ < p > Contiv API Specification</ p >
215
216
< ul >
216
217
< li >
217
218
< strong > serverfqdn</ strong > : < em > required (string)</ em >
@@ -231,7 +232,7 @@ <h1>Contiv API documentation <small>version v1</small>
231
232
< a class ="collapsed " data-toggle ="collapse " href ="#panel_auth_proxy_health "> < span class ="parent "> /auth_proxy</ span > /health/</ a > < span class ="methods "> < a href ="#auth_proxy_health_get "> < span class ="badge badge_get "> get</ span > </ a > </ span >
232
233
</ h4 > </ div >
233
234
< div id ="panel_auth_proxy_health " class ="panel-collapse collapse "> < div class ="panel-body "> < div class ="list-group "> < div onclick ="window.location.href = '#auth_proxy_health_get' " class ="list-group-item ">
234
- < span class ="badge badge_get "> get</ span > < div class ="method_description "> < p > Returns the health status of auth_proxy and its netmaster</ p > </ div >
235
+ < span class ="badge badge_get "> get</ span > < div class ="method_description "> < p > Returns the health status of Contiv API server and its netmaster</ p > </ div >
235
236
< div class ="clearfix "> </ div >
236
237
</ div > </ div > </ div > </ div >
237
238
< div class ="modal fade " tabindex ="0 " id ="auth_proxy_health_get "> < div class ="modal-dialog "> < div class ="modal-content ">
@@ -240,7 +241,7 @@ <h1>Contiv API documentation <small>version v1</small>
240
241
< span class ="badge badge_get "> get</ span > < span class ="parent "> /auth_proxy</ span > /health/</ h4 >
241
242
</ div >
242
243
< div class ="modal-body ">
243
- < div class ="alert alert-info "> < p > Returns the health status of auth_proxy and its netmaster</ p > </ div >
244
+ < div class ="alert alert-info "> < p > Returns the health status of Contiv API server and its netmaster</ p > </ div >
244
245
< ul class ="nav nav-tabs "> < li class ="active "> < a href ="#auth_proxy_health_get_response " data-toggle ="tab "> Response</ a > </ li > </ ul >
245
246
< div class ="tab-content "> < div class ="tab-pane active " id ="auth_proxy_health_get_response ">
246
247
< h2 > HTTP status code < a href ="http://httpstatus.es/200 " target ="_blank "> 200</ a >
@@ -302,7 +303,7 @@ <h3>Body</h3>
302
303
< p > < strong > Type</ strong > : object</ p >
303
304
< strong > Properties</ strong > < ul >
304
305
< li >
305
- < strong > username</ strong > : < em > required (string)</ em > < p > user name . If a local user doesn't exist by that name, AD authentication will be tried using sAMAccountName=username in BaseDN scope of the AD server (see ldap configuration for more details)</ p >
306
+ < strong > username</ strong > : < em > required (string)</ em > < p > username . If a local user doesn't exist by that name, AD authentication will be tried using sAMAccountName=username in BaseDN scope of the AD server (see ldap configuration for more details)</ p >
306
307
</ li >
307
308
< li >
308
309
< strong > password</ strong > : < em > required (string)</ em >
@@ -337,7 +338,7 @@ <h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a>
337
338
< a class ="collapsed " data-toggle ="collapse " href ="#panel_auth_proxy_version "> < span class ="parent "> /auth_proxy</ span > /version/</ a > < span class ="methods "> < a href ="#auth_proxy_version_get "> < span class ="badge badge_get "> get</ span > </ a > </ span >
338
339
</ h4 > </ div >
339
340
< div id ="panel_auth_proxy_version " class ="panel-collapse collapse "> < div class ="panel-body "> < div class ="list-group "> < div onclick ="window.location.href = '#auth_proxy_version_get' " class ="list-group-item ">
340
- < span class ="badge badge_get "> get</ span > < div class ="method_description "> < p > Returns the auth_proxy version</ p > </ div >
341
+ < span class ="badge badge_get "> get</ span > < div class ="method_description "> < p > Returns the Contiv API server version</ p > </ div >
341
342
< div class ="clearfix "> </ div >
342
343
</ div > </ div > </ div > </ div >
343
344
< div class ="modal fade " tabindex ="0 " id ="auth_proxy_version_get "> < div class ="modal-dialog "> < div class ="modal-content ">
@@ -346,7 +347,7 @@ <h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a>
346
347
< span class ="badge badge_get "> get</ span > < span class ="parent "> /auth_proxy</ span > /version/</ h4 >
347
348
</ div >
348
349
< div class ="modal-body ">
349
- < div class ="alert alert-info "> < p > Returns the auth_proxy version</ p > </ div >
350
+ < div class ="alert alert-info "> < p > Returns the Contiv API server version</ p > </ div >
350
351
< ul class ="nav nav-tabs "> < li class ="active "> < a href ="#auth_proxy_version_get_response " data-toggle ="tab "> Response</ a > </ li > </ ul >
351
352
< div class ="tab-content "> < div class ="tab-pane active " id ="auth_proxy_version_get_response ">
352
353
< h2 > HTTP status code < a href ="http://httpstatus.es/200 " target ="_blank "> 200</ a >
@@ -1702,6 +1703,9 @@ <h3>Body</h3>
1702
1703
< li >
1703
1704
< strong > netProfile</ strong > : < em > required (string)</ em >
1704
1705
</ li >
1706
+ < li >
1707
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
1708
+ </ li >
1705
1709
</ ul >
1706
1710
</ li >
1707
1711
< li >
@@ -1726,6 +1730,9 @@ <h3>Body</h3>
1726
1730
< li >
1727
1731
< strong > availableIPAddresses</ strong > : < em > required (string)</ em > < p > Available IP addresses</ p >
1728
1732
</ li >
1733
+ < li >
1734
+ < strong > groupTag</ strong > : < em > required (string)</ em > < p > Derived EndpointGroup Tag</ p >
1735
+ </ li >
1729
1736
</ ul >
1730
1737
</ li >
1731
1738
</ ul >
@@ -2083,6 +2090,9 @@ <h3>Body</h3>
2083
2090
< li >
2084
2091
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
2085
2092
</ li >
2093
+ < li >
2094
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
2095
+ </ li >
2086
2096
</ ul >
2087
2097
</ li >
2088
2098
< li >
@@ -2110,6 +2120,9 @@ <h3>Body</h3>
2110
2120
< p > < strong > Items</ strong > : endpoint</ p >
2111
2121
< div class ="items "> < ul > </ ul > </ div >
2112
2122
</ li >
2123
+ < li >
2124
+ < strong > networkTag</ strong > : < em > required (string)</ em > < p > Derived Network Tag</ p >
2125
+ </ li >
2113
2126
</ ul >
2114
2127
</ li >
2115
2128
</ ul >
@@ -2545,6 +2558,9 @@ <h3>Body</h3>
2545
2558
< li >
2546
2559
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
2547
2560
</ li >
2561
+ < li >
2562
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
2563
+ </ li >
2548
2564
</ ul > </ div >
2549
2565
</ li >
2550
2566
< li >
@@ -2572,6 +2588,9 @@ <h3>Body</h3>
2572
2588
< li >
2573
2589
< strong > netProfile</ strong > : < em > required (string)</ em >
2574
2590
</ li >
2591
+ < li >
2592
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
2593
+ </ li >
2575
2594
</ ul > </ div >
2576
2595
</ li >
2577
2596
< li >
@@ -3669,6 +3688,9 @@ <h3>Body</h3>
3669
3688
< li >
3670
3689
< strong > netProfile</ strong > : < em > required (string)</ em >
3671
3690
</ li >
3691
+ < li >
3692
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
3693
+ </ li >
3672
3694
</ ul > </ div >
3673
3695
</ div >
3674
3696
< div class ="tab-pane " id ="endpointgroups_get_securedby ">
@@ -3765,6 +3787,9 @@ <h3>Body</h3>
3765
3787
< li >
3766
3788
< strong > netProfile</ strong > : < em > required (string)</ em >
3767
3789
</ li >
3790
+ < li >
3791
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
3792
+ </ li >
3768
3793
</ ul >
3769
3794
< h2 > HTTP status code < a href ="http://httpstatus.es/404 " target ="_blank "> 404</ a >
3770
3795
</ h2 >
@@ -3839,6 +3864,9 @@ <h3>Body</h3>
3839
3864
< li >
3840
3865
< strong > netProfile</ strong > : < em > required (string)</ em >
3841
3866
</ li >
3867
+ < li >
3868
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
3869
+ </ li >
3842
3870
</ ul >
3843
3871
< h2 > HTTP status code < a href ="http://httpstatus.es/404 " target ="_blank "> 404</ a >
3844
3872
</ h2 >
@@ -3909,6 +3937,9 @@ <h3>Body</h3>
3909
3937
< li >
3910
3938
< strong > netProfile</ strong > : < em > required (string)</ em >
3911
3939
</ li >
3940
+ < li >
3941
+ < strong > cfgdTag</ strong > : < em > required (string - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em >
3942
+ </ li >
3912
3943
</ ul >
3913
3944
</ div >
3914
3945
< div class ="tab-pane " id ="endpointgroups__tenantname___groupname__post_response ">
@@ -5061,6 +5092,9 @@ <h3>Body</h3>
5061
5092
< li >
5062
5093
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
5063
5094
</ li >
5095
+ < li >
5096
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
5097
+ </ li >
5064
5098
</ ul > </ div >
5065
5099
</ div >
5066
5100
< div class ="tab-pane " id ="networks_get_securedby ">
@@ -5156,6 +5190,9 @@ <h3>Body</h3>
5156
5190
< li >
5157
5191
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
5158
5192
</ li >
5193
+ < li >
5194
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
5195
+ </ li >
5159
5196
</ ul >
5160
5197
</ div >
5161
5198
< div class ="tab-pane " id ="networks__tenantname___networkname__put_response ">
@@ -5192,6 +5229,9 @@ <h3>Body</h3>
5192
5229
< li >
5193
5230
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
5194
5231
</ li >
5232
+ < li >
5233
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
5234
+ </ li >
5195
5235
</ ul >
5196
5236
< h2 > HTTP status code < a href ="http://httpstatus.es/404 " target ="_blank "> 404</ a >
5197
5237
</ h2 >
@@ -5272,6 +5312,9 @@ <h3>Body</h3>
5272
5312
< li >
5273
5313
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
5274
5314
</ li >
5315
+ < li >
5316
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
5317
+ </ li >
5275
5318
</ ul >
5276
5319
< h2 > HTTP status code < a href ="http://httpstatus.es/404 " target ="_blank "> 404</ a >
5277
5320
</ h2 >
@@ -5348,6 +5391,9 @@ <h3>Body</h3>
5348
5391
< li >
5349
5392
< strong > nwType</ strong > : < em > required (string - pattern: ^(infra|data)$)</ em > < p > Network Type</ p >
5350
5393
</ li >
5394
+ < li >
5395
+ < strong > cfgdTag</ strong > : < em > required (string - maxLength: 128 - pattern: ^((([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]))?$)</ em > < p > Configured Network Tag</ p >
5396
+ </ li >
5351
5397
</ ul >
5352
5398
</ div >
5353
5399
< div class ="tab-pane " id ="networks__tenantname___networkname__post_response ">
0 commit comments