|
236 | 236 | } |
237 | 237 | } |
238 | 238 | }, |
239 | | - "/vimgrnwruntime": { |
| 239 | + "/networkruntime": { |
240 | 240 | "get": { |
241 | 241 | "tags": [ |
242 | | - "VIMgrNWRuntime" |
| 242 | + "NetworkRuntime" |
243 | 243 | ], |
244 | | - "description": "/vimgrnwruntime", |
245 | | - "operationId": "GET /vimgrnwruntime", |
| 244 | + "description": "/networkruntime", |
| 245 | + "operationId": "GET /networkruntime", |
246 | 246 | "consumes": [ |
247 | 247 | "application/json" |
248 | 248 | ], |
|
333 | 333 | "200": { |
334 | 334 | "description": "OK", |
335 | 335 | "schema": { |
336 | | - "$ref": "#/definitions/VIMgrNWRuntimeApiResponse" |
| 336 | + "$ref": "#/definitions/NetworkRuntimeApiResponse" |
337 | 337 | } |
338 | 338 | }, |
339 | 339 | "401": { |
|
343 | 343 | }, |
344 | 344 | "post": { |
345 | 345 | "tags": [ |
346 | | - "VIMgrNWRuntime" |
| 346 | + "NetworkRuntime" |
347 | 347 | ], |
348 | | - "description": "/vimgrnwruntime", |
349 | | - "operationId": "POST /vimgrnwruntime", |
| 348 | + "description": "/networkruntime", |
| 349 | + "operationId": "POST /networkruntime", |
350 | 350 | "consumes": [ |
351 | 351 | "application/json" |
352 | 352 | ], |
|
385 | 385 | { |
386 | 386 | "in": "body", |
387 | 387 | "name": "body", |
388 | | - "description": "VIMgrNWRuntime object creation", |
| 388 | + "description": "NetworkRuntime object creation", |
389 | 389 | "required": true, |
390 | 390 | "schema": { |
391 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 391 | + "$ref": "#/definitions/NetworkRuntime" |
392 | 392 | } |
393 | 393 | } |
394 | 394 | ], |
|
401 | 401 | "200": { |
402 | 402 | "description": "OK", |
403 | 403 | "schema": { |
404 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 404 | + "$ref": "#/definitions/NetworkRuntime" |
405 | 405 | } |
406 | 406 | }, |
407 | 407 | "401": { |
|
410 | 410 | } |
411 | 411 | } |
412 | 412 | }, |
413 | | - "/vimgrnwruntime/{uuid}": { |
| 413 | + "/networkruntime/{uuid}": { |
414 | 414 | "get": { |
415 | 415 | "tags": [ |
416 | | - "VIMgrNWRuntime" |
| 416 | + "NetworkRuntime" |
417 | 417 | ], |
418 | | - "description": "/vimgrnwruntime/{uuid}/{uuid}", |
419 | | - "operationId": "GET /vimgrnwruntime/{uuid}", |
| 418 | + "description": "/networkruntime/{uuid}/{uuid}", |
| 419 | + "operationId": "GET /networkruntime/{uuid}", |
420 | 420 | "consumes": [ |
421 | 421 | "application/json" |
422 | 422 | ], |
|
502 | 502 | "200": { |
503 | 503 | "description": "OK", |
504 | 504 | "schema": { |
505 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 505 | + "$ref": "#/definitions/NetworkRuntime" |
506 | 506 | } |
507 | 507 | }, |
508 | 508 | "401": { |
|
515 | 515 | }, |
516 | 516 | "put": { |
517 | 517 | "tags": [ |
518 | | - "VIMgrNWRuntime" |
| 518 | + "NetworkRuntime" |
519 | 519 | ], |
520 | | - "description": "/vimgrnwruntime/{uuid}/{uuid}", |
521 | | - "operationId": "PUT /vimgrnwruntime/{uuid}", |
| 520 | + "description": "/networkruntime/{uuid}/{uuid}", |
| 521 | + "operationId": "PUT /networkruntime/{uuid}", |
522 | 522 | "consumes": [ |
523 | 523 | "application/json" |
524 | 524 | ], |
|
564 | 564 | { |
565 | 565 | "in": "body", |
566 | 566 | "name": "body", |
567 | | - "description": "VIMgrNWRuntime object creation", |
| 567 | + "description": "NetworkRuntime object creation", |
568 | 568 | "required": true, |
569 | 569 | "schema": { |
570 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 570 | + "$ref": "#/definitions/NetworkRuntime" |
571 | 571 | } |
572 | 572 | }, |
573 | 573 | { |
|
587 | 587 | "200": { |
588 | 588 | "description": "OK", |
589 | 589 | "schema": { |
590 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 590 | + "$ref": "#/definitions/NetworkRuntime" |
591 | 591 | } |
592 | 592 | }, |
593 | 593 | "401": { |
|
600 | 600 | }, |
601 | 601 | "patch": { |
602 | 602 | "tags": [ |
603 | | - "VIMgrNWRuntime" |
| 603 | + "NetworkRuntime" |
604 | 604 | ], |
605 | | - "description": "/vimgrnwruntime/{uuid}/{uuid}", |
606 | | - "operationId": "PATCH /vimgrnwruntime/{uuid}", |
| 605 | + "description": "/networkruntime/{uuid}/{uuid}", |
| 606 | + "operationId": "PATCH /networkruntime/{uuid}", |
607 | 607 | "consumes": [ |
608 | 608 | "application/json" |
609 | 609 | ], |
|
649 | 649 | { |
650 | 650 | "in": "body", |
651 | 651 | "name": "body", |
652 | | - "description": "VIMgrNWRuntime object creation", |
| 652 | + "description": "NetworkRuntime object creation", |
653 | 653 | "required": true, |
654 | 654 | "schema": { |
655 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 655 | + "$ref": "#/definitions/NetworkRuntime" |
656 | 656 | } |
657 | 657 | }, |
658 | 658 | { |
|
672 | 672 | "200": { |
673 | 673 | "description": "OK", |
674 | 674 | "schema": { |
675 | | - "$ref": "#/definitions/VIMgrNWRuntime" |
| 675 | + "$ref": "#/definitions/NetworkRuntime" |
676 | 676 | } |
677 | 677 | }, |
678 | 678 | "401": { |
|
685 | 685 | }, |
686 | 686 | "delete": { |
687 | 687 | "tags": [ |
688 | | - "VIMgrNWRuntime" |
| 688 | + "NetworkRuntime" |
689 | 689 | ], |
690 | | - "description": "/vimgrnwruntime/{uuid}/{uuid}", |
691 | | - "operationId": "DELETE /vimgrnwruntime/{uuid}", |
| 690 | + "description": "/networkruntime/{uuid}/{uuid}", |
| 691 | + "operationId": "DELETE /networkruntime/{uuid}", |
692 | 692 | "consumes": [ |
693 | 693 | "application/json" |
694 | 694 | ], |
|
757 | 757 | } |
758 | 758 | } |
759 | 759 | }, |
760 | | - "/networkruntime": { |
| 760 | + "/vimgrnwruntime": { |
761 | 761 | "get": { |
762 | 762 | "tags": [ |
763 | | - "NetworkRuntime" |
| 763 | + "VIMgrNWRuntime" |
764 | 764 | ], |
765 | | - "description": "/networkruntime", |
766 | | - "operationId": "GET /networkruntime", |
| 765 | + "description": "/vimgrnwruntime", |
| 766 | + "operationId": "GET /vimgrnwruntime", |
767 | 767 | "consumes": [ |
768 | 768 | "application/json" |
769 | 769 | ], |
|
854 | 854 | "200": { |
855 | 855 | "description": "OK", |
856 | 856 | "schema": { |
857 | | - "$ref": "#/definitions/NetworkRuntimeApiResponse" |
| 857 | + "$ref": "#/definitions/VIMgrNWRuntimeApiResponse" |
858 | 858 | } |
859 | 859 | }, |
860 | 860 | "401": { |
|
864 | 864 | }, |
865 | 865 | "post": { |
866 | 866 | "tags": [ |
867 | | - "NetworkRuntime" |
| 867 | + "VIMgrNWRuntime" |
868 | 868 | ], |
869 | | - "description": "/networkruntime", |
870 | | - "operationId": "POST /networkruntime", |
| 869 | + "description": "/vimgrnwruntime", |
| 870 | + "operationId": "POST /vimgrnwruntime", |
871 | 871 | "consumes": [ |
872 | 872 | "application/json" |
873 | 873 | ], |
|
906 | 906 | { |
907 | 907 | "in": "body", |
908 | 908 | "name": "body", |
909 | | - "description": "NetworkRuntime object creation", |
| 909 | + "description": "VIMgrNWRuntime object creation", |
910 | 910 | "required": true, |
911 | 911 | "schema": { |
912 | | - "$ref": "#/definitions/NetworkRuntime" |
| 912 | + "$ref": "#/definitions/VIMgrNWRuntime" |
913 | 913 | } |
914 | 914 | } |
915 | 915 | ], |
|
922 | 922 | "200": { |
923 | 923 | "description": "OK", |
924 | 924 | "schema": { |
925 | | - "$ref": "#/definitions/NetworkRuntime" |
| 925 | + "$ref": "#/definitions/VIMgrNWRuntime" |
926 | 926 | } |
927 | 927 | }, |
928 | 928 | "401": { |
|
931 | 931 | } |
932 | 932 | } |
933 | 933 | }, |
934 | | - "/networkruntime/{uuid}": { |
| 934 | + "/vimgrnwruntime/{uuid}": { |
935 | 935 | "get": { |
936 | 936 | "tags": [ |
937 | | - "NetworkRuntime" |
| 937 | + "VIMgrNWRuntime" |
938 | 938 | ], |
939 | | - "description": "/networkruntime/{uuid}/{uuid}", |
940 | | - "operationId": "GET /networkruntime/{uuid}", |
| 939 | + "description": "/vimgrnwruntime/{uuid}/{uuid}", |
| 940 | + "operationId": "GET /vimgrnwruntime/{uuid}", |
941 | 941 | "consumes": [ |
942 | 942 | "application/json" |
943 | 943 | ], |
|
1023 | 1023 | "200": { |
1024 | 1024 | "description": "OK", |
1025 | 1025 | "schema": { |
1026 | | - "$ref": "#/definitions/NetworkRuntime" |
| 1026 | + "$ref": "#/definitions/VIMgrNWRuntime" |
1027 | 1027 | } |
1028 | 1028 | }, |
1029 | 1029 | "401": { |
|
1036 | 1036 | }, |
1037 | 1037 | "put": { |
1038 | 1038 | "tags": [ |
1039 | | - "NetworkRuntime" |
| 1039 | + "VIMgrNWRuntime" |
1040 | 1040 | ], |
1041 | | - "description": "/networkruntime/{uuid}/{uuid}", |
1042 | | - "operationId": "PUT /networkruntime/{uuid}", |
| 1041 | + "description": "/vimgrnwruntime/{uuid}/{uuid}", |
| 1042 | + "operationId": "PUT /vimgrnwruntime/{uuid}", |
1043 | 1043 | "consumes": [ |
1044 | 1044 | "application/json" |
1045 | 1045 | ], |
|
1085 | 1085 | { |
1086 | 1086 | "in": "body", |
1087 | 1087 | "name": "body", |
1088 | | - "description": "NetworkRuntime object creation", |
| 1088 | + "description": "VIMgrNWRuntime object creation", |
1089 | 1089 | "required": true, |
1090 | 1090 | "schema": { |
1091 | | - "$ref": "#/definitions/NetworkRuntime" |
| 1091 | + "$ref": "#/definitions/VIMgrNWRuntime" |
1092 | 1092 | } |
1093 | 1093 | }, |
1094 | 1094 | { |
|
1108 | 1108 | "200": { |
1109 | 1109 | "description": "OK", |
1110 | 1110 | "schema": { |
1111 | | - "$ref": "#/definitions/NetworkRuntime" |
| 1111 | + "$ref": "#/definitions/VIMgrNWRuntime" |
1112 | 1112 | } |
1113 | 1113 | }, |
1114 | 1114 | "401": { |
|
1121 | 1121 | }, |
1122 | 1122 | "patch": { |
1123 | 1123 | "tags": [ |
1124 | | - "NetworkRuntime" |
| 1124 | + "VIMgrNWRuntime" |
1125 | 1125 | ], |
1126 | | - "description": "/networkruntime/{uuid}/{uuid}", |
1127 | | - "operationId": "PATCH /networkruntime/{uuid}", |
| 1126 | + "description": "/vimgrnwruntime/{uuid}/{uuid}", |
| 1127 | + "operationId": "PATCH /vimgrnwruntime/{uuid}", |
1128 | 1128 | "consumes": [ |
1129 | 1129 | "application/json" |
1130 | 1130 | ], |
|
1170 | 1170 | { |
1171 | 1171 | "in": "body", |
1172 | 1172 | "name": "body", |
1173 | | - "description": "NetworkRuntime object creation", |
| 1173 | + "description": "VIMgrNWRuntime object creation", |
1174 | 1174 | "required": true, |
1175 | 1175 | "schema": { |
1176 | | - "$ref": "#/definitions/NetworkRuntime" |
| 1176 | + "$ref": "#/definitions/VIMgrNWRuntime" |
1177 | 1177 | } |
1178 | 1178 | }, |
1179 | 1179 | { |
|
1193 | 1193 | "200": { |
1194 | 1194 | "description": "OK", |
1195 | 1195 | "schema": { |
1196 | | - "$ref": "#/definitions/NetworkRuntime" |
| 1196 | + "$ref": "#/definitions/VIMgrNWRuntime" |
1197 | 1197 | } |
1198 | 1198 | }, |
1199 | 1199 | "401": { |
|
1206 | 1206 | }, |
1207 | 1207 | "delete": { |
1208 | 1208 | "tags": [ |
1209 | | - "NetworkRuntime" |
| 1209 | + "VIMgrNWRuntime" |
1210 | 1210 | ], |
1211 | | - "description": "/networkruntime/{uuid}/{uuid}", |
1212 | | - "operationId": "DELETE /networkruntime/{uuid}", |
| 1211 | + "description": "/vimgrnwruntime/{uuid}/{uuid}", |
| 1212 | + "operationId": "DELETE /vimgrnwruntime/{uuid}", |
1213 | 1213 | "consumes": [ |
1214 | 1214 | "application/json" |
1215 | 1215 | ], |
|
0 commit comments