Skip to content

Commit d62fc78

Browse files
author
avijenkins
committed
Updated assets for swagger
Signed-off-by: avijenkins <[email protected]>
1 parent da9d941 commit d62fc78

11 files changed

+6516
-6516
lines changed

swagger/Alert.json

Lines changed: 343 additions & 343 deletions
Large diffs are not rendered by default.

swagger/Alert.yaml

Lines changed: 343 additions & 343 deletions
Large diffs are not rendered by default.

swagger/NetworkInventory.json

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@
236236
}
237237
}
238238
},
239-
"/vimgrnwruntime": {
239+
"/networkruntime": {
240240
"get": {
241241
"tags": [
242-
"VIMgrNWRuntime"
242+
"NetworkRuntime"
243243
],
244-
"description": "/vimgrnwruntime",
245-
"operationId": "GET /vimgrnwruntime",
244+
"description": "/networkruntime",
245+
"operationId": "GET /networkruntime",
246246
"consumes": [
247247
"application/json"
248248
],
@@ -333,7 +333,7 @@
333333
"200": {
334334
"description": "OK",
335335
"schema": {
336-
"$ref": "#/definitions/VIMgrNWRuntimeApiResponse"
336+
"$ref": "#/definitions/NetworkRuntimeApiResponse"
337337
}
338338
},
339339
"401": {
@@ -343,10 +343,10 @@
343343
},
344344
"post": {
345345
"tags": [
346-
"VIMgrNWRuntime"
346+
"NetworkRuntime"
347347
],
348-
"description": "/vimgrnwruntime",
349-
"operationId": "POST /vimgrnwruntime",
348+
"description": "/networkruntime",
349+
"operationId": "POST /networkruntime",
350350
"consumes": [
351351
"application/json"
352352
],
@@ -385,10 +385,10 @@
385385
{
386386
"in": "body",
387387
"name": "body",
388-
"description": "VIMgrNWRuntime object creation",
388+
"description": "NetworkRuntime object creation",
389389
"required": true,
390390
"schema": {
391-
"$ref": "#/definitions/VIMgrNWRuntime"
391+
"$ref": "#/definitions/NetworkRuntime"
392392
}
393393
}
394394
],
@@ -401,7 +401,7 @@
401401
"200": {
402402
"description": "OK",
403403
"schema": {
404-
"$ref": "#/definitions/VIMgrNWRuntime"
404+
"$ref": "#/definitions/NetworkRuntime"
405405
}
406406
},
407407
"401": {
@@ -410,13 +410,13 @@
410410
}
411411
}
412412
},
413-
"/vimgrnwruntime/{uuid}": {
413+
"/networkruntime/{uuid}": {
414414
"get": {
415415
"tags": [
416-
"VIMgrNWRuntime"
416+
"NetworkRuntime"
417417
],
418-
"description": "/vimgrnwruntime/{uuid}/{uuid}",
419-
"operationId": "GET /vimgrnwruntime/{uuid}",
418+
"description": "/networkruntime/{uuid}/{uuid}",
419+
"operationId": "GET /networkruntime/{uuid}",
420420
"consumes": [
421421
"application/json"
422422
],
@@ -502,7 +502,7 @@
502502
"200": {
503503
"description": "OK",
504504
"schema": {
505-
"$ref": "#/definitions/VIMgrNWRuntime"
505+
"$ref": "#/definitions/NetworkRuntime"
506506
}
507507
},
508508
"401": {
@@ -515,10 +515,10 @@
515515
},
516516
"put": {
517517
"tags": [
518-
"VIMgrNWRuntime"
518+
"NetworkRuntime"
519519
],
520-
"description": "/vimgrnwruntime/{uuid}/{uuid}",
521-
"operationId": "PUT /vimgrnwruntime/{uuid}",
520+
"description": "/networkruntime/{uuid}/{uuid}",
521+
"operationId": "PUT /networkruntime/{uuid}",
522522
"consumes": [
523523
"application/json"
524524
],
@@ -564,10 +564,10 @@
564564
{
565565
"in": "body",
566566
"name": "body",
567-
"description": "VIMgrNWRuntime object creation",
567+
"description": "NetworkRuntime object creation",
568568
"required": true,
569569
"schema": {
570-
"$ref": "#/definitions/VIMgrNWRuntime"
570+
"$ref": "#/definitions/NetworkRuntime"
571571
}
572572
},
573573
{
@@ -587,7 +587,7 @@
587587
"200": {
588588
"description": "OK",
589589
"schema": {
590-
"$ref": "#/definitions/VIMgrNWRuntime"
590+
"$ref": "#/definitions/NetworkRuntime"
591591
}
592592
},
593593
"401": {
@@ -600,10 +600,10 @@
600600
},
601601
"patch": {
602602
"tags": [
603-
"VIMgrNWRuntime"
603+
"NetworkRuntime"
604604
],
605-
"description": "/vimgrnwruntime/{uuid}/{uuid}",
606-
"operationId": "PATCH /vimgrnwruntime/{uuid}",
605+
"description": "/networkruntime/{uuid}/{uuid}",
606+
"operationId": "PATCH /networkruntime/{uuid}",
607607
"consumes": [
608608
"application/json"
609609
],
@@ -649,10 +649,10 @@
649649
{
650650
"in": "body",
651651
"name": "body",
652-
"description": "VIMgrNWRuntime object creation",
652+
"description": "NetworkRuntime object creation",
653653
"required": true,
654654
"schema": {
655-
"$ref": "#/definitions/VIMgrNWRuntime"
655+
"$ref": "#/definitions/NetworkRuntime"
656656
}
657657
},
658658
{
@@ -672,7 +672,7 @@
672672
"200": {
673673
"description": "OK",
674674
"schema": {
675-
"$ref": "#/definitions/VIMgrNWRuntime"
675+
"$ref": "#/definitions/NetworkRuntime"
676676
}
677677
},
678678
"401": {
@@ -685,10 +685,10 @@
685685
},
686686
"delete": {
687687
"tags": [
688-
"VIMgrNWRuntime"
688+
"NetworkRuntime"
689689
],
690-
"description": "/vimgrnwruntime/{uuid}/{uuid}",
691-
"operationId": "DELETE /vimgrnwruntime/{uuid}",
690+
"description": "/networkruntime/{uuid}/{uuid}",
691+
"operationId": "DELETE /networkruntime/{uuid}",
692692
"consumes": [
693693
"application/json"
694694
],
@@ -757,13 +757,13 @@
757757
}
758758
}
759759
},
760-
"/networkruntime": {
760+
"/vimgrnwruntime": {
761761
"get": {
762762
"tags": [
763-
"NetworkRuntime"
763+
"VIMgrNWRuntime"
764764
],
765-
"description": "/networkruntime",
766-
"operationId": "GET /networkruntime",
765+
"description": "/vimgrnwruntime",
766+
"operationId": "GET /vimgrnwruntime",
767767
"consumes": [
768768
"application/json"
769769
],
@@ -854,7 +854,7 @@
854854
"200": {
855855
"description": "OK",
856856
"schema": {
857-
"$ref": "#/definitions/NetworkRuntimeApiResponse"
857+
"$ref": "#/definitions/VIMgrNWRuntimeApiResponse"
858858
}
859859
},
860860
"401": {
@@ -864,10 +864,10 @@
864864
},
865865
"post": {
866866
"tags": [
867-
"NetworkRuntime"
867+
"VIMgrNWRuntime"
868868
],
869-
"description": "/networkruntime",
870-
"operationId": "POST /networkruntime",
869+
"description": "/vimgrnwruntime",
870+
"operationId": "POST /vimgrnwruntime",
871871
"consumes": [
872872
"application/json"
873873
],
@@ -906,10 +906,10 @@
906906
{
907907
"in": "body",
908908
"name": "body",
909-
"description": "NetworkRuntime object creation",
909+
"description": "VIMgrNWRuntime object creation",
910910
"required": true,
911911
"schema": {
912-
"$ref": "#/definitions/NetworkRuntime"
912+
"$ref": "#/definitions/VIMgrNWRuntime"
913913
}
914914
}
915915
],
@@ -922,7 +922,7 @@
922922
"200": {
923923
"description": "OK",
924924
"schema": {
925-
"$ref": "#/definitions/NetworkRuntime"
925+
"$ref": "#/definitions/VIMgrNWRuntime"
926926
}
927927
},
928928
"401": {
@@ -931,13 +931,13 @@
931931
}
932932
}
933933
},
934-
"/networkruntime/{uuid}": {
934+
"/vimgrnwruntime/{uuid}": {
935935
"get": {
936936
"tags": [
937-
"NetworkRuntime"
937+
"VIMgrNWRuntime"
938938
],
939-
"description": "/networkruntime/{uuid}/{uuid}",
940-
"operationId": "GET /networkruntime/{uuid}",
939+
"description": "/vimgrnwruntime/{uuid}/{uuid}",
940+
"operationId": "GET /vimgrnwruntime/{uuid}",
941941
"consumes": [
942942
"application/json"
943943
],
@@ -1023,7 +1023,7 @@
10231023
"200": {
10241024
"description": "OK",
10251025
"schema": {
1026-
"$ref": "#/definitions/NetworkRuntime"
1026+
"$ref": "#/definitions/VIMgrNWRuntime"
10271027
}
10281028
},
10291029
"401": {
@@ -1036,10 +1036,10 @@
10361036
},
10371037
"put": {
10381038
"tags": [
1039-
"NetworkRuntime"
1039+
"VIMgrNWRuntime"
10401040
],
1041-
"description": "/networkruntime/{uuid}/{uuid}",
1042-
"operationId": "PUT /networkruntime/{uuid}",
1041+
"description": "/vimgrnwruntime/{uuid}/{uuid}",
1042+
"operationId": "PUT /vimgrnwruntime/{uuid}",
10431043
"consumes": [
10441044
"application/json"
10451045
],
@@ -1085,10 +1085,10 @@
10851085
{
10861086
"in": "body",
10871087
"name": "body",
1088-
"description": "NetworkRuntime object creation",
1088+
"description": "VIMgrNWRuntime object creation",
10891089
"required": true,
10901090
"schema": {
1091-
"$ref": "#/definitions/NetworkRuntime"
1091+
"$ref": "#/definitions/VIMgrNWRuntime"
10921092
}
10931093
},
10941094
{
@@ -1108,7 +1108,7 @@
11081108
"200": {
11091109
"description": "OK",
11101110
"schema": {
1111-
"$ref": "#/definitions/NetworkRuntime"
1111+
"$ref": "#/definitions/VIMgrNWRuntime"
11121112
}
11131113
},
11141114
"401": {
@@ -1121,10 +1121,10 @@
11211121
},
11221122
"patch": {
11231123
"tags": [
1124-
"NetworkRuntime"
1124+
"VIMgrNWRuntime"
11251125
],
1126-
"description": "/networkruntime/{uuid}/{uuid}",
1127-
"operationId": "PATCH /networkruntime/{uuid}",
1126+
"description": "/vimgrnwruntime/{uuid}/{uuid}",
1127+
"operationId": "PATCH /vimgrnwruntime/{uuid}",
11281128
"consumes": [
11291129
"application/json"
11301130
],
@@ -1170,10 +1170,10 @@
11701170
{
11711171
"in": "body",
11721172
"name": "body",
1173-
"description": "NetworkRuntime object creation",
1173+
"description": "VIMgrNWRuntime object creation",
11741174
"required": true,
11751175
"schema": {
1176-
"$ref": "#/definitions/NetworkRuntime"
1176+
"$ref": "#/definitions/VIMgrNWRuntime"
11771177
}
11781178
},
11791179
{
@@ -1193,7 +1193,7 @@
11931193
"200": {
11941194
"description": "OK",
11951195
"schema": {
1196-
"$ref": "#/definitions/NetworkRuntime"
1196+
"$ref": "#/definitions/VIMgrNWRuntime"
11971197
}
11981198
},
11991199
"401": {
@@ -1206,10 +1206,10 @@
12061206
},
12071207
"delete": {
12081208
"tags": [
1209-
"NetworkRuntime"
1209+
"VIMgrNWRuntime"
12101210
],
1211-
"description": "/networkruntime/{uuid}/{uuid}",
1212-
"operationId": "DELETE /networkruntime/{uuid}",
1211+
"description": "/vimgrnwruntime/{uuid}/{uuid}",
1212+
"operationId": "DELETE /vimgrnwruntime/{uuid}",
12131213
"consumes": [
12141214
"application/json"
12151215
],

0 commit comments

Comments
 (0)