cae483e440dd3a4985c3f2be835838723ac6fc6f
[sdnc/northbound.git] / generic-resource-api / model / swagger / src / main / yaml / generic-resource.yaml
1 ---
2 swagger: "2.0"
3 info:
4   description: "This module contains a collection of generally useful derived\nYANG\
5     \ data types.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\n\
6     authors of the code.  All rights reserved.\n\nRedistribution and use in source\
7     \ and binary forms, with or\nwithout modification, is permitted pursuant to, and\
8     \ subject\nto the license terms contained in, the Simplified BSD License\nset\
9     \ forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF\
10     \ Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG\
11     \ module is part of RFC 6991; see\nthe RFC itself for full legal notices.,This\
12     \ module contains a collection of generally useful derived\nYANG data types for\
13     \ Internet addresses and related things.\n\nCopyright (c) 2013 IETF Trust and\
14     \ the persons identified as\nauthors of the code.  All rights reserved.\n\nRedistribution\
15     \ and use in source and binary forms, with or\nwithout modification, is permitted\
16     \ pursuant to, and subject\nto the license terms contained in, the Simplified\
17     \ BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\n\
18     Relating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version\
19     \ of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal\
20     \ notices."
21   version: "2.1.1-SNAPSHOT"
22   title: "ietf-yang-types,ietf-inet-types,GENERIC-RESOURCE-API API"
23 consumes:
24 - "application/json"
25 - "application/xml"
26 produces:
27 - "application/json"
28 - "application/xml"
29 paths:
30   /config/GENERIC-RESOURCE-API:brg-allotted-resources/:
31     get:
32       tags:
33       - "GENERIC-RESOURCE-API"
34       description: "returns generic.resource.api.BrgAllottedResources"
35       parameters: []
36       responses:
37         400:
38           description: "Internal error"
39         200:
40           description: "generic.resource.api.BrgAllottedResources"
41           responseSchema:
42             $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
43             originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
44           schema:
45             $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
46             originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
47     post:
48       tags:
49       - "GENERIC-RESOURCE-API"
50       description: "creates generic.resource.api.BrgAllottedResources"
51       parameters:
52       - in: "body"
53         name: "generic.resource.api.BrgAllottedResources.body-param"
54         description: "generic.resource.api.BrgAllottedResources to be added to list"
55         required: false
56         schema:
57           $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
58           originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
59       responses:
60         400:
61           description: "Internal error"
62         201:
63           description: "Object created"
64         409:
65           description: "Object already exists"
66     put:
67       tags:
68       - "GENERIC-RESOURCE-API"
69       description: "creates or updates generic.resource.api.BrgAllottedResources"
70       parameters:
71       - in: "body"
72         name: "generic.resource.api.BrgAllottedResources.body-param"
73         description: "generic.resource.api.BrgAllottedResources to be added or updated"
74         required: false
75         schema:
76           $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
77           originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
78       responses:
79         400:
80           description: "Internal error"
81         201:
82           description: "Object created"
83         204:
84           description: "Object modified"
85     delete:
86       tags:
87       - "GENERIC-RESOURCE-API"
88       description: "removes generic.resource.api.BrgAllottedResources"
89       parameters: []
90       responses:
91         400:
92           description: "Internal error"
93         204:
94           description: "Object deleted"
95   /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/:
96     post:
97       description: "creates generic.resource.api.brgallottedresources.BrgAllottedResource"
98       parameters:
99       - in: "body"
100         name: "generic.resource.api.brgallottedresources.BrgAllottedResource.body-param"
101         description: "generic.resource.api.brgallottedresources.BrgAllottedResource\
102           \ to be added to list"
103         required: false
104         schema:
105           $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
106           originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
107       responses:
108         400:
109           description: "Internal error"
110         201:
111           description: "Object created"
112         409:
113           description: "Object already exists"
114   /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/:
115     get:
116       tags:
117       - "GENERIC-RESOURCE-API"
118       description: "returns generic.resource.api.brgallottedresources.BrgAllottedResource"
119       parameters:
120       - name: "allotted-resource-id"
121         in: "path"
122         description: "Id of brg-allotted-resource"
123         required: true
124         type: "string"
125       responses:
126         400:
127           description: "Internal error"
128         200:
129           description: "generic.resource.api.brgallottedresources.BrgAllottedResource"
130           responseSchema:
131             $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
132             originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
133           schema:
134             $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
135             originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
136     post:
137       tags:
138       - "GENERIC-RESOURCE-API"
139       description: "creates generic.resource.api.brgallottedresources.BrgAllottedResource"
140       parameters:
141       - name: "allotted-resource-id"
142         in: "path"
143         description: "Id of brg-allotted-resource"
144         required: true
145         type: "string"
146       - in: "body"
147         name: "generic.resource.api.brgallottedresources.BrgAllottedResource.body-param"
148         description: "generic.resource.api.brgallottedresources.BrgAllottedResource\
149           \ to be added to list"
150         required: false
151         schema:
152           $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
153           originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
154       responses:
155         400:
156           description: "Internal error"
157         201:
158           description: "Object created"
159         409:
160           description: "Object already exists"
161     put:
162       tags:
163       - "GENERIC-RESOURCE-API"
164       description: "creates or updates generic.resource.api.brgallottedresources.BrgAllottedResource"
165       parameters:
166       - name: "allotted-resource-id"
167         in: "path"
168         description: "Id of brg-allotted-resource"
169         required: true
170         type: "string"
171       - in: "body"
172         name: "generic.resource.api.brgallottedresources.BrgAllottedResource.body-param"
173         description: "generic.resource.api.brgallottedresources.BrgAllottedResource\
174           \ to be added or updated"
175         required: false
176         schema:
177           $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
178           originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
179       responses:
180         400:
181           description: "Internal error"
182         201:
183           description: "Object created"
184         204:
185           description: "Object modified"
186     delete:
187       tags:
188       - "GENERIC-RESOURCE-API"
189       description: "removes generic.resource.api.brgallottedresources.BrgAllottedResource"
190       parameters:
191       - name: "allotted-resource-id"
192         in: "path"
193         description: "Id of brg-allotted-resource"
194         required: true
195         type: "string"
196       responses:
197         400:
198           description: "Internal error"
199         204:
200           description: "Object deleted"
201   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/
202   : get:
203       tags:
204       - "GENERIC-RESOURCE-API"
205       description: "returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
206       parameters:
207       - name: "allotted-resource-id"
208         in: "path"
209         description: "Id of brg-allotted-resource"
210         required: true
211         type: "string"
212       responses:
213         400:
214           description: "Internal error"
215         200:
216           description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
217           responseSchema:
218             $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
219             originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
220           schema:
221             $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
222             originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
223     post:
224       tags:
225       - "GENERIC-RESOURCE-API"
226       description: "creates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
227       parameters:
228       - name: "allotted-resource-id"
229         in: "path"
230         description: "Id of brg-allotted-resource"
231         required: true
232         type: "string"
233       - in: "body"
234         name: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param"
235         description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData\
236           \ to be added to list"
237         required: false
238         schema:
239           $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
240           originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
241       responses:
242         400:
243           description: "Internal error"
244         201:
245           description: "Object created"
246         409:
247           description: "Object already exists"
248     put:
249       tags:
250       - "GENERIC-RESOURCE-API"
251       description: "creates or updates generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
252       parameters:
253       - name: "allotted-resource-id"
254         in: "path"
255         description: "Id of brg-allotted-resource"
256         required: true
257         type: "string"
258       - in: "body"
259         name: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData.body-param"
260         description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData\
261           \ to be added or updated"
262         required: false
263         schema:
264           $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
265           originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
266       responses:
267         400:
268           description: "Internal error"
269         201:
270           description: "Object created"
271         204:
272           description: "Object modified"
273     delete:
274       tags:
275       - "GENERIC-RESOURCE-API"
276       description: "removes generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
277       parameters:
278       - name: "allotted-resource-id"
279         in: "path"
280         description: "Id of brg-allotted-resource"
281         required: true
282         type: "string"
283       responses:
284         400:
285           description: "Internal error"
286         204:
287           description: "Object deleted"
288   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
289   : get:
290       tags:
291       - "GENERIC-RESOURCE-API"
292       description: "returns generic.resource.api.OperStatusData"
293       parameters:
294       - name: "allotted-resource-id"
295         in: "path"
296         description: "Id of brg-allotted-resource"
297         required: true
298         type: "string"
299       responses:
300         400:
301           description: "Internal error"
302         200:
303           description: "generic.resource.api.OperStatusData"
304           responseSchema:
305             $ref: "#/definitions/generic.resource.api.OperStatusData"
306             originalRef: "#/definitions/generic.resource.api.OperStatusData"
307           schema:
308             $ref: "#/definitions/generic.resource.api.OperStatusData"
309             originalRef: "#/definitions/generic.resource.api.OperStatusData"
310     post:
311       tags:
312       - "GENERIC-RESOURCE-API"
313       description: "creates generic.resource.api.OperStatusData"
314       parameters:
315       - name: "allotted-resource-id"
316         in: "path"
317         description: "Id of brg-allotted-resource"
318         required: true
319         type: "string"
320       - in: "body"
321         name: "generic.resource.api.OperStatusData.body-param"
322         description: "generic.resource.api.OperStatusData to be added to list"
323         required: false
324         schema:
325           $ref: "#/definitions/generic.resource.api.OperStatusData"
326           originalRef: "#/definitions/generic.resource.api.OperStatusData"
327       responses:
328         400:
329           description: "Internal error"
330         201:
331           description: "Object created"
332         409:
333           description: "Object already exists"
334     put:
335       tags:
336       - "GENERIC-RESOURCE-API"
337       description: "creates or updates generic.resource.api.OperStatusData"
338       parameters:
339       - name: "allotted-resource-id"
340         in: "path"
341         description: "Id of brg-allotted-resource"
342         required: true
343         type: "string"
344       - in: "body"
345         name: "generic.resource.api.OperStatusData.body-param"
346         description: "generic.resource.api.OperStatusData to be added or updated"
347         required: false
348         schema:
349           $ref: "#/definitions/generic.resource.api.OperStatusData"
350           originalRef: "#/definitions/generic.resource.api.OperStatusData"
351       responses:
352         400:
353           description: "Internal error"
354         201:
355           description: "Object created"
356         204:
357           description: "Object modified"
358     delete:
359       tags:
360       - "GENERIC-RESOURCE-API"
361       description: "removes generic.resource.api.OperStatusData"
362       parameters:
363       - name: "allotted-resource-id"
364         in: "path"
365         description: "Id of brg-allotted-resource"
366         required: true
367         type: "string"
368       responses:
369         400:
370           description: "Internal error"
371         204:
372           description: "Object deleted"
373   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
374   : get:
375       tags:
376       - "GENERIC-RESOURCE-API"
377       description: "returns generic.resource.api.BrgOperationInformation"
378       parameters:
379       - name: "allotted-resource-id"
380         in: "path"
381         description: "Id of brg-allotted-resource"
382         required: true
383         type: "string"
384       responses:
385         400:
386           description: "Internal error"
387         200:
388           description: "generic.resource.api.BrgOperationInformation"
389           responseSchema:
390             $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
391             originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
392           schema:
393             $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
394             originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
395     post:
396       tags:
397       - "GENERIC-RESOURCE-API"
398       description: "creates generic.resource.api.BrgOperationInformation"
399       parameters:
400       - name: "allotted-resource-id"
401         in: "path"
402         description: "Id of brg-allotted-resource"
403         required: true
404         type: "string"
405       - in: "body"
406         name: "generic.resource.api.BrgOperationInformation.body-param"
407         description: "generic.resource.api.BrgOperationInformation to be added to\
408           \ list"
409         required: false
410         schema:
411           $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
412           originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
413       responses:
414         400:
415           description: "Internal error"
416         201:
417           description: "Object created"
418         409:
419           description: "Object already exists"
420     put:
421       tags:
422       - "GENERIC-RESOURCE-API"
423       description: "creates or updates generic.resource.api.BrgOperationInformation"
424       parameters:
425       - name: "allotted-resource-id"
426         in: "path"
427         description: "Id of brg-allotted-resource"
428         required: true
429         type: "string"
430       - in: "body"
431         name: "generic.resource.api.BrgOperationInformation.body-param"
432         description: "generic.resource.api.BrgOperationInformation to be added or\
433           \ updated"
434         required: false
435         schema:
436           $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
437           originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
438       responses:
439         400:
440           description: "Internal error"
441         201:
442           description: "Object created"
443         204:
444           description: "Object modified"
445     delete:
446       tags:
447       - "GENERIC-RESOURCE-API"
448       description: "removes generic.resource.api.BrgOperationInformation"
449       parameters:
450       - name: "allotted-resource-id"
451         in: "path"
452         description: "Id of brg-allotted-resource"
453         required: true
454         type: "string"
455       responses:
456         400:
457           description: "Internal error"
458         204:
459           description: "Object deleted"
460   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
461   : get:
462       tags:
463       - "GENERIC-RESOURCE-API"
464       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
465       parameters:
466       - name: "allotted-resource-id"
467         in: "path"
468         description: "Id of brg-allotted-resource"
469         required: true
470         type: "string"
471       responses:
472         400:
473           description: "Internal error"
474         200:
475           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
476           responseSchema:
477             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
478             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
479           schema:
480             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
481             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
482     post:
483       tags:
484       - "GENERIC-RESOURCE-API"
485       description: "creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
486       parameters:
487       - name: "allotted-resource-id"
488         in: "path"
489         description: "Id of brg-allotted-resource"
490         required: true
491         type: "string"
492       - in: "body"
493         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
494         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
495           \ to be added to list"
496         required: false
497         schema:
498           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
499           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
500       responses:
501         400:
502           description: "Internal error"
503         201:
504           description: "Object created"
505         409:
506           description: "Object already exists"
507     put:
508       tags:
509       - "GENERIC-RESOURCE-API"
510       description: "creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
511       parameters:
512       - name: "allotted-resource-id"
513         in: "path"
514         description: "Id of brg-allotted-resource"
515         required: true
516         type: "string"
517       - in: "body"
518         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
519         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
520           \ to be added or updated"
521         required: false
522         schema:
523           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
524           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
525       responses:
526         400:
527           description: "Internal error"
528         201:
529           description: "Object created"
530         204:
531           description: "Object modified"
532     delete:
533       tags:
534       - "GENERIC-RESOURCE-API"
535       description: "removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
536       parameters:
537       - name: "allotted-resource-id"
538         in: "path"
539         description: "Id of brg-allotted-resource"
540         required: true
541         type: "string"
542       responses:
543         400:
544           description: "Internal error"
545         204:
546           description: "Object deleted"
547   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
548   : get:
549       tags:
550       - "GENERIC-RESOURCE-API"
551       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
552       parameters:
553       - name: "allotted-resource-id"
554         in: "path"
555         description: "Id of brg-allotted-resource"
556         required: true
557         type: "string"
558       responses:
559         400:
560           description: "Internal error"
561         200:
562           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
563           responseSchema:
564             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
565             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
566           schema:
567             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
568             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
569     post:
570       tags:
571       - "GENERIC-RESOURCE-API"
572       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
573       parameters:
574       - name: "allotted-resource-id"
575         in: "path"
576         description: "Id of brg-allotted-resource"
577         required: true
578         type: "string"
579       - in: "body"
580         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
581         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
582           \ to be added to list"
583         required: false
584         schema:
585           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
586           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
587       responses:
588         400:
589           description: "Internal error"
590         201:
591           description: "Object created"
592         409:
593           description: "Object already exists"
594     put:
595       tags:
596       - "GENERIC-RESOURCE-API"
597       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
598       parameters:
599       - name: "allotted-resource-id"
600         in: "path"
601         description: "Id of brg-allotted-resource"
602         required: true
603         type: "string"
604       - in: "body"
605         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
606         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
607           \ to be added or updated"
608         required: false
609         schema:
610           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
611           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
612       responses:
613         400:
614           description: "Internal error"
615         201:
616           description: "Object created"
617         204:
618           description: "Object modified"
619     delete:
620       tags:
621       - "GENERIC-RESOURCE-API"
622       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
623       parameters:
624       - name: "allotted-resource-id"
625         in: "path"
626         description: "Id of brg-allotted-resource"
627         required: true
628         type: "string"
629       responses:
630         400:
631           description: "Internal error"
632         204:
633           description: "Object deleted"
634   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/brg-request-input/
635   : get:
636       tags:
637       - "GENERIC-RESOURCE-API"
638       description: "returns generic.resource.api.brgrequestinput.BrgRequestInput"
639       parameters:
640       - name: "allotted-resource-id"
641         in: "path"
642         description: "Id of brg-allotted-resource"
643         required: true
644         type: "string"
645       responses:
646         400:
647           description: "Internal error"
648         200:
649           description: "generic.resource.api.brgrequestinput.BrgRequestInput"
650           responseSchema:
651             $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
652             originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
653           schema:
654             $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
655             originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
656     post:
657       tags:
658       - "GENERIC-RESOURCE-API"
659       description: "creates generic.resource.api.brgrequestinput.BrgRequestInput"
660       parameters:
661       - name: "allotted-resource-id"
662         in: "path"
663         description: "Id of brg-allotted-resource"
664         required: true
665         type: "string"
666       - in: "body"
667         name: "generic.resource.api.brgrequestinput.BrgRequestInput.body-param"
668         description: "generic.resource.api.brgrequestinput.BrgRequestInput to be added\
669           \ to list"
670         required: false
671         schema:
672           $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
673           originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
674       responses:
675         400:
676           description: "Internal error"
677         201:
678           description: "Object created"
679         409:
680           description: "Object already exists"
681     put:
682       tags:
683       - "GENERIC-RESOURCE-API"
684       description: "creates or updates generic.resource.api.brgrequestinput.BrgRequestInput"
685       parameters:
686       - name: "allotted-resource-id"
687         in: "path"
688         description: "Id of brg-allotted-resource"
689         required: true
690         type: "string"
691       - in: "body"
692         name: "generic.resource.api.brgrequestinput.BrgRequestInput.body-param"
693         description: "generic.resource.api.brgrequestinput.BrgRequestInput to be added\
694           \ or updated"
695         required: false
696         schema:
697           $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
698           originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
699       responses:
700         400:
701           description: "Internal error"
702         201:
703           description: "Object created"
704         204:
705           description: "Object modified"
706     delete:
707       tags:
708       - "GENERIC-RESOURCE-API"
709       description: "removes generic.resource.api.brgrequestinput.BrgRequestInput"
710       parameters:
711       - name: "allotted-resource-id"
712         in: "path"
713         description: "Id of brg-allotted-resource"
714         required: true
715         type: "string"
716       responses:
717         400:
718           description: "Internal error"
719         204:
720           description: "Object deleted"
721   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
722   : get:
723       tags:
724       - "GENERIC-RESOURCE-API"
725       description: "returns generic.resource.api.requestinformation.RequestInformation"
726       parameters:
727       - name: "allotted-resource-id"
728         in: "path"
729         description: "Id of brg-allotted-resource"
730         required: true
731         type: "string"
732       responses:
733         400:
734           description: "Internal error"
735         200:
736           description: "generic.resource.api.requestinformation.RequestInformation"
737           responseSchema:
738             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
739             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
740           schema:
741             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
742             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
743     post:
744       tags:
745       - "GENERIC-RESOURCE-API"
746       description: "creates generic.resource.api.requestinformation.RequestInformation"
747       parameters:
748       - name: "allotted-resource-id"
749         in: "path"
750         description: "Id of brg-allotted-resource"
751         required: true
752         type: "string"
753       - in: "body"
754         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
755         description: "generic.resource.api.requestinformation.RequestInformation to\
756           \ be added to list"
757         required: false
758         schema:
759           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
760           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
761       responses:
762         400:
763           description: "Internal error"
764         201:
765           description: "Object created"
766         409:
767           description: "Object already exists"
768     put:
769       tags:
770       - "GENERIC-RESOURCE-API"
771       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
772       parameters:
773       - name: "allotted-resource-id"
774         in: "path"
775         description: "Id of brg-allotted-resource"
776         required: true
777         type: "string"
778       - in: "body"
779         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
780         description: "generic.resource.api.requestinformation.RequestInformation to\
781           \ be added or updated"
782         required: false
783         schema:
784           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
785           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
786       responses:
787         400:
788           description: "Internal error"
789         201:
790           description: "Object created"
791         204:
792           description: "Object modified"
793     delete:
794       tags:
795       - "GENERIC-RESOURCE-API"
796       description: "removes generic.resource.api.requestinformation.RequestInformation"
797       parameters:
798       - name: "allotted-resource-id"
799         in: "path"
800         description: "Id of brg-allotted-resource"
801         required: true
802         type: "string"
803       responses:
804         400:
805           description: "Internal error"
806         204:
807           description: "Object deleted"
808   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
809   : get:
810       tags:
811       - "GENERIC-RESOURCE-API"
812       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
813       parameters:
814       - name: "allotted-resource-id"
815         in: "path"
816         description: "Id of brg-allotted-resource"
817         required: true
818         type: "string"
819       responses:
820         400:
821           description: "Internal error"
822         200:
823           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
824           responseSchema:
825             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
826             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
827           schema:
828             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
829             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
830     post:
831       tags:
832       - "GENERIC-RESOURCE-API"
833       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
834       parameters:
835       - name: "allotted-resource-id"
836         in: "path"
837         description: "Id of brg-allotted-resource"
838         required: true
839         type: "string"
840       - in: "body"
841         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
842         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
843           \ be added to list"
844         required: false
845         schema:
846           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
847           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
848       responses:
849         400:
850           description: "Internal error"
851         201:
852           description: "Object created"
853         409:
854           description: "Object already exists"
855     put:
856       tags:
857       - "GENERIC-RESOURCE-API"
858       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
859       parameters:
860       - name: "allotted-resource-id"
861         in: "path"
862         description: "Id of brg-allotted-resource"
863         required: true
864         type: "string"
865       - in: "body"
866         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
867         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
868           \ be added or updated"
869         required: false
870         schema:
871           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
872           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
873       responses:
874         400:
875           description: "Internal error"
876         201:
877           description: "Object created"
878         204:
879           description: "Object modified"
880     delete:
881       tags:
882       - "GENERIC-RESOURCE-API"
883       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
884       parameters:
885       - name: "allotted-resource-id"
886         in: "path"
887         description: "Id of brg-allotted-resource"
888         required: true
889         type: "string"
890       responses:
891         400:
892           description: "Internal error"
893         204:
894           description: "Object deleted"
895   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
896   : get:
897       tags:
898       - "GENERIC-RESOURCE-API"
899       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
900       parameters:
901       - name: "allotted-resource-id"
902         in: "path"
903         description: "Id of brg-allotted-resource"
904         required: true
905         type: "string"
906       responses:
907         400:
908           description: "Internal error"
909         200:
910           description: "generic.resource.api.serviceinformation.ServiceInformation"
911           responseSchema:
912             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
913             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
914           schema:
915             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
916             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
917     post:
918       tags:
919       - "GENERIC-RESOURCE-API"
920       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
921       parameters:
922       - name: "allotted-resource-id"
923         in: "path"
924         description: "Id of brg-allotted-resource"
925         required: true
926         type: "string"
927       - in: "body"
928         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
929         description: "generic.resource.api.serviceinformation.ServiceInformation to\
930           \ be added to list"
931         required: false
932         schema:
933           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
934           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
935       responses:
936         400:
937           description: "Internal error"
938         201:
939           description: "Object created"
940         409:
941           description: "Object already exists"
942     put:
943       tags:
944       - "GENERIC-RESOURCE-API"
945       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
946       parameters:
947       - name: "allotted-resource-id"
948         in: "path"
949         description: "Id of brg-allotted-resource"
950         required: true
951         type: "string"
952       - in: "body"
953         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
954         description: "generic.resource.api.serviceinformation.ServiceInformation to\
955           \ be added or updated"
956         required: false
957         schema:
958           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
959           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
960       responses:
961         400:
962           description: "Internal error"
963         201:
964           description: "Object created"
965         204:
966           description: "Object modified"
967     delete:
968       tags:
969       - "GENERIC-RESOURCE-API"
970       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
971       parameters:
972       - name: "allotted-resource-id"
973         in: "path"
974         description: "Id of brg-allotted-resource"
975         required: true
976         type: "string"
977       responses:
978         400:
979           description: "Internal error"
980         204:
981           description: "Object deleted"
982   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
983   : get:
984       tags:
985       - "GENERIC-RESOURCE-API"
986       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
987       parameters:
988       - name: "allotted-resource-id"
989         in: "path"
990         description: "Id of brg-allotted-resource"
991         required: true
992         type: "string"
993       responses:
994         400:
995           description: "Internal error"
996         200:
997           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
998           responseSchema:
999             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1000             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1001           schema:
1002             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1003             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1004     post:
1005       tags:
1006       - "GENERIC-RESOURCE-API"
1007       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
1008       parameters:
1009       - name: "allotted-resource-id"
1010         in: "path"
1011         description: "Id of brg-allotted-resource"
1012         required: true
1013         type: "string"
1014       - in: "body"
1015         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
1016         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
1017           \ to be added to list"
1018         required: false
1019         schema:
1020           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1021           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1022       responses:
1023         400:
1024           description: "Internal error"
1025         201:
1026           description: "Object created"
1027         409:
1028           description: "Object already exists"
1029     put:
1030       tags:
1031       - "GENERIC-RESOURCE-API"
1032       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
1033       parameters:
1034       - name: "allotted-resource-id"
1035         in: "path"
1036         description: "Id of brg-allotted-resource"
1037         required: true
1038         type: "string"
1039       - in: "body"
1040         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
1041         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
1042           \ to be added or updated"
1043         required: false
1044         schema:
1045           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1046           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
1047       responses:
1048         400:
1049           description: "Internal error"
1050         201:
1051           description: "Object created"
1052         204:
1053           description: "Object modified"
1054     delete:
1055       tags:
1056       - "GENERIC-RESOURCE-API"
1057       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
1058       parameters:
1059       - name: "allotted-resource-id"
1060         in: "path"
1061         description: "Id of brg-allotted-resource"
1062         required: true
1063         type: "string"
1064       responses:
1065         400:
1066           description: "Internal error"
1067         204:
1068           description: "Object deleted"
1069   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/
1070   : get:
1071       tags:
1072       - "GENERIC-RESOURCE-API"
1073       description: "returns generic.resource.api.Param"
1074       parameters:
1075       - name: "allotted-resource-id"
1076         in: "path"
1077         description: "Id of brg-allotted-resource"
1078         required: true
1079         type: "string"
1080       responses:
1081         400:
1082           description: "Internal error"
1083         200:
1084           description: "generic.resource.api.Param"
1085           responseSchema:
1086             $ref: "#/definitions/generic.resource.api.Param"
1087             originalRef: "#/definitions/generic.resource.api.Param"
1088           schema:
1089             $ref: "#/definitions/generic.resource.api.Param"
1090             originalRef: "#/definitions/generic.resource.api.Param"
1091     post:
1092       tags:
1093       - "GENERIC-RESOURCE-API"
1094       description: "creates generic.resource.api.Param"
1095       parameters:
1096       - name: "allotted-resource-id"
1097         in: "path"
1098         description: "Id of brg-allotted-resource"
1099         required: true
1100         type: "string"
1101       - in: "body"
1102         name: "generic.resource.api.Param.body-param"
1103         description: "generic.resource.api.Param to be added to list"
1104         required: false
1105         schema:
1106           $ref: "#/definitions/generic.resource.api.Param"
1107           originalRef: "#/definitions/generic.resource.api.Param"
1108       responses:
1109         400:
1110           description: "Internal error"
1111         201:
1112           description: "Object created"
1113         409:
1114           description: "Object already exists"
1115     put:
1116       tags:
1117       - "GENERIC-RESOURCE-API"
1118       description: "creates or updates generic.resource.api.Param"
1119       parameters:
1120       - name: "allotted-resource-id"
1121         in: "path"
1122         description: "Id of brg-allotted-resource"
1123         required: true
1124         type: "string"
1125       - in: "body"
1126         name: "generic.resource.api.Param.body-param"
1127         description: "generic.resource.api.Param to be added or updated"
1128         required: false
1129         schema:
1130           $ref: "#/definitions/generic.resource.api.Param"
1131           originalRef: "#/definitions/generic.resource.api.Param"
1132       responses:
1133         400:
1134           description: "Internal error"
1135         201:
1136           description: "Object created"
1137         204:
1138           description: "Object modified"
1139     delete:
1140       tags:
1141       - "GENERIC-RESOURCE-API"
1142       description: "removes generic.resource.api.Param"
1143       parameters:
1144       - name: "allotted-resource-id"
1145         in: "path"
1146         description: "Id of brg-allotted-resource"
1147         required: true
1148         type: "string"
1149       responses:
1150         400:
1151           description: "Internal error"
1152         204:
1153           description: "Object deleted"
1154   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/
1155   : post:
1156       description: "creates generic.resource.api.param.Param"
1157       parameters:
1158       - name: "allotted-resource-id"
1159         in: "path"
1160         description: "Id of brg-allotted-resource"
1161         required: true
1162         type: "string"
1163       - in: "body"
1164         name: "generic.resource.api.param.Param.body-param"
1165         description: "generic.resource.api.param.Param to be added to list"
1166         required: false
1167         schema:
1168           $ref: "#/definitions/generic.resource.api.param.Param"
1169           originalRef: "#/definitions/generic.resource.api.param.Param"
1170       responses:
1171         400:
1172           description: "Internal error"
1173         201:
1174           description: "Object created"
1175         409:
1176           description: "Object already exists"
1177   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/
1178   : get:
1179       tags:
1180       - "GENERIC-RESOURCE-API"
1181       description: "returns generic.resource.api.param.Param"
1182       parameters:
1183       - name: "allotted-resource-id"
1184         in: "path"
1185         description: "Id of brg-allotted-resource"
1186         required: true
1187         type: "string"
1188       - name: "name"
1189         in: "path"
1190         description: "Id of param"
1191         required: true
1192         type: "string"
1193       responses:
1194         400:
1195           description: "Internal error"
1196         200:
1197           description: "generic.resource.api.param.Param"
1198           responseSchema:
1199             $ref: "#/definitions/generic.resource.api.param.Param"
1200             originalRef: "#/definitions/generic.resource.api.param.Param"
1201           schema:
1202             $ref: "#/definitions/generic.resource.api.param.Param"
1203             originalRef: "#/definitions/generic.resource.api.param.Param"
1204     post:
1205       tags:
1206       - "GENERIC-RESOURCE-API"
1207       description: "creates generic.resource.api.param.Param"
1208       parameters:
1209       - name: "allotted-resource-id"
1210         in: "path"
1211         description: "Id of brg-allotted-resource"
1212         required: true
1213         type: "string"
1214       - name: "name"
1215         in: "path"
1216         description: "Id of param"
1217         required: true
1218         type: "string"
1219       - in: "body"
1220         name: "generic.resource.api.param.Param.body-param"
1221         description: "generic.resource.api.param.Param to be added to list"
1222         required: false
1223         schema:
1224           $ref: "#/definitions/generic.resource.api.param.Param"
1225           originalRef: "#/definitions/generic.resource.api.param.Param"
1226       responses:
1227         400:
1228           description: "Internal error"
1229         201:
1230           description: "Object created"
1231         409:
1232           description: "Object already exists"
1233     put:
1234       tags:
1235       - "GENERIC-RESOURCE-API"
1236       description: "creates or updates generic.resource.api.param.Param"
1237       parameters:
1238       - name: "allotted-resource-id"
1239         in: "path"
1240         description: "Id of brg-allotted-resource"
1241         required: true
1242         type: "string"
1243       - name: "name"
1244         in: "path"
1245         description: "Id of param"
1246         required: true
1247         type: "string"
1248       - in: "body"
1249         name: "generic.resource.api.param.Param.body-param"
1250         description: "generic.resource.api.param.Param to be added or updated"
1251         required: false
1252         schema:
1253           $ref: "#/definitions/generic.resource.api.param.Param"
1254           originalRef: "#/definitions/generic.resource.api.param.Param"
1255       responses:
1256         400:
1257           description: "Internal error"
1258         201:
1259           description: "Object created"
1260         204:
1261           description: "Object modified"
1262     delete:
1263       tags:
1264       - "GENERIC-RESOURCE-API"
1265       description: "removes generic.resource.api.param.Param"
1266       parameters:
1267       - name: "allotted-resource-id"
1268         in: "path"
1269         description: "Id of brg-allotted-resource"
1270         required: true
1271         type: "string"
1272       - name: "name"
1273         in: "path"
1274         description: "Id of param"
1275         required: true
1276         type: "string"
1277       responses:
1278         400:
1279           description: "Internal error"
1280         204:
1281           description: "Object deleted"
1282   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/
1283   : get:
1284       tags:
1285       - "GENERIC-RESOURCE-API"
1286       description: "returns generic.resource.api.param.param.ResourceResolutionData"
1287       parameters:
1288       - name: "allotted-resource-id"
1289         in: "path"
1290         description: "Id of brg-allotted-resource"
1291         required: true
1292         type: "string"
1293       - name: "name"
1294         in: "path"
1295         description: "Id of param"
1296         required: true
1297         type: "string"
1298       responses:
1299         400:
1300           description: "Internal error"
1301         200:
1302           description: "generic.resource.api.param.param.ResourceResolutionData"
1303           responseSchema:
1304             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1305             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1306           schema:
1307             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1308             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1309     post:
1310       tags:
1311       - "GENERIC-RESOURCE-API"
1312       description: "creates generic.resource.api.param.param.ResourceResolutionData"
1313       parameters:
1314       - name: "allotted-resource-id"
1315         in: "path"
1316         description: "Id of brg-allotted-resource"
1317         required: true
1318         type: "string"
1319       - name: "name"
1320         in: "path"
1321         description: "Id of param"
1322         required: true
1323         type: "string"
1324       - in: "body"
1325         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
1326         description: "generic.resource.api.param.param.ResourceResolutionData to be\
1327           \ added to list"
1328         required: false
1329         schema:
1330           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1331           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1332       responses:
1333         400:
1334           description: "Internal error"
1335         201:
1336           description: "Object created"
1337         409:
1338           description: "Object already exists"
1339     put:
1340       tags:
1341       - "GENERIC-RESOURCE-API"
1342       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
1343       parameters:
1344       - name: "allotted-resource-id"
1345         in: "path"
1346         description: "Id of brg-allotted-resource"
1347         required: true
1348         type: "string"
1349       - name: "name"
1350         in: "path"
1351         description: "Id of param"
1352         required: true
1353         type: "string"
1354       - in: "body"
1355         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
1356         description: "generic.resource.api.param.param.ResourceResolutionData to be\
1357           \ added or updated"
1358         required: false
1359         schema:
1360           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1361           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
1362       responses:
1363         400:
1364           description: "Internal error"
1365         201:
1366           description: "Object created"
1367         204:
1368           description: "Object modified"
1369     delete:
1370       tags:
1371       - "GENERIC-RESOURCE-API"
1372       description: "removes generic.resource.api.param.param.ResourceResolutionData"
1373       parameters:
1374       - name: "allotted-resource-id"
1375         in: "path"
1376         description: "Id of brg-allotted-resource"
1377         required: true
1378         type: "string"
1379       - name: "name"
1380         in: "path"
1381         description: "Id of param"
1382         required: true
1383         type: "string"
1384       responses:
1385         400:
1386           description: "Internal error"
1387         204:
1388           description: "Object deleted"
1389   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/resource-key/
1390   : post:
1391       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1392       parameters:
1393       - name: "allotted-resource-id"
1394         in: "path"
1395         description: "Id of brg-allotted-resource"
1396         required: true
1397         type: "string"
1398       - name: "name"
1399         in: "path"
1400         description: "Id of param"
1401         required: true
1402         type: "string"
1403       - in: "body"
1404         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
1405         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
1406           \ to be added to list"
1407         required: false
1408         schema:
1409           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1410           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1411       responses:
1412         400:
1413           description: "Internal error"
1414         201:
1415           description: "Object created"
1416         409:
1417           description: "Object already exists"
1418   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
1419   : get:
1420       tags:
1421       - "GENERIC-RESOURCE-API"
1422       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1423       parameters:
1424       - name: "allotted-resource-id"
1425         in: "path"
1426         description: "Id of brg-allotted-resource"
1427         required: true
1428         type: "string"
1429       - name: "name"
1430         in: "path"
1431         description: "Id of param"
1432         required: true
1433         type: "string"
1434       - name: "resource-key-name"
1435         in: "path"
1436         description: "Id of resource-key"
1437         required: true
1438         type: "string"
1439       responses:
1440         400:
1441           description: "Internal error"
1442         200:
1443           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1444           responseSchema:
1445             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1446             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1447           schema:
1448             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1449             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1450     post:
1451       tags:
1452       - "GENERIC-RESOURCE-API"
1453       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1454       parameters:
1455       - name: "allotted-resource-id"
1456         in: "path"
1457         description: "Id of brg-allotted-resource"
1458         required: true
1459         type: "string"
1460       - name: "name"
1461         in: "path"
1462         description: "Id of param"
1463         required: true
1464         type: "string"
1465       - name: "resource-key-name"
1466         in: "path"
1467         description: "Id of resource-key"
1468         required: true
1469         type: "string"
1470       - in: "body"
1471         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
1472         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
1473           \ to be added to list"
1474         required: false
1475         schema:
1476           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1477           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1478       responses:
1479         400:
1480           description: "Internal error"
1481         201:
1482           description: "Object created"
1483         409:
1484           description: "Object already exists"
1485     put:
1486       tags:
1487       - "GENERIC-RESOURCE-API"
1488       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1489       parameters:
1490       - name: "allotted-resource-id"
1491         in: "path"
1492         description: "Id of brg-allotted-resource"
1493         required: true
1494         type: "string"
1495       - name: "name"
1496         in: "path"
1497         description: "Id of param"
1498         required: true
1499         type: "string"
1500       - name: "resource-key-name"
1501         in: "path"
1502         description: "Id of resource-key"
1503         required: true
1504         type: "string"
1505       - in: "body"
1506         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
1507         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
1508           \ to be added or updated"
1509         required: false
1510         schema:
1511           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1512           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1513       responses:
1514         400:
1515           description: "Internal error"
1516         201:
1517           description: "Object created"
1518         204:
1519           description: "Object modified"
1520     delete:
1521       tags:
1522       - "GENERIC-RESOURCE-API"
1523       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
1524       parameters:
1525       - name: "allotted-resource-id"
1526         in: "path"
1527         description: "Id of brg-allotted-resource"
1528         required: true
1529         type: "string"
1530       - name: "name"
1531         in: "path"
1532         description: "Id of param"
1533         required: true
1534         type: "string"
1535       - name: "resource-key-name"
1536         in: "path"
1537         description: "Id of resource-key"
1538         required: true
1539         type: "string"
1540       responses:
1541         400:
1542           description: "Internal error"
1543         204:
1544           description: "Object deleted"
1545   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/
1546   : get:
1547       tags:
1548       - "GENERIC-RESOURCE-API"
1549       description: "returns generic.resource.api.brgtopology.BrgTopology"
1550       parameters:
1551       - name: "allotted-resource-id"
1552         in: "path"
1553         description: "Id of brg-allotted-resource"
1554         required: true
1555         type: "string"
1556       responses:
1557         400:
1558           description: "Internal error"
1559         200:
1560           description: "generic.resource.api.brgtopology.BrgTopology"
1561           responseSchema:
1562             $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1563             originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1564           schema:
1565             $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1566             originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1567     post:
1568       tags:
1569       - "GENERIC-RESOURCE-API"
1570       description: "creates generic.resource.api.brgtopology.BrgTopology"
1571       parameters:
1572       - name: "allotted-resource-id"
1573         in: "path"
1574         description: "Id of brg-allotted-resource"
1575         required: true
1576         type: "string"
1577       - in: "body"
1578         name: "generic.resource.api.brgtopology.BrgTopology.body-param"
1579         description: "generic.resource.api.brgtopology.BrgTopology to be added to\
1580           \ list"
1581         required: false
1582         schema:
1583           $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1584           originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1585       responses:
1586         400:
1587           description: "Internal error"
1588         201:
1589           description: "Object created"
1590         409:
1591           description: "Object already exists"
1592     put:
1593       tags:
1594       - "GENERIC-RESOURCE-API"
1595       description: "creates or updates generic.resource.api.brgtopology.BrgTopology"
1596       parameters:
1597       - name: "allotted-resource-id"
1598         in: "path"
1599         description: "Id of brg-allotted-resource"
1600         required: true
1601         type: "string"
1602       - in: "body"
1603         name: "generic.resource.api.brgtopology.BrgTopology.body-param"
1604         description: "generic.resource.api.brgtopology.BrgTopology to be added or\
1605           \ updated"
1606         required: false
1607         schema:
1608           $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1609           originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
1610       responses:
1611         400:
1612           description: "Internal error"
1613         201:
1614           description: "Object created"
1615         204:
1616           description: "Object modified"
1617     delete:
1618       tags:
1619       - "GENERIC-RESOURCE-API"
1620       description: "removes generic.resource.api.brgtopology.BrgTopology"
1621       parameters:
1622       - name: "allotted-resource-id"
1623         in: "path"
1624         description: "Id of brg-allotted-resource"
1625         required: true
1626         type: "string"
1627       responses:
1628         400:
1629           description: "Internal error"
1630         204:
1631           description: "Object deleted"
1632   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/allotted-resource-identifiers/
1633   : get:
1634       tags:
1635       - "GENERIC-RESOURCE-API"
1636       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1637       parameters:
1638       - name: "allotted-resource-id"
1639         in: "path"
1640         description: "Id of brg-allotted-resource"
1641         required: true
1642         type: "string"
1643       responses:
1644         400:
1645           description: "Internal error"
1646         200:
1647           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1648           responseSchema:
1649             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1650             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1651           schema:
1652             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1653             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1654     post:
1655       tags:
1656       - "GENERIC-RESOURCE-API"
1657       description: "creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1658       parameters:
1659       - name: "allotted-resource-id"
1660         in: "path"
1661         description: "Id of brg-allotted-resource"
1662         required: true
1663         type: "string"
1664       - in: "body"
1665         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
1666         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
1667           \ to be added to list"
1668         required: false
1669         schema:
1670           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1671           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1672       responses:
1673         400:
1674           description: "Internal error"
1675         201:
1676           description: "Object created"
1677         409:
1678           description: "Object already exists"
1679     put:
1680       tags:
1681       - "GENERIC-RESOURCE-API"
1682       description: "creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1683       parameters:
1684       - name: "allotted-resource-id"
1685         in: "path"
1686         description: "Id of brg-allotted-resource"
1687         required: true
1688         type: "string"
1689       - in: "body"
1690         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
1691         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
1692           \ to be added or updated"
1693         required: false
1694         schema:
1695           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1696           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1697       responses:
1698         400:
1699           description: "Internal error"
1700         201:
1701           description: "Object created"
1702         204:
1703           description: "Object modified"
1704     delete:
1705       tags:
1706       - "GENERIC-RESOURCE-API"
1707       description: "removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
1708       parameters:
1709       - name: "allotted-resource-id"
1710         in: "path"
1711         description: "Id of brg-allotted-resource"
1712         required: true
1713         type: "string"
1714       responses:
1715         400:
1716           description: "Internal error"
1717         204:
1718           description: "Object deleted"
1719   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-assignments/
1720   : get:
1721       tags:
1722       - "GENERIC-RESOURCE-API"
1723       description: "returns generic.resource.api.brgassignments.BrgAssignments"
1724       parameters:
1725       - name: "allotted-resource-id"
1726         in: "path"
1727         description: "Id of brg-allotted-resource"
1728         required: true
1729         type: "string"
1730       responses:
1731         400:
1732           description: "Internal error"
1733         200:
1734           description: "generic.resource.api.brgassignments.BrgAssignments"
1735           responseSchema:
1736             $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1737             originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1738           schema:
1739             $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1740             originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1741     post:
1742       tags:
1743       - "GENERIC-RESOURCE-API"
1744       description: "creates generic.resource.api.brgassignments.BrgAssignments"
1745       parameters:
1746       - name: "allotted-resource-id"
1747         in: "path"
1748         description: "Id of brg-allotted-resource"
1749         required: true
1750         type: "string"
1751       - in: "body"
1752         name: "generic.resource.api.brgassignments.BrgAssignments.body-param"
1753         description: "generic.resource.api.brgassignments.BrgAssignments to be added\
1754           \ to list"
1755         required: false
1756         schema:
1757           $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1758           originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1759       responses:
1760         400:
1761           description: "Internal error"
1762         201:
1763           description: "Object created"
1764         409:
1765           description: "Object already exists"
1766     put:
1767       tags:
1768       - "GENERIC-RESOURCE-API"
1769       description: "creates or updates generic.resource.api.brgassignments.BrgAssignments"
1770       parameters:
1771       - name: "allotted-resource-id"
1772         in: "path"
1773         description: "Id of brg-allotted-resource"
1774         required: true
1775         type: "string"
1776       - in: "body"
1777         name: "generic.resource.api.brgassignments.BrgAssignments.body-param"
1778         description: "generic.resource.api.brgassignments.BrgAssignments to be added\
1779           \ or updated"
1780         required: false
1781         schema:
1782           $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1783           originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
1784       responses:
1785         400:
1786           description: "Internal error"
1787         201:
1788           description: "Object created"
1789         204:
1790           description: "Object modified"
1791     delete:
1792       tags:
1793       - "GENERIC-RESOURCE-API"
1794       description: "removes generic.resource.api.brgassignments.BrgAssignments"
1795       parameters:
1796       - name: "allotted-resource-id"
1797         in: "path"
1798         description: "Id of brg-allotted-resource"
1799         required: true
1800         type: "string"
1801       responses:
1802         400:
1803           description: "Internal error"
1804         204:
1805           description: "Object deleted"
1806   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/
1807   : get:
1808       tags:
1809       - "GENERIC-RESOURCE-API"
1810       description: "returns generic.resource.api.Param"
1811       parameters:
1812       - name: "allotted-resource-id"
1813         in: "path"
1814         description: "Id of brg-allotted-resource"
1815         required: true
1816         type: "string"
1817       responses:
1818         400:
1819           description: "Internal error"
1820         200:
1821           description: "generic.resource.api.Param"
1822           responseSchema:
1823             $ref: "#/definitions/generic.resource.api.Param"
1824             originalRef: "#/definitions/generic.resource.api.Param"
1825           schema:
1826             $ref: "#/definitions/generic.resource.api.Param"
1827             originalRef: "#/definitions/generic.resource.api.Param"
1828     post:
1829       tags:
1830       - "GENERIC-RESOURCE-API"
1831       description: "creates generic.resource.api.Param"
1832       parameters:
1833       - name: "allotted-resource-id"
1834         in: "path"
1835         description: "Id of brg-allotted-resource"
1836         required: true
1837         type: "string"
1838       - in: "body"
1839         name: "generic.resource.api.Param.body-param"
1840         description: "generic.resource.api.Param to be added to list"
1841         required: false
1842         schema:
1843           $ref: "#/definitions/generic.resource.api.Param"
1844           originalRef: "#/definitions/generic.resource.api.Param"
1845       responses:
1846         400:
1847           description: "Internal error"
1848         201:
1849           description: "Object created"
1850         409:
1851           description: "Object already exists"
1852     put:
1853       tags:
1854       - "GENERIC-RESOURCE-API"
1855       description: "creates or updates generic.resource.api.Param"
1856       parameters:
1857       - name: "allotted-resource-id"
1858         in: "path"
1859         description: "Id of brg-allotted-resource"
1860         required: true
1861         type: "string"
1862       - in: "body"
1863         name: "generic.resource.api.Param.body-param"
1864         description: "generic.resource.api.Param to be added or updated"
1865         required: false
1866         schema:
1867           $ref: "#/definitions/generic.resource.api.Param"
1868           originalRef: "#/definitions/generic.resource.api.Param"
1869       responses:
1870         400:
1871           description: "Internal error"
1872         201:
1873           description: "Object created"
1874         204:
1875           description: "Object modified"
1876     delete:
1877       tags:
1878       - "GENERIC-RESOURCE-API"
1879       description: "removes generic.resource.api.Param"
1880       parameters:
1881       - name: "allotted-resource-id"
1882         in: "path"
1883         description: "Id of brg-allotted-resource"
1884         required: true
1885         type: "string"
1886       responses:
1887         400:
1888           description: "Internal error"
1889         204:
1890           description: "Object deleted"
1891   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/
1892   : post:
1893       description: "creates generic.resource.api.param.Param"
1894       parameters:
1895       - name: "allotted-resource-id"
1896         in: "path"
1897         description: "Id of brg-allotted-resource"
1898         required: true
1899         type: "string"
1900       - in: "body"
1901         name: "generic.resource.api.param.Param.body-param"
1902         description: "generic.resource.api.param.Param to be added to list"
1903         required: false
1904         schema:
1905           $ref: "#/definitions/generic.resource.api.param.Param"
1906           originalRef: "#/definitions/generic.resource.api.param.Param"
1907       responses:
1908         400:
1909           description: "Internal error"
1910         201:
1911           description: "Object created"
1912         409:
1913           description: "Object already exists"
1914   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/
1915   : get:
1916       tags:
1917       - "GENERIC-RESOURCE-API"
1918       description: "returns generic.resource.api.param.Param"
1919       parameters:
1920       - name: "allotted-resource-id"
1921         in: "path"
1922         description: "Id of brg-allotted-resource"
1923         required: true
1924         type: "string"
1925       - name: "name"
1926         in: "path"
1927         description: "Id of param"
1928         required: true
1929         type: "string"
1930       responses:
1931         400:
1932           description: "Internal error"
1933         200:
1934           description: "generic.resource.api.param.Param"
1935           responseSchema:
1936             $ref: "#/definitions/generic.resource.api.param.Param"
1937             originalRef: "#/definitions/generic.resource.api.param.Param"
1938           schema:
1939             $ref: "#/definitions/generic.resource.api.param.Param"
1940             originalRef: "#/definitions/generic.resource.api.param.Param"
1941     post:
1942       tags:
1943       - "GENERIC-RESOURCE-API"
1944       description: "creates generic.resource.api.param.Param"
1945       parameters:
1946       - name: "allotted-resource-id"
1947         in: "path"
1948         description: "Id of brg-allotted-resource"
1949         required: true
1950         type: "string"
1951       - name: "name"
1952         in: "path"
1953         description: "Id of param"
1954         required: true
1955         type: "string"
1956       - in: "body"
1957         name: "generic.resource.api.param.Param.body-param"
1958         description: "generic.resource.api.param.Param to be added to list"
1959         required: false
1960         schema:
1961           $ref: "#/definitions/generic.resource.api.param.Param"
1962           originalRef: "#/definitions/generic.resource.api.param.Param"
1963       responses:
1964         400:
1965           description: "Internal error"
1966         201:
1967           description: "Object created"
1968         409:
1969           description: "Object already exists"
1970     put:
1971       tags:
1972       - "GENERIC-RESOURCE-API"
1973       description: "creates or updates generic.resource.api.param.Param"
1974       parameters:
1975       - name: "allotted-resource-id"
1976         in: "path"
1977         description: "Id of brg-allotted-resource"
1978         required: true
1979         type: "string"
1980       - name: "name"
1981         in: "path"
1982         description: "Id of param"
1983         required: true
1984         type: "string"
1985       - in: "body"
1986         name: "generic.resource.api.param.Param.body-param"
1987         description: "generic.resource.api.param.Param to be added or updated"
1988         required: false
1989         schema:
1990           $ref: "#/definitions/generic.resource.api.param.Param"
1991           originalRef: "#/definitions/generic.resource.api.param.Param"
1992       responses:
1993         400:
1994           description: "Internal error"
1995         201:
1996           description: "Object created"
1997         204:
1998           description: "Object modified"
1999     delete:
2000       tags:
2001       - "GENERIC-RESOURCE-API"
2002       description: "removes generic.resource.api.param.Param"
2003       parameters:
2004       - name: "allotted-resource-id"
2005         in: "path"
2006         description: "Id of brg-allotted-resource"
2007         required: true
2008         type: "string"
2009       - name: "name"
2010         in: "path"
2011         description: "Id of param"
2012         required: true
2013         type: "string"
2014       responses:
2015         400:
2016           description: "Internal error"
2017         204:
2018           description: "Object deleted"
2019   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/resource-resolution-data/
2020   : get:
2021       tags:
2022       - "GENERIC-RESOURCE-API"
2023       description: "returns generic.resource.api.param.param.ResourceResolutionData"
2024       parameters:
2025       - name: "allotted-resource-id"
2026         in: "path"
2027         description: "Id of brg-allotted-resource"
2028         required: true
2029         type: "string"
2030       - name: "name"
2031         in: "path"
2032         description: "Id of param"
2033         required: true
2034         type: "string"
2035       responses:
2036         400:
2037           description: "Internal error"
2038         200:
2039           description: "generic.resource.api.param.param.ResourceResolutionData"
2040           responseSchema:
2041             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2042             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2043           schema:
2044             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2045             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2046     post:
2047       tags:
2048       - "GENERIC-RESOURCE-API"
2049       description: "creates generic.resource.api.param.param.ResourceResolutionData"
2050       parameters:
2051       - name: "allotted-resource-id"
2052         in: "path"
2053         description: "Id of brg-allotted-resource"
2054         required: true
2055         type: "string"
2056       - name: "name"
2057         in: "path"
2058         description: "Id of param"
2059         required: true
2060         type: "string"
2061       - in: "body"
2062         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
2063         description: "generic.resource.api.param.param.ResourceResolutionData to be\
2064           \ added to list"
2065         required: false
2066         schema:
2067           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2068           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2069       responses:
2070         400:
2071           description: "Internal error"
2072         201:
2073           description: "Object created"
2074         409:
2075           description: "Object already exists"
2076     put:
2077       tags:
2078       - "GENERIC-RESOURCE-API"
2079       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
2080       parameters:
2081       - name: "allotted-resource-id"
2082         in: "path"
2083         description: "Id of brg-allotted-resource"
2084         required: true
2085         type: "string"
2086       - name: "name"
2087         in: "path"
2088         description: "Id of param"
2089         required: true
2090         type: "string"
2091       - in: "body"
2092         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
2093         description: "generic.resource.api.param.param.ResourceResolutionData to be\
2094           \ added or updated"
2095         required: false
2096         schema:
2097           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2098           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
2099       responses:
2100         400:
2101           description: "Internal error"
2102         201:
2103           description: "Object created"
2104         204:
2105           description: "Object modified"
2106     delete:
2107       tags:
2108       - "GENERIC-RESOURCE-API"
2109       description: "removes generic.resource.api.param.param.ResourceResolutionData"
2110       parameters:
2111       - name: "allotted-resource-id"
2112         in: "path"
2113         description: "Id of brg-allotted-resource"
2114         required: true
2115         type: "string"
2116       - name: "name"
2117         in: "path"
2118         description: "Id of param"
2119         required: true
2120         type: "string"
2121       responses:
2122         400:
2123           description: "Internal error"
2124         204:
2125           description: "Object deleted"
2126   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/resource-resolution-data/resource-key/
2127   : post:
2128       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2129       parameters:
2130       - name: "allotted-resource-id"
2131         in: "path"
2132         description: "Id of brg-allotted-resource"
2133         required: true
2134         type: "string"
2135       - name: "name"
2136         in: "path"
2137         description: "Id of param"
2138         required: true
2139         type: "string"
2140       - in: "body"
2141         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
2142         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
2143           \ to be added to list"
2144         required: false
2145         schema:
2146           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2147           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2148       responses:
2149         400:
2150           description: "Internal error"
2151         201:
2152           description: "Object created"
2153         409:
2154           description: "Object already exists"
2155   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
2156   : get:
2157       tags:
2158       - "GENERIC-RESOURCE-API"
2159       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2160       parameters:
2161       - name: "allotted-resource-id"
2162         in: "path"
2163         description: "Id of brg-allotted-resource"
2164         required: true
2165         type: "string"
2166       - name: "name"
2167         in: "path"
2168         description: "Id of param"
2169         required: true
2170         type: "string"
2171       - name: "resource-key-name"
2172         in: "path"
2173         description: "Id of resource-key"
2174         required: true
2175         type: "string"
2176       responses:
2177         400:
2178           description: "Internal error"
2179         200:
2180           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2181           responseSchema:
2182             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2183             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2184           schema:
2185             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2186             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2187     post:
2188       tags:
2189       - "GENERIC-RESOURCE-API"
2190       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2191       parameters:
2192       - name: "allotted-resource-id"
2193         in: "path"
2194         description: "Id of brg-allotted-resource"
2195         required: true
2196         type: "string"
2197       - name: "name"
2198         in: "path"
2199         description: "Id of param"
2200         required: true
2201         type: "string"
2202       - name: "resource-key-name"
2203         in: "path"
2204         description: "Id of resource-key"
2205         required: true
2206         type: "string"
2207       - in: "body"
2208         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
2209         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
2210           \ to be added to list"
2211         required: false
2212         schema:
2213           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2214           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2215       responses:
2216         400:
2217           description: "Internal error"
2218         201:
2219           description: "Object created"
2220         409:
2221           description: "Object already exists"
2222     put:
2223       tags:
2224       - "GENERIC-RESOURCE-API"
2225       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2226       parameters:
2227       - name: "allotted-resource-id"
2228         in: "path"
2229         description: "Id of brg-allotted-resource"
2230         required: true
2231         type: "string"
2232       - name: "name"
2233         in: "path"
2234         description: "Id of param"
2235         required: true
2236         type: "string"
2237       - name: "resource-key-name"
2238         in: "path"
2239         description: "Id of resource-key"
2240         required: true
2241         type: "string"
2242       - in: "body"
2243         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
2244         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
2245           \ to be added or updated"
2246         required: false
2247         schema:
2248           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2249           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2250       responses:
2251         400:
2252           description: "Internal error"
2253         201:
2254           description: "Object created"
2255         204:
2256           description: "Object modified"
2257     delete:
2258       tags:
2259       - "GENERIC-RESOURCE-API"
2260       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
2261       parameters:
2262       - name: "allotted-resource-id"
2263         in: "path"
2264         description: "Id of brg-allotted-resource"
2265         required: true
2266         type: "string"
2267       - name: "name"
2268         in: "path"
2269         description: "Id of param"
2270         required: true
2271         type: "string"
2272       - name: "resource-key-name"
2273         in: "path"
2274         description: "Id of resource-key"
2275         required: true
2276         type: "string"
2277       responses:
2278         400:
2279           description: "Internal error"
2280         204:
2281           description: "Object deleted"
2282   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/onap-model-information/
2283   : get:
2284       tags:
2285       - "GENERIC-RESOURCE-API"
2286       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
2287       parameters:
2288       - name: "allotted-resource-id"
2289         in: "path"
2290         description: "Id of brg-allotted-resource"
2291         required: true
2292         type: "string"
2293       responses:
2294         400:
2295           description: "Internal error"
2296         200:
2297           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
2298           responseSchema:
2299             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2300             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2301           schema:
2302             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2303             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2304     post:
2305       tags:
2306       - "GENERIC-RESOURCE-API"
2307       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
2308       parameters:
2309       - name: "allotted-resource-id"
2310         in: "path"
2311         description: "Id of brg-allotted-resource"
2312         required: true
2313         type: "string"
2314       - in: "body"
2315         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
2316         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
2317           \ to be added to list"
2318         required: false
2319         schema:
2320           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2321           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2322       responses:
2323         400:
2324           description: "Internal error"
2325         201:
2326           description: "Object created"
2327         409:
2328           description: "Object already exists"
2329     put:
2330       tags:
2331       - "GENERIC-RESOURCE-API"
2332       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
2333       parameters:
2334       - name: "allotted-resource-id"
2335         in: "path"
2336         description: "Id of brg-allotted-resource"
2337         required: true
2338         type: "string"
2339       - in: "body"
2340         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
2341         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
2342           \ to be added or updated"
2343         required: false
2344         schema:
2345           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2346           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2347       responses:
2348         400:
2349           description: "Internal error"
2350         201:
2351           description: "Object created"
2352         204:
2353           description: "Object modified"
2354     delete:
2355       tags:
2356       - "GENERIC-RESOURCE-API"
2357       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
2358       parameters:
2359       - name: "allotted-resource-id"
2360         in: "path"
2361         description: "Id of brg-allotted-resource"
2362         required: true
2363         type: "string"
2364       responses:
2365         400:
2366           description: "Internal error"
2367         204:
2368           description: "Object deleted"
2369   ? /config/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-status/
2370   : get:
2371       tags:
2372       - "GENERIC-RESOURCE-API"
2373       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2374       parameters:
2375       - name: "allotted-resource-id"
2376         in: "path"
2377         description: "Id of brg-allotted-resource"
2378         required: true
2379         type: "string"
2380       responses:
2381         400:
2382           description: "Internal error"
2383         200:
2384           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2385           responseSchema:
2386             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2387             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2388           schema:
2389             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2390             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2391     post:
2392       tags:
2393       - "GENERIC-RESOURCE-API"
2394       description: "creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2395       parameters:
2396       - name: "allotted-resource-id"
2397         in: "path"
2398         description: "Id of brg-allotted-resource"
2399         required: true
2400         type: "string"
2401       - in: "body"
2402         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
2403         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
2404           \ to be added to list"
2405         required: false
2406         schema:
2407           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2408           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2409       responses:
2410         400:
2411           description: "Internal error"
2412         201:
2413           description: "Object created"
2414         409:
2415           description: "Object already exists"
2416     put:
2417       tags:
2418       - "GENERIC-RESOURCE-API"
2419       description: "creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2420       parameters:
2421       - name: "allotted-resource-id"
2422         in: "path"
2423         description: "Id of brg-allotted-resource"
2424         required: true
2425         type: "string"
2426       - in: "body"
2427         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
2428         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
2429           \ to be added or updated"
2430         required: false
2431         schema:
2432           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2433           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2434       responses:
2435         400:
2436           description: "Internal error"
2437         201:
2438           description: "Object created"
2439         204:
2440           description: "Object modified"
2441     delete:
2442       tags:
2443       - "GENERIC-RESOURCE-API"
2444       description: "removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
2445       parameters:
2446       - name: "allotted-resource-id"
2447         in: "path"
2448         description: "Id of brg-allotted-resource"
2449         required: true
2450         type: "string"
2451       responses:
2452         400:
2453           description: "Internal error"
2454         204:
2455           description: "Object deleted"
2456   /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/:
2457     get:
2458       tags:
2459       - "GENERIC-RESOURCE-API"
2460       description: "returns generic.resource.api.ConnectionAttachmentAllottedResources"
2461       parameters: []
2462       responses:
2463         400:
2464           description: "Internal error"
2465         200:
2466           description: "generic.resource.api.ConnectionAttachmentAllottedResources"
2467           responseSchema:
2468             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2469             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2470           schema:
2471             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2472             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2473     post:
2474       tags:
2475       - "GENERIC-RESOURCE-API"
2476       description: "creates generic.resource.api.ConnectionAttachmentAllottedResources"
2477       parameters:
2478       - in: "body"
2479         name: "generic.resource.api.ConnectionAttachmentAllottedResources.body-param"
2480         description: "generic.resource.api.ConnectionAttachmentAllottedResources to\
2481           \ be added to list"
2482         required: false
2483         schema:
2484           $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2485           originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2486       responses:
2487         400:
2488           description: "Internal error"
2489         201:
2490           description: "Object created"
2491         409:
2492           description: "Object already exists"
2493     put:
2494       tags:
2495       - "GENERIC-RESOURCE-API"
2496       description: "creates or updates generic.resource.api.ConnectionAttachmentAllottedResources"
2497       parameters:
2498       - in: "body"
2499         name: "generic.resource.api.ConnectionAttachmentAllottedResources.body-param"
2500         description: "generic.resource.api.ConnectionAttachmentAllottedResources to\
2501           \ be added or updated"
2502         required: false
2503         schema:
2504           $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2505           originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
2506       responses:
2507         400:
2508           description: "Internal error"
2509         201:
2510           description: "Object created"
2511         204:
2512           description: "Object modified"
2513     delete:
2514       tags:
2515       - "GENERIC-RESOURCE-API"
2516       description: "removes generic.resource.api.ConnectionAttachmentAllottedResources"
2517       parameters: []
2518       responses:
2519         400:
2520           description: "Internal error"
2521         204:
2522           description: "Object deleted"
2523   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/
2524   : post:
2525       description: "creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2526       parameters:
2527       - in: "body"
2528         name: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param"
2529         description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource\
2530           \ to be added to list"
2531         required: false
2532         schema:
2533           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2534           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2535       responses:
2536         400:
2537           description: "Internal error"
2538         201:
2539           description: "Object created"
2540         409:
2541           description: "Object already exists"
2542   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/
2543   : get:
2544       tags:
2545       - "GENERIC-RESOURCE-API"
2546       description: "returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2547       parameters:
2548       - name: "allotted-resource-id"
2549         in: "path"
2550         description: "Id of connection-attachment-allotted-resource"
2551         required: true
2552         type: "string"
2553       responses:
2554         400:
2555           description: "Internal error"
2556         200:
2557           description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2558           responseSchema:
2559             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2560             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2561           schema:
2562             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2563             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2564     post:
2565       tags:
2566       - "GENERIC-RESOURCE-API"
2567       description: "creates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2568       parameters:
2569       - name: "allotted-resource-id"
2570         in: "path"
2571         description: "Id of connection-attachment-allotted-resource"
2572         required: true
2573         type: "string"
2574       - in: "body"
2575         name: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param"
2576         description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource\
2577           \ to be added to list"
2578         required: false
2579         schema:
2580           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2581           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2582       responses:
2583         400:
2584           description: "Internal error"
2585         201:
2586           description: "Object created"
2587         409:
2588           description: "Object already exists"
2589     put:
2590       tags:
2591       - "GENERIC-RESOURCE-API"
2592       description: "creates or updates generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2593       parameters:
2594       - name: "allotted-resource-id"
2595         in: "path"
2596         description: "Id of connection-attachment-allotted-resource"
2597         required: true
2598         type: "string"
2599       - in: "body"
2600         name: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource.body-param"
2601         description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource\
2602           \ to be added or updated"
2603         required: false
2604         schema:
2605           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2606           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2607       responses:
2608         400:
2609           description: "Internal error"
2610         201:
2611           description: "Object created"
2612         204:
2613           description: "Object modified"
2614     delete:
2615       tags:
2616       - "GENERIC-RESOURCE-API"
2617       description: "removes generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
2618       parameters:
2619       - name: "allotted-resource-id"
2620         in: "path"
2621         description: "Id of connection-attachment-allotted-resource"
2622         required: true
2623         type: "string"
2624       responses:
2625         400:
2626           description: "Internal error"
2627         204:
2628           description: "Object deleted"
2629   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/
2630   : get:
2631       tags:
2632       - "GENERIC-RESOURCE-API"
2633       description: "returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2634       parameters:
2635       - name: "allotted-resource-id"
2636         in: "path"
2637         description: "Id of connection-attachment-allotted-resource"
2638         required: true
2639         type: "string"
2640       responses:
2641         400:
2642           description: "Internal error"
2643         200:
2644           description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2645           responseSchema:
2646             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2647             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2648           schema:
2649             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2650             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2651     post:
2652       tags:
2653       - "GENERIC-RESOURCE-API"
2654       description: "creates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2655       parameters:
2656       - name: "allotted-resource-id"
2657         in: "path"
2658         description: "Id of connection-attachment-allotted-resource"
2659         required: true
2660         type: "string"
2661       - in: "body"
2662         name: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param"
2663         description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData\
2664           \ to be added to list"
2665         required: false
2666         schema:
2667           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2668           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2669       responses:
2670         400:
2671           description: "Internal error"
2672         201:
2673           description: "Object created"
2674         409:
2675           description: "Object already exists"
2676     put:
2677       tags:
2678       - "GENERIC-RESOURCE-API"
2679       description: "creates or updates generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2680       parameters:
2681       - name: "allotted-resource-id"
2682         in: "path"
2683         description: "Id of connection-attachment-allotted-resource"
2684         required: true
2685         type: "string"
2686       - in: "body"
2687         name: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData.body-param"
2688         description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData\
2689           \ to be added or updated"
2690         required: false
2691         schema:
2692           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2693           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2694       responses:
2695         400:
2696           description: "Internal error"
2697         201:
2698           description: "Object created"
2699         204:
2700           description: "Object modified"
2701     delete:
2702       tags:
2703       - "GENERIC-RESOURCE-API"
2704       description: "removes generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
2705       parameters:
2706       - name: "allotted-resource-id"
2707         in: "path"
2708         description: "Id of connection-attachment-allotted-resource"
2709         required: true
2710         type: "string"
2711       responses:
2712         400:
2713           description: "Internal error"
2714         204:
2715           description: "Object deleted"
2716   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
2717   : get:
2718       tags:
2719       - "GENERIC-RESOURCE-API"
2720       description: "returns generic.resource.api.OperStatusData"
2721       parameters:
2722       - name: "allotted-resource-id"
2723         in: "path"
2724         description: "Id of connection-attachment-allotted-resource"
2725         required: true
2726         type: "string"
2727       responses:
2728         400:
2729           description: "Internal error"
2730         200:
2731           description: "generic.resource.api.OperStatusData"
2732           responseSchema:
2733             $ref: "#/definitions/generic.resource.api.OperStatusData"
2734             originalRef: "#/definitions/generic.resource.api.OperStatusData"
2735           schema:
2736             $ref: "#/definitions/generic.resource.api.OperStatusData"
2737             originalRef: "#/definitions/generic.resource.api.OperStatusData"
2738     post:
2739       tags:
2740       - "GENERIC-RESOURCE-API"
2741       description: "creates generic.resource.api.OperStatusData"
2742       parameters:
2743       - name: "allotted-resource-id"
2744         in: "path"
2745         description: "Id of connection-attachment-allotted-resource"
2746         required: true
2747         type: "string"
2748       - in: "body"
2749         name: "generic.resource.api.OperStatusData.body-param"
2750         description: "generic.resource.api.OperStatusData to be added to list"
2751         required: false
2752         schema:
2753           $ref: "#/definitions/generic.resource.api.OperStatusData"
2754           originalRef: "#/definitions/generic.resource.api.OperStatusData"
2755       responses:
2756         400:
2757           description: "Internal error"
2758         201:
2759           description: "Object created"
2760         409:
2761           description: "Object already exists"
2762     put:
2763       tags:
2764       - "GENERIC-RESOURCE-API"
2765       description: "creates or updates generic.resource.api.OperStatusData"
2766       parameters:
2767       - name: "allotted-resource-id"
2768         in: "path"
2769         description: "Id of connection-attachment-allotted-resource"
2770         required: true
2771         type: "string"
2772       - in: "body"
2773         name: "generic.resource.api.OperStatusData.body-param"
2774         description: "generic.resource.api.OperStatusData to be added or updated"
2775         required: false
2776         schema:
2777           $ref: "#/definitions/generic.resource.api.OperStatusData"
2778           originalRef: "#/definitions/generic.resource.api.OperStatusData"
2779       responses:
2780         400:
2781           description: "Internal error"
2782         201:
2783           description: "Object created"
2784         204:
2785           description: "Object modified"
2786     delete:
2787       tags:
2788       - "GENERIC-RESOURCE-API"
2789       description: "removes generic.resource.api.OperStatusData"
2790       parameters:
2791       - name: "allotted-resource-id"
2792         in: "path"
2793         description: "Id of connection-attachment-allotted-resource"
2794         required: true
2795         type: "string"
2796       responses:
2797         400:
2798           description: "Internal error"
2799         204:
2800           description: "Object deleted"
2801   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
2802   : get:
2803       tags:
2804       - "GENERIC-RESOURCE-API"
2805       description: "returns generic.resource.api.ConnectionAttachmentOperationInformation"
2806       parameters:
2807       - name: "allotted-resource-id"
2808         in: "path"
2809         description: "Id of connection-attachment-allotted-resource"
2810         required: true
2811         type: "string"
2812       responses:
2813         400:
2814           description: "Internal error"
2815         200:
2816           description: "generic.resource.api.ConnectionAttachmentOperationInformation"
2817           responseSchema:
2818             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2819             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2820           schema:
2821             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2822             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2823     post:
2824       tags:
2825       - "GENERIC-RESOURCE-API"
2826       description: "creates generic.resource.api.ConnectionAttachmentOperationInformation"
2827       parameters:
2828       - name: "allotted-resource-id"
2829         in: "path"
2830         description: "Id of connection-attachment-allotted-resource"
2831         required: true
2832         type: "string"
2833       - in: "body"
2834         name: "generic.resource.api.ConnectionAttachmentOperationInformation.body-param"
2835         description: "generic.resource.api.ConnectionAttachmentOperationInformation\
2836           \ to be added to list"
2837         required: false
2838         schema:
2839           $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2840           originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2841       responses:
2842         400:
2843           description: "Internal error"
2844         201:
2845           description: "Object created"
2846         409:
2847           description: "Object already exists"
2848     put:
2849       tags:
2850       - "GENERIC-RESOURCE-API"
2851       description: "creates or updates generic.resource.api.ConnectionAttachmentOperationInformation"
2852       parameters:
2853       - name: "allotted-resource-id"
2854         in: "path"
2855         description: "Id of connection-attachment-allotted-resource"
2856         required: true
2857         type: "string"
2858       - in: "body"
2859         name: "generic.resource.api.ConnectionAttachmentOperationInformation.body-param"
2860         description: "generic.resource.api.ConnectionAttachmentOperationInformation\
2861           \ to be added or updated"
2862         required: false
2863         schema:
2864           $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2865           originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
2866       responses:
2867         400:
2868           description: "Internal error"
2869         201:
2870           description: "Object created"
2871         204:
2872           description: "Object modified"
2873     delete:
2874       tags:
2875       - "GENERIC-RESOURCE-API"
2876       description: "removes generic.resource.api.ConnectionAttachmentOperationInformation"
2877       parameters:
2878       - name: "allotted-resource-id"
2879         in: "path"
2880         description: "Id of connection-attachment-allotted-resource"
2881         required: true
2882         type: "string"
2883       responses:
2884         400:
2885           description: "Internal error"
2886         204:
2887           description: "Object deleted"
2888   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
2889   : get:
2890       tags:
2891       - "GENERIC-RESOURCE-API"
2892       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2893       parameters:
2894       - name: "allotted-resource-id"
2895         in: "path"
2896         description: "Id of connection-attachment-allotted-resource"
2897         required: true
2898         type: "string"
2899       responses:
2900         400:
2901           description: "Internal error"
2902         200:
2903           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2904           responseSchema:
2905             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2906             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2907           schema:
2908             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2909             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2910     post:
2911       tags:
2912       - "GENERIC-RESOURCE-API"
2913       description: "creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2914       parameters:
2915       - name: "allotted-resource-id"
2916         in: "path"
2917         description: "Id of connection-attachment-allotted-resource"
2918         required: true
2919         type: "string"
2920       - in: "body"
2921         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
2922         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
2923           \ to be added to list"
2924         required: false
2925         schema:
2926           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2927           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2928       responses:
2929         400:
2930           description: "Internal error"
2931         201:
2932           description: "Object created"
2933         409:
2934           description: "Object already exists"
2935     put:
2936       tags:
2937       - "GENERIC-RESOURCE-API"
2938       description: "creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2939       parameters:
2940       - name: "allotted-resource-id"
2941         in: "path"
2942         description: "Id of connection-attachment-allotted-resource"
2943         required: true
2944         type: "string"
2945       - in: "body"
2946         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
2947         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
2948           \ to be added or updated"
2949         required: false
2950         schema:
2951           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2952           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2953       responses:
2954         400:
2955           description: "Internal error"
2956         201:
2957           description: "Object created"
2958         204:
2959           description: "Object modified"
2960     delete:
2961       tags:
2962       - "GENERIC-RESOURCE-API"
2963       description: "removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
2964       parameters:
2965       - name: "allotted-resource-id"
2966         in: "path"
2967         description: "Id of connection-attachment-allotted-resource"
2968         required: true
2969         type: "string"
2970       responses:
2971         400:
2972           description: "Internal error"
2973         204:
2974           description: "Object deleted"
2975   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
2976   : get:
2977       tags:
2978       - "GENERIC-RESOURCE-API"
2979       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
2980       parameters:
2981       - name: "allotted-resource-id"
2982         in: "path"
2983         description: "Id of connection-attachment-allotted-resource"
2984         required: true
2985         type: "string"
2986       responses:
2987         400:
2988           description: "Internal error"
2989         200:
2990           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
2991           responseSchema:
2992             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2993             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2994           schema:
2995             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2996             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
2997     post:
2998       tags:
2999       - "GENERIC-RESOURCE-API"
3000       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
3001       parameters:
3002       - name: "allotted-resource-id"
3003         in: "path"
3004         description: "Id of connection-attachment-allotted-resource"
3005         required: true
3006         type: "string"
3007       - in: "body"
3008         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
3009         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
3010           \ to be added to list"
3011         required: false
3012         schema:
3013           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3014           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3015       responses:
3016         400:
3017           description: "Internal error"
3018         201:
3019           description: "Object created"
3020         409:
3021           description: "Object already exists"
3022     put:
3023       tags:
3024       - "GENERIC-RESOURCE-API"
3025       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
3026       parameters:
3027       - name: "allotted-resource-id"
3028         in: "path"
3029         description: "Id of connection-attachment-allotted-resource"
3030         required: true
3031         type: "string"
3032       - in: "body"
3033         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
3034         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
3035           \ to be added or updated"
3036         required: false
3037         schema:
3038           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3039           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3040       responses:
3041         400:
3042           description: "Internal error"
3043         201:
3044           description: "Object created"
3045         204:
3046           description: "Object modified"
3047     delete:
3048       tags:
3049       - "GENERIC-RESOURCE-API"
3050       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
3051       parameters:
3052       - name: "allotted-resource-id"
3053         in: "path"
3054         description: "Id of connection-attachment-allotted-resource"
3055         required: true
3056         type: "string"
3057       responses:
3058         400:
3059           description: "Internal error"
3060         204:
3061           description: "Object deleted"
3062   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/
3063   : get:
3064       tags:
3065       - "GENERIC-RESOURCE-API"
3066       description: "returns generic.resource.api.Param"
3067       parameters:
3068       - name: "allotted-resource-id"
3069         in: "path"
3070         description: "Id of connection-attachment-allotted-resource"
3071         required: true
3072         type: "string"
3073       responses:
3074         400:
3075           description: "Internal error"
3076         200:
3077           description: "generic.resource.api.Param"
3078           responseSchema:
3079             $ref: "#/definitions/generic.resource.api.Param"
3080             originalRef: "#/definitions/generic.resource.api.Param"
3081           schema:
3082             $ref: "#/definitions/generic.resource.api.Param"
3083             originalRef: "#/definitions/generic.resource.api.Param"
3084     post:
3085       tags:
3086       - "GENERIC-RESOURCE-API"
3087       description: "creates generic.resource.api.Param"
3088       parameters:
3089       - name: "allotted-resource-id"
3090         in: "path"
3091         description: "Id of connection-attachment-allotted-resource"
3092         required: true
3093         type: "string"
3094       - in: "body"
3095         name: "generic.resource.api.Param.body-param"
3096         description: "generic.resource.api.Param to be added to list"
3097         required: false
3098         schema:
3099           $ref: "#/definitions/generic.resource.api.Param"
3100           originalRef: "#/definitions/generic.resource.api.Param"
3101       responses:
3102         400:
3103           description: "Internal error"
3104         201:
3105           description: "Object created"
3106         409:
3107           description: "Object already exists"
3108     put:
3109       tags:
3110       - "GENERIC-RESOURCE-API"
3111       description: "creates or updates generic.resource.api.Param"
3112       parameters:
3113       - name: "allotted-resource-id"
3114         in: "path"
3115         description: "Id of connection-attachment-allotted-resource"
3116         required: true
3117         type: "string"
3118       - in: "body"
3119         name: "generic.resource.api.Param.body-param"
3120         description: "generic.resource.api.Param to be added or updated"
3121         required: false
3122         schema:
3123           $ref: "#/definitions/generic.resource.api.Param"
3124           originalRef: "#/definitions/generic.resource.api.Param"
3125       responses:
3126         400:
3127           description: "Internal error"
3128         201:
3129           description: "Object created"
3130         204:
3131           description: "Object modified"
3132     delete:
3133       tags:
3134       - "GENERIC-RESOURCE-API"
3135       description: "removes generic.resource.api.Param"
3136       parameters:
3137       - name: "allotted-resource-id"
3138         in: "path"
3139         description: "Id of connection-attachment-allotted-resource"
3140         required: true
3141         type: "string"
3142       responses:
3143         400:
3144           description: "Internal error"
3145         204:
3146           description: "Object deleted"
3147   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/
3148   : post:
3149       description: "creates generic.resource.api.param.Param"
3150       parameters:
3151       - name: "allotted-resource-id"
3152         in: "path"
3153         description: "Id of connection-attachment-allotted-resource"
3154         required: true
3155         type: "string"
3156       - in: "body"
3157         name: "generic.resource.api.param.Param.body-param"
3158         description: "generic.resource.api.param.Param to be added to list"
3159         required: false
3160         schema:
3161           $ref: "#/definitions/generic.resource.api.param.Param"
3162           originalRef: "#/definitions/generic.resource.api.param.Param"
3163       responses:
3164         400:
3165           description: "Internal error"
3166         201:
3167           description: "Object created"
3168         409:
3169           description: "Object already exists"
3170   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/
3171   : get:
3172       tags:
3173       - "GENERIC-RESOURCE-API"
3174       description: "returns generic.resource.api.param.Param"
3175       parameters:
3176       - name: "allotted-resource-id"
3177         in: "path"
3178         description: "Id of connection-attachment-allotted-resource"
3179         required: true
3180         type: "string"
3181       - name: "name"
3182         in: "path"
3183         description: "Id of param"
3184         required: true
3185         type: "string"
3186       responses:
3187         400:
3188           description: "Internal error"
3189         200:
3190           description: "generic.resource.api.param.Param"
3191           responseSchema:
3192             $ref: "#/definitions/generic.resource.api.param.Param"
3193             originalRef: "#/definitions/generic.resource.api.param.Param"
3194           schema:
3195             $ref: "#/definitions/generic.resource.api.param.Param"
3196             originalRef: "#/definitions/generic.resource.api.param.Param"
3197     post:
3198       tags:
3199       - "GENERIC-RESOURCE-API"
3200       description: "creates generic.resource.api.param.Param"
3201       parameters:
3202       - name: "allotted-resource-id"
3203         in: "path"
3204         description: "Id of connection-attachment-allotted-resource"
3205         required: true
3206         type: "string"
3207       - name: "name"
3208         in: "path"
3209         description: "Id of param"
3210         required: true
3211         type: "string"
3212       - in: "body"
3213         name: "generic.resource.api.param.Param.body-param"
3214         description: "generic.resource.api.param.Param to be added to list"
3215         required: false
3216         schema:
3217           $ref: "#/definitions/generic.resource.api.param.Param"
3218           originalRef: "#/definitions/generic.resource.api.param.Param"
3219       responses:
3220         400:
3221           description: "Internal error"
3222         201:
3223           description: "Object created"
3224         409:
3225           description: "Object already exists"
3226     put:
3227       tags:
3228       - "GENERIC-RESOURCE-API"
3229       description: "creates or updates generic.resource.api.param.Param"
3230       parameters:
3231       - name: "allotted-resource-id"
3232         in: "path"
3233         description: "Id of connection-attachment-allotted-resource"
3234         required: true
3235         type: "string"
3236       - name: "name"
3237         in: "path"
3238         description: "Id of param"
3239         required: true
3240         type: "string"
3241       - in: "body"
3242         name: "generic.resource.api.param.Param.body-param"
3243         description: "generic.resource.api.param.Param to be added or updated"
3244         required: false
3245         schema:
3246           $ref: "#/definitions/generic.resource.api.param.Param"
3247           originalRef: "#/definitions/generic.resource.api.param.Param"
3248       responses:
3249         400:
3250           description: "Internal error"
3251         201:
3252           description: "Object created"
3253         204:
3254           description: "Object modified"
3255     delete:
3256       tags:
3257       - "GENERIC-RESOURCE-API"
3258       description: "removes generic.resource.api.param.Param"
3259       parameters:
3260       - name: "allotted-resource-id"
3261         in: "path"
3262         description: "Id of connection-attachment-allotted-resource"
3263         required: true
3264         type: "string"
3265       - name: "name"
3266         in: "path"
3267         description: "Id of param"
3268         required: true
3269         type: "string"
3270       responses:
3271         400:
3272           description: "Internal error"
3273         204:
3274           description: "Object deleted"
3275   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/resource-resolution-data/
3276   : get:
3277       tags:
3278       - "GENERIC-RESOURCE-API"
3279       description: "returns generic.resource.api.param.param.ResourceResolutionData"
3280       parameters:
3281       - name: "allotted-resource-id"
3282         in: "path"
3283         description: "Id of connection-attachment-allotted-resource"
3284         required: true
3285         type: "string"
3286       - name: "name"
3287         in: "path"
3288         description: "Id of param"
3289         required: true
3290         type: "string"
3291       responses:
3292         400:
3293           description: "Internal error"
3294         200:
3295           description: "generic.resource.api.param.param.ResourceResolutionData"
3296           responseSchema:
3297             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3298             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3299           schema:
3300             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3301             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3302     post:
3303       tags:
3304       - "GENERIC-RESOURCE-API"
3305       description: "creates generic.resource.api.param.param.ResourceResolutionData"
3306       parameters:
3307       - name: "allotted-resource-id"
3308         in: "path"
3309         description: "Id of connection-attachment-allotted-resource"
3310         required: true
3311         type: "string"
3312       - name: "name"
3313         in: "path"
3314         description: "Id of param"
3315         required: true
3316         type: "string"
3317       - in: "body"
3318         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
3319         description: "generic.resource.api.param.param.ResourceResolutionData to be\
3320           \ added to list"
3321         required: false
3322         schema:
3323           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3324           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3325       responses:
3326         400:
3327           description: "Internal error"
3328         201:
3329           description: "Object created"
3330         409:
3331           description: "Object already exists"
3332     put:
3333       tags:
3334       - "GENERIC-RESOURCE-API"
3335       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
3336       parameters:
3337       - name: "allotted-resource-id"
3338         in: "path"
3339         description: "Id of connection-attachment-allotted-resource"
3340         required: true
3341         type: "string"
3342       - name: "name"
3343         in: "path"
3344         description: "Id of param"
3345         required: true
3346         type: "string"
3347       - in: "body"
3348         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
3349         description: "generic.resource.api.param.param.ResourceResolutionData to be\
3350           \ added or updated"
3351         required: false
3352         schema:
3353           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3354           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
3355       responses:
3356         400:
3357           description: "Internal error"
3358         201:
3359           description: "Object created"
3360         204:
3361           description: "Object modified"
3362     delete:
3363       tags:
3364       - "GENERIC-RESOURCE-API"
3365       description: "removes generic.resource.api.param.param.ResourceResolutionData"
3366       parameters:
3367       - name: "allotted-resource-id"
3368         in: "path"
3369         description: "Id of connection-attachment-allotted-resource"
3370         required: true
3371         type: "string"
3372       - name: "name"
3373         in: "path"
3374         description: "Id of param"
3375         required: true
3376         type: "string"
3377       responses:
3378         400:
3379           description: "Internal error"
3380         204:
3381           description: "Object deleted"
3382   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/resource-resolution-data/resource-key/
3383   : post:
3384       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3385       parameters:
3386       - name: "allotted-resource-id"
3387         in: "path"
3388         description: "Id of connection-attachment-allotted-resource"
3389         required: true
3390         type: "string"
3391       - name: "name"
3392         in: "path"
3393         description: "Id of param"
3394         required: true
3395         type: "string"
3396       - in: "body"
3397         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
3398         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
3399           \ to be added to list"
3400         required: false
3401         schema:
3402           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3403           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3404       responses:
3405         400:
3406           description: "Internal error"
3407         201:
3408           description: "Object created"
3409         409:
3410           description: "Object already exists"
3411   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
3412   : get:
3413       tags:
3414       - "GENERIC-RESOURCE-API"
3415       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3416       parameters:
3417       - name: "allotted-resource-id"
3418         in: "path"
3419         description: "Id of connection-attachment-allotted-resource"
3420         required: true
3421         type: "string"
3422       - name: "name"
3423         in: "path"
3424         description: "Id of param"
3425         required: true
3426         type: "string"
3427       - name: "resource-key-name"
3428         in: "path"
3429         description: "Id of resource-key"
3430         required: true
3431         type: "string"
3432       responses:
3433         400:
3434           description: "Internal error"
3435         200:
3436           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3437           responseSchema:
3438             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3439             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3440           schema:
3441             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3442             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3443     post:
3444       tags:
3445       - "GENERIC-RESOURCE-API"
3446       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3447       parameters:
3448       - name: "allotted-resource-id"
3449         in: "path"
3450         description: "Id of connection-attachment-allotted-resource"
3451         required: true
3452         type: "string"
3453       - name: "name"
3454         in: "path"
3455         description: "Id of param"
3456         required: true
3457         type: "string"
3458       - name: "resource-key-name"
3459         in: "path"
3460         description: "Id of resource-key"
3461         required: true
3462         type: "string"
3463       - in: "body"
3464         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
3465         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
3466           \ to be added to list"
3467         required: false
3468         schema:
3469           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3470           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3471       responses:
3472         400:
3473           description: "Internal error"
3474         201:
3475           description: "Object created"
3476         409:
3477           description: "Object already exists"
3478     put:
3479       tags:
3480       - "GENERIC-RESOURCE-API"
3481       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3482       parameters:
3483       - name: "allotted-resource-id"
3484         in: "path"
3485         description: "Id of connection-attachment-allotted-resource"
3486         required: true
3487         type: "string"
3488       - name: "name"
3489         in: "path"
3490         description: "Id of param"
3491         required: true
3492         type: "string"
3493       - name: "resource-key-name"
3494         in: "path"
3495         description: "Id of resource-key"
3496         required: true
3497         type: "string"
3498       - in: "body"
3499         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
3500         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
3501           \ to be added or updated"
3502         required: false
3503         schema:
3504           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3505           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3506       responses:
3507         400:
3508           description: "Internal error"
3509         201:
3510           description: "Object created"
3511         204:
3512           description: "Object modified"
3513     delete:
3514       tags:
3515       - "GENERIC-RESOURCE-API"
3516       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
3517       parameters:
3518       - name: "allotted-resource-id"
3519         in: "path"
3520         description: "Id of connection-attachment-allotted-resource"
3521         required: true
3522         type: "string"
3523       - name: "name"
3524         in: "path"
3525         description: "Id of param"
3526         required: true
3527         type: "string"
3528       - name: "resource-key-name"
3529         in: "path"
3530         description: "Id of resource-key"
3531         required: true
3532         type: "string"
3533       responses:
3534         400:
3535           description: "Internal error"
3536         204:
3537           description: "Object deleted"
3538   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
3539   : get:
3540       tags:
3541       - "GENERIC-RESOURCE-API"
3542       description: "returns generic.resource.api.requestinformation.RequestInformation"
3543       parameters:
3544       - name: "allotted-resource-id"
3545         in: "path"
3546         description: "Id of connection-attachment-allotted-resource"
3547         required: true
3548         type: "string"
3549       responses:
3550         400:
3551           description: "Internal error"
3552         200:
3553           description: "generic.resource.api.requestinformation.RequestInformation"
3554           responseSchema:
3555             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3556             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3557           schema:
3558             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3559             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3560     post:
3561       tags:
3562       - "GENERIC-RESOURCE-API"
3563       description: "creates generic.resource.api.requestinformation.RequestInformation"
3564       parameters:
3565       - name: "allotted-resource-id"
3566         in: "path"
3567         description: "Id of connection-attachment-allotted-resource"
3568         required: true
3569         type: "string"
3570       - in: "body"
3571         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
3572         description: "generic.resource.api.requestinformation.RequestInformation to\
3573           \ be added to list"
3574         required: false
3575         schema:
3576           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3577           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3578       responses:
3579         400:
3580           description: "Internal error"
3581         201:
3582           description: "Object created"
3583         409:
3584           description: "Object already exists"
3585     put:
3586       tags:
3587       - "GENERIC-RESOURCE-API"
3588       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
3589       parameters:
3590       - name: "allotted-resource-id"
3591         in: "path"
3592         description: "Id of connection-attachment-allotted-resource"
3593         required: true
3594         type: "string"
3595       - in: "body"
3596         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
3597         description: "generic.resource.api.requestinformation.RequestInformation to\
3598           \ be added or updated"
3599         required: false
3600         schema:
3601           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3602           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
3603       responses:
3604         400:
3605           description: "Internal error"
3606         201:
3607           description: "Object created"
3608         204:
3609           description: "Object modified"
3610     delete:
3611       tags:
3612       - "GENERIC-RESOURCE-API"
3613       description: "removes generic.resource.api.requestinformation.RequestInformation"
3614       parameters:
3615       - name: "allotted-resource-id"
3616         in: "path"
3617         description: "Id of connection-attachment-allotted-resource"
3618         required: true
3619         type: "string"
3620       responses:
3621         400:
3622           description: "Internal error"
3623         204:
3624           description: "Object deleted"
3625   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
3626   : get:
3627       tags:
3628       - "GENERIC-RESOURCE-API"
3629       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
3630       parameters:
3631       - name: "allotted-resource-id"
3632         in: "path"
3633         description: "Id of connection-attachment-allotted-resource"
3634         required: true
3635         type: "string"
3636       responses:
3637         400:
3638           description: "Internal error"
3639         200:
3640           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
3641           responseSchema:
3642             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3643             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3644           schema:
3645             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3646             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3647     post:
3648       tags:
3649       - "GENERIC-RESOURCE-API"
3650       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
3651       parameters:
3652       - name: "allotted-resource-id"
3653         in: "path"
3654         description: "Id of connection-attachment-allotted-resource"
3655         required: true
3656         type: "string"
3657       - in: "body"
3658         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
3659         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
3660           \ be added to list"
3661         required: false
3662         schema:
3663           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3664           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3665       responses:
3666         400:
3667           description: "Internal error"
3668         201:
3669           description: "Object created"
3670         409:
3671           description: "Object already exists"
3672     put:
3673       tags:
3674       - "GENERIC-RESOURCE-API"
3675       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
3676       parameters:
3677       - name: "allotted-resource-id"
3678         in: "path"
3679         description: "Id of connection-attachment-allotted-resource"
3680         required: true
3681         type: "string"
3682       - in: "body"
3683         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
3684         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
3685           \ be added or updated"
3686         required: false
3687         schema:
3688           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3689           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
3690       responses:
3691         400:
3692           description: "Internal error"
3693         201:
3694           description: "Object created"
3695         204:
3696           description: "Object modified"
3697     delete:
3698       tags:
3699       - "GENERIC-RESOURCE-API"
3700       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
3701       parameters:
3702       - name: "allotted-resource-id"
3703         in: "path"
3704         description: "Id of connection-attachment-allotted-resource"
3705         required: true
3706         type: "string"
3707       responses:
3708         400:
3709           description: "Internal error"
3710         204:
3711           description: "Object deleted"
3712   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
3713   : get:
3714       tags:
3715       - "GENERIC-RESOURCE-API"
3716       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
3717       parameters:
3718       - name: "allotted-resource-id"
3719         in: "path"
3720         description: "Id of connection-attachment-allotted-resource"
3721         required: true
3722         type: "string"
3723       responses:
3724         400:
3725           description: "Internal error"
3726         200:
3727           description: "generic.resource.api.serviceinformation.ServiceInformation"
3728           responseSchema:
3729             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3730             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3731           schema:
3732             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3733             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3734     post:
3735       tags:
3736       - "GENERIC-RESOURCE-API"
3737       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
3738       parameters:
3739       - name: "allotted-resource-id"
3740         in: "path"
3741         description: "Id of connection-attachment-allotted-resource"
3742         required: true
3743         type: "string"
3744       - in: "body"
3745         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
3746         description: "generic.resource.api.serviceinformation.ServiceInformation to\
3747           \ be added to list"
3748         required: false
3749         schema:
3750           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3751           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3752       responses:
3753         400:
3754           description: "Internal error"
3755         201:
3756           description: "Object created"
3757         409:
3758           description: "Object already exists"
3759     put:
3760       tags:
3761       - "GENERIC-RESOURCE-API"
3762       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
3763       parameters:
3764       - name: "allotted-resource-id"
3765         in: "path"
3766         description: "Id of connection-attachment-allotted-resource"
3767         required: true
3768         type: "string"
3769       - in: "body"
3770         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
3771         description: "generic.resource.api.serviceinformation.ServiceInformation to\
3772           \ be added or updated"
3773         required: false
3774         schema:
3775           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3776           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
3777       responses:
3778         400:
3779           description: "Internal error"
3780         201:
3781           description: "Object created"
3782         204:
3783           description: "Object modified"
3784     delete:
3785       tags:
3786       - "GENERIC-RESOURCE-API"
3787       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
3788       parameters:
3789       - name: "allotted-resource-id"
3790         in: "path"
3791         description: "Id of connection-attachment-allotted-resource"
3792         required: true
3793         type: "string"
3794       responses:
3795         400:
3796           description: "Internal error"
3797         204:
3798           description: "Object deleted"
3799   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
3800   : get:
3801       tags:
3802       - "GENERIC-RESOURCE-API"
3803       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
3804       parameters:
3805       - name: "allotted-resource-id"
3806         in: "path"
3807         description: "Id of connection-attachment-allotted-resource"
3808         required: true
3809         type: "string"
3810       responses:
3811         400:
3812           description: "Internal error"
3813         200:
3814           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
3815           responseSchema:
3816             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3817             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3818           schema:
3819             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3820             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3821     post:
3822       tags:
3823       - "GENERIC-RESOURCE-API"
3824       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
3825       parameters:
3826       - name: "allotted-resource-id"
3827         in: "path"
3828         description: "Id of connection-attachment-allotted-resource"
3829         required: true
3830         type: "string"
3831       - in: "body"
3832         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
3833         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
3834           \ to be added to list"
3835         required: false
3836         schema:
3837           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3838           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3839       responses:
3840         400:
3841           description: "Internal error"
3842         201:
3843           description: "Object created"
3844         409:
3845           description: "Object already exists"
3846     put:
3847       tags:
3848       - "GENERIC-RESOURCE-API"
3849       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
3850       parameters:
3851       - name: "allotted-resource-id"
3852         in: "path"
3853         description: "Id of connection-attachment-allotted-resource"
3854         required: true
3855         type: "string"
3856       - in: "body"
3857         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
3858         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
3859           \ to be added or updated"
3860         required: false
3861         schema:
3862           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3863           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
3864       responses:
3865         400:
3866           description: "Internal error"
3867         201:
3868           description: "Object created"
3869         204:
3870           description: "Object modified"
3871     delete:
3872       tags:
3873       - "GENERIC-RESOURCE-API"
3874       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
3875       parameters:
3876       - name: "allotted-resource-id"
3877         in: "path"
3878         description: "Id of connection-attachment-allotted-resource"
3879         required: true
3880         type: "string"
3881       responses:
3882         400:
3883           description: "Internal error"
3884         204:
3885           description: "Object deleted"
3886   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/
3887   : get:
3888       tags:
3889       - "GENERIC-RESOURCE-API"
3890       description: "returns generic.resource.api.Param"
3891       parameters:
3892       - name: "allotted-resource-id"
3893         in: "path"
3894         description: "Id of connection-attachment-allotted-resource"
3895         required: true
3896         type: "string"
3897       responses:
3898         400:
3899           description: "Internal error"
3900         200:
3901           description: "generic.resource.api.Param"
3902           responseSchema:
3903             $ref: "#/definitions/generic.resource.api.Param"
3904             originalRef: "#/definitions/generic.resource.api.Param"
3905           schema:
3906             $ref: "#/definitions/generic.resource.api.Param"
3907             originalRef: "#/definitions/generic.resource.api.Param"
3908     post:
3909       tags:
3910       - "GENERIC-RESOURCE-API"
3911       description: "creates generic.resource.api.Param"
3912       parameters:
3913       - name: "allotted-resource-id"
3914         in: "path"
3915         description: "Id of connection-attachment-allotted-resource"
3916         required: true
3917         type: "string"
3918       - in: "body"
3919         name: "generic.resource.api.Param.body-param"
3920         description: "generic.resource.api.Param to be added to list"
3921         required: false
3922         schema:
3923           $ref: "#/definitions/generic.resource.api.Param"
3924           originalRef: "#/definitions/generic.resource.api.Param"
3925       responses:
3926         400:
3927           description: "Internal error"
3928         201:
3929           description: "Object created"
3930         409:
3931           description: "Object already exists"
3932     put:
3933       tags:
3934       - "GENERIC-RESOURCE-API"
3935       description: "creates or updates generic.resource.api.Param"
3936       parameters:
3937       - name: "allotted-resource-id"
3938         in: "path"
3939         description: "Id of connection-attachment-allotted-resource"
3940         required: true
3941         type: "string"
3942       - in: "body"
3943         name: "generic.resource.api.Param.body-param"
3944         description: "generic.resource.api.Param to be added or updated"
3945         required: false
3946         schema:
3947           $ref: "#/definitions/generic.resource.api.Param"
3948           originalRef: "#/definitions/generic.resource.api.Param"
3949       responses:
3950         400:
3951           description: "Internal error"
3952         201:
3953           description: "Object created"
3954         204:
3955           description: "Object modified"
3956     delete:
3957       tags:
3958       - "GENERIC-RESOURCE-API"
3959       description: "removes generic.resource.api.Param"
3960       parameters:
3961       - name: "allotted-resource-id"
3962         in: "path"
3963         description: "Id of connection-attachment-allotted-resource"
3964         required: true
3965         type: "string"
3966       responses:
3967         400:
3968           description: "Internal error"
3969         204:
3970           description: "Object deleted"
3971   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/
3972   : post:
3973       description: "creates generic.resource.api.param.Param"
3974       parameters:
3975       - name: "allotted-resource-id"
3976         in: "path"
3977         description: "Id of connection-attachment-allotted-resource"
3978         required: true
3979         type: "string"
3980       - in: "body"
3981         name: "generic.resource.api.param.Param.body-param"
3982         description: "generic.resource.api.param.Param to be added to list"
3983         required: false
3984         schema:
3985           $ref: "#/definitions/generic.resource.api.param.Param"
3986           originalRef: "#/definitions/generic.resource.api.param.Param"
3987       responses:
3988         400:
3989           description: "Internal error"
3990         201:
3991           description: "Object created"
3992         409:
3993           description: "Object already exists"
3994   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/
3995   : get:
3996       tags:
3997       - "GENERIC-RESOURCE-API"
3998       description: "returns generic.resource.api.param.Param"
3999       parameters:
4000       - name: "allotted-resource-id"
4001         in: "path"
4002         description: "Id of connection-attachment-allotted-resource"
4003         required: true
4004         type: "string"
4005       - name: "name"
4006         in: "path"
4007         description: "Id of param"
4008         required: true
4009         type: "string"
4010       responses:
4011         400:
4012           description: "Internal error"
4013         200:
4014           description: "generic.resource.api.param.Param"
4015           responseSchema:
4016             $ref: "#/definitions/generic.resource.api.param.Param"
4017             originalRef: "#/definitions/generic.resource.api.param.Param"
4018           schema:
4019             $ref: "#/definitions/generic.resource.api.param.Param"
4020             originalRef: "#/definitions/generic.resource.api.param.Param"
4021     post:
4022       tags:
4023       - "GENERIC-RESOURCE-API"
4024       description: "creates generic.resource.api.param.Param"
4025       parameters:
4026       - name: "allotted-resource-id"
4027         in: "path"
4028         description: "Id of connection-attachment-allotted-resource"
4029         required: true
4030         type: "string"
4031       - name: "name"
4032         in: "path"
4033         description: "Id of param"
4034         required: true
4035         type: "string"
4036       - in: "body"
4037         name: "generic.resource.api.param.Param.body-param"
4038         description: "generic.resource.api.param.Param to be added to list"
4039         required: false
4040         schema:
4041           $ref: "#/definitions/generic.resource.api.param.Param"
4042           originalRef: "#/definitions/generic.resource.api.param.Param"
4043       responses:
4044         400:
4045           description: "Internal error"
4046         201:
4047           description: "Object created"
4048         409:
4049           description: "Object already exists"
4050     put:
4051       tags:
4052       - "GENERIC-RESOURCE-API"
4053       description: "creates or updates generic.resource.api.param.Param"
4054       parameters:
4055       - name: "allotted-resource-id"
4056         in: "path"
4057         description: "Id of connection-attachment-allotted-resource"
4058         required: true
4059         type: "string"
4060       - name: "name"
4061         in: "path"
4062         description: "Id of param"
4063         required: true
4064         type: "string"
4065       - in: "body"
4066         name: "generic.resource.api.param.Param.body-param"
4067         description: "generic.resource.api.param.Param to be added or updated"
4068         required: false
4069         schema:
4070           $ref: "#/definitions/generic.resource.api.param.Param"
4071           originalRef: "#/definitions/generic.resource.api.param.Param"
4072       responses:
4073         400:
4074           description: "Internal error"
4075         201:
4076           description: "Object created"
4077         204:
4078           description: "Object modified"
4079     delete:
4080       tags:
4081       - "GENERIC-RESOURCE-API"
4082       description: "removes generic.resource.api.param.Param"
4083       parameters:
4084       - name: "allotted-resource-id"
4085         in: "path"
4086         description: "Id of connection-attachment-allotted-resource"
4087         required: true
4088         type: "string"
4089       - name: "name"
4090         in: "path"
4091         description: "Id of param"
4092         required: true
4093         type: "string"
4094       responses:
4095         400:
4096           description: "Internal error"
4097         204:
4098           description: "Object deleted"
4099   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/resource-resolution-data/
4100   : get:
4101       tags:
4102       - "GENERIC-RESOURCE-API"
4103       description: "returns generic.resource.api.param.param.ResourceResolutionData"
4104       parameters:
4105       - name: "allotted-resource-id"
4106         in: "path"
4107         description: "Id of connection-attachment-allotted-resource"
4108         required: true
4109         type: "string"
4110       - name: "name"
4111         in: "path"
4112         description: "Id of param"
4113         required: true
4114         type: "string"
4115       responses:
4116         400:
4117           description: "Internal error"
4118         200:
4119           description: "generic.resource.api.param.param.ResourceResolutionData"
4120           responseSchema:
4121             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4122             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4123           schema:
4124             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4125             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4126     post:
4127       tags:
4128       - "GENERIC-RESOURCE-API"
4129       description: "creates generic.resource.api.param.param.ResourceResolutionData"
4130       parameters:
4131       - name: "allotted-resource-id"
4132         in: "path"
4133         description: "Id of connection-attachment-allotted-resource"
4134         required: true
4135         type: "string"
4136       - name: "name"
4137         in: "path"
4138         description: "Id of param"
4139         required: true
4140         type: "string"
4141       - in: "body"
4142         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
4143         description: "generic.resource.api.param.param.ResourceResolutionData to be\
4144           \ added to list"
4145         required: false
4146         schema:
4147           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4148           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4149       responses:
4150         400:
4151           description: "Internal error"
4152         201:
4153           description: "Object created"
4154         409:
4155           description: "Object already exists"
4156     put:
4157       tags:
4158       - "GENERIC-RESOURCE-API"
4159       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
4160       parameters:
4161       - name: "allotted-resource-id"
4162         in: "path"
4163         description: "Id of connection-attachment-allotted-resource"
4164         required: true
4165         type: "string"
4166       - name: "name"
4167         in: "path"
4168         description: "Id of param"
4169         required: true
4170         type: "string"
4171       - in: "body"
4172         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
4173         description: "generic.resource.api.param.param.ResourceResolutionData to be\
4174           \ added or updated"
4175         required: false
4176         schema:
4177           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4178           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4179       responses:
4180         400:
4181           description: "Internal error"
4182         201:
4183           description: "Object created"
4184         204:
4185           description: "Object modified"
4186     delete:
4187       tags:
4188       - "GENERIC-RESOURCE-API"
4189       description: "removes generic.resource.api.param.param.ResourceResolutionData"
4190       parameters:
4191       - name: "allotted-resource-id"
4192         in: "path"
4193         description: "Id of connection-attachment-allotted-resource"
4194         required: true
4195         type: "string"
4196       - name: "name"
4197         in: "path"
4198         description: "Id of param"
4199         required: true
4200         type: "string"
4201       responses:
4202         400:
4203           description: "Internal error"
4204         204:
4205           description: "Object deleted"
4206   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/
4207   : post:
4208       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4209       parameters:
4210       - name: "allotted-resource-id"
4211         in: "path"
4212         description: "Id of connection-attachment-allotted-resource"
4213         required: true
4214         type: "string"
4215       - name: "name"
4216         in: "path"
4217         description: "Id of param"
4218         required: true
4219         type: "string"
4220       - in: "body"
4221         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
4222         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
4223           \ to be added to list"
4224         required: false
4225         schema:
4226           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4227           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4228       responses:
4229         400:
4230           description: "Internal error"
4231         201:
4232           description: "Object created"
4233         409:
4234           description: "Object already exists"
4235   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
4236   : get:
4237       tags:
4238       - "GENERIC-RESOURCE-API"
4239       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4240       parameters:
4241       - name: "allotted-resource-id"
4242         in: "path"
4243         description: "Id of connection-attachment-allotted-resource"
4244         required: true
4245         type: "string"
4246       - name: "name"
4247         in: "path"
4248         description: "Id of param"
4249         required: true
4250         type: "string"
4251       - name: "resource-key-name"
4252         in: "path"
4253         description: "Id of resource-key"
4254         required: true
4255         type: "string"
4256       responses:
4257         400:
4258           description: "Internal error"
4259         200:
4260           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4261           responseSchema:
4262             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4263             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4264           schema:
4265             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4266             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4267     post:
4268       tags:
4269       - "GENERIC-RESOURCE-API"
4270       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4271       parameters:
4272       - name: "allotted-resource-id"
4273         in: "path"
4274         description: "Id of connection-attachment-allotted-resource"
4275         required: true
4276         type: "string"
4277       - name: "name"
4278         in: "path"
4279         description: "Id of param"
4280         required: true
4281         type: "string"
4282       - name: "resource-key-name"
4283         in: "path"
4284         description: "Id of resource-key"
4285         required: true
4286         type: "string"
4287       - in: "body"
4288         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
4289         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
4290           \ to be added to list"
4291         required: false
4292         schema:
4293           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4294           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4295       responses:
4296         400:
4297           description: "Internal error"
4298         201:
4299           description: "Object created"
4300         409:
4301           description: "Object already exists"
4302     put:
4303       tags:
4304       - "GENERIC-RESOURCE-API"
4305       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4306       parameters:
4307       - name: "allotted-resource-id"
4308         in: "path"
4309         description: "Id of connection-attachment-allotted-resource"
4310         required: true
4311         type: "string"
4312       - name: "name"
4313         in: "path"
4314         description: "Id of param"
4315         required: true
4316         type: "string"
4317       - name: "resource-key-name"
4318         in: "path"
4319         description: "Id of resource-key"
4320         required: true
4321         type: "string"
4322       - in: "body"
4323         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
4324         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
4325           \ to be added or updated"
4326         required: false
4327         schema:
4328           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4329           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4330       responses:
4331         400:
4332           description: "Internal error"
4333         201:
4334           description: "Object created"
4335         204:
4336           description: "Object modified"
4337     delete:
4338       tags:
4339       - "GENERIC-RESOURCE-API"
4340       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4341       parameters:
4342       - name: "allotted-resource-id"
4343         in: "path"
4344         description: "Id of connection-attachment-allotted-resource"
4345         required: true
4346         type: "string"
4347       - name: "name"
4348         in: "path"
4349         description: "Id of param"
4350         required: true
4351         type: "string"
4352       - name: "resource-key-name"
4353         in: "path"
4354         description: "Id of resource-key"
4355         required: true
4356         type: "string"
4357       responses:
4358         400:
4359           description: "Internal error"
4360         204:
4361           description: "Object deleted"
4362   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/
4363   : get:
4364       tags:
4365       - "GENERIC-RESOURCE-API"
4366       description: "returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4367       parameters:
4368       - name: "allotted-resource-id"
4369         in: "path"
4370         description: "Id of connection-attachment-allotted-resource"
4371         required: true
4372         type: "string"
4373       responses:
4374         400:
4375           description: "Internal error"
4376         200:
4377           description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4378           responseSchema:
4379             $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4380             originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4381           schema:
4382             $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4383             originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4384     post:
4385       tags:
4386       - "GENERIC-RESOURCE-API"
4387       description: "creates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4388       parameters:
4389       - name: "allotted-resource-id"
4390         in: "path"
4391         description: "Id of connection-attachment-allotted-resource"
4392         required: true
4393         type: "string"
4394       - in: "body"
4395         name: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param"
4396         description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology\
4397           \ to be added to list"
4398         required: false
4399         schema:
4400           $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4401           originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4402       responses:
4403         400:
4404           description: "Internal error"
4405         201:
4406           description: "Object created"
4407         409:
4408           description: "Object already exists"
4409     put:
4410       tags:
4411       - "GENERIC-RESOURCE-API"
4412       description: "creates or updates generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4413       parameters:
4414       - name: "allotted-resource-id"
4415         in: "path"
4416         description: "Id of connection-attachment-allotted-resource"
4417         required: true
4418         type: "string"
4419       - in: "body"
4420         name: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology.body-param"
4421         description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology\
4422           \ to be added or updated"
4423         required: false
4424         schema:
4425           $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4426           originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4427       responses:
4428         400:
4429           description: "Internal error"
4430         201:
4431           description: "Object created"
4432         204:
4433           description: "Object modified"
4434     delete:
4435       tags:
4436       - "GENERIC-RESOURCE-API"
4437       description: "removes generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
4438       parameters:
4439       - name: "allotted-resource-id"
4440         in: "path"
4441         description: "Id of connection-attachment-allotted-resource"
4442         required: true
4443         type: "string"
4444       responses:
4445         400:
4446           description: "Internal error"
4447         204:
4448           description: "Object deleted"
4449   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/allotted-resource-identifiers/
4450   : get:
4451       tags:
4452       - "GENERIC-RESOURCE-API"
4453       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4454       parameters:
4455       - name: "allotted-resource-id"
4456         in: "path"
4457         description: "Id of connection-attachment-allotted-resource"
4458         required: true
4459         type: "string"
4460       responses:
4461         400:
4462           description: "Internal error"
4463         200:
4464           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4465           responseSchema:
4466             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4467             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4468           schema:
4469             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4470             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4471     post:
4472       tags:
4473       - "GENERIC-RESOURCE-API"
4474       description: "creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4475       parameters:
4476       - name: "allotted-resource-id"
4477         in: "path"
4478         description: "Id of connection-attachment-allotted-resource"
4479         required: true
4480         type: "string"
4481       - in: "body"
4482         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
4483         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
4484           \ to be added to list"
4485         required: false
4486         schema:
4487           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4488           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4489       responses:
4490         400:
4491           description: "Internal error"
4492         201:
4493           description: "Object created"
4494         409:
4495           description: "Object already exists"
4496     put:
4497       tags:
4498       - "GENERIC-RESOURCE-API"
4499       description: "creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4500       parameters:
4501       - name: "allotted-resource-id"
4502         in: "path"
4503         description: "Id of connection-attachment-allotted-resource"
4504         required: true
4505         type: "string"
4506       - in: "body"
4507         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
4508         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
4509           \ to be added or updated"
4510         required: false
4511         schema:
4512           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4513           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4514       responses:
4515         400:
4516           description: "Internal error"
4517         201:
4518           description: "Object created"
4519         204:
4520           description: "Object modified"
4521     delete:
4522       tags:
4523       - "GENERIC-RESOURCE-API"
4524       description: "removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
4525       parameters:
4526       - name: "allotted-resource-id"
4527         in: "path"
4528         description: "Id of connection-attachment-allotted-resource"
4529         required: true
4530         type: "string"
4531       responses:
4532         400:
4533           description: "Internal error"
4534         204:
4535           description: "Object deleted"
4536   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-assignments/
4537   : get:
4538       tags:
4539       - "GENERIC-RESOURCE-API"
4540       description: "returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4541       parameters:
4542       - name: "allotted-resource-id"
4543         in: "path"
4544         description: "Id of connection-attachment-allotted-resource"
4545         required: true
4546         type: "string"
4547       responses:
4548         400:
4549           description: "Internal error"
4550         200:
4551           description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4552           responseSchema:
4553             $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4554             originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4555           schema:
4556             $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4557             originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4558     post:
4559       tags:
4560       - "GENERIC-RESOURCE-API"
4561       description: "creates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4562       parameters:
4563       - name: "allotted-resource-id"
4564         in: "path"
4565         description: "Id of connection-attachment-allotted-resource"
4566         required: true
4567         type: "string"
4568       - in: "body"
4569         name: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param"
4570         description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments\
4571           \ to be added to list"
4572         required: false
4573         schema:
4574           $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4575           originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4576       responses:
4577         400:
4578           description: "Internal error"
4579         201:
4580           description: "Object created"
4581         409:
4582           description: "Object already exists"
4583     put:
4584       tags:
4585       - "GENERIC-RESOURCE-API"
4586       description: "creates or updates generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4587       parameters:
4588       - name: "allotted-resource-id"
4589         in: "path"
4590         description: "Id of connection-attachment-allotted-resource"
4591         required: true
4592         type: "string"
4593       - in: "body"
4594         name: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments.body-param"
4595         description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments\
4596           \ to be added or updated"
4597         required: false
4598         schema:
4599           $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4600           originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4601       responses:
4602         400:
4603           description: "Internal error"
4604         201:
4605           description: "Object created"
4606         204:
4607           description: "Object modified"
4608     delete:
4609       tags:
4610       - "GENERIC-RESOURCE-API"
4611       description: "removes generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
4612       parameters:
4613       - name: "allotted-resource-id"
4614         in: "path"
4615         description: "Id of connection-attachment-allotted-resource"
4616         required: true
4617         type: "string"
4618       responses:
4619         400:
4620           description: "Internal error"
4621         204:
4622           description: "Object deleted"
4623   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/
4624   : get:
4625       tags:
4626       - "GENERIC-RESOURCE-API"
4627       description: "returns generic.resource.api.Param"
4628       parameters:
4629       - name: "allotted-resource-id"
4630         in: "path"
4631         description: "Id of connection-attachment-allotted-resource"
4632         required: true
4633         type: "string"
4634       responses:
4635         400:
4636           description: "Internal error"
4637         200:
4638           description: "generic.resource.api.Param"
4639           responseSchema:
4640             $ref: "#/definitions/generic.resource.api.Param"
4641             originalRef: "#/definitions/generic.resource.api.Param"
4642           schema:
4643             $ref: "#/definitions/generic.resource.api.Param"
4644             originalRef: "#/definitions/generic.resource.api.Param"
4645     post:
4646       tags:
4647       - "GENERIC-RESOURCE-API"
4648       description: "creates generic.resource.api.Param"
4649       parameters:
4650       - name: "allotted-resource-id"
4651         in: "path"
4652         description: "Id of connection-attachment-allotted-resource"
4653         required: true
4654         type: "string"
4655       - in: "body"
4656         name: "generic.resource.api.Param.body-param"
4657         description: "generic.resource.api.Param to be added to list"
4658         required: false
4659         schema:
4660           $ref: "#/definitions/generic.resource.api.Param"
4661           originalRef: "#/definitions/generic.resource.api.Param"
4662       responses:
4663         400:
4664           description: "Internal error"
4665         201:
4666           description: "Object created"
4667         409:
4668           description: "Object already exists"
4669     put:
4670       tags:
4671       - "GENERIC-RESOURCE-API"
4672       description: "creates or updates generic.resource.api.Param"
4673       parameters:
4674       - name: "allotted-resource-id"
4675         in: "path"
4676         description: "Id of connection-attachment-allotted-resource"
4677         required: true
4678         type: "string"
4679       - in: "body"
4680         name: "generic.resource.api.Param.body-param"
4681         description: "generic.resource.api.Param to be added or updated"
4682         required: false
4683         schema:
4684           $ref: "#/definitions/generic.resource.api.Param"
4685           originalRef: "#/definitions/generic.resource.api.Param"
4686       responses:
4687         400:
4688           description: "Internal error"
4689         201:
4690           description: "Object created"
4691         204:
4692           description: "Object modified"
4693     delete:
4694       tags:
4695       - "GENERIC-RESOURCE-API"
4696       description: "removes generic.resource.api.Param"
4697       parameters:
4698       - name: "allotted-resource-id"
4699         in: "path"
4700         description: "Id of connection-attachment-allotted-resource"
4701         required: true
4702         type: "string"
4703       responses:
4704         400:
4705           description: "Internal error"
4706         204:
4707           description: "Object deleted"
4708   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/
4709   : post:
4710       description: "creates generic.resource.api.param.Param"
4711       parameters:
4712       - name: "allotted-resource-id"
4713         in: "path"
4714         description: "Id of connection-attachment-allotted-resource"
4715         required: true
4716         type: "string"
4717       - in: "body"
4718         name: "generic.resource.api.param.Param.body-param"
4719         description: "generic.resource.api.param.Param to be added to list"
4720         required: false
4721         schema:
4722           $ref: "#/definitions/generic.resource.api.param.Param"
4723           originalRef: "#/definitions/generic.resource.api.param.Param"
4724       responses:
4725         400:
4726           description: "Internal error"
4727         201:
4728           description: "Object created"
4729         409:
4730           description: "Object already exists"
4731   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/
4732   : get:
4733       tags:
4734       - "GENERIC-RESOURCE-API"
4735       description: "returns generic.resource.api.param.Param"
4736       parameters:
4737       - name: "allotted-resource-id"
4738         in: "path"
4739         description: "Id of connection-attachment-allotted-resource"
4740         required: true
4741         type: "string"
4742       - name: "name"
4743         in: "path"
4744         description: "Id of param"
4745         required: true
4746         type: "string"
4747       responses:
4748         400:
4749           description: "Internal error"
4750         200:
4751           description: "generic.resource.api.param.Param"
4752           responseSchema:
4753             $ref: "#/definitions/generic.resource.api.param.Param"
4754             originalRef: "#/definitions/generic.resource.api.param.Param"
4755           schema:
4756             $ref: "#/definitions/generic.resource.api.param.Param"
4757             originalRef: "#/definitions/generic.resource.api.param.Param"
4758     post:
4759       tags:
4760       - "GENERIC-RESOURCE-API"
4761       description: "creates generic.resource.api.param.Param"
4762       parameters:
4763       - name: "allotted-resource-id"
4764         in: "path"
4765         description: "Id of connection-attachment-allotted-resource"
4766         required: true
4767         type: "string"
4768       - name: "name"
4769         in: "path"
4770         description: "Id of param"
4771         required: true
4772         type: "string"
4773       - in: "body"
4774         name: "generic.resource.api.param.Param.body-param"
4775         description: "generic.resource.api.param.Param to be added to list"
4776         required: false
4777         schema:
4778           $ref: "#/definitions/generic.resource.api.param.Param"
4779           originalRef: "#/definitions/generic.resource.api.param.Param"
4780       responses:
4781         400:
4782           description: "Internal error"
4783         201:
4784           description: "Object created"
4785         409:
4786           description: "Object already exists"
4787     put:
4788       tags:
4789       - "GENERIC-RESOURCE-API"
4790       description: "creates or updates generic.resource.api.param.Param"
4791       parameters:
4792       - name: "allotted-resource-id"
4793         in: "path"
4794         description: "Id of connection-attachment-allotted-resource"
4795         required: true
4796         type: "string"
4797       - name: "name"
4798         in: "path"
4799         description: "Id of param"
4800         required: true
4801         type: "string"
4802       - in: "body"
4803         name: "generic.resource.api.param.Param.body-param"
4804         description: "generic.resource.api.param.Param to be added or updated"
4805         required: false
4806         schema:
4807           $ref: "#/definitions/generic.resource.api.param.Param"
4808           originalRef: "#/definitions/generic.resource.api.param.Param"
4809       responses:
4810         400:
4811           description: "Internal error"
4812         201:
4813           description: "Object created"
4814         204:
4815           description: "Object modified"
4816     delete:
4817       tags:
4818       - "GENERIC-RESOURCE-API"
4819       description: "removes generic.resource.api.param.Param"
4820       parameters:
4821       - name: "allotted-resource-id"
4822         in: "path"
4823         description: "Id of connection-attachment-allotted-resource"
4824         required: true
4825         type: "string"
4826       - name: "name"
4827         in: "path"
4828         description: "Id of param"
4829         required: true
4830         type: "string"
4831       responses:
4832         400:
4833           description: "Internal error"
4834         204:
4835           description: "Object deleted"
4836   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/resource-resolution-data/
4837   : get:
4838       tags:
4839       - "GENERIC-RESOURCE-API"
4840       description: "returns generic.resource.api.param.param.ResourceResolutionData"
4841       parameters:
4842       - name: "allotted-resource-id"
4843         in: "path"
4844         description: "Id of connection-attachment-allotted-resource"
4845         required: true
4846         type: "string"
4847       - name: "name"
4848         in: "path"
4849         description: "Id of param"
4850         required: true
4851         type: "string"
4852       responses:
4853         400:
4854           description: "Internal error"
4855         200:
4856           description: "generic.resource.api.param.param.ResourceResolutionData"
4857           responseSchema:
4858             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4859             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4860           schema:
4861             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4862             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4863     post:
4864       tags:
4865       - "GENERIC-RESOURCE-API"
4866       description: "creates generic.resource.api.param.param.ResourceResolutionData"
4867       parameters:
4868       - name: "allotted-resource-id"
4869         in: "path"
4870         description: "Id of connection-attachment-allotted-resource"
4871         required: true
4872         type: "string"
4873       - name: "name"
4874         in: "path"
4875         description: "Id of param"
4876         required: true
4877         type: "string"
4878       - in: "body"
4879         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
4880         description: "generic.resource.api.param.param.ResourceResolutionData to be\
4881           \ added to list"
4882         required: false
4883         schema:
4884           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4885           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4886       responses:
4887         400:
4888           description: "Internal error"
4889         201:
4890           description: "Object created"
4891         409:
4892           description: "Object already exists"
4893     put:
4894       tags:
4895       - "GENERIC-RESOURCE-API"
4896       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
4897       parameters:
4898       - name: "allotted-resource-id"
4899         in: "path"
4900         description: "Id of connection-attachment-allotted-resource"
4901         required: true
4902         type: "string"
4903       - name: "name"
4904         in: "path"
4905         description: "Id of param"
4906         required: true
4907         type: "string"
4908       - in: "body"
4909         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
4910         description: "generic.resource.api.param.param.ResourceResolutionData to be\
4911           \ added or updated"
4912         required: false
4913         schema:
4914           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4915           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
4916       responses:
4917         400:
4918           description: "Internal error"
4919         201:
4920           description: "Object created"
4921         204:
4922           description: "Object modified"
4923     delete:
4924       tags:
4925       - "GENERIC-RESOURCE-API"
4926       description: "removes generic.resource.api.param.param.ResourceResolutionData"
4927       parameters:
4928       - name: "allotted-resource-id"
4929         in: "path"
4930         description: "Id of connection-attachment-allotted-resource"
4931         required: true
4932         type: "string"
4933       - name: "name"
4934         in: "path"
4935         description: "Id of param"
4936         required: true
4937         type: "string"
4938       responses:
4939         400:
4940           description: "Internal error"
4941         204:
4942           description: "Object deleted"
4943   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/
4944   : post:
4945       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4946       parameters:
4947       - name: "allotted-resource-id"
4948         in: "path"
4949         description: "Id of connection-attachment-allotted-resource"
4950         required: true
4951         type: "string"
4952       - name: "name"
4953         in: "path"
4954         description: "Id of param"
4955         required: true
4956         type: "string"
4957       - in: "body"
4958         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
4959         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
4960           \ to be added to list"
4961         required: false
4962         schema:
4963           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4964           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4965       responses:
4966         400:
4967           description: "Internal error"
4968         201:
4969           description: "Object created"
4970         409:
4971           description: "Object already exists"
4972   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
4973   : get:
4974       tags:
4975       - "GENERIC-RESOURCE-API"
4976       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4977       parameters:
4978       - name: "allotted-resource-id"
4979         in: "path"
4980         description: "Id of connection-attachment-allotted-resource"
4981         required: true
4982         type: "string"
4983       - name: "name"
4984         in: "path"
4985         description: "Id of param"
4986         required: true
4987         type: "string"
4988       - name: "resource-key-name"
4989         in: "path"
4990         description: "Id of resource-key"
4991         required: true
4992         type: "string"
4993       responses:
4994         400:
4995           description: "Internal error"
4996         200:
4997           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
4998           responseSchema:
4999             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5000             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5001           schema:
5002             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5003             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5004     post:
5005       tags:
5006       - "GENERIC-RESOURCE-API"
5007       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5008       parameters:
5009       - name: "allotted-resource-id"
5010         in: "path"
5011         description: "Id of connection-attachment-allotted-resource"
5012         required: true
5013         type: "string"
5014       - name: "name"
5015         in: "path"
5016         description: "Id of param"
5017         required: true
5018         type: "string"
5019       - name: "resource-key-name"
5020         in: "path"
5021         description: "Id of resource-key"
5022         required: true
5023         type: "string"
5024       - in: "body"
5025         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
5026         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
5027           \ to be added to list"
5028         required: false
5029         schema:
5030           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5031           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5032       responses:
5033         400:
5034           description: "Internal error"
5035         201:
5036           description: "Object created"
5037         409:
5038           description: "Object already exists"
5039     put:
5040       tags:
5041       - "GENERIC-RESOURCE-API"
5042       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5043       parameters:
5044       - name: "allotted-resource-id"
5045         in: "path"
5046         description: "Id of connection-attachment-allotted-resource"
5047         required: true
5048         type: "string"
5049       - name: "name"
5050         in: "path"
5051         description: "Id of param"
5052         required: true
5053         type: "string"
5054       - name: "resource-key-name"
5055         in: "path"
5056         description: "Id of resource-key"
5057         required: true
5058         type: "string"
5059       - in: "body"
5060         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
5061         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
5062           \ to be added or updated"
5063         required: false
5064         schema:
5065           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5066           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5067       responses:
5068         400:
5069           description: "Internal error"
5070         201:
5071           description: "Object created"
5072         204:
5073           description: "Object modified"
5074     delete:
5075       tags:
5076       - "GENERIC-RESOURCE-API"
5077       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
5078       parameters:
5079       - name: "allotted-resource-id"
5080         in: "path"
5081         description: "Id of connection-attachment-allotted-resource"
5082         required: true
5083         type: "string"
5084       - name: "name"
5085         in: "path"
5086         description: "Id of param"
5087         required: true
5088         type: "string"
5089       - name: "resource-key-name"
5090         in: "path"
5091         description: "Id of resource-key"
5092         required: true
5093         type: "string"
5094       responses:
5095         400:
5096           description: "Internal error"
5097         204:
5098           description: "Object deleted"
5099   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/onap-model-information/
5100   : get:
5101       tags:
5102       - "GENERIC-RESOURCE-API"
5103       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
5104       parameters:
5105       - name: "allotted-resource-id"
5106         in: "path"
5107         description: "Id of connection-attachment-allotted-resource"
5108         required: true
5109         type: "string"
5110       responses:
5111         400:
5112           description: "Internal error"
5113         200:
5114           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
5115           responseSchema:
5116             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5117             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5118           schema:
5119             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5120             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5121     post:
5122       tags:
5123       - "GENERIC-RESOURCE-API"
5124       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
5125       parameters:
5126       - name: "allotted-resource-id"
5127         in: "path"
5128         description: "Id of connection-attachment-allotted-resource"
5129         required: true
5130         type: "string"
5131       - in: "body"
5132         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
5133         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
5134           \ to be added to list"
5135         required: false
5136         schema:
5137           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5138           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5139       responses:
5140         400:
5141           description: "Internal error"
5142         201:
5143           description: "Object created"
5144         409:
5145           description: "Object already exists"
5146     put:
5147       tags:
5148       - "GENERIC-RESOURCE-API"
5149       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
5150       parameters:
5151       - name: "allotted-resource-id"
5152         in: "path"
5153         description: "Id of connection-attachment-allotted-resource"
5154         required: true
5155         type: "string"
5156       - in: "body"
5157         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
5158         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
5159           \ to be added or updated"
5160         required: false
5161         schema:
5162           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5163           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5164       responses:
5165         400:
5166           description: "Internal error"
5167         201:
5168           description: "Object created"
5169         204:
5170           description: "Object modified"
5171     delete:
5172       tags:
5173       - "GENERIC-RESOURCE-API"
5174       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
5175       parameters:
5176       - name: "allotted-resource-id"
5177         in: "path"
5178         description: "Id of connection-attachment-allotted-resource"
5179         required: true
5180         type: "string"
5181       responses:
5182         400:
5183           description: "Internal error"
5184         204:
5185           description: "Object deleted"
5186   ? /config/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-status/
5187   : get:
5188       tags:
5189       - "GENERIC-RESOURCE-API"
5190       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5191       parameters:
5192       - name: "allotted-resource-id"
5193         in: "path"
5194         description: "Id of connection-attachment-allotted-resource"
5195         required: true
5196         type: "string"
5197       responses:
5198         400:
5199           description: "Internal error"
5200         200:
5201           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5202           responseSchema:
5203             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5204             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5205           schema:
5206             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5207             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5208     post:
5209       tags:
5210       - "GENERIC-RESOURCE-API"
5211       description: "creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5212       parameters:
5213       - name: "allotted-resource-id"
5214         in: "path"
5215         description: "Id of connection-attachment-allotted-resource"
5216         required: true
5217         type: "string"
5218       - in: "body"
5219         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
5220         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
5221           \ to be added to list"
5222         required: false
5223         schema:
5224           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5225           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5226       responses:
5227         400:
5228           description: "Internal error"
5229         201:
5230           description: "Object created"
5231         409:
5232           description: "Object already exists"
5233     put:
5234       tags:
5235       - "GENERIC-RESOURCE-API"
5236       description: "creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5237       parameters:
5238       - name: "allotted-resource-id"
5239         in: "path"
5240         description: "Id of connection-attachment-allotted-resource"
5241         required: true
5242         type: "string"
5243       - in: "body"
5244         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
5245         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
5246           \ to be added or updated"
5247         required: false
5248         schema:
5249           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5250           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5251       responses:
5252         400:
5253           description: "Internal error"
5254         201:
5255           description: "Object created"
5256         204:
5257           description: "Object modified"
5258     delete:
5259       tags:
5260       - "GENERIC-RESOURCE-API"
5261       description: "removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
5262       parameters:
5263       - name: "allotted-resource-id"
5264         in: "path"
5265         description: "Id of connection-attachment-allotted-resource"
5266         required: true
5267         type: "string"
5268       responses:
5269         400:
5270           description: "Internal error"
5271         204:
5272           description: "Object deleted"
5273   /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/:
5274     get:
5275       tags:
5276       - "GENERIC-RESOURCE-API"
5277       description: "returns generic.resource.api.ContrailRouteAllottedResources"
5278       parameters: []
5279       responses:
5280         400:
5281           description: "Internal error"
5282         200:
5283           description: "generic.resource.api.ContrailRouteAllottedResources"
5284           responseSchema:
5285             $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5286             originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5287           schema:
5288             $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5289             originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5290     post:
5291       tags:
5292       - "GENERIC-RESOURCE-API"
5293       description: "creates generic.resource.api.ContrailRouteAllottedResources"
5294       parameters:
5295       - in: "body"
5296         name: "generic.resource.api.ContrailRouteAllottedResources.body-param"
5297         description: "generic.resource.api.ContrailRouteAllottedResources to be added\
5298           \ to list"
5299         required: false
5300         schema:
5301           $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5302           originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5303       responses:
5304         400:
5305           description: "Internal error"
5306         201:
5307           description: "Object created"
5308         409:
5309           description: "Object already exists"
5310     put:
5311       tags:
5312       - "GENERIC-RESOURCE-API"
5313       description: "creates or updates generic.resource.api.ContrailRouteAllottedResources"
5314       parameters:
5315       - in: "body"
5316         name: "generic.resource.api.ContrailRouteAllottedResources.body-param"
5317         description: "generic.resource.api.ContrailRouteAllottedResources to be added\
5318           \ or updated"
5319         required: false
5320         schema:
5321           $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5322           originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
5323       responses:
5324         400:
5325           description: "Internal error"
5326         201:
5327           description: "Object created"
5328         204:
5329           description: "Object modified"
5330     delete:
5331       tags:
5332       - "GENERIC-RESOURCE-API"
5333       description: "removes generic.resource.api.ContrailRouteAllottedResources"
5334       parameters: []
5335       responses:
5336         400:
5337           description: "Internal error"
5338         204:
5339           description: "Object deleted"
5340   /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/:
5341     post:
5342       description: "creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5343       parameters:
5344       - in: "body"
5345         name: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param"
5346         description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource\
5347           \ to be added to list"
5348         required: false
5349         schema:
5350           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5351           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5352       responses:
5353         400:
5354           description: "Internal error"
5355         201:
5356           description: "Object created"
5357         409:
5358           description: "Object already exists"
5359   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/
5360   : get:
5361       tags:
5362       - "GENERIC-RESOURCE-API"
5363       description: "returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5364       parameters:
5365       - name: "allotted-resource-id"
5366         in: "path"
5367         description: "Id of contrail-route-allotted-resource"
5368         required: true
5369         type: "string"
5370       responses:
5371         400:
5372           description: "Internal error"
5373         200:
5374           description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5375           responseSchema:
5376             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5377             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5378           schema:
5379             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5380             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5381     post:
5382       tags:
5383       - "GENERIC-RESOURCE-API"
5384       description: "creates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5385       parameters:
5386       - name: "allotted-resource-id"
5387         in: "path"
5388         description: "Id of contrail-route-allotted-resource"
5389         required: true
5390         type: "string"
5391       - in: "body"
5392         name: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param"
5393         description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource\
5394           \ to be added to list"
5395         required: false
5396         schema:
5397           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5398           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5399       responses:
5400         400:
5401           description: "Internal error"
5402         201:
5403           description: "Object created"
5404         409:
5405           description: "Object already exists"
5406     put:
5407       tags:
5408       - "GENERIC-RESOURCE-API"
5409       description: "creates or updates generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5410       parameters:
5411       - name: "allotted-resource-id"
5412         in: "path"
5413         description: "Id of contrail-route-allotted-resource"
5414         required: true
5415         type: "string"
5416       - in: "body"
5417         name: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource.body-param"
5418         description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource\
5419           \ to be added or updated"
5420         required: false
5421         schema:
5422           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5423           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5424       responses:
5425         400:
5426           description: "Internal error"
5427         201:
5428           description: "Object created"
5429         204:
5430           description: "Object modified"
5431     delete:
5432       tags:
5433       - "GENERIC-RESOURCE-API"
5434       description: "removes generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
5435       parameters:
5436       - name: "allotted-resource-id"
5437         in: "path"
5438         description: "Id of contrail-route-allotted-resource"
5439         required: true
5440         type: "string"
5441       responses:
5442         400:
5443           description: "Internal error"
5444         204:
5445           description: "Object deleted"
5446   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/
5447   : get:
5448       tags:
5449       - "GENERIC-RESOURCE-API"
5450       description: "returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5451       parameters:
5452       - name: "allotted-resource-id"
5453         in: "path"
5454         description: "Id of contrail-route-allotted-resource"
5455         required: true
5456         type: "string"
5457       responses:
5458         400:
5459           description: "Internal error"
5460         200:
5461           description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5462           responseSchema:
5463             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5464             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5465           schema:
5466             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5467             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5468     post:
5469       tags:
5470       - "GENERIC-RESOURCE-API"
5471       description: "creates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5472       parameters:
5473       - name: "allotted-resource-id"
5474         in: "path"
5475         description: "Id of contrail-route-allotted-resource"
5476         required: true
5477         type: "string"
5478       - in: "body"
5479         name: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param"
5480         description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData\
5481           \ to be added to list"
5482         required: false
5483         schema:
5484           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5485           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5486       responses:
5487         400:
5488           description: "Internal error"
5489         201:
5490           description: "Object created"
5491         409:
5492           description: "Object already exists"
5493     put:
5494       tags:
5495       - "GENERIC-RESOURCE-API"
5496       description: "creates or updates generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5497       parameters:
5498       - name: "allotted-resource-id"
5499         in: "path"
5500         description: "Id of contrail-route-allotted-resource"
5501         required: true
5502         type: "string"
5503       - in: "body"
5504         name: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData.body-param"
5505         description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData\
5506           \ to be added or updated"
5507         required: false
5508         schema:
5509           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5510           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5511       responses:
5512         400:
5513           description: "Internal error"
5514         201:
5515           description: "Object created"
5516         204:
5517           description: "Object modified"
5518     delete:
5519       tags:
5520       - "GENERIC-RESOURCE-API"
5521       description: "removes generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
5522       parameters:
5523       - name: "allotted-resource-id"
5524         in: "path"
5525         description: "Id of contrail-route-allotted-resource"
5526         required: true
5527         type: "string"
5528       responses:
5529         400:
5530           description: "Internal error"
5531         204:
5532           description: "Object deleted"
5533   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
5534   : get:
5535       tags:
5536       - "GENERIC-RESOURCE-API"
5537       description: "returns generic.resource.api.OperStatusData"
5538       parameters:
5539       - name: "allotted-resource-id"
5540         in: "path"
5541         description: "Id of contrail-route-allotted-resource"
5542         required: true
5543         type: "string"
5544       responses:
5545         400:
5546           description: "Internal error"
5547         200:
5548           description: "generic.resource.api.OperStatusData"
5549           responseSchema:
5550             $ref: "#/definitions/generic.resource.api.OperStatusData"
5551             originalRef: "#/definitions/generic.resource.api.OperStatusData"
5552           schema:
5553             $ref: "#/definitions/generic.resource.api.OperStatusData"
5554             originalRef: "#/definitions/generic.resource.api.OperStatusData"
5555     post:
5556       tags:
5557       - "GENERIC-RESOURCE-API"
5558       description: "creates generic.resource.api.OperStatusData"
5559       parameters:
5560       - name: "allotted-resource-id"
5561         in: "path"
5562         description: "Id of contrail-route-allotted-resource"
5563         required: true
5564         type: "string"
5565       - in: "body"
5566         name: "generic.resource.api.OperStatusData.body-param"
5567         description: "generic.resource.api.OperStatusData to be added to list"
5568         required: false
5569         schema:
5570           $ref: "#/definitions/generic.resource.api.OperStatusData"
5571           originalRef: "#/definitions/generic.resource.api.OperStatusData"
5572       responses:
5573         400:
5574           description: "Internal error"
5575         201:
5576           description: "Object created"
5577         409:
5578           description: "Object already exists"
5579     put:
5580       tags:
5581       - "GENERIC-RESOURCE-API"
5582       description: "creates or updates generic.resource.api.OperStatusData"
5583       parameters:
5584       - name: "allotted-resource-id"
5585         in: "path"
5586         description: "Id of contrail-route-allotted-resource"
5587         required: true
5588         type: "string"
5589       - in: "body"
5590         name: "generic.resource.api.OperStatusData.body-param"
5591         description: "generic.resource.api.OperStatusData to be added or updated"
5592         required: false
5593         schema:
5594           $ref: "#/definitions/generic.resource.api.OperStatusData"
5595           originalRef: "#/definitions/generic.resource.api.OperStatusData"
5596       responses:
5597         400:
5598           description: "Internal error"
5599         201:
5600           description: "Object created"
5601         204:
5602           description: "Object modified"
5603     delete:
5604       tags:
5605       - "GENERIC-RESOURCE-API"
5606       description: "removes generic.resource.api.OperStatusData"
5607       parameters:
5608       - name: "allotted-resource-id"
5609         in: "path"
5610         description: "Id of contrail-route-allotted-resource"
5611         required: true
5612         type: "string"
5613       responses:
5614         400:
5615           description: "Internal error"
5616         204:
5617           description: "Object deleted"
5618   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
5619   : get:
5620       tags:
5621       - "GENERIC-RESOURCE-API"
5622       description: "returns generic.resource.api.ContrailRouteOperationInformation"
5623       parameters:
5624       - name: "allotted-resource-id"
5625         in: "path"
5626         description: "Id of contrail-route-allotted-resource"
5627         required: true
5628         type: "string"
5629       responses:
5630         400:
5631           description: "Internal error"
5632         200:
5633           description: "generic.resource.api.ContrailRouteOperationInformation"
5634           responseSchema:
5635             $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5636             originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5637           schema:
5638             $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5639             originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5640     post:
5641       tags:
5642       - "GENERIC-RESOURCE-API"
5643       description: "creates generic.resource.api.ContrailRouteOperationInformation"
5644       parameters:
5645       - name: "allotted-resource-id"
5646         in: "path"
5647         description: "Id of contrail-route-allotted-resource"
5648         required: true
5649         type: "string"
5650       - in: "body"
5651         name: "generic.resource.api.ContrailRouteOperationInformation.body-param"
5652         description: "generic.resource.api.ContrailRouteOperationInformation to be\
5653           \ added to list"
5654         required: false
5655         schema:
5656           $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5657           originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5658       responses:
5659         400:
5660           description: "Internal error"
5661         201:
5662           description: "Object created"
5663         409:
5664           description: "Object already exists"
5665     put:
5666       tags:
5667       - "GENERIC-RESOURCE-API"
5668       description: "creates or updates generic.resource.api.ContrailRouteOperationInformation"
5669       parameters:
5670       - name: "allotted-resource-id"
5671         in: "path"
5672         description: "Id of contrail-route-allotted-resource"
5673         required: true
5674         type: "string"
5675       - in: "body"
5676         name: "generic.resource.api.ContrailRouteOperationInformation.body-param"
5677         description: "generic.resource.api.ContrailRouteOperationInformation to be\
5678           \ added or updated"
5679         required: false
5680         schema:
5681           $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5682           originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
5683       responses:
5684         400:
5685           description: "Internal error"
5686         201:
5687           description: "Object created"
5688         204:
5689           description: "Object modified"
5690     delete:
5691       tags:
5692       - "GENERIC-RESOURCE-API"
5693       description: "removes generic.resource.api.ContrailRouteOperationInformation"
5694       parameters:
5695       - name: "allotted-resource-id"
5696         in: "path"
5697         description: "Id of contrail-route-allotted-resource"
5698         required: true
5699         type: "string"
5700       responses:
5701         400:
5702           description: "Internal error"
5703         204:
5704           description: "Object deleted"
5705   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
5706   : get:
5707       tags:
5708       - "GENERIC-RESOURCE-API"
5709       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5710       parameters:
5711       - name: "allotted-resource-id"
5712         in: "path"
5713         description: "Id of contrail-route-allotted-resource"
5714         required: true
5715         type: "string"
5716       responses:
5717         400:
5718           description: "Internal error"
5719         200:
5720           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5721           responseSchema:
5722             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5723             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5724           schema:
5725             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5726             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5727     post:
5728       tags:
5729       - "GENERIC-RESOURCE-API"
5730       description: "creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5731       parameters:
5732       - name: "allotted-resource-id"
5733         in: "path"
5734         description: "Id of contrail-route-allotted-resource"
5735         required: true
5736         type: "string"
5737       - in: "body"
5738         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
5739         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
5740           \ to be added to list"
5741         required: false
5742         schema:
5743           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5744           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5745       responses:
5746         400:
5747           description: "Internal error"
5748         201:
5749           description: "Object created"
5750         409:
5751           description: "Object already exists"
5752     put:
5753       tags:
5754       - "GENERIC-RESOURCE-API"
5755       description: "creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5756       parameters:
5757       - name: "allotted-resource-id"
5758         in: "path"
5759         description: "Id of contrail-route-allotted-resource"
5760         required: true
5761         type: "string"
5762       - in: "body"
5763         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
5764         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
5765           \ to be added or updated"
5766         required: false
5767         schema:
5768           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5769           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5770       responses:
5771         400:
5772           description: "Internal error"
5773         201:
5774           description: "Object created"
5775         204:
5776           description: "Object modified"
5777     delete:
5778       tags:
5779       - "GENERIC-RESOURCE-API"
5780       description: "removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
5781       parameters:
5782       - name: "allotted-resource-id"
5783         in: "path"
5784         description: "Id of contrail-route-allotted-resource"
5785         required: true
5786         type: "string"
5787       responses:
5788         400:
5789           description: "Internal error"
5790         204:
5791           description: "Object deleted"
5792   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
5793   : get:
5794       tags:
5795       - "GENERIC-RESOURCE-API"
5796       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
5797       parameters:
5798       - name: "allotted-resource-id"
5799         in: "path"
5800         description: "Id of contrail-route-allotted-resource"
5801         required: true
5802         type: "string"
5803       responses:
5804         400:
5805           description: "Internal error"
5806         200:
5807           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
5808           responseSchema:
5809             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5810             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5811           schema:
5812             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5813             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5814     post:
5815       tags:
5816       - "GENERIC-RESOURCE-API"
5817       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
5818       parameters:
5819       - name: "allotted-resource-id"
5820         in: "path"
5821         description: "Id of contrail-route-allotted-resource"
5822         required: true
5823         type: "string"
5824       - in: "body"
5825         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
5826         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
5827           \ to be added to list"
5828         required: false
5829         schema:
5830           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5831           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5832       responses:
5833         400:
5834           description: "Internal error"
5835         201:
5836           description: "Object created"
5837         409:
5838           description: "Object already exists"
5839     put:
5840       tags:
5841       - "GENERIC-RESOURCE-API"
5842       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
5843       parameters:
5844       - name: "allotted-resource-id"
5845         in: "path"
5846         description: "Id of contrail-route-allotted-resource"
5847         required: true
5848         type: "string"
5849       - in: "body"
5850         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
5851         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
5852           \ to be added or updated"
5853         required: false
5854         schema:
5855           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5856           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
5857       responses:
5858         400:
5859           description: "Internal error"
5860         201:
5861           description: "Object created"
5862         204:
5863           description: "Object modified"
5864     delete:
5865       tags:
5866       - "GENERIC-RESOURCE-API"
5867       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
5868       parameters:
5869       - name: "allotted-resource-id"
5870         in: "path"
5871         description: "Id of contrail-route-allotted-resource"
5872         required: true
5873         type: "string"
5874       responses:
5875         400:
5876           description: "Internal error"
5877         204:
5878           description: "Object deleted"
5879   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/
5880   : get:
5881       tags:
5882       - "GENERIC-RESOURCE-API"
5883       description: "returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5884       parameters:
5885       - name: "allotted-resource-id"
5886         in: "path"
5887         description: "Id of contrail-route-allotted-resource"
5888         required: true
5889         type: "string"
5890       responses:
5891         400:
5892           description: "Internal error"
5893         200:
5894           description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5895           responseSchema:
5896             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5897             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5898           schema:
5899             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5900             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5901     post:
5902       tags:
5903       - "GENERIC-RESOURCE-API"
5904       description: "creates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5905       parameters:
5906       - name: "allotted-resource-id"
5907         in: "path"
5908         description: "Id of contrail-route-allotted-resource"
5909         required: true
5910         type: "string"
5911       - in: "body"
5912         name: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param"
5913         description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput\
5914           \ to be added to list"
5915         required: false
5916         schema:
5917           $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5918           originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5919       responses:
5920         400:
5921           description: "Internal error"
5922         201:
5923           description: "Object created"
5924         409:
5925           description: "Object already exists"
5926     put:
5927       tags:
5928       - "GENERIC-RESOURCE-API"
5929       description: "creates or updates generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5930       parameters:
5931       - name: "allotted-resource-id"
5932         in: "path"
5933         description: "Id of contrail-route-allotted-resource"
5934         required: true
5935         type: "string"
5936       - in: "body"
5937         name: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput.body-param"
5938         description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput\
5939           \ to be added or updated"
5940         required: false
5941         schema:
5942           $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5943           originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5944       responses:
5945         400:
5946           description: "Internal error"
5947         201:
5948           description: "Object created"
5949         204:
5950           description: "Object modified"
5951     delete:
5952       tags:
5953       - "GENERIC-RESOURCE-API"
5954       description: "removes generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
5955       parameters:
5956       - name: "allotted-resource-id"
5957         in: "path"
5958         description: "Id of contrail-route-allotted-resource"
5959         required: true
5960         type: "string"
5961       responses:
5962         400:
5963           description: "Internal error"
5964         204:
5965           description: "Object deleted"
5966   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-applied-service-info/
5967   : get:
5968       tags:
5969       - "GENERIC-RESOURCE-API"
5970       description: "returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5971       parameters:
5972       - name: "allotted-resource-id"
5973         in: "path"
5974         description: "Id of contrail-route-allotted-resource"
5975         required: true
5976         type: "string"
5977       responses:
5978         400:
5979           description: "Internal error"
5980         200:
5981           description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5982           responseSchema:
5983             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5984             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5985           schema:
5986             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5987             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5988     post:
5989       tags:
5990       - "GENERIC-RESOURCE-API"
5991       description: "creates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
5992       parameters:
5993       - name: "allotted-resource-id"
5994         in: "path"
5995         description: "Id of contrail-route-allotted-resource"
5996         required: true
5997         type: "string"
5998       - in: "body"
5999         name: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param"
6000         description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo\
6001           \ to be added to list"
6002         required: false
6003         schema:
6004           $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6005           originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6006       responses:
6007         400:
6008           description: "Internal error"
6009         201:
6010           description: "Object created"
6011         409:
6012           description: "Object already exists"
6013     put:
6014       tags:
6015       - "GENERIC-RESOURCE-API"
6016       description: "creates or updates generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6017       parameters:
6018       - name: "allotted-resource-id"
6019         in: "path"
6020         description: "Id of contrail-route-allotted-resource"
6021         required: true
6022         type: "string"
6023       - in: "body"
6024         name: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo.body-param"
6025         description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo\
6026           \ to be added or updated"
6027         required: false
6028         schema:
6029           $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6030           originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6031       responses:
6032         400:
6033           description: "Internal error"
6034         201:
6035           description: "Object created"
6036         204:
6037           description: "Object modified"
6038     delete:
6039       tags:
6040       - "GENERIC-RESOURCE-API"
6041       description: "removes generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
6042       parameters:
6043       - name: "allotted-resource-id"
6044         in: "path"
6045         description: "Id of contrail-route-allotted-resource"
6046         required: true
6047         type: "string"
6048       responses:
6049         400:
6050           description: "Internal error"
6051         204:
6052           description: "Object deleted"
6053   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/
6054   : get:
6055       tags:
6056       - "GENERIC-RESOURCE-API"
6057       description: "returns generic.resource.api.Param"
6058       parameters:
6059       - name: "allotted-resource-id"
6060         in: "path"
6061         description: "Id of contrail-route-allotted-resource"
6062         required: true
6063         type: "string"
6064       responses:
6065         400:
6066           description: "Internal error"
6067         200:
6068           description: "generic.resource.api.Param"
6069           responseSchema:
6070             $ref: "#/definitions/generic.resource.api.Param"
6071             originalRef: "#/definitions/generic.resource.api.Param"
6072           schema:
6073             $ref: "#/definitions/generic.resource.api.Param"
6074             originalRef: "#/definitions/generic.resource.api.Param"
6075     post:
6076       tags:
6077       - "GENERIC-RESOURCE-API"
6078       description: "creates generic.resource.api.Param"
6079       parameters:
6080       - name: "allotted-resource-id"
6081         in: "path"
6082         description: "Id of contrail-route-allotted-resource"
6083         required: true
6084         type: "string"
6085       - in: "body"
6086         name: "generic.resource.api.Param.body-param"
6087         description: "generic.resource.api.Param to be added to list"
6088         required: false
6089         schema:
6090           $ref: "#/definitions/generic.resource.api.Param"
6091           originalRef: "#/definitions/generic.resource.api.Param"
6092       responses:
6093         400:
6094           description: "Internal error"
6095         201:
6096           description: "Object created"
6097         409:
6098           description: "Object already exists"
6099     put:
6100       tags:
6101       - "GENERIC-RESOURCE-API"
6102       description: "creates or updates generic.resource.api.Param"
6103       parameters:
6104       - name: "allotted-resource-id"
6105         in: "path"
6106         description: "Id of contrail-route-allotted-resource"
6107         required: true
6108         type: "string"
6109       - in: "body"
6110         name: "generic.resource.api.Param.body-param"
6111         description: "generic.resource.api.Param to be added or updated"
6112         required: false
6113         schema:
6114           $ref: "#/definitions/generic.resource.api.Param"
6115           originalRef: "#/definitions/generic.resource.api.Param"
6116       responses:
6117         400:
6118           description: "Internal error"
6119         201:
6120           description: "Object created"
6121         204:
6122           description: "Object modified"
6123     delete:
6124       tags:
6125       - "GENERIC-RESOURCE-API"
6126       description: "removes generic.resource.api.Param"
6127       parameters:
6128       - name: "allotted-resource-id"
6129         in: "path"
6130         description: "Id of contrail-route-allotted-resource"
6131         required: true
6132         type: "string"
6133       responses:
6134         400:
6135           description: "Internal error"
6136         204:
6137           description: "Object deleted"
6138   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/
6139   : post:
6140       description: "creates generic.resource.api.param.Param"
6141       parameters:
6142       - name: "allotted-resource-id"
6143         in: "path"
6144         description: "Id of contrail-route-allotted-resource"
6145         required: true
6146         type: "string"
6147       - in: "body"
6148         name: "generic.resource.api.param.Param.body-param"
6149         description: "generic.resource.api.param.Param to be added to list"
6150         required: false
6151         schema:
6152           $ref: "#/definitions/generic.resource.api.param.Param"
6153           originalRef: "#/definitions/generic.resource.api.param.Param"
6154       responses:
6155         400:
6156           description: "Internal error"
6157         201:
6158           description: "Object created"
6159         409:
6160           description: "Object already exists"
6161   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/
6162   : get:
6163       tags:
6164       - "GENERIC-RESOURCE-API"
6165       description: "returns generic.resource.api.param.Param"
6166       parameters:
6167       - name: "allotted-resource-id"
6168         in: "path"
6169         description: "Id of contrail-route-allotted-resource"
6170         required: true
6171         type: "string"
6172       - name: "name"
6173         in: "path"
6174         description: "Id of param"
6175         required: true
6176         type: "string"
6177       responses:
6178         400:
6179           description: "Internal error"
6180         200:
6181           description: "generic.resource.api.param.Param"
6182           responseSchema:
6183             $ref: "#/definitions/generic.resource.api.param.Param"
6184             originalRef: "#/definitions/generic.resource.api.param.Param"
6185           schema:
6186             $ref: "#/definitions/generic.resource.api.param.Param"
6187             originalRef: "#/definitions/generic.resource.api.param.Param"
6188     post:
6189       tags:
6190       - "GENERIC-RESOURCE-API"
6191       description: "creates generic.resource.api.param.Param"
6192       parameters:
6193       - name: "allotted-resource-id"
6194         in: "path"
6195         description: "Id of contrail-route-allotted-resource"
6196         required: true
6197         type: "string"
6198       - name: "name"
6199         in: "path"
6200         description: "Id of param"
6201         required: true
6202         type: "string"
6203       - in: "body"
6204         name: "generic.resource.api.param.Param.body-param"
6205         description: "generic.resource.api.param.Param to be added to list"
6206         required: false
6207         schema:
6208           $ref: "#/definitions/generic.resource.api.param.Param"
6209           originalRef: "#/definitions/generic.resource.api.param.Param"
6210       responses:
6211         400:
6212           description: "Internal error"
6213         201:
6214           description: "Object created"
6215         409:
6216           description: "Object already exists"
6217     put:
6218       tags:
6219       - "GENERIC-RESOURCE-API"
6220       description: "creates or updates generic.resource.api.param.Param"
6221       parameters:
6222       - name: "allotted-resource-id"
6223         in: "path"
6224         description: "Id of contrail-route-allotted-resource"
6225         required: true
6226         type: "string"
6227       - name: "name"
6228         in: "path"
6229         description: "Id of param"
6230         required: true
6231         type: "string"
6232       - in: "body"
6233         name: "generic.resource.api.param.Param.body-param"
6234         description: "generic.resource.api.param.Param to be added or updated"
6235         required: false
6236         schema:
6237           $ref: "#/definitions/generic.resource.api.param.Param"
6238           originalRef: "#/definitions/generic.resource.api.param.Param"
6239       responses:
6240         400:
6241           description: "Internal error"
6242         201:
6243           description: "Object created"
6244         204:
6245           description: "Object modified"
6246     delete:
6247       tags:
6248       - "GENERIC-RESOURCE-API"
6249       description: "removes generic.resource.api.param.Param"
6250       parameters:
6251       - name: "allotted-resource-id"
6252         in: "path"
6253         description: "Id of contrail-route-allotted-resource"
6254         required: true
6255         type: "string"
6256       - name: "name"
6257         in: "path"
6258         description: "Id of param"
6259         required: true
6260         type: "string"
6261       responses:
6262         400:
6263           description: "Internal error"
6264         204:
6265           description: "Object deleted"
6266   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/resource-resolution-data/
6267   : get:
6268       tags:
6269       - "GENERIC-RESOURCE-API"
6270       description: "returns generic.resource.api.param.param.ResourceResolutionData"
6271       parameters:
6272       - name: "allotted-resource-id"
6273         in: "path"
6274         description: "Id of contrail-route-allotted-resource"
6275         required: true
6276         type: "string"
6277       - name: "name"
6278         in: "path"
6279         description: "Id of param"
6280         required: true
6281         type: "string"
6282       responses:
6283         400:
6284           description: "Internal error"
6285         200:
6286           description: "generic.resource.api.param.param.ResourceResolutionData"
6287           responseSchema:
6288             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6289             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6290           schema:
6291             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6292             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6293     post:
6294       tags:
6295       - "GENERIC-RESOURCE-API"
6296       description: "creates generic.resource.api.param.param.ResourceResolutionData"
6297       parameters:
6298       - name: "allotted-resource-id"
6299         in: "path"
6300         description: "Id of contrail-route-allotted-resource"
6301         required: true
6302         type: "string"
6303       - name: "name"
6304         in: "path"
6305         description: "Id of param"
6306         required: true
6307         type: "string"
6308       - in: "body"
6309         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
6310         description: "generic.resource.api.param.param.ResourceResolutionData to be\
6311           \ added to list"
6312         required: false
6313         schema:
6314           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6315           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6316       responses:
6317         400:
6318           description: "Internal error"
6319         201:
6320           description: "Object created"
6321         409:
6322           description: "Object already exists"
6323     put:
6324       tags:
6325       - "GENERIC-RESOURCE-API"
6326       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
6327       parameters:
6328       - name: "allotted-resource-id"
6329         in: "path"
6330         description: "Id of contrail-route-allotted-resource"
6331         required: true
6332         type: "string"
6333       - name: "name"
6334         in: "path"
6335         description: "Id of param"
6336         required: true
6337         type: "string"
6338       - in: "body"
6339         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
6340         description: "generic.resource.api.param.param.ResourceResolutionData to be\
6341           \ added or updated"
6342         required: false
6343         schema:
6344           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6345           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
6346       responses:
6347         400:
6348           description: "Internal error"
6349         201:
6350           description: "Object created"
6351         204:
6352           description: "Object modified"
6353     delete:
6354       tags:
6355       - "GENERIC-RESOURCE-API"
6356       description: "removes generic.resource.api.param.param.ResourceResolutionData"
6357       parameters:
6358       - name: "allotted-resource-id"
6359         in: "path"
6360         description: "Id of contrail-route-allotted-resource"
6361         required: true
6362         type: "string"
6363       - name: "name"
6364         in: "path"
6365         description: "Id of param"
6366         required: true
6367         type: "string"
6368       responses:
6369         400:
6370           description: "Internal error"
6371         204:
6372           description: "Object deleted"
6373   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/resource-resolution-data/resource-key/
6374   : post:
6375       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6376       parameters:
6377       - name: "allotted-resource-id"
6378         in: "path"
6379         description: "Id of contrail-route-allotted-resource"
6380         required: true
6381         type: "string"
6382       - name: "name"
6383         in: "path"
6384         description: "Id of param"
6385         required: true
6386         type: "string"
6387       - in: "body"
6388         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
6389         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
6390           \ to be added to list"
6391         required: false
6392         schema:
6393           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6394           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6395       responses:
6396         400:
6397           description: "Internal error"
6398         201:
6399           description: "Object created"
6400         409:
6401           description: "Object already exists"
6402   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
6403   : get:
6404       tags:
6405       - "GENERIC-RESOURCE-API"
6406       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6407       parameters:
6408       - name: "allotted-resource-id"
6409         in: "path"
6410         description: "Id of contrail-route-allotted-resource"
6411         required: true
6412         type: "string"
6413       - name: "name"
6414         in: "path"
6415         description: "Id of param"
6416         required: true
6417         type: "string"
6418       - name: "resource-key-name"
6419         in: "path"
6420         description: "Id of resource-key"
6421         required: true
6422         type: "string"
6423       responses:
6424         400:
6425           description: "Internal error"
6426         200:
6427           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6428           responseSchema:
6429             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6430             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6431           schema:
6432             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6433             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6434     post:
6435       tags:
6436       - "GENERIC-RESOURCE-API"
6437       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6438       parameters:
6439       - name: "allotted-resource-id"
6440         in: "path"
6441         description: "Id of contrail-route-allotted-resource"
6442         required: true
6443         type: "string"
6444       - name: "name"
6445         in: "path"
6446         description: "Id of param"
6447         required: true
6448         type: "string"
6449       - name: "resource-key-name"
6450         in: "path"
6451         description: "Id of resource-key"
6452         required: true
6453         type: "string"
6454       - in: "body"
6455         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
6456         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
6457           \ to be added to list"
6458         required: false
6459         schema:
6460           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6461           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6462       responses:
6463         400:
6464           description: "Internal error"
6465         201:
6466           description: "Object created"
6467         409:
6468           description: "Object already exists"
6469     put:
6470       tags:
6471       - "GENERIC-RESOURCE-API"
6472       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6473       parameters:
6474       - name: "allotted-resource-id"
6475         in: "path"
6476         description: "Id of contrail-route-allotted-resource"
6477         required: true
6478         type: "string"
6479       - name: "name"
6480         in: "path"
6481         description: "Id of param"
6482         required: true
6483         type: "string"
6484       - name: "resource-key-name"
6485         in: "path"
6486         description: "Id of resource-key"
6487         required: true
6488         type: "string"
6489       - in: "body"
6490         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
6491         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
6492           \ to be added or updated"
6493         required: false
6494         schema:
6495           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6496           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6497       responses:
6498         400:
6499           description: "Internal error"
6500         201:
6501           description: "Object created"
6502         204:
6503           description: "Object modified"
6504     delete:
6505       tags:
6506       - "GENERIC-RESOURCE-API"
6507       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
6508       parameters:
6509       - name: "allotted-resource-id"
6510         in: "path"
6511         description: "Id of contrail-route-allotted-resource"
6512         required: true
6513         type: "string"
6514       - name: "name"
6515         in: "path"
6516         description: "Id of param"
6517         required: true
6518         type: "string"
6519       - name: "resource-key-name"
6520         in: "path"
6521         description: "Id of resource-key"
6522         required: true
6523         type: "string"
6524       responses:
6525         400:
6526           description: "Internal error"
6527         204:
6528           description: "Object deleted"
6529   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/dest-network/
6530   : get:
6531       tags:
6532       - "GENERIC-RESOURCE-API"
6533       description: "returns generic.resource.api.NetworkInfo"
6534       parameters:
6535       - name: "allotted-resource-id"
6536         in: "path"
6537         description: "Id of contrail-route-allotted-resource"
6538         required: true
6539         type: "string"
6540       responses:
6541         400:
6542           description: "Internal error"
6543         200:
6544           description: "generic.resource.api.NetworkInfo"
6545           responseSchema:
6546             $ref: "#/definitions/generic.resource.api.NetworkInfo"
6547             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6548           schema:
6549             $ref: "#/definitions/generic.resource.api.NetworkInfo"
6550             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6551     post:
6552       tags:
6553       - "GENERIC-RESOURCE-API"
6554       description: "creates generic.resource.api.NetworkInfo"
6555       parameters:
6556       - name: "allotted-resource-id"
6557         in: "path"
6558         description: "Id of contrail-route-allotted-resource"
6559         required: true
6560         type: "string"
6561       - in: "body"
6562         name: "generic.resource.api.NetworkInfo.body-param"
6563         description: "generic.resource.api.NetworkInfo to be added to list"
6564         required: false
6565         schema:
6566           $ref: "#/definitions/generic.resource.api.NetworkInfo"
6567           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6568       responses:
6569         400:
6570           description: "Internal error"
6571         201:
6572           description: "Object created"
6573         409:
6574           description: "Object already exists"
6575     put:
6576       tags:
6577       - "GENERIC-RESOURCE-API"
6578       description: "creates or updates generic.resource.api.NetworkInfo"
6579       parameters:
6580       - name: "allotted-resource-id"
6581         in: "path"
6582         description: "Id of contrail-route-allotted-resource"
6583         required: true
6584         type: "string"
6585       - in: "body"
6586         name: "generic.resource.api.NetworkInfo.body-param"
6587         description: "generic.resource.api.NetworkInfo to be added or updated"
6588         required: false
6589         schema:
6590           $ref: "#/definitions/generic.resource.api.NetworkInfo"
6591           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6592       responses:
6593         400:
6594           description: "Internal error"
6595         201:
6596           description: "Object created"
6597         204:
6598           description: "Object modified"
6599     delete:
6600       tags:
6601       - "GENERIC-RESOURCE-API"
6602       description: "removes generic.resource.api.NetworkInfo"
6603       parameters:
6604       - name: "allotted-resource-id"
6605         in: "path"
6606         description: "Id of contrail-route-allotted-resource"
6607         required: true
6608         type: "string"
6609       responses:
6610         400:
6611           description: "Internal error"
6612         204:
6613           description: "Object deleted"
6614   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/source-network/
6615   : get:
6616       tags:
6617       - "GENERIC-RESOURCE-API"
6618       description: "returns generic.resource.api.NetworkInfo"
6619       parameters:
6620       - name: "allotted-resource-id"
6621         in: "path"
6622         description: "Id of contrail-route-allotted-resource"
6623         required: true
6624         type: "string"
6625       responses:
6626         400:
6627           description: "Internal error"
6628         200:
6629           description: "generic.resource.api.NetworkInfo"
6630           responseSchema:
6631             $ref: "#/definitions/generic.resource.api.NetworkInfo"
6632             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6633           schema:
6634             $ref: "#/definitions/generic.resource.api.NetworkInfo"
6635             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6636     post:
6637       tags:
6638       - "GENERIC-RESOURCE-API"
6639       description: "creates generic.resource.api.NetworkInfo"
6640       parameters:
6641       - name: "allotted-resource-id"
6642         in: "path"
6643         description: "Id of contrail-route-allotted-resource"
6644         required: true
6645         type: "string"
6646       - in: "body"
6647         name: "generic.resource.api.NetworkInfo.body-param"
6648         description: "generic.resource.api.NetworkInfo to be added to list"
6649         required: false
6650         schema:
6651           $ref: "#/definitions/generic.resource.api.NetworkInfo"
6652           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6653       responses:
6654         400:
6655           description: "Internal error"
6656         201:
6657           description: "Object created"
6658         409:
6659           description: "Object already exists"
6660     put:
6661       tags:
6662       - "GENERIC-RESOURCE-API"
6663       description: "creates or updates generic.resource.api.NetworkInfo"
6664       parameters:
6665       - name: "allotted-resource-id"
6666         in: "path"
6667         description: "Id of contrail-route-allotted-resource"
6668         required: true
6669         type: "string"
6670       - in: "body"
6671         name: "generic.resource.api.NetworkInfo.body-param"
6672         description: "generic.resource.api.NetworkInfo to be added or updated"
6673         required: false
6674         schema:
6675           $ref: "#/definitions/generic.resource.api.NetworkInfo"
6676           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
6677       responses:
6678         400:
6679           description: "Internal error"
6680         201:
6681           description: "Object created"
6682         204:
6683           description: "Object modified"
6684     delete:
6685       tags:
6686       - "GENERIC-RESOURCE-API"
6687       description: "removes generic.resource.api.NetworkInfo"
6688       parameters:
6689       - name: "allotted-resource-id"
6690         in: "path"
6691         description: "Id of contrail-route-allotted-resource"
6692         required: true
6693         type: "string"
6694       responses:
6695         400:
6696           description: "Internal error"
6697         204:
6698           description: "Object deleted"
6699   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
6700   : get:
6701       tags:
6702       - "GENERIC-RESOURCE-API"
6703       description: "returns generic.resource.api.requestinformation.RequestInformation"
6704       parameters:
6705       - name: "allotted-resource-id"
6706         in: "path"
6707         description: "Id of contrail-route-allotted-resource"
6708         required: true
6709         type: "string"
6710       responses:
6711         400:
6712           description: "Internal error"
6713         200:
6714           description: "generic.resource.api.requestinformation.RequestInformation"
6715           responseSchema:
6716             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6717             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6718           schema:
6719             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6720             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6721     post:
6722       tags:
6723       - "GENERIC-RESOURCE-API"
6724       description: "creates generic.resource.api.requestinformation.RequestInformation"
6725       parameters:
6726       - name: "allotted-resource-id"
6727         in: "path"
6728         description: "Id of contrail-route-allotted-resource"
6729         required: true
6730         type: "string"
6731       - in: "body"
6732         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
6733         description: "generic.resource.api.requestinformation.RequestInformation to\
6734           \ be added to list"
6735         required: false
6736         schema:
6737           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6738           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6739       responses:
6740         400:
6741           description: "Internal error"
6742         201:
6743           description: "Object created"
6744         409:
6745           description: "Object already exists"
6746     put:
6747       tags:
6748       - "GENERIC-RESOURCE-API"
6749       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
6750       parameters:
6751       - name: "allotted-resource-id"
6752         in: "path"
6753         description: "Id of contrail-route-allotted-resource"
6754         required: true
6755         type: "string"
6756       - in: "body"
6757         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
6758         description: "generic.resource.api.requestinformation.RequestInformation to\
6759           \ be added or updated"
6760         required: false
6761         schema:
6762           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6763           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
6764       responses:
6765         400:
6766           description: "Internal error"
6767         201:
6768           description: "Object created"
6769         204:
6770           description: "Object modified"
6771     delete:
6772       tags:
6773       - "GENERIC-RESOURCE-API"
6774       description: "removes generic.resource.api.requestinformation.RequestInformation"
6775       parameters:
6776       - name: "allotted-resource-id"
6777         in: "path"
6778         description: "Id of contrail-route-allotted-resource"
6779         required: true
6780         type: "string"
6781       responses:
6782         400:
6783           description: "Internal error"
6784         204:
6785           description: "Object deleted"
6786   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
6787   : get:
6788       tags:
6789       - "GENERIC-RESOURCE-API"
6790       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
6791       parameters:
6792       - name: "allotted-resource-id"
6793         in: "path"
6794         description: "Id of contrail-route-allotted-resource"
6795         required: true
6796         type: "string"
6797       responses:
6798         400:
6799           description: "Internal error"
6800         200:
6801           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
6802           responseSchema:
6803             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6804             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6805           schema:
6806             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6807             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6808     post:
6809       tags:
6810       - "GENERIC-RESOURCE-API"
6811       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
6812       parameters:
6813       - name: "allotted-resource-id"
6814         in: "path"
6815         description: "Id of contrail-route-allotted-resource"
6816         required: true
6817         type: "string"
6818       - in: "body"
6819         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
6820         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
6821           \ be added to list"
6822         required: false
6823         schema:
6824           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6825           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6826       responses:
6827         400:
6828           description: "Internal error"
6829         201:
6830           description: "Object created"
6831         409:
6832           description: "Object already exists"
6833     put:
6834       tags:
6835       - "GENERIC-RESOURCE-API"
6836       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
6837       parameters:
6838       - name: "allotted-resource-id"
6839         in: "path"
6840         description: "Id of contrail-route-allotted-resource"
6841         required: true
6842         type: "string"
6843       - in: "body"
6844         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
6845         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
6846           \ be added or updated"
6847         required: false
6848         schema:
6849           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6850           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
6851       responses:
6852         400:
6853           description: "Internal error"
6854         201:
6855           description: "Object created"
6856         204:
6857           description: "Object modified"
6858     delete:
6859       tags:
6860       - "GENERIC-RESOURCE-API"
6861       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
6862       parameters:
6863       - name: "allotted-resource-id"
6864         in: "path"
6865         description: "Id of contrail-route-allotted-resource"
6866         required: true
6867         type: "string"
6868       responses:
6869         400:
6870           description: "Internal error"
6871         204:
6872           description: "Object deleted"
6873   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
6874   : get:
6875       tags:
6876       - "GENERIC-RESOURCE-API"
6877       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
6878       parameters:
6879       - name: "allotted-resource-id"
6880         in: "path"
6881         description: "Id of contrail-route-allotted-resource"
6882         required: true
6883         type: "string"
6884       responses:
6885         400:
6886           description: "Internal error"
6887         200:
6888           description: "generic.resource.api.serviceinformation.ServiceInformation"
6889           responseSchema:
6890             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6891             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6892           schema:
6893             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6894             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6895     post:
6896       tags:
6897       - "GENERIC-RESOURCE-API"
6898       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
6899       parameters:
6900       - name: "allotted-resource-id"
6901         in: "path"
6902         description: "Id of contrail-route-allotted-resource"
6903         required: true
6904         type: "string"
6905       - in: "body"
6906         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
6907         description: "generic.resource.api.serviceinformation.ServiceInformation to\
6908           \ be added to list"
6909         required: false
6910         schema:
6911           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6912           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6913       responses:
6914         400:
6915           description: "Internal error"
6916         201:
6917           description: "Object created"
6918         409:
6919           description: "Object already exists"
6920     put:
6921       tags:
6922       - "GENERIC-RESOURCE-API"
6923       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
6924       parameters:
6925       - name: "allotted-resource-id"
6926         in: "path"
6927         description: "Id of contrail-route-allotted-resource"
6928         required: true
6929         type: "string"
6930       - in: "body"
6931         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
6932         description: "generic.resource.api.serviceinformation.ServiceInformation to\
6933           \ be added or updated"
6934         required: false
6935         schema:
6936           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6937           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
6938       responses:
6939         400:
6940           description: "Internal error"
6941         201:
6942           description: "Object created"
6943         204:
6944           description: "Object modified"
6945     delete:
6946       tags:
6947       - "GENERIC-RESOURCE-API"
6948       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
6949       parameters:
6950       - name: "allotted-resource-id"
6951         in: "path"
6952         description: "Id of contrail-route-allotted-resource"
6953         required: true
6954         type: "string"
6955       responses:
6956         400:
6957           description: "Internal error"
6958         204:
6959           description: "Object deleted"
6960   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
6961   : get:
6962       tags:
6963       - "GENERIC-RESOURCE-API"
6964       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
6965       parameters:
6966       - name: "allotted-resource-id"
6967         in: "path"
6968         description: "Id of contrail-route-allotted-resource"
6969         required: true
6970         type: "string"
6971       responses:
6972         400:
6973           description: "Internal error"
6974         200:
6975           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
6976           responseSchema:
6977             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
6978             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
6979           schema:
6980             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
6981             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
6982     post:
6983       tags:
6984       - "GENERIC-RESOURCE-API"
6985       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
6986       parameters:
6987       - name: "allotted-resource-id"
6988         in: "path"
6989         description: "Id of contrail-route-allotted-resource"
6990         required: true
6991         type: "string"
6992       - in: "body"
6993         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
6994         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
6995           \ to be added to list"
6996         required: false
6997         schema:
6998           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
6999           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
7000       responses:
7001         400:
7002           description: "Internal error"
7003         201:
7004           description: "Object created"
7005         409:
7006           description: "Object already exists"
7007     put:
7008       tags:
7009       - "GENERIC-RESOURCE-API"
7010       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
7011       parameters:
7012       - name: "allotted-resource-id"
7013         in: "path"
7014         description: "Id of contrail-route-allotted-resource"
7015         required: true
7016         type: "string"
7017       - in: "body"
7018         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
7019         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
7020           \ to be added or updated"
7021         required: false
7022         schema:
7023           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
7024           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
7025       responses:
7026         400:
7027           description: "Internal error"
7028         201:
7029           description: "Object created"
7030         204:
7031           description: "Object modified"
7032     delete:
7033       tags:
7034       - "GENERIC-RESOURCE-API"
7035       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
7036       parameters:
7037       - name: "allotted-resource-id"
7038         in: "path"
7039         description: "Id of contrail-route-allotted-resource"
7040         required: true
7041         type: "string"
7042       responses:
7043         400:
7044           description: "Internal error"
7045         204:
7046           description: "Object deleted"
7047   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/
7048   : get:
7049       tags:
7050       - "GENERIC-RESOURCE-API"
7051       description: "returns generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7052       parameters:
7053       - name: "allotted-resource-id"
7054         in: "path"
7055         description: "Id of contrail-route-allotted-resource"
7056         required: true
7057         type: "string"
7058       responses:
7059         400:
7060           description: "Internal error"
7061         200:
7062           description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7063           responseSchema:
7064             $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7065             originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7066           schema:
7067             $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7068             originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7069     post:
7070       tags:
7071       - "GENERIC-RESOURCE-API"
7072       description: "creates generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7073       parameters:
7074       - name: "allotted-resource-id"
7075         in: "path"
7076         description: "Id of contrail-route-allotted-resource"
7077         required: true
7078         type: "string"
7079       - in: "body"
7080         name: "generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param"
7081         description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology\
7082           \ to be added to list"
7083         required: false
7084         schema:
7085           $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7086           originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7087       responses:
7088         400:
7089           description: "Internal error"
7090         201:
7091           description: "Object created"
7092         409:
7093           description: "Object already exists"
7094     put:
7095       tags:
7096       - "GENERIC-RESOURCE-API"
7097       description: "creates or updates generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7098       parameters:
7099       - name: "allotted-resource-id"
7100         in: "path"
7101         description: "Id of contrail-route-allotted-resource"
7102         required: true
7103         type: "string"
7104       - in: "body"
7105         name: "generic.resource.api.contrailroutetopology.ContrailRouteTopology.body-param"
7106         description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology\
7107           \ to be added or updated"
7108         required: false
7109         schema:
7110           $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7111           originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7112       responses:
7113         400:
7114           description: "Internal error"
7115         201:
7116           description: "Object created"
7117         204:
7118           description: "Object modified"
7119     delete:
7120       tags:
7121       - "GENERIC-RESOURCE-API"
7122       description: "removes generic.resource.api.contrailroutetopology.ContrailRouteTopology"
7123       parameters:
7124       - name: "allotted-resource-id"
7125         in: "path"
7126         description: "Id of contrail-route-allotted-resource"
7127         required: true
7128         type: "string"
7129       responses:
7130         400:
7131           description: "Internal error"
7132         204:
7133           description: "Object deleted"
7134   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/allotted-resource-identifiers/
7135   : get:
7136       tags:
7137       - "GENERIC-RESOURCE-API"
7138       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7139       parameters:
7140       - name: "allotted-resource-id"
7141         in: "path"
7142         description: "Id of contrail-route-allotted-resource"
7143         required: true
7144         type: "string"
7145       responses:
7146         400:
7147           description: "Internal error"
7148         200:
7149           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7150           responseSchema:
7151             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7152             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7153           schema:
7154             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7155             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7156     post:
7157       tags:
7158       - "GENERIC-RESOURCE-API"
7159       description: "creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7160       parameters:
7161       - name: "allotted-resource-id"
7162         in: "path"
7163         description: "Id of contrail-route-allotted-resource"
7164         required: true
7165         type: "string"
7166       - in: "body"
7167         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
7168         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
7169           \ to be added to list"
7170         required: false
7171         schema:
7172           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7173           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7174       responses:
7175         400:
7176           description: "Internal error"
7177         201:
7178           description: "Object created"
7179         409:
7180           description: "Object already exists"
7181     put:
7182       tags:
7183       - "GENERIC-RESOURCE-API"
7184       description: "creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7185       parameters:
7186       - name: "allotted-resource-id"
7187         in: "path"
7188         description: "Id of contrail-route-allotted-resource"
7189         required: true
7190         type: "string"
7191       - in: "body"
7192         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
7193         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
7194           \ to be added or updated"
7195         required: false
7196         schema:
7197           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7198           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7199       responses:
7200         400:
7201           description: "Internal error"
7202         201:
7203           description: "Object created"
7204         204:
7205           description: "Object modified"
7206     delete:
7207       tags:
7208       - "GENERIC-RESOURCE-API"
7209       description: "removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
7210       parameters:
7211       - name: "allotted-resource-id"
7212         in: "path"
7213         description: "Id of contrail-route-allotted-resource"
7214         required: true
7215         type: "string"
7216       responses:
7217         400:
7218           description: "Internal error"
7219         204:
7220           description: "Object deleted"
7221   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/
7222   : get:
7223       tags:
7224       - "GENERIC-RESOURCE-API"
7225       description: "returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7226       parameters:
7227       - name: "allotted-resource-id"
7228         in: "path"
7229         description: "Id of contrail-route-allotted-resource"
7230         required: true
7231         type: "string"
7232       responses:
7233         400:
7234           description: "Internal error"
7235         200:
7236           description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7237           responseSchema:
7238             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7239             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7240           schema:
7241             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7242             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7243     post:
7244       tags:
7245       - "GENERIC-RESOURCE-API"
7246       description: "creates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7247       parameters:
7248       - name: "allotted-resource-id"
7249         in: "path"
7250         description: "Id of contrail-route-allotted-resource"
7251         required: true
7252         type: "string"
7253       - in: "body"
7254         name: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param"
7255         description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments\
7256           \ to be added to list"
7257         required: false
7258         schema:
7259           $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7260           originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7261       responses:
7262         400:
7263           description: "Internal error"
7264         201:
7265           description: "Object created"
7266         409:
7267           description: "Object already exists"
7268     put:
7269       tags:
7270       - "GENERIC-RESOURCE-API"
7271       description: "creates or updates generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7272       parameters:
7273       - name: "allotted-resource-id"
7274         in: "path"
7275         description: "Id of contrail-route-allotted-resource"
7276         required: true
7277         type: "string"
7278       - in: "body"
7279         name: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments.body-param"
7280         description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments\
7281           \ to be added or updated"
7282         required: false
7283         schema:
7284           $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7285           originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7286       responses:
7287         400:
7288           description: "Internal error"
7289         201:
7290           description: "Object created"
7291         204:
7292           description: "Object modified"
7293     delete:
7294       tags:
7295       - "GENERIC-RESOURCE-API"
7296       description: "removes generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
7297       parameters:
7298       - name: "allotted-resource-id"
7299         in: "path"
7300         description: "Id of contrail-route-allotted-resource"
7301         required: true
7302         type: "string"
7303       responses:
7304         400:
7305           description: "Internal error"
7306         204:
7307           description: "Object deleted"
7308   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/contrail-applied-service/
7309   : get:
7310       tags:
7311       - "GENERIC-RESOURCE-API"
7312       description: "returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7313       parameters:
7314       - name: "allotted-resource-id"
7315         in: "path"
7316         description: "Id of contrail-route-allotted-resource"
7317         required: true
7318         type: "string"
7319       responses:
7320         400:
7321           description: "Internal error"
7322         200:
7323           description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7324           responseSchema:
7325             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7326             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7327           schema:
7328             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7329             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7330     post:
7331       tags:
7332       - "GENERIC-RESOURCE-API"
7333       description: "creates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7334       parameters:
7335       - name: "allotted-resource-id"
7336         in: "path"
7337         description: "Id of contrail-route-allotted-resource"
7338         required: true
7339         type: "string"
7340       - in: "body"
7341         name: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param"
7342         description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService\
7343           \ to be added to list"
7344         required: false
7345         schema:
7346           $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7347           originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7348       responses:
7349         400:
7350           description: "Internal error"
7351         201:
7352           description: "Object created"
7353         409:
7354           description: "Object already exists"
7355     put:
7356       tags:
7357       - "GENERIC-RESOURCE-API"
7358       description: "creates or updates generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7359       parameters:
7360       - name: "allotted-resource-id"
7361         in: "path"
7362         description: "Id of contrail-route-allotted-resource"
7363         required: true
7364         type: "string"
7365       - in: "body"
7366         name: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService.body-param"
7367         description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService\
7368           \ to be added or updated"
7369         required: false
7370         schema:
7371           $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7372           originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7373       responses:
7374         400:
7375           description: "Internal error"
7376         201:
7377           description: "Object created"
7378         204:
7379           description: "Object modified"
7380     delete:
7381       tags:
7382       - "GENERIC-RESOURCE-API"
7383       description: "removes generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
7384       parameters:
7385       - name: "allotted-resource-id"
7386         in: "path"
7387         description: "Id of contrail-route-allotted-resource"
7388         required: true
7389         type: "string"
7390       responses:
7391         400:
7392           description: "Internal error"
7393         204:
7394           description: "Object deleted"
7395   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/dest-network/
7396   : get:
7397       tags:
7398       - "GENERIC-RESOURCE-API"
7399       description: "returns generic.resource.api.NetworkInfo"
7400       parameters:
7401       - name: "allotted-resource-id"
7402         in: "path"
7403         description: "Id of contrail-route-allotted-resource"
7404         required: true
7405         type: "string"
7406       responses:
7407         400:
7408           description: "Internal error"
7409         200:
7410           description: "generic.resource.api.NetworkInfo"
7411           responseSchema:
7412             $ref: "#/definitions/generic.resource.api.NetworkInfo"
7413             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7414           schema:
7415             $ref: "#/definitions/generic.resource.api.NetworkInfo"
7416             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7417     post:
7418       tags:
7419       - "GENERIC-RESOURCE-API"
7420       description: "creates generic.resource.api.NetworkInfo"
7421       parameters:
7422       - name: "allotted-resource-id"
7423         in: "path"
7424         description: "Id of contrail-route-allotted-resource"
7425         required: true
7426         type: "string"
7427       - in: "body"
7428         name: "generic.resource.api.NetworkInfo.body-param"
7429         description: "generic.resource.api.NetworkInfo to be added to list"
7430         required: false
7431         schema:
7432           $ref: "#/definitions/generic.resource.api.NetworkInfo"
7433           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7434       responses:
7435         400:
7436           description: "Internal error"
7437         201:
7438           description: "Object created"
7439         409:
7440           description: "Object already exists"
7441     put:
7442       tags:
7443       - "GENERIC-RESOURCE-API"
7444       description: "creates or updates generic.resource.api.NetworkInfo"
7445       parameters:
7446       - name: "allotted-resource-id"
7447         in: "path"
7448         description: "Id of contrail-route-allotted-resource"
7449         required: true
7450         type: "string"
7451       - in: "body"
7452         name: "generic.resource.api.NetworkInfo.body-param"
7453         description: "generic.resource.api.NetworkInfo to be added or updated"
7454         required: false
7455         schema:
7456           $ref: "#/definitions/generic.resource.api.NetworkInfo"
7457           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7458       responses:
7459         400:
7460           description: "Internal error"
7461         201:
7462           description: "Object created"
7463         204:
7464           description: "Object modified"
7465     delete:
7466       tags:
7467       - "GENERIC-RESOURCE-API"
7468       description: "removes generic.resource.api.NetworkInfo"
7469       parameters:
7470       - name: "allotted-resource-id"
7471         in: "path"
7472         description: "Id of contrail-route-allotted-resource"
7473         required: true
7474         type: "string"
7475       responses:
7476         400:
7477           description: "Internal error"
7478         204:
7479           description: "Object deleted"
7480   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/source-network/
7481   : get:
7482       tags:
7483       - "GENERIC-RESOURCE-API"
7484       description: "returns generic.resource.api.NetworkInfo"
7485       parameters:
7486       - name: "allotted-resource-id"
7487         in: "path"
7488         description: "Id of contrail-route-allotted-resource"
7489         required: true
7490         type: "string"
7491       responses:
7492         400:
7493           description: "Internal error"
7494         200:
7495           description: "generic.resource.api.NetworkInfo"
7496           responseSchema:
7497             $ref: "#/definitions/generic.resource.api.NetworkInfo"
7498             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7499           schema:
7500             $ref: "#/definitions/generic.resource.api.NetworkInfo"
7501             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7502     post:
7503       tags:
7504       - "GENERIC-RESOURCE-API"
7505       description: "creates generic.resource.api.NetworkInfo"
7506       parameters:
7507       - name: "allotted-resource-id"
7508         in: "path"
7509         description: "Id of contrail-route-allotted-resource"
7510         required: true
7511         type: "string"
7512       - in: "body"
7513         name: "generic.resource.api.NetworkInfo.body-param"
7514         description: "generic.resource.api.NetworkInfo to be added to list"
7515         required: false
7516         schema:
7517           $ref: "#/definitions/generic.resource.api.NetworkInfo"
7518           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7519       responses:
7520         400:
7521           description: "Internal error"
7522         201:
7523           description: "Object created"
7524         409:
7525           description: "Object already exists"
7526     put:
7527       tags:
7528       - "GENERIC-RESOURCE-API"
7529       description: "creates or updates generic.resource.api.NetworkInfo"
7530       parameters:
7531       - name: "allotted-resource-id"
7532         in: "path"
7533         description: "Id of contrail-route-allotted-resource"
7534         required: true
7535         type: "string"
7536       - in: "body"
7537         name: "generic.resource.api.NetworkInfo.body-param"
7538         description: "generic.resource.api.NetworkInfo to be added or updated"
7539         required: false
7540         schema:
7541           $ref: "#/definitions/generic.resource.api.NetworkInfo"
7542           originalRef: "#/definitions/generic.resource.api.NetworkInfo"
7543       responses:
7544         400:
7545           description: "Internal error"
7546         201:
7547           description: "Object created"
7548         204:
7549           description: "Object modified"
7550     delete:
7551       tags:
7552       - "GENERIC-RESOURCE-API"
7553       description: "removes generic.resource.api.NetworkInfo"
7554       parameters:
7555       - name: "allotted-resource-id"
7556         in: "path"
7557         description: "Id of contrail-route-allotted-resource"
7558         required: true
7559         type: "string"
7560       responses:
7561         400:
7562           description: "Internal error"
7563         204:
7564           description: "Object deleted"
7565   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/
7566   : get:
7567       tags:
7568       - "GENERIC-RESOURCE-API"
7569       description: "returns generic.resource.api.Param"
7570       parameters:
7571       - name: "allotted-resource-id"
7572         in: "path"
7573         description: "Id of contrail-route-allotted-resource"
7574         required: true
7575         type: "string"
7576       responses:
7577         400:
7578           description: "Internal error"
7579         200:
7580           description: "generic.resource.api.Param"
7581           responseSchema:
7582             $ref: "#/definitions/generic.resource.api.Param"
7583             originalRef: "#/definitions/generic.resource.api.Param"
7584           schema:
7585             $ref: "#/definitions/generic.resource.api.Param"
7586             originalRef: "#/definitions/generic.resource.api.Param"
7587     post:
7588       tags:
7589       - "GENERIC-RESOURCE-API"
7590       description: "creates generic.resource.api.Param"
7591       parameters:
7592       - name: "allotted-resource-id"
7593         in: "path"
7594         description: "Id of contrail-route-allotted-resource"
7595         required: true
7596         type: "string"
7597       - in: "body"
7598         name: "generic.resource.api.Param.body-param"
7599         description: "generic.resource.api.Param to be added to list"
7600         required: false
7601         schema:
7602           $ref: "#/definitions/generic.resource.api.Param"
7603           originalRef: "#/definitions/generic.resource.api.Param"
7604       responses:
7605         400:
7606           description: "Internal error"
7607         201:
7608           description: "Object created"
7609         409:
7610           description: "Object already exists"
7611     put:
7612       tags:
7613       - "GENERIC-RESOURCE-API"
7614       description: "creates or updates generic.resource.api.Param"
7615       parameters:
7616       - name: "allotted-resource-id"
7617         in: "path"
7618         description: "Id of contrail-route-allotted-resource"
7619         required: true
7620         type: "string"
7621       - in: "body"
7622         name: "generic.resource.api.Param.body-param"
7623         description: "generic.resource.api.Param to be added or updated"
7624         required: false
7625         schema:
7626           $ref: "#/definitions/generic.resource.api.Param"
7627           originalRef: "#/definitions/generic.resource.api.Param"
7628       responses:
7629         400:
7630           description: "Internal error"
7631         201:
7632           description: "Object created"
7633         204:
7634           description: "Object modified"
7635     delete:
7636       tags:
7637       - "GENERIC-RESOURCE-API"
7638       description: "removes generic.resource.api.Param"
7639       parameters:
7640       - name: "allotted-resource-id"
7641         in: "path"
7642         description: "Id of contrail-route-allotted-resource"
7643         required: true
7644         type: "string"
7645       responses:
7646         400:
7647           description: "Internal error"
7648         204:
7649           description: "Object deleted"
7650   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/
7651   : post:
7652       description: "creates generic.resource.api.param.Param"
7653       parameters:
7654       - name: "allotted-resource-id"
7655         in: "path"
7656         description: "Id of contrail-route-allotted-resource"
7657         required: true
7658         type: "string"
7659       - in: "body"
7660         name: "generic.resource.api.param.Param.body-param"
7661         description: "generic.resource.api.param.Param to be added to list"
7662         required: false
7663         schema:
7664           $ref: "#/definitions/generic.resource.api.param.Param"
7665           originalRef: "#/definitions/generic.resource.api.param.Param"
7666       responses:
7667         400:
7668           description: "Internal error"
7669         201:
7670           description: "Object created"
7671         409:
7672           description: "Object already exists"
7673   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/
7674   : get:
7675       tags:
7676       - "GENERIC-RESOURCE-API"
7677       description: "returns generic.resource.api.param.Param"
7678       parameters:
7679       - name: "allotted-resource-id"
7680         in: "path"
7681         description: "Id of contrail-route-allotted-resource"
7682         required: true
7683         type: "string"
7684       - name: "name"
7685         in: "path"
7686         description: "Id of param"
7687         required: true
7688         type: "string"
7689       responses:
7690         400:
7691           description: "Internal error"
7692         200:
7693           description: "generic.resource.api.param.Param"
7694           responseSchema:
7695             $ref: "#/definitions/generic.resource.api.param.Param"
7696             originalRef: "#/definitions/generic.resource.api.param.Param"
7697           schema:
7698             $ref: "#/definitions/generic.resource.api.param.Param"
7699             originalRef: "#/definitions/generic.resource.api.param.Param"
7700     post:
7701       tags:
7702       - "GENERIC-RESOURCE-API"
7703       description: "creates generic.resource.api.param.Param"
7704       parameters:
7705       - name: "allotted-resource-id"
7706         in: "path"
7707         description: "Id of contrail-route-allotted-resource"
7708         required: true
7709         type: "string"
7710       - name: "name"
7711         in: "path"
7712         description: "Id of param"
7713         required: true
7714         type: "string"
7715       - in: "body"
7716         name: "generic.resource.api.param.Param.body-param"
7717         description: "generic.resource.api.param.Param to be added to list"
7718         required: false
7719         schema:
7720           $ref: "#/definitions/generic.resource.api.param.Param"
7721           originalRef: "#/definitions/generic.resource.api.param.Param"
7722       responses:
7723         400:
7724           description: "Internal error"
7725         201:
7726           description: "Object created"
7727         409:
7728           description: "Object already exists"
7729     put:
7730       tags:
7731       - "GENERIC-RESOURCE-API"
7732       description: "creates or updates generic.resource.api.param.Param"
7733       parameters:
7734       - name: "allotted-resource-id"
7735         in: "path"
7736         description: "Id of contrail-route-allotted-resource"
7737         required: true
7738         type: "string"
7739       - name: "name"
7740         in: "path"
7741         description: "Id of param"
7742         required: true
7743         type: "string"
7744       - in: "body"
7745         name: "generic.resource.api.param.Param.body-param"
7746         description: "generic.resource.api.param.Param to be added or updated"
7747         required: false
7748         schema:
7749           $ref: "#/definitions/generic.resource.api.param.Param"
7750           originalRef: "#/definitions/generic.resource.api.param.Param"
7751       responses:
7752         400:
7753           description: "Internal error"
7754         201:
7755           description: "Object created"
7756         204:
7757           description: "Object modified"
7758     delete:
7759       tags:
7760       - "GENERIC-RESOURCE-API"
7761       description: "removes generic.resource.api.param.Param"
7762       parameters:
7763       - name: "allotted-resource-id"
7764         in: "path"
7765         description: "Id of contrail-route-allotted-resource"
7766         required: true
7767         type: "string"
7768       - name: "name"
7769         in: "path"
7770         description: "Id of param"
7771         required: true
7772         type: "string"
7773       responses:
7774         400:
7775           description: "Internal error"
7776         204:
7777           description: "Object deleted"
7778   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/resource-resolution-data/
7779   : get:
7780       tags:
7781       - "GENERIC-RESOURCE-API"
7782       description: "returns generic.resource.api.param.param.ResourceResolutionData"
7783       parameters:
7784       - name: "allotted-resource-id"
7785         in: "path"
7786         description: "Id of contrail-route-allotted-resource"
7787         required: true
7788         type: "string"
7789       - name: "name"
7790         in: "path"
7791         description: "Id of param"
7792         required: true
7793         type: "string"
7794       responses:
7795         400:
7796           description: "Internal error"
7797         200:
7798           description: "generic.resource.api.param.param.ResourceResolutionData"
7799           responseSchema:
7800             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7801             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7802           schema:
7803             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7804             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7805     post:
7806       tags:
7807       - "GENERIC-RESOURCE-API"
7808       description: "creates generic.resource.api.param.param.ResourceResolutionData"
7809       parameters:
7810       - name: "allotted-resource-id"
7811         in: "path"
7812         description: "Id of contrail-route-allotted-resource"
7813         required: true
7814         type: "string"
7815       - name: "name"
7816         in: "path"
7817         description: "Id of param"
7818         required: true
7819         type: "string"
7820       - in: "body"
7821         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
7822         description: "generic.resource.api.param.param.ResourceResolutionData to be\
7823           \ added to list"
7824         required: false
7825         schema:
7826           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7827           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7828       responses:
7829         400:
7830           description: "Internal error"
7831         201:
7832           description: "Object created"
7833         409:
7834           description: "Object already exists"
7835     put:
7836       tags:
7837       - "GENERIC-RESOURCE-API"
7838       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
7839       parameters:
7840       - name: "allotted-resource-id"
7841         in: "path"
7842         description: "Id of contrail-route-allotted-resource"
7843         required: true
7844         type: "string"
7845       - name: "name"
7846         in: "path"
7847         description: "Id of param"
7848         required: true
7849         type: "string"
7850       - in: "body"
7851         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
7852         description: "generic.resource.api.param.param.ResourceResolutionData to be\
7853           \ added or updated"
7854         required: false
7855         schema:
7856           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7857           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
7858       responses:
7859         400:
7860           description: "Internal error"
7861         201:
7862           description: "Object created"
7863         204:
7864           description: "Object modified"
7865     delete:
7866       tags:
7867       - "GENERIC-RESOURCE-API"
7868       description: "removes generic.resource.api.param.param.ResourceResolutionData"
7869       parameters:
7870       - name: "allotted-resource-id"
7871         in: "path"
7872         description: "Id of contrail-route-allotted-resource"
7873         required: true
7874         type: "string"
7875       - name: "name"
7876         in: "path"
7877         description: "Id of param"
7878         required: true
7879         type: "string"
7880       responses:
7881         400:
7882           description: "Internal error"
7883         204:
7884           description: "Object deleted"
7885   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/resource-resolution-data/resource-key/
7886   : post:
7887       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7888       parameters:
7889       - name: "allotted-resource-id"
7890         in: "path"
7891         description: "Id of contrail-route-allotted-resource"
7892         required: true
7893         type: "string"
7894       - name: "name"
7895         in: "path"
7896         description: "Id of param"
7897         required: true
7898         type: "string"
7899       - in: "body"
7900         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
7901         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
7902           \ to be added to list"
7903         required: false
7904         schema:
7905           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7906           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7907       responses:
7908         400:
7909           description: "Internal error"
7910         201:
7911           description: "Object created"
7912         409:
7913           description: "Object already exists"
7914   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
7915   : get:
7916       tags:
7917       - "GENERIC-RESOURCE-API"
7918       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7919       parameters:
7920       - name: "allotted-resource-id"
7921         in: "path"
7922         description: "Id of contrail-route-allotted-resource"
7923         required: true
7924         type: "string"
7925       - name: "name"
7926         in: "path"
7927         description: "Id of param"
7928         required: true
7929         type: "string"
7930       - name: "resource-key-name"
7931         in: "path"
7932         description: "Id of resource-key"
7933         required: true
7934         type: "string"
7935       responses:
7936         400:
7937           description: "Internal error"
7938         200:
7939           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7940           responseSchema:
7941             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7942             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7943           schema:
7944             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7945             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7946     post:
7947       tags:
7948       - "GENERIC-RESOURCE-API"
7949       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7950       parameters:
7951       - name: "allotted-resource-id"
7952         in: "path"
7953         description: "Id of contrail-route-allotted-resource"
7954         required: true
7955         type: "string"
7956       - name: "name"
7957         in: "path"
7958         description: "Id of param"
7959         required: true
7960         type: "string"
7961       - name: "resource-key-name"
7962         in: "path"
7963         description: "Id of resource-key"
7964         required: true
7965         type: "string"
7966       - in: "body"
7967         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
7968         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
7969           \ to be added to list"
7970         required: false
7971         schema:
7972           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7973           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7974       responses:
7975         400:
7976           description: "Internal error"
7977         201:
7978           description: "Object created"
7979         409:
7980           description: "Object already exists"
7981     put:
7982       tags:
7983       - "GENERIC-RESOURCE-API"
7984       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
7985       parameters:
7986       - name: "allotted-resource-id"
7987         in: "path"
7988         description: "Id of contrail-route-allotted-resource"
7989         required: true
7990         type: "string"
7991       - name: "name"
7992         in: "path"
7993         description: "Id of param"
7994         required: true
7995         type: "string"
7996       - name: "resource-key-name"
7997         in: "path"
7998         description: "Id of resource-key"
7999         required: true
8000         type: "string"
8001       - in: "body"
8002         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
8003         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
8004           \ to be added or updated"
8005         required: false
8006         schema:
8007           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
8008           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
8009       responses:
8010         400:
8011           description: "Internal error"
8012         201:
8013           description: "Object created"
8014         204:
8015           description: "Object modified"
8016     delete:
8017       tags:
8018       - "GENERIC-RESOURCE-API"
8019       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
8020       parameters:
8021       - name: "allotted-resource-id"
8022         in: "path"
8023         description: "Id of contrail-route-allotted-resource"
8024         required: true
8025         type: "string"
8026       - name: "name"
8027         in: "path"
8028         description: "Id of param"
8029         required: true
8030         type: "string"
8031       - name: "resource-key-name"
8032         in: "path"
8033         description: "Id of resource-key"
8034         required: true
8035         type: "string"
8036       responses:
8037         400:
8038           description: "Internal error"
8039         204:
8040           description: "Object deleted"
8041   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/onap-model-information/
8042   : get:
8043       tags:
8044       - "GENERIC-RESOURCE-API"
8045       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
8046       parameters:
8047       - name: "allotted-resource-id"
8048         in: "path"
8049         description: "Id of contrail-route-allotted-resource"
8050         required: true
8051         type: "string"
8052       responses:
8053         400:
8054           description: "Internal error"
8055         200:
8056           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
8057           responseSchema:
8058             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8059             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8060           schema:
8061             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8062             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8063     post:
8064       tags:
8065       - "GENERIC-RESOURCE-API"
8066       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
8067       parameters:
8068       - name: "allotted-resource-id"
8069         in: "path"
8070         description: "Id of contrail-route-allotted-resource"
8071         required: true
8072         type: "string"
8073       - in: "body"
8074         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
8075         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
8076           \ to be added to list"
8077         required: false
8078         schema:
8079           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8080           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8081       responses:
8082         400:
8083           description: "Internal error"
8084         201:
8085           description: "Object created"
8086         409:
8087           description: "Object already exists"
8088     put:
8089       tags:
8090       - "GENERIC-RESOURCE-API"
8091       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
8092       parameters:
8093       - name: "allotted-resource-id"
8094         in: "path"
8095         description: "Id of contrail-route-allotted-resource"
8096         required: true
8097         type: "string"
8098       - in: "body"
8099         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
8100         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
8101           \ to be added or updated"
8102         required: false
8103         schema:
8104           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8105           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8106       responses:
8107         400:
8108           description: "Internal error"
8109         201:
8110           description: "Object created"
8111         204:
8112           description: "Object modified"
8113     delete:
8114       tags:
8115       - "GENERIC-RESOURCE-API"
8116       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
8117       parameters:
8118       - name: "allotted-resource-id"
8119         in: "path"
8120         description: "Id of contrail-route-allotted-resource"
8121         required: true
8122         type: "string"
8123       responses:
8124         400:
8125           description: "Internal error"
8126         204:
8127           description: "Object deleted"
8128   ? /config/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-status/
8129   : get:
8130       tags:
8131       - "GENERIC-RESOURCE-API"
8132       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8133       parameters:
8134       - name: "allotted-resource-id"
8135         in: "path"
8136         description: "Id of contrail-route-allotted-resource"
8137         required: true
8138         type: "string"
8139       responses:
8140         400:
8141           description: "Internal error"
8142         200:
8143           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8144           responseSchema:
8145             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8146             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8147           schema:
8148             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8149             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8150     post:
8151       tags:
8152       - "GENERIC-RESOURCE-API"
8153       description: "creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8154       parameters:
8155       - name: "allotted-resource-id"
8156         in: "path"
8157         description: "Id of contrail-route-allotted-resource"
8158         required: true
8159         type: "string"
8160       - in: "body"
8161         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
8162         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
8163           \ to be added to list"
8164         required: false
8165         schema:
8166           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8167           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8168       responses:
8169         400:
8170           description: "Internal error"
8171         201:
8172           description: "Object created"
8173         409:
8174           description: "Object already exists"
8175     put:
8176       tags:
8177       - "GENERIC-RESOURCE-API"
8178       description: "creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8179       parameters:
8180       - name: "allotted-resource-id"
8181         in: "path"
8182         description: "Id of contrail-route-allotted-resource"
8183         required: true
8184         type: "string"
8185       - in: "body"
8186         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
8187         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
8188           \ to be added or updated"
8189         required: false
8190         schema:
8191           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8192           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8193       responses:
8194         400:
8195           description: "Internal error"
8196         201:
8197           description: "Object created"
8198         204:
8199           description: "Object modified"
8200     delete:
8201       tags:
8202       - "GENERIC-RESOURCE-API"
8203       description: "removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
8204       parameters:
8205       - name: "allotted-resource-id"
8206         in: "path"
8207         description: "Id of contrail-route-allotted-resource"
8208         required: true
8209         type: "string"
8210       responses:
8211         400:
8212           description: "Internal error"
8213         204:
8214           description: "Object deleted"
8215   /config/GENERIC-RESOURCE-API:generic-configurations/:
8216     get:
8217       tags:
8218       - "GENERIC-RESOURCE-API"
8219       description: "returns generic.resource.api.GenericConfigurations"
8220       parameters: []
8221       responses:
8222         400:
8223           description: "Internal error"
8224         200:
8225           description: "generic.resource.api.GenericConfigurations"
8226           responseSchema:
8227             $ref: "#/definitions/generic.resource.api.GenericConfigurations"
8228             originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
8229           schema:
8230             $ref: "#/definitions/generic.resource.api.GenericConfigurations"
8231             originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
8232     post:
8233       tags:
8234       - "GENERIC-RESOURCE-API"
8235       description: "creates generic.resource.api.GenericConfigurations"
8236       parameters:
8237       - in: "body"
8238         name: "generic.resource.api.GenericConfigurations.body-param"
8239         description: "generic.resource.api.GenericConfigurations to be added to list"
8240         required: false
8241         schema:
8242           $ref: "#/definitions/generic.resource.api.GenericConfigurations"
8243           originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
8244       responses:
8245         400:
8246           description: "Internal error"
8247         201:
8248           description: "Object created"
8249         409:
8250           description: "Object already exists"
8251     put:
8252       tags:
8253       - "GENERIC-RESOURCE-API"
8254       description: "creates or updates generic.resource.api.GenericConfigurations"
8255       parameters:
8256       - in: "body"
8257         name: "generic.resource.api.GenericConfigurations.body-param"
8258         description: "generic.resource.api.GenericConfigurations to be added or updated"
8259         required: false
8260         schema:
8261           $ref: "#/definitions/generic.resource.api.GenericConfigurations"
8262           originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
8263       responses:
8264         400:
8265           description: "Internal error"
8266         201:
8267           description: "Object created"
8268         204:
8269           description: "Object modified"
8270     delete:
8271       tags:
8272       - "GENERIC-RESOURCE-API"
8273       description: "removes generic.resource.api.GenericConfigurations"
8274       parameters: []
8275       responses:
8276         400:
8277           description: "Internal error"
8278         204:
8279           description: "Object deleted"
8280   /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/:
8281     post:
8282       description: "creates generic.resource.api.genericconfigurations.GcConfiguration"
8283       parameters:
8284       - in: "body"
8285         name: "generic.resource.api.genericconfigurations.GcConfiguration.body-param"
8286         description: "generic.resource.api.genericconfigurations.GcConfiguration to\
8287           \ be added to list"
8288         required: false
8289         schema:
8290           $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8291           originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8292       responses:
8293         400:
8294           description: "Internal error"
8295         201:
8296           description: "Object created"
8297         409:
8298           description: "Object already exists"
8299   /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/:
8300     get:
8301       tags:
8302       - "GENERIC-RESOURCE-API"
8303       description: "returns generic.resource.api.genericconfigurations.GcConfiguration"
8304       parameters:
8305       - name: "configuration-id"
8306         in: "path"
8307         description: "Id of gc-configuration"
8308         required: true
8309         type: "string"
8310       responses:
8311         400:
8312           description: "Internal error"
8313         200:
8314           description: "generic.resource.api.genericconfigurations.GcConfiguration"
8315           responseSchema:
8316             $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8317             originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8318           schema:
8319             $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8320             originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8321     post:
8322       tags:
8323       - "GENERIC-RESOURCE-API"
8324       description: "creates generic.resource.api.genericconfigurations.GcConfiguration"
8325       parameters:
8326       - name: "configuration-id"
8327         in: "path"
8328         description: "Id of gc-configuration"
8329         required: true
8330         type: "string"
8331       - in: "body"
8332         name: "generic.resource.api.genericconfigurations.GcConfiguration.body-param"
8333         description: "generic.resource.api.genericconfigurations.GcConfiguration to\
8334           \ be added to list"
8335         required: false
8336         schema:
8337           $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8338           originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8339       responses:
8340         400:
8341           description: "Internal error"
8342         201:
8343           description: "Object created"
8344         409:
8345           description: "Object already exists"
8346     put:
8347       tags:
8348       - "GENERIC-RESOURCE-API"
8349       description: "creates or updates generic.resource.api.genericconfigurations.GcConfiguration"
8350       parameters:
8351       - name: "configuration-id"
8352         in: "path"
8353         description: "Id of gc-configuration"
8354         required: true
8355         type: "string"
8356       - in: "body"
8357         name: "generic.resource.api.genericconfigurations.GcConfiguration.body-param"
8358         description: "generic.resource.api.genericconfigurations.GcConfiguration to\
8359           \ be added or updated"
8360         required: false
8361         schema:
8362           $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8363           originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
8364       responses:
8365         400:
8366           description: "Internal error"
8367         201:
8368           description: "Object created"
8369         204:
8370           description: "Object modified"
8371     delete:
8372       tags:
8373       - "GENERIC-RESOURCE-API"
8374       description: "removes generic.resource.api.genericconfigurations.GcConfiguration"
8375       parameters:
8376       - name: "configuration-id"
8377         in: "path"
8378         description: "Id of gc-configuration"
8379         required: true
8380         type: "string"
8381       responses:
8382         400:
8383           description: "Internal error"
8384         204:
8385           description: "Object deleted"
8386   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/
8387   : get:
8388       tags:
8389       - "GENERIC-RESOURCE-API"
8390       description: "returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8391       parameters:
8392       - name: "configuration-id"
8393         in: "path"
8394         description: "Id of gc-configuration"
8395         required: true
8396         type: "string"
8397       responses:
8398         400:
8399           description: "Internal error"
8400         200:
8401           description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8402           responseSchema:
8403             $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8404             originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8405           schema:
8406             $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8407             originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8408     post:
8409       tags:
8410       - "GENERIC-RESOURCE-API"
8411       description: "creates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8412       parameters:
8413       - name: "configuration-id"
8414         in: "path"
8415         description: "Id of gc-configuration"
8416         required: true
8417         type: "string"
8418       - in: "body"
8419         name: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param"
8420         description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData\
8421           \ to be added to list"
8422         required: false
8423         schema:
8424           $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8425           originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8426       responses:
8427         400:
8428           description: "Internal error"
8429         201:
8430           description: "Object created"
8431         409:
8432           description: "Object already exists"
8433     put:
8434       tags:
8435       - "GENERIC-RESOURCE-API"
8436       description: "creates or updates generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8437       parameters:
8438       - name: "configuration-id"
8439         in: "path"
8440         description: "Id of gc-configuration"
8441         required: true
8442         type: "string"
8443       - in: "body"
8444         name: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData.body-param"
8445         description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData\
8446           \ to be added or updated"
8447         required: false
8448         schema:
8449           $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8450           originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8451       responses:
8452         400:
8453           description: "Internal error"
8454         201:
8455           description: "Object created"
8456         204:
8457           description: "Object modified"
8458     delete:
8459       tags:
8460       - "GENERIC-RESOURCE-API"
8461       description: "removes generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
8462       parameters:
8463       - name: "configuration-id"
8464         in: "path"
8465         description: "Id of gc-configuration"
8466         required: true
8467         type: "string"
8468       responses:
8469         400:
8470           description: "Internal error"
8471         204:
8472           description: "Object deleted"
8473   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-oper-status/
8474   : get:
8475       tags:
8476       - "GENERIC-RESOURCE-API"
8477       description: "returns generic.resource.api.OperStatusData"
8478       parameters:
8479       - name: "configuration-id"
8480         in: "path"
8481         description: "Id of gc-configuration"
8482         required: true
8483         type: "string"
8484       responses:
8485         400:
8486           description: "Internal error"
8487         200:
8488           description: "generic.resource.api.OperStatusData"
8489           responseSchema:
8490             $ref: "#/definitions/generic.resource.api.OperStatusData"
8491             originalRef: "#/definitions/generic.resource.api.OperStatusData"
8492           schema:
8493             $ref: "#/definitions/generic.resource.api.OperStatusData"
8494             originalRef: "#/definitions/generic.resource.api.OperStatusData"
8495     post:
8496       tags:
8497       - "GENERIC-RESOURCE-API"
8498       description: "creates generic.resource.api.OperStatusData"
8499       parameters:
8500       - name: "configuration-id"
8501         in: "path"
8502         description: "Id of gc-configuration"
8503         required: true
8504         type: "string"
8505       - in: "body"
8506         name: "generic.resource.api.OperStatusData.body-param"
8507         description: "generic.resource.api.OperStatusData to be added to list"
8508         required: false
8509         schema:
8510           $ref: "#/definitions/generic.resource.api.OperStatusData"
8511           originalRef: "#/definitions/generic.resource.api.OperStatusData"
8512       responses:
8513         400:
8514           description: "Internal error"
8515         201:
8516           description: "Object created"
8517         409:
8518           description: "Object already exists"
8519     put:
8520       tags:
8521       - "GENERIC-RESOURCE-API"
8522       description: "creates or updates generic.resource.api.OperStatusData"
8523       parameters:
8524       - name: "configuration-id"
8525         in: "path"
8526         description: "Id of gc-configuration"
8527         required: true
8528         type: "string"
8529       - in: "body"
8530         name: "generic.resource.api.OperStatusData.body-param"
8531         description: "generic.resource.api.OperStatusData to be added or updated"
8532         required: false
8533         schema:
8534           $ref: "#/definitions/generic.resource.api.OperStatusData"
8535           originalRef: "#/definitions/generic.resource.api.OperStatusData"
8536       responses:
8537         400:
8538           description: "Internal error"
8539         201:
8540           description: "Object created"
8541         204:
8542           description: "Object modified"
8543     delete:
8544       tags:
8545       - "GENERIC-RESOURCE-API"
8546       description: "removes generic.resource.api.OperStatusData"
8547       parameters:
8548       - name: "configuration-id"
8549         in: "path"
8550         description: "Id of gc-configuration"
8551         required: true
8552         type: "string"
8553       responses:
8554         400:
8555           description: "Internal error"
8556         204:
8557           description: "Object deleted"
8558   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/
8559   : get:
8560       tags:
8561       - "GENERIC-RESOURCE-API"
8562       description: "returns generic.resource.api.GcTopologyOperationInformation"
8563       parameters:
8564       - name: "configuration-id"
8565         in: "path"
8566         description: "Id of gc-configuration"
8567         required: true
8568         type: "string"
8569       responses:
8570         400:
8571           description: "Internal error"
8572         200:
8573           description: "generic.resource.api.GcTopologyOperationInformation"
8574           responseSchema:
8575             $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8576             originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8577           schema:
8578             $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8579             originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8580     post:
8581       tags:
8582       - "GENERIC-RESOURCE-API"
8583       description: "creates generic.resource.api.GcTopologyOperationInformation"
8584       parameters:
8585       - name: "configuration-id"
8586         in: "path"
8587         description: "Id of gc-configuration"
8588         required: true
8589         type: "string"
8590       - in: "body"
8591         name: "generic.resource.api.GcTopologyOperationInformation.body-param"
8592         description: "generic.resource.api.GcTopologyOperationInformation to be added\
8593           \ to list"
8594         required: false
8595         schema:
8596           $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8597           originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8598       responses:
8599         400:
8600           description: "Internal error"
8601         201:
8602           description: "Object created"
8603         409:
8604           description: "Object already exists"
8605     put:
8606       tags:
8607       - "GENERIC-RESOURCE-API"
8608       description: "creates or updates generic.resource.api.GcTopologyOperationInformation"
8609       parameters:
8610       - name: "configuration-id"
8611         in: "path"
8612         description: "Id of gc-configuration"
8613         required: true
8614         type: "string"
8615       - in: "body"
8616         name: "generic.resource.api.GcTopologyOperationInformation.body-param"
8617         description: "generic.resource.api.GcTopologyOperationInformation to be added\
8618           \ or updated"
8619         required: false
8620         schema:
8621           $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8622           originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
8623       responses:
8624         400:
8625           description: "Internal error"
8626         201:
8627           description: "Object created"
8628         204:
8629           description: "Object modified"
8630     delete:
8631       tags:
8632       - "GENERIC-RESOURCE-API"
8633       description: "removes generic.resource.api.GcTopologyOperationInformation"
8634       parameters:
8635       - name: "configuration-id"
8636         in: "path"
8637         description: "Id of gc-configuration"
8638         required: true
8639         type: "string"
8640       responses:
8641         400:
8642           description: "Internal error"
8643         204:
8644           description: "Object deleted"
8645   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
8646   : get:
8647       tags:
8648       - "GENERIC-RESOURCE-API"
8649       description: "returns generic.resource.api.configurationinformation.ConfigurationInformation"
8650       parameters:
8651       - name: "configuration-id"
8652         in: "path"
8653         description: "Id of gc-configuration"
8654         required: true
8655         type: "string"
8656       responses:
8657         400:
8658           description: "Internal error"
8659         200:
8660           description: "generic.resource.api.configurationinformation.ConfigurationInformation"
8661           responseSchema:
8662             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8663             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8664           schema:
8665             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8666             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8667     post:
8668       tags:
8669       - "GENERIC-RESOURCE-API"
8670       description: "creates generic.resource.api.configurationinformation.ConfigurationInformation"
8671       parameters:
8672       - name: "configuration-id"
8673         in: "path"
8674         description: "Id of gc-configuration"
8675         required: true
8676         type: "string"
8677       - in: "body"
8678         name: "generic.resource.api.configurationinformation.ConfigurationInformation.body-param"
8679         description: "generic.resource.api.configurationinformation.ConfigurationInformation\
8680           \ to be added to list"
8681         required: false
8682         schema:
8683           $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8684           originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8685       responses:
8686         400:
8687           description: "Internal error"
8688         201:
8689           description: "Object created"
8690         409:
8691           description: "Object already exists"
8692     put:
8693       tags:
8694       - "GENERIC-RESOURCE-API"
8695       description: "creates or updates generic.resource.api.configurationinformation.ConfigurationInformation"
8696       parameters:
8697       - name: "configuration-id"
8698         in: "path"
8699         description: "Id of gc-configuration"
8700         required: true
8701         type: "string"
8702       - in: "body"
8703         name: "generic.resource.api.configurationinformation.ConfigurationInformation.body-param"
8704         description: "generic.resource.api.configurationinformation.ConfigurationInformation\
8705           \ to be added or updated"
8706         required: false
8707         schema:
8708           $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8709           originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
8710       responses:
8711         400:
8712           description: "Internal error"
8713         201:
8714           description: "Object created"
8715         204:
8716           description: "Object modified"
8717     delete:
8718       tags:
8719       - "GENERIC-RESOURCE-API"
8720       description: "removes generic.resource.api.configurationinformation.ConfigurationInformation"
8721       parameters:
8722       - name: "configuration-id"
8723         in: "path"
8724         description: "Id of gc-configuration"
8725         required: true
8726         type: "string"
8727       responses:
8728         400:
8729           description: "Internal error"
8730         204:
8731           description: "Object deleted"
8732   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
8733   : get:
8734       tags:
8735       - "GENERIC-RESOURCE-API"
8736       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
8737       parameters:
8738       - name: "configuration-id"
8739         in: "path"
8740         description: "Id of gc-configuration"
8741         required: true
8742         type: "string"
8743       responses:
8744         400:
8745           description: "Internal error"
8746         200:
8747           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
8748           responseSchema:
8749             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8750             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8751           schema:
8752             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8753             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8754     post:
8755       tags:
8756       - "GENERIC-RESOURCE-API"
8757       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
8758       parameters:
8759       - name: "configuration-id"
8760         in: "path"
8761         description: "Id of gc-configuration"
8762         required: true
8763         type: "string"
8764       - in: "body"
8765         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
8766         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
8767           \ to be added to list"
8768         required: false
8769         schema:
8770           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8771           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8772       responses:
8773         400:
8774           description: "Internal error"
8775         201:
8776           description: "Object created"
8777         409:
8778           description: "Object already exists"
8779     put:
8780       tags:
8781       - "GENERIC-RESOURCE-API"
8782       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
8783       parameters:
8784       - name: "configuration-id"
8785         in: "path"
8786         description: "Id of gc-configuration"
8787         required: true
8788         type: "string"
8789       - in: "body"
8790         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
8791         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
8792           \ to be added or updated"
8793         required: false
8794         schema:
8795           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8796           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
8797       responses:
8798         400:
8799           description: "Internal error"
8800         201:
8801           description: "Object created"
8802         204:
8803           description: "Object modified"
8804     delete:
8805       tags:
8806       - "GENERIC-RESOURCE-API"
8807       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
8808       parameters:
8809       - name: "configuration-id"
8810         in: "path"
8811         description: "Id of gc-configuration"
8812         required: true
8813         type: "string"
8814       responses:
8815         400:
8816           description: "Internal error"
8817         204:
8818           description: "Object deleted"
8819   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/
8820   : get:
8821       tags:
8822       - "GENERIC-RESOURCE-API"
8823       description: "returns generic.resource.api.gcrequestinput.GcRequestInput"
8824       parameters:
8825       - name: "configuration-id"
8826         in: "path"
8827         description: "Id of gc-configuration"
8828         required: true
8829         type: "string"
8830       responses:
8831         400:
8832           description: "Internal error"
8833         200:
8834           description: "generic.resource.api.gcrequestinput.GcRequestInput"
8835           responseSchema:
8836             $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8837             originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8838           schema:
8839             $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8840             originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8841     post:
8842       tags:
8843       - "GENERIC-RESOURCE-API"
8844       description: "creates generic.resource.api.gcrequestinput.GcRequestInput"
8845       parameters:
8846       - name: "configuration-id"
8847         in: "path"
8848         description: "Id of gc-configuration"
8849         required: true
8850         type: "string"
8851       - in: "body"
8852         name: "generic.resource.api.gcrequestinput.GcRequestInput.body-param"
8853         description: "generic.resource.api.gcrequestinput.GcRequestInput to be added\
8854           \ to list"
8855         required: false
8856         schema:
8857           $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8858           originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8859       responses:
8860         400:
8861           description: "Internal error"
8862         201:
8863           description: "Object created"
8864         409:
8865           description: "Object already exists"
8866     put:
8867       tags:
8868       - "GENERIC-RESOURCE-API"
8869       description: "creates or updates generic.resource.api.gcrequestinput.GcRequestInput"
8870       parameters:
8871       - name: "configuration-id"
8872         in: "path"
8873         description: "Id of gc-configuration"
8874         required: true
8875         type: "string"
8876       - in: "body"
8877         name: "generic.resource.api.gcrequestinput.GcRequestInput.body-param"
8878         description: "generic.resource.api.gcrequestinput.GcRequestInput to be added\
8879           \ or updated"
8880         required: false
8881         schema:
8882           $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8883           originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
8884       responses:
8885         400:
8886           description: "Internal error"
8887         201:
8888           description: "Object created"
8889         204:
8890           description: "Object modified"
8891     delete:
8892       tags:
8893       - "GENERIC-RESOURCE-API"
8894       description: "removes generic.resource.api.gcrequestinput.GcRequestInput"
8895       parameters:
8896       - name: "configuration-id"
8897         in: "path"
8898         description: "Id of gc-configuration"
8899         required: true
8900         type: "string"
8901       responses:
8902         400:
8903           description: "Internal error"
8904         204:
8905           description: "Object deleted"
8906   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/
8907   : post:
8908       description: "creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8909       parameters:
8910       - name: "configuration-id"
8911         in: "path"
8912         description: "Id of gc-configuration"
8913         required: true
8914         type: "string"
8915       - in: "body"
8916         name: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param"
8917         description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds\
8918           \ to be added to list"
8919         required: false
8920         schema:
8921           $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8922           originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8923       responses:
8924         400:
8925           description: "Internal error"
8926         201:
8927           description: "Object created"
8928         409:
8929           description: "Object already exists"
8930   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/{configuration-ids-configuration-id}/
8931   : get:
8932       tags:
8933       - "GENERIC-RESOURCE-API"
8934       description: "returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8935       parameters:
8936       - name: "configuration-id"
8937         in: "path"
8938         description: "Id of gc-configuration"
8939         required: true
8940         type: "string"
8941       - name: "configuration-ids-configuration-id"
8942         in: "path"
8943         description: "Id of configuration-ids"
8944         required: true
8945         type: "string"
8946       responses:
8947         400:
8948           description: "Internal error"
8949         200:
8950           description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8951           responseSchema:
8952             $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8953             originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8954           schema:
8955             $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8956             originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8957     post:
8958       tags:
8959       - "GENERIC-RESOURCE-API"
8960       description: "creates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8961       parameters:
8962       - name: "configuration-id"
8963         in: "path"
8964         description: "Id of gc-configuration"
8965         required: true
8966         type: "string"
8967       - name: "configuration-ids-configuration-id"
8968         in: "path"
8969         description: "Id of configuration-ids"
8970         required: true
8971         type: "string"
8972       - in: "body"
8973         name: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param"
8974         description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds\
8975           \ to be added to list"
8976         required: false
8977         schema:
8978           $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8979           originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8980       responses:
8981         400:
8982           description: "Internal error"
8983         201:
8984           description: "Object created"
8985         409:
8986           description: "Object already exists"
8987     put:
8988       tags:
8989       - "GENERIC-RESOURCE-API"
8990       description: "creates or updates generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
8991       parameters:
8992       - name: "configuration-id"
8993         in: "path"
8994         description: "Id of gc-configuration"
8995         required: true
8996         type: "string"
8997       - name: "configuration-ids-configuration-id"
8998         in: "path"
8999         description: "Id of configuration-ids"
9000         required: true
9001         type: "string"
9002       - in: "body"
9003         name: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds.body-param"
9004         description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds\
9005           \ to be added or updated"
9006         required: false
9007         schema:
9008           $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
9009           originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
9010       responses:
9011         400:
9012           description: "Internal error"
9013         201:
9014           description: "Object created"
9015         204:
9016           description: "Object modified"
9017     delete:
9018       tags:
9019       - "GENERIC-RESOURCE-API"
9020       description: "removes generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
9021       parameters:
9022       - name: "configuration-id"
9023         in: "path"
9024         description: "Id of gc-configuration"
9025         required: true
9026         type: "string"
9027       - name: "configuration-ids-configuration-id"
9028         in: "path"
9029         description: "Id of configuration-ids"
9030         required: true
9031         type: "string"
9032       responses:
9033         400:
9034           description: "Internal error"
9035         204:
9036           description: "Object deleted"
9037   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/
9038   : get:
9039       tags:
9040       - "GENERIC-RESOURCE-API"
9041       description: "returns generic.resource.api.Param"
9042       parameters:
9043       - name: "configuration-id"
9044         in: "path"
9045         description: "Id of gc-configuration"
9046         required: true
9047         type: "string"
9048       responses:
9049         400:
9050           description: "Internal error"
9051         200:
9052           description: "generic.resource.api.Param"
9053           responseSchema:
9054             $ref: "#/definitions/generic.resource.api.Param"
9055             originalRef: "#/definitions/generic.resource.api.Param"
9056           schema:
9057             $ref: "#/definitions/generic.resource.api.Param"
9058             originalRef: "#/definitions/generic.resource.api.Param"
9059     post:
9060       tags:
9061       - "GENERIC-RESOURCE-API"
9062       description: "creates generic.resource.api.Param"
9063       parameters:
9064       - name: "configuration-id"
9065         in: "path"
9066         description: "Id of gc-configuration"
9067         required: true
9068         type: "string"
9069       - in: "body"
9070         name: "generic.resource.api.Param.body-param"
9071         description: "generic.resource.api.Param to be added to list"
9072         required: false
9073         schema:
9074           $ref: "#/definitions/generic.resource.api.Param"
9075           originalRef: "#/definitions/generic.resource.api.Param"
9076       responses:
9077         400:
9078           description: "Internal error"
9079         201:
9080           description: "Object created"
9081         409:
9082           description: "Object already exists"
9083     put:
9084       tags:
9085       - "GENERIC-RESOURCE-API"
9086       description: "creates or updates generic.resource.api.Param"
9087       parameters:
9088       - name: "configuration-id"
9089         in: "path"
9090         description: "Id of gc-configuration"
9091         required: true
9092         type: "string"
9093       - in: "body"
9094         name: "generic.resource.api.Param.body-param"
9095         description: "generic.resource.api.Param to be added or updated"
9096         required: false
9097         schema:
9098           $ref: "#/definitions/generic.resource.api.Param"
9099           originalRef: "#/definitions/generic.resource.api.Param"
9100       responses:
9101         400:
9102           description: "Internal error"
9103         201:
9104           description: "Object created"
9105         204:
9106           description: "Object modified"
9107     delete:
9108       tags:
9109       - "GENERIC-RESOURCE-API"
9110       description: "removes generic.resource.api.Param"
9111       parameters:
9112       - name: "configuration-id"
9113         in: "path"
9114         description: "Id of gc-configuration"
9115         required: true
9116         type: "string"
9117       responses:
9118         400:
9119           description: "Internal error"
9120         204:
9121           description: "Object deleted"
9122   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/
9123   : post:
9124       description: "creates generic.resource.api.param.Param"
9125       parameters:
9126       - name: "configuration-id"
9127         in: "path"
9128         description: "Id of gc-configuration"
9129         required: true
9130         type: "string"
9131       - in: "body"
9132         name: "generic.resource.api.param.Param.body-param"
9133         description: "generic.resource.api.param.Param to be added to list"
9134         required: false
9135         schema:
9136           $ref: "#/definitions/generic.resource.api.param.Param"
9137           originalRef: "#/definitions/generic.resource.api.param.Param"
9138       responses:
9139         400:
9140           description: "Internal error"
9141         201:
9142           description: "Object created"
9143         409:
9144           description: "Object already exists"
9145   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/
9146   : get:
9147       tags:
9148       - "GENERIC-RESOURCE-API"
9149       description: "returns generic.resource.api.param.Param"
9150       parameters:
9151       - name: "configuration-id"
9152         in: "path"
9153         description: "Id of gc-configuration"
9154         required: true
9155         type: "string"
9156       - name: "name"
9157         in: "path"
9158         description: "Id of param"
9159         required: true
9160         type: "string"
9161       responses:
9162         400:
9163           description: "Internal error"
9164         200:
9165           description: "generic.resource.api.param.Param"
9166           responseSchema:
9167             $ref: "#/definitions/generic.resource.api.param.Param"
9168             originalRef: "#/definitions/generic.resource.api.param.Param"
9169           schema:
9170             $ref: "#/definitions/generic.resource.api.param.Param"
9171             originalRef: "#/definitions/generic.resource.api.param.Param"
9172     post:
9173       tags:
9174       - "GENERIC-RESOURCE-API"
9175       description: "creates generic.resource.api.param.Param"
9176       parameters:
9177       - name: "configuration-id"
9178         in: "path"
9179         description: "Id of gc-configuration"
9180         required: true
9181         type: "string"
9182       - name: "name"
9183         in: "path"
9184         description: "Id of param"
9185         required: true
9186         type: "string"
9187       - in: "body"
9188         name: "generic.resource.api.param.Param.body-param"
9189         description: "generic.resource.api.param.Param to be added to list"
9190         required: false
9191         schema:
9192           $ref: "#/definitions/generic.resource.api.param.Param"
9193           originalRef: "#/definitions/generic.resource.api.param.Param"
9194       responses:
9195         400:
9196           description: "Internal error"
9197         201:
9198           description: "Object created"
9199         409:
9200           description: "Object already exists"
9201     put:
9202       tags:
9203       - "GENERIC-RESOURCE-API"
9204       description: "creates or updates generic.resource.api.param.Param"
9205       parameters:
9206       - name: "configuration-id"
9207         in: "path"
9208         description: "Id of gc-configuration"
9209         required: true
9210         type: "string"
9211       - name: "name"
9212         in: "path"
9213         description: "Id of param"
9214         required: true
9215         type: "string"
9216       - in: "body"
9217         name: "generic.resource.api.param.Param.body-param"
9218         description: "generic.resource.api.param.Param to be added or updated"
9219         required: false
9220         schema:
9221           $ref: "#/definitions/generic.resource.api.param.Param"
9222           originalRef: "#/definitions/generic.resource.api.param.Param"
9223       responses:
9224         400:
9225           description: "Internal error"
9226         201:
9227           description: "Object created"
9228         204:
9229           description: "Object modified"
9230     delete:
9231       tags:
9232       - "GENERIC-RESOURCE-API"
9233       description: "removes generic.resource.api.param.Param"
9234       parameters:
9235       - name: "configuration-id"
9236         in: "path"
9237         description: "Id of gc-configuration"
9238         required: true
9239         type: "string"
9240       - name: "name"
9241         in: "path"
9242         description: "Id of param"
9243         required: true
9244         type: "string"
9245       responses:
9246         400:
9247           description: "Internal error"
9248         204:
9249           description: "Object deleted"
9250   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/resource-resolution-data/
9251   : get:
9252       tags:
9253       - "GENERIC-RESOURCE-API"
9254       description: "returns generic.resource.api.param.param.ResourceResolutionData"
9255       parameters:
9256       - name: "configuration-id"
9257         in: "path"
9258         description: "Id of gc-configuration"
9259         required: true
9260         type: "string"
9261       - name: "name"
9262         in: "path"
9263         description: "Id of param"
9264         required: true
9265         type: "string"
9266       responses:
9267         400:
9268           description: "Internal error"
9269         200:
9270           description: "generic.resource.api.param.param.ResourceResolutionData"
9271           responseSchema:
9272             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9273             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9274           schema:
9275             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9276             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9277     post:
9278       tags:
9279       - "GENERIC-RESOURCE-API"
9280       description: "creates generic.resource.api.param.param.ResourceResolutionData"
9281       parameters:
9282       - name: "configuration-id"
9283         in: "path"
9284         description: "Id of gc-configuration"
9285         required: true
9286         type: "string"
9287       - name: "name"
9288         in: "path"
9289         description: "Id of param"
9290         required: true
9291         type: "string"
9292       - in: "body"
9293         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
9294         description: "generic.resource.api.param.param.ResourceResolutionData to be\
9295           \ added to list"
9296         required: false
9297         schema:
9298           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9299           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9300       responses:
9301         400:
9302           description: "Internal error"
9303         201:
9304           description: "Object created"
9305         409:
9306           description: "Object already exists"
9307     put:
9308       tags:
9309       - "GENERIC-RESOURCE-API"
9310       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
9311       parameters:
9312       - name: "configuration-id"
9313         in: "path"
9314         description: "Id of gc-configuration"
9315         required: true
9316         type: "string"
9317       - name: "name"
9318         in: "path"
9319         description: "Id of param"
9320         required: true
9321         type: "string"
9322       - in: "body"
9323         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
9324         description: "generic.resource.api.param.param.ResourceResolutionData to be\
9325           \ added or updated"
9326         required: false
9327         schema:
9328           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9329           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
9330       responses:
9331         400:
9332           description: "Internal error"
9333         201:
9334           description: "Object created"
9335         204:
9336           description: "Object modified"
9337     delete:
9338       tags:
9339       - "GENERIC-RESOURCE-API"
9340       description: "removes generic.resource.api.param.param.ResourceResolutionData"
9341       parameters:
9342       - name: "configuration-id"
9343         in: "path"
9344         description: "Id of gc-configuration"
9345         required: true
9346         type: "string"
9347       - name: "name"
9348         in: "path"
9349         description: "Id of param"
9350         required: true
9351         type: "string"
9352       responses:
9353         400:
9354           description: "Internal error"
9355         204:
9356           description: "Object deleted"
9357   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/resource-resolution-data/resource-key/
9358   : post:
9359       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9360       parameters:
9361       - name: "configuration-id"
9362         in: "path"
9363         description: "Id of gc-configuration"
9364         required: true
9365         type: "string"
9366       - name: "name"
9367         in: "path"
9368         description: "Id of param"
9369         required: true
9370         type: "string"
9371       - in: "body"
9372         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
9373         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
9374           \ to be added to list"
9375         required: false
9376         schema:
9377           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9378           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9379       responses:
9380         400:
9381           description: "Internal error"
9382         201:
9383           description: "Object created"
9384         409:
9385           description: "Object already exists"
9386   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
9387   : get:
9388       tags:
9389       - "GENERIC-RESOURCE-API"
9390       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9391       parameters:
9392       - name: "configuration-id"
9393         in: "path"
9394         description: "Id of gc-configuration"
9395         required: true
9396         type: "string"
9397       - name: "name"
9398         in: "path"
9399         description: "Id of param"
9400         required: true
9401         type: "string"
9402       - name: "resource-key-name"
9403         in: "path"
9404         description: "Id of resource-key"
9405         required: true
9406         type: "string"
9407       responses:
9408         400:
9409           description: "Internal error"
9410         200:
9411           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9412           responseSchema:
9413             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9414             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9415           schema:
9416             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9417             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9418     post:
9419       tags:
9420       - "GENERIC-RESOURCE-API"
9421       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9422       parameters:
9423       - name: "configuration-id"
9424         in: "path"
9425         description: "Id of gc-configuration"
9426         required: true
9427         type: "string"
9428       - name: "name"
9429         in: "path"
9430         description: "Id of param"
9431         required: true
9432         type: "string"
9433       - name: "resource-key-name"
9434         in: "path"
9435         description: "Id of resource-key"
9436         required: true
9437         type: "string"
9438       - in: "body"
9439         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
9440         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
9441           \ to be added to list"
9442         required: false
9443         schema:
9444           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9445           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9446       responses:
9447         400:
9448           description: "Internal error"
9449         201:
9450           description: "Object created"
9451         409:
9452           description: "Object already exists"
9453     put:
9454       tags:
9455       - "GENERIC-RESOURCE-API"
9456       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9457       parameters:
9458       - name: "configuration-id"
9459         in: "path"
9460         description: "Id of gc-configuration"
9461         required: true
9462         type: "string"
9463       - name: "name"
9464         in: "path"
9465         description: "Id of param"
9466         required: true
9467         type: "string"
9468       - name: "resource-key-name"
9469         in: "path"
9470         description: "Id of resource-key"
9471         required: true
9472         type: "string"
9473       - in: "body"
9474         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
9475         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
9476           \ to be added or updated"
9477         required: false
9478         schema:
9479           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9480           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9481       responses:
9482         400:
9483           description: "Internal error"
9484         201:
9485           description: "Object created"
9486         204:
9487           description: "Object modified"
9488     delete:
9489       tags:
9490       - "GENERIC-RESOURCE-API"
9491       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
9492       parameters:
9493       - name: "configuration-id"
9494         in: "path"
9495         description: "Id of gc-configuration"
9496         required: true
9497         type: "string"
9498       - name: "name"
9499         in: "path"
9500         description: "Id of param"
9501         required: true
9502         type: "string"
9503       - name: "resource-key-name"
9504         in: "path"
9505         description: "Id of resource-key"
9506         required: true
9507         type: "string"
9508       responses:
9509         400:
9510           description: "Internal error"
9511         204:
9512           description: "Object deleted"
9513   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
9514   : get:
9515       tags:
9516       - "GENERIC-RESOURCE-API"
9517       description: "returns generic.resource.api.requestinformation.RequestInformation"
9518       parameters:
9519       - name: "configuration-id"
9520         in: "path"
9521         description: "Id of gc-configuration"
9522         required: true
9523         type: "string"
9524       responses:
9525         400:
9526           description: "Internal error"
9527         200:
9528           description: "generic.resource.api.requestinformation.RequestInformation"
9529           responseSchema:
9530             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9531             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9532           schema:
9533             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9534             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9535     post:
9536       tags:
9537       - "GENERIC-RESOURCE-API"
9538       description: "creates generic.resource.api.requestinformation.RequestInformation"
9539       parameters:
9540       - name: "configuration-id"
9541         in: "path"
9542         description: "Id of gc-configuration"
9543         required: true
9544         type: "string"
9545       - in: "body"
9546         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
9547         description: "generic.resource.api.requestinformation.RequestInformation to\
9548           \ be added to list"
9549         required: false
9550         schema:
9551           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9552           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9553       responses:
9554         400:
9555           description: "Internal error"
9556         201:
9557           description: "Object created"
9558         409:
9559           description: "Object already exists"
9560     put:
9561       tags:
9562       - "GENERIC-RESOURCE-API"
9563       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
9564       parameters:
9565       - name: "configuration-id"
9566         in: "path"
9567         description: "Id of gc-configuration"
9568         required: true
9569         type: "string"
9570       - in: "body"
9571         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
9572         description: "generic.resource.api.requestinformation.RequestInformation to\
9573           \ be added or updated"
9574         required: false
9575         schema:
9576           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9577           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
9578       responses:
9579         400:
9580           description: "Internal error"
9581         201:
9582           description: "Object created"
9583         204:
9584           description: "Object modified"
9585     delete:
9586       tags:
9587       - "GENERIC-RESOURCE-API"
9588       description: "removes generic.resource.api.requestinformation.RequestInformation"
9589       parameters:
9590       - name: "configuration-id"
9591         in: "path"
9592         description: "Id of gc-configuration"
9593         required: true
9594         type: "string"
9595       responses:
9596         400:
9597           description: "Internal error"
9598         204:
9599           description: "Object deleted"
9600   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
9601   : get:
9602       tags:
9603       - "GENERIC-RESOURCE-API"
9604       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
9605       parameters:
9606       - name: "configuration-id"
9607         in: "path"
9608         description: "Id of gc-configuration"
9609         required: true
9610         type: "string"
9611       responses:
9612         400:
9613           description: "Internal error"
9614         200:
9615           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
9616           responseSchema:
9617             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9618             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9619           schema:
9620             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9621             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9622     post:
9623       tags:
9624       - "GENERIC-RESOURCE-API"
9625       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
9626       parameters:
9627       - name: "configuration-id"
9628         in: "path"
9629         description: "Id of gc-configuration"
9630         required: true
9631         type: "string"
9632       - in: "body"
9633         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
9634         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
9635           \ be added to list"
9636         required: false
9637         schema:
9638           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9639           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9640       responses:
9641         400:
9642           description: "Internal error"
9643         201:
9644           description: "Object created"
9645         409:
9646           description: "Object already exists"
9647     put:
9648       tags:
9649       - "GENERIC-RESOURCE-API"
9650       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
9651       parameters:
9652       - name: "configuration-id"
9653         in: "path"
9654         description: "Id of gc-configuration"
9655         required: true
9656         type: "string"
9657       - in: "body"
9658         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
9659         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
9660           \ be added or updated"
9661         required: false
9662         schema:
9663           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9664           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
9665       responses:
9666         400:
9667           description: "Internal error"
9668         201:
9669           description: "Object created"
9670         204:
9671           description: "Object modified"
9672     delete:
9673       tags:
9674       - "GENERIC-RESOURCE-API"
9675       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
9676       parameters:
9677       - name: "configuration-id"
9678         in: "path"
9679         description: "Id of gc-configuration"
9680         required: true
9681         type: "string"
9682       responses:
9683         400:
9684           description: "Internal error"
9685         204:
9686           description: "Object deleted"
9687   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
9688   : get:
9689       tags:
9690       - "GENERIC-RESOURCE-API"
9691       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
9692       parameters:
9693       - name: "configuration-id"
9694         in: "path"
9695         description: "Id of gc-configuration"
9696         required: true
9697         type: "string"
9698       responses:
9699         400:
9700           description: "Internal error"
9701         200:
9702           description: "generic.resource.api.serviceinformation.ServiceInformation"
9703           responseSchema:
9704             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9705             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9706           schema:
9707             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9708             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9709     post:
9710       tags:
9711       - "GENERIC-RESOURCE-API"
9712       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
9713       parameters:
9714       - name: "configuration-id"
9715         in: "path"
9716         description: "Id of gc-configuration"
9717         required: true
9718         type: "string"
9719       - in: "body"
9720         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
9721         description: "generic.resource.api.serviceinformation.ServiceInformation to\
9722           \ be added to list"
9723         required: false
9724         schema:
9725           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9726           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9727       responses:
9728         400:
9729           description: "Internal error"
9730         201:
9731           description: "Object created"
9732         409:
9733           description: "Object already exists"
9734     put:
9735       tags:
9736       - "GENERIC-RESOURCE-API"
9737       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
9738       parameters:
9739       - name: "configuration-id"
9740         in: "path"
9741         description: "Id of gc-configuration"
9742         required: true
9743         type: "string"
9744       - in: "body"
9745         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
9746         description: "generic.resource.api.serviceinformation.ServiceInformation to\
9747           \ be added or updated"
9748         required: false
9749         schema:
9750           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9751           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
9752       responses:
9753         400:
9754           description: "Internal error"
9755         201:
9756           description: "Object created"
9757         204:
9758           description: "Object modified"
9759     delete:
9760       tags:
9761       - "GENERIC-RESOURCE-API"
9762       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
9763       parameters:
9764       - name: "configuration-id"
9765         in: "path"
9766         description: "Id of gc-configuration"
9767         required: true
9768         type: "string"
9769       responses:
9770         400:
9771           description: "Internal error"
9772         204:
9773           description: "Object deleted"
9774   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
9775   : get:
9776       tags:
9777       - "GENERIC-RESOURCE-API"
9778       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
9779       parameters:
9780       - name: "configuration-id"
9781         in: "path"
9782         description: "Id of gc-configuration"
9783         required: true
9784         type: "string"
9785       responses:
9786         400:
9787           description: "Internal error"
9788         200:
9789           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
9790           responseSchema:
9791             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9792             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9793           schema:
9794             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9795             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9796     post:
9797       tags:
9798       - "GENERIC-RESOURCE-API"
9799       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
9800       parameters:
9801       - name: "configuration-id"
9802         in: "path"
9803         description: "Id of gc-configuration"
9804         required: true
9805         type: "string"
9806       - in: "body"
9807         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
9808         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
9809           \ to be added to list"
9810         required: false
9811         schema:
9812           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9813           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9814       responses:
9815         400:
9816           description: "Internal error"
9817         201:
9818           description: "Object created"
9819         409:
9820           description: "Object already exists"
9821     put:
9822       tags:
9823       - "GENERIC-RESOURCE-API"
9824       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
9825       parameters:
9826       - name: "configuration-id"
9827         in: "path"
9828         description: "Id of gc-configuration"
9829         required: true
9830         type: "string"
9831       - in: "body"
9832         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
9833         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
9834           \ to be added or updated"
9835         required: false
9836         schema:
9837           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9838           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
9839       responses:
9840         400:
9841           description: "Internal error"
9842         201:
9843           description: "Object created"
9844         204:
9845           description: "Object modified"
9846     delete:
9847       tags:
9848       - "GENERIC-RESOURCE-API"
9849       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
9850       parameters:
9851       - name: "configuration-id"
9852         in: "path"
9853         description: "Id of gc-configuration"
9854         required: true
9855         type: "string"
9856       responses:
9857         400:
9858           description: "Internal error"
9859         204:
9860           description: "Object deleted"
9861   ? /config/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-status/
9862   : get:
9863       tags:
9864       - "GENERIC-RESOURCE-API"
9865       description: "returns generic.resource.api.configurationstatus.ConfigurationStatus"
9866       parameters:
9867       - name: "configuration-id"
9868         in: "path"
9869         description: "Id of gc-configuration"
9870         required: true
9871         type: "string"
9872       responses:
9873         400:
9874           description: "Internal error"
9875         200:
9876           description: "generic.resource.api.configurationstatus.ConfigurationStatus"
9877           responseSchema:
9878             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9879             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9880           schema:
9881             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9882             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9883     post:
9884       tags:
9885       - "GENERIC-RESOURCE-API"
9886       description: "creates generic.resource.api.configurationstatus.ConfigurationStatus"
9887       parameters:
9888       - name: "configuration-id"
9889         in: "path"
9890         description: "Id of gc-configuration"
9891         required: true
9892         type: "string"
9893       - in: "body"
9894         name: "generic.resource.api.configurationstatus.ConfigurationStatus.body-param"
9895         description: "generic.resource.api.configurationstatus.ConfigurationStatus\
9896           \ to be added to list"
9897         required: false
9898         schema:
9899           $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9900           originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9901       responses:
9902         400:
9903           description: "Internal error"
9904         201:
9905           description: "Object created"
9906         409:
9907           description: "Object already exists"
9908     put:
9909       tags:
9910       - "GENERIC-RESOURCE-API"
9911       description: "creates or updates generic.resource.api.configurationstatus.ConfigurationStatus"
9912       parameters:
9913       - name: "configuration-id"
9914         in: "path"
9915         description: "Id of gc-configuration"
9916         required: true
9917         type: "string"
9918       - in: "body"
9919         name: "generic.resource.api.configurationstatus.ConfigurationStatus.body-param"
9920         description: "generic.resource.api.configurationstatus.ConfigurationStatus\
9921           \ to be added or updated"
9922         required: false
9923         schema:
9924           $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9925           originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
9926       responses:
9927         400:
9928           description: "Internal error"
9929         201:
9930           description: "Object created"
9931         204:
9932           description: "Object modified"
9933     delete:
9934       tags:
9935       - "GENERIC-RESOURCE-API"
9936       description: "removes generic.resource.api.configurationstatus.ConfigurationStatus"
9937       parameters:
9938       - name: "configuration-id"
9939         in: "path"
9940         description: "Id of gc-configuration"
9941         required: true
9942         type: "string"
9943       responses:
9944         400:
9945           description: "Internal error"
9946         204:
9947           description: "Object deleted"
9948   /config/GENERIC-RESOURCE-API:port-mirror-configurations/:
9949     get:
9950       tags:
9951       - "GENERIC-RESOURCE-API"
9952       description: "returns generic.resource.api.PortMirrorConfigurations"
9953       parameters: []
9954       responses:
9955         400:
9956           description: "Internal error"
9957         200:
9958           description: "generic.resource.api.PortMirrorConfigurations"
9959           responseSchema:
9960             $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9961             originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9962           schema:
9963             $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9964             originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9965     post:
9966       tags:
9967       - "GENERIC-RESOURCE-API"
9968       description: "creates generic.resource.api.PortMirrorConfigurations"
9969       parameters:
9970       - in: "body"
9971         name: "generic.resource.api.PortMirrorConfigurations.body-param"
9972         description: "generic.resource.api.PortMirrorConfigurations to be added to\
9973           \ list"
9974         required: false
9975         schema:
9976           $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9977           originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9978       responses:
9979         400:
9980           description: "Internal error"
9981         201:
9982           description: "Object created"
9983         409:
9984           description: "Object already exists"
9985     put:
9986       tags:
9987       - "GENERIC-RESOURCE-API"
9988       description: "creates or updates generic.resource.api.PortMirrorConfigurations"
9989       parameters:
9990       - in: "body"
9991         name: "generic.resource.api.PortMirrorConfigurations.body-param"
9992         description: "generic.resource.api.PortMirrorConfigurations to be added or\
9993           \ updated"
9994         required: false
9995         schema:
9996           $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9997           originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
9998       responses:
9999         400:
10000           description: "Internal error"
10001         201:
10002           description: "Object created"
10003         204:
10004           description: "Object modified"
10005     delete:
10006       tags:
10007       - "GENERIC-RESOURCE-API"
10008       description: "removes generic.resource.api.PortMirrorConfigurations"
10009       parameters: []
10010       responses:
10011         400:
10012           description: "Internal error"
10013         204:
10014           description: "Object deleted"
10015   /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/:
10016     post:
10017       description: "creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10018       parameters:
10019       - in: "body"
10020         name: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param"
10021         description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration\
10022           \ to be added to list"
10023         required: false
10024         schema:
10025           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10026           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10027       responses:
10028         400:
10029           description: "Internal error"
10030         201:
10031           description: "Object created"
10032         409:
10033           description: "Object already exists"
10034   /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/:
10035     get:
10036       tags:
10037       - "GENERIC-RESOURCE-API"
10038       description: "returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10039       parameters:
10040       - name: "configuration-id"
10041         in: "path"
10042         description: "Id of port-mirror-configuration"
10043         required: true
10044         type: "string"
10045       responses:
10046         400:
10047           description: "Internal error"
10048         200:
10049           description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10050           responseSchema:
10051             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10052             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10053           schema:
10054             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10055             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10056     post:
10057       tags:
10058       - "GENERIC-RESOURCE-API"
10059       description: "creates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10060       parameters:
10061       - name: "configuration-id"
10062         in: "path"
10063         description: "Id of port-mirror-configuration"
10064         required: true
10065         type: "string"
10066       - in: "body"
10067         name: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param"
10068         description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration\
10069           \ to be added to list"
10070         required: false
10071         schema:
10072           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10073           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10074       responses:
10075         400:
10076           description: "Internal error"
10077         201:
10078           description: "Object created"
10079         409:
10080           description: "Object already exists"
10081     put:
10082       tags:
10083       - "GENERIC-RESOURCE-API"
10084       description: "creates or updates generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10085       parameters:
10086       - name: "configuration-id"
10087         in: "path"
10088         description: "Id of port-mirror-configuration"
10089         required: true
10090         type: "string"
10091       - in: "body"
10092         name: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration.body-param"
10093         description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration\
10094           \ to be added or updated"
10095         required: false
10096         schema:
10097           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10098           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10099       responses:
10100         400:
10101           description: "Internal error"
10102         201:
10103           description: "Object created"
10104         204:
10105           description: "Object modified"
10106     delete:
10107       tags:
10108       - "GENERIC-RESOURCE-API"
10109       description: "removes generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
10110       parameters:
10111       - name: "configuration-id"
10112         in: "path"
10113         description: "Id of port-mirror-configuration"
10114         required: true
10115         type: "string"
10116       responses:
10117         400:
10118           description: "Internal error"
10119         204:
10120           description: "Object deleted"
10121   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/
10122   : get:
10123       tags:
10124       - "GENERIC-RESOURCE-API"
10125       description: "returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10126       parameters:
10127       - name: "configuration-id"
10128         in: "path"
10129         description: "Id of port-mirror-configuration"
10130         required: true
10131         type: "string"
10132       responses:
10133         400:
10134           description: "Internal error"
10135         200:
10136           description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10137           responseSchema:
10138             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10139             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10140           schema:
10141             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10142             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10143     post:
10144       tags:
10145       - "GENERIC-RESOURCE-API"
10146       description: "creates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10147       parameters:
10148       - name: "configuration-id"
10149         in: "path"
10150         description: "Id of port-mirror-configuration"
10151         required: true
10152         type: "string"
10153       - in: "body"
10154         name: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param"
10155         description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData\
10156           \ to be added to list"
10157         required: false
10158         schema:
10159           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10160           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10161       responses:
10162         400:
10163           description: "Internal error"
10164         201:
10165           description: "Object created"
10166         409:
10167           description: "Object already exists"
10168     put:
10169       tags:
10170       - "GENERIC-RESOURCE-API"
10171       description: "creates or updates generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10172       parameters:
10173       - name: "configuration-id"
10174         in: "path"
10175         description: "Id of port-mirror-configuration"
10176         required: true
10177         type: "string"
10178       - in: "body"
10179         name: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData.body-param"
10180         description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData\
10181           \ to be added or updated"
10182         required: false
10183         schema:
10184           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10185           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10186       responses:
10187         400:
10188           description: "Internal error"
10189         201:
10190           description: "Object created"
10191         204:
10192           description: "Object modified"
10193     delete:
10194       tags:
10195       - "GENERIC-RESOURCE-API"
10196       description: "removes generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
10197       parameters:
10198       - name: "configuration-id"
10199         in: "path"
10200         description: "Id of port-mirror-configuration"
10201         required: true
10202         type: "string"
10203       responses:
10204         400:
10205           description: "Internal error"
10206         204:
10207           description: "Object deleted"
10208   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-oper-status/
10209   : get:
10210       tags:
10211       - "GENERIC-RESOURCE-API"
10212       description: "returns generic.resource.api.OperStatusData"
10213       parameters:
10214       - name: "configuration-id"
10215         in: "path"
10216         description: "Id of port-mirror-configuration"
10217         required: true
10218         type: "string"
10219       responses:
10220         400:
10221           description: "Internal error"
10222         200:
10223           description: "generic.resource.api.OperStatusData"
10224           responseSchema:
10225             $ref: "#/definitions/generic.resource.api.OperStatusData"
10226             originalRef: "#/definitions/generic.resource.api.OperStatusData"
10227           schema:
10228             $ref: "#/definitions/generic.resource.api.OperStatusData"
10229             originalRef: "#/definitions/generic.resource.api.OperStatusData"
10230     post:
10231       tags:
10232       - "GENERIC-RESOURCE-API"
10233       description: "creates generic.resource.api.OperStatusData"
10234       parameters:
10235       - name: "configuration-id"
10236         in: "path"
10237         description: "Id of port-mirror-configuration"
10238         required: true
10239         type: "string"
10240       - in: "body"
10241         name: "generic.resource.api.OperStatusData.body-param"
10242         description: "generic.resource.api.OperStatusData to be added to list"
10243         required: false
10244         schema:
10245           $ref: "#/definitions/generic.resource.api.OperStatusData"
10246           originalRef: "#/definitions/generic.resource.api.OperStatusData"
10247       responses:
10248         400:
10249           description: "Internal error"
10250         201:
10251           description: "Object created"
10252         409:
10253           description: "Object already exists"
10254     put:
10255       tags:
10256       - "GENERIC-RESOURCE-API"
10257       description: "creates or updates generic.resource.api.OperStatusData"
10258       parameters:
10259       - name: "configuration-id"
10260         in: "path"
10261         description: "Id of port-mirror-configuration"
10262         required: true
10263         type: "string"
10264       - in: "body"
10265         name: "generic.resource.api.OperStatusData.body-param"
10266         description: "generic.resource.api.OperStatusData to be added or updated"
10267         required: false
10268         schema:
10269           $ref: "#/definitions/generic.resource.api.OperStatusData"
10270           originalRef: "#/definitions/generic.resource.api.OperStatusData"
10271       responses:
10272         400:
10273           description: "Internal error"
10274         201:
10275           description: "Object created"
10276         204:
10277           description: "Object modified"
10278     delete:
10279       tags:
10280       - "GENERIC-RESOURCE-API"
10281       description: "removes generic.resource.api.OperStatusData"
10282       parameters:
10283       - name: "configuration-id"
10284         in: "path"
10285         description: "Id of port-mirror-configuration"
10286         required: true
10287         type: "string"
10288       responses:
10289         400:
10290           description: "Internal error"
10291         204:
10292           description: "Object deleted"
10293   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/
10294   : get:
10295       tags:
10296       - "GENERIC-RESOURCE-API"
10297       description: "returns generic.resource.api.PortMirrorTopologyOperationInformation"
10298       parameters:
10299       - name: "configuration-id"
10300         in: "path"
10301         description: "Id of port-mirror-configuration"
10302         required: true
10303         type: "string"
10304       responses:
10305         400:
10306           description: "Internal error"
10307         200:
10308           description: "generic.resource.api.PortMirrorTopologyOperationInformation"
10309           responseSchema:
10310             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10311             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10312           schema:
10313             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10314             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10315     post:
10316       tags:
10317       - "GENERIC-RESOURCE-API"
10318       description: "creates generic.resource.api.PortMirrorTopologyOperationInformation"
10319       parameters:
10320       - name: "configuration-id"
10321         in: "path"
10322         description: "Id of port-mirror-configuration"
10323         required: true
10324         type: "string"
10325       - in: "body"
10326         name: "generic.resource.api.PortMirrorTopologyOperationInformation.body-param"
10327         description: "generic.resource.api.PortMirrorTopologyOperationInformation\
10328           \ to be added to list"
10329         required: false
10330         schema:
10331           $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10332           originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10333       responses:
10334         400:
10335           description: "Internal error"
10336         201:
10337           description: "Object created"
10338         409:
10339           description: "Object already exists"
10340     put:
10341       tags:
10342       - "GENERIC-RESOURCE-API"
10343       description: "creates or updates generic.resource.api.PortMirrorTopologyOperationInformation"
10344       parameters:
10345       - name: "configuration-id"
10346         in: "path"
10347         description: "Id of port-mirror-configuration"
10348         required: true
10349         type: "string"
10350       - in: "body"
10351         name: "generic.resource.api.PortMirrorTopologyOperationInformation.body-param"
10352         description: "generic.resource.api.PortMirrorTopologyOperationInformation\
10353           \ to be added or updated"
10354         required: false
10355         schema:
10356           $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10357           originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
10358       responses:
10359         400:
10360           description: "Internal error"
10361         201:
10362           description: "Object created"
10363         204:
10364           description: "Object modified"
10365     delete:
10366       tags:
10367       - "GENERIC-RESOURCE-API"
10368       description: "removes generic.resource.api.PortMirrorTopologyOperationInformation"
10369       parameters:
10370       - name: "configuration-id"
10371         in: "path"
10372         description: "Id of port-mirror-configuration"
10373         required: true
10374         type: "string"
10375       responses:
10376         400:
10377           description: "Internal error"
10378         204:
10379           description: "Object deleted"
10380   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
10381   : get:
10382       tags:
10383       - "GENERIC-RESOURCE-API"
10384       description: "returns generic.resource.api.configurationinformation.ConfigurationInformation"
10385       parameters:
10386       - name: "configuration-id"
10387         in: "path"
10388         description: "Id of port-mirror-configuration"
10389         required: true
10390         type: "string"
10391       responses:
10392         400:
10393           description: "Internal error"
10394         200:
10395           description: "generic.resource.api.configurationinformation.ConfigurationInformation"
10396           responseSchema:
10397             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10398             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10399           schema:
10400             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10401             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10402     post:
10403       tags:
10404       - "GENERIC-RESOURCE-API"
10405       description: "creates generic.resource.api.configurationinformation.ConfigurationInformation"
10406       parameters:
10407       - name: "configuration-id"
10408         in: "path"
10409         description: "Id of port-mirror-configuration"
10410         required: true
10411         type: "string"
10412       - in: "body"
10413         name: "generic.resource.api.configurationinformation.ConfigurationInformation.body-param"
10414         description: "generic.resource.api.configurationinformation.ConfigurationInformation\
10415           \ to be added to list"
10416         required: false
10417         schema:
10418           $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10419           originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10420       responses:
10421         400:
10422           description: "Internal error"
10423         201:
10424           description: "Object created"
10425         409:
10426           description: "Object already exists"
10427     put:
10428       tags:
10429       - "GENERIC-RESOURCE-API"
10430       description: "creates or updates generic.resource.api.configurationinformation.ConfigurationInformation"
10431       parameters:
10432       - name: "configuration-id"
10433         in: "path"
10434         description: "Id of port-mirror-configuration"
10435         required: true
10436         type: "string"
10437       - in: "body"
10438         name: "generic.resource.api.configurationinformation.ConfigurationInformation.body-param"
10439         description: "generic.resource.api.configurationinformation.ConfigurationInformation\
10440           \ to be added or updated"
10441         required: false
10442         schema:
10443           $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10444           originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
10445       responses:
10446         400:
10447           description: "Internal error"
10448         201:
10449           description: "Object created"
10450         204:
10451           description: "Object modified"
10452     delete:
10453       tags:
10454       - "GENERIC-RESOURCE-API"
10455       description: "removes generic.resource.api.configurationinformation.ConfigurationInformation"
10456       parameters:
10457       - name: "configuration-id"
10458         in: "path"
10459         description: "Id of port-mirror-configuration"
10460         required: true
10461         type: "string"
10462       responses:
10463         400:
10464           description: "Internal error"
10465         204:
10466           description: "Object deleted"
10467   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
10468   : get:
10469       tags:
10470       - "GENERIC-RESOURCE-API"
10471       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
10472       parameters:
10473       - name: "configuration-id"
10474         in: "path"
10475         description: "Id of port-mirror-configuration"
10476         required: true
10477         type: "string"
10478       responses:
10479         400:
10480           description: "Internal error"
10481         200:
10482           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
10483           responseSchema:
10484             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10485             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10486           schema:
10487             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10488             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10489     post:
10490       tags:
10491       - "GENERIC-RESOURCE-API"
10492       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
10493       parameters:
10494       - name: "configuration-id"
10495         in: "path"
10496         description: "Id of port-mirror-configuration"
10497         required: true
10498         type: "string"
10499       - in: "body"
10500         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
10501         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
10502           \ to be added to list"
10503         required: false
10504         schema:
10505           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10506           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10507       responses:
10508         400:
10509           description: "Internal error"
10510         201:
10511           description: "Object created"
10512         409:
10513           description: "Object already exists"
10514     put:
10515       tags:
10516       - "GENERIC-RESOURCE-API"
10517       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
10518       parameters:
10519       - name: "configuration-id"
10520         in: "path"
10521         description: "Id of port-mirror-configuration"
10522         required: true
10523         type: "string"
10524       - in: "body"
10525         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
10526         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
10527           \ to be added or updated"
10528         required: false
10529         schema:
10530           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10531           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10532       responses:
10533         400:
10534           description: "Internal error"
10535         201:
10536           description: "Object created"
10537         204:
10538           description: "Object modified"
10539     delete:
10540       tags:
10541       - "GENERIC-RESOURCE-API"
10542       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
10543       parameters:
10544       - name: "configuration-id"
10545         in: "path"
10546         description: "Id of port-mirror-configuration"
10547         required: true
10548         type: "string"
10549       responses:
10550         400:
10551           description: "Internal error"
10552         204:
10553           description: "Object deleted"
10554   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/
10555   : get:
10556       tags:
10557       - "GENERIC-RESOURCE-API"
10558       description: "returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10559       parameters:
10560       - name: "configuration-id"
10561         in: "path"
10562         description: "Id of port-mirror-configuration"
10563         required: true
10564         type: "string"
10565       responses:
10566         400:
10567           description: "Internal error"
10568         200:
10569           description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10570           responseSchema:
10571             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10572             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10573           schema:
10574             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10575             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10576     post:
10577       tags:
10578       - "GENERIC-RESOURCE-API"
10579       description: "creates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10580       parameters:
10581       - name: "configuration-id"
10582         in: "path"
10583         description: "Id of port-mirror-configuration"
10584         required: true
10585         type: "string"
10586       - in: "body"
10587         name: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param"
10588         description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput\
10589           \ to be added to list"
10590         required: false
10591         schema:
10592           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10593           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10594       responses:
10595         400:
10596           description: "Internal error"
10597         201:
10598           description: "Object created"
10599         409:
10600           description: "Object already exists"
10601     put:
10602       tags:
10603       - "GENERIC-RESOURCE-API"
10604       description: "creates or updates generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10605       parameters:
10606       - name: "configuration-id"
10607         in: "path"
10608         description: "Id of port-mirror-configuration"
10609         required: true
10610         type: "string"
10611       - in: "body"
10612         name: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput.body-param"
10613         description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput\
10614           \ to be added or updated"
10615         required: false
10616         schema:
10617           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10618           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10619       responses:
10620         400:
10621           description: "Internal error"
10622         201:
10623           description: "Object created"
10624         204:
10625           description: "Object modified"
10626     delete:
10627       tags:
10628       - "GENERIC-RESOURCE-API"
10629       description: "removes generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
10630       parameters:
10631       - name: "configuration-id"
10632         in: "path"
10633         description: "Id of port-mirror-configuration"
10634         required: true
10635         type: "string"
10636       responses:
10637         400:
10638           description: "Internal error"
10639         204:
10640           description: "Object deleted"
10641   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/
10642   : get:
10643       tags:
10644       - "GENERIC-RESOURCE-API"
10645       description: "returns generic.resource.api.PortInfo"
10646       parameters:
10647       - name: "configuration-id"
10648         in: "path"
10649         description: "Id of port-mirror-configuration"
10650         required: true
10651         type: "string"
10652       responses:
10653         400:
10654           description: "Internal error"
10655         200:
10656           description: "generic.resource.api.PortInfo"
10657           responseSchema:
10658             $ref: "#/definitions/generic.resource.api.PortInfo"
10659             originalRef: "#/definitions/generic.resource.api.PortInfo"
10660           schema:
10661             $ref: "#/definitions/generic.resource.api.PortInfo"
10662             originalRef: "#/definitions/generic.resource.api.PortInfo"
10663     post:
10664       tags:
10665       - "GENERIC-RESOURCE-API"
10666       description: "creates generic.resource.api.PortInfo"
10667       parameters:
10668       - name: "configuration-id"
10669         in: "path"
10670         description: "Id of port-mirror-configuration"
10671         required: true
10672         type: "string"
10673       - in: "body"
10674         name: "generic.resource.api.PortInfo.body-param"
10675         description: "generic.resource.api.PortInfo to be added to list"
10676         required: false
10677         schema:
10678           $ref: "#/definitions/generic.resource.api.PortInfo"
10679           originalRef: "#/definitions/generic.resource.api.PortInfo"
10680       responses:
10681         400:
10682           description: "Internal error"
10683         201:
10684           description: "Object created"
10685         409:
10686           description: "Object already exists"
10687     put:
10688       tags:
10689       - "GENERIC-RESOURCE-API"
10690       description: "creates or updates generic.resource.api.PortInfo"
10691       parameters:
10692       - name: "configuration-id"
10693         in: "path"
10694         description: "Id of port-mirror-configuration"
10695         required: true
10696         type: "string"
10697       - in: "body"
10698         name: "generic.resource.api.PortInfo.body-param"
10699         description: "generic.resource.api.PortInfo to be added or updated"
10700         required: false
10701         schema:
10702           $ref: "#/definitions/generic.resource.api.PortInfo"
10703           originalRef: "#/definitions/generic.resource.api.PortInfo"
10704       responses:
10705         400:
10706           description: "Internal error"
10707         201:
10708           description: "Object created"
10709         204:
10710           description: "Object modified"
10711     delete:
10712       tags:
10713       - "GENERIC-RESOURCE-API"
10714       description: "removes generic.resource.api.PortInfo"
10715       parameters:
10716       - name: "configuration-id"
10717         in: "path"
10718         description: "Id of port-mirror-configuration"
10719         required: true
10720         type: "string"
10721       responses:
10722         400:
10723           description: "Internal error"
10724         204:
10725           description: "Object deleted"
10726   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/pnf-information/
10727   : get:
10728       tags:
10729       - "GENERIC-RESOURCE-API"
10730       description: "returns generic.resource.api.pnfinformation.PnfInformation"
10731       parameters:
10732       - name: "configuration-id"
10733         in: "path"
10734         description: "Id of port-mirror-configuration"
10735         required: true
10736         type: "string"
10737       responses:
10738         400:
10739           description: "Internal error"
10740         200:
10741           description: "generic.resource.api.pnfinformation.PnfInformation"
10742           responseSchema:
10743             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10744             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10745           schema:
10746             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10747             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10748     post:
10749       tags:
10750       - "GENERIC-RESOURCE-API"
10751       description: "creates generic.resource.api.pnfinformation.PnfInformation"
10752       parameters:
10753       - name: "configuration-id"
10754         in: "path"
10755         description: "Id of port-mirror-configuration"
10756         required: true
10757         type: "string"
10758       - in: "body"
10759         name: "generic.resource.api.pnfinformation.PnfInformation.body-param"
10760         description: "generic.resource.api.pnfinformation.PnfInformation to be added\
10761           \ to list"
10762         required: false
10763         schema:
10764           $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10765           originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10766       responses:
10767         400:
10768           description: "Internal error"
10769         201:
10770           description: "Object created"
10771         409:
10772           description: "Object already exists"
10773     put:
10774       tags:
10775       - "GENERIC-RESOURCE-API"
10776       description: "creates or updates generic.resource.api.pnfinformation.PnfInformation"
10777       parameters:
10778       - name: "configuration-id"
10779         in: "path"
10780         description: "Id of port-mirror-configuration"
10781         required: true
10782         type: "string"
10783       - in: "body"
10784         name: "generic.resource.api.pnfinformation.PnfInformation.body-param"
10785         description: "generic.resource.api.pnfinformation.PnfInformation to be added\
10786           \ or updated"
10787         required: false
10788         schema:
10789           $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10790           originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
10791       responses:
10792         400:
10793           description: "Internal error"
10794         201:
10795           description: "Object created"
10796         204:
10797           description: "Object modified"
10798     delete:
10799       tags:
10800       - "GENERIC-RESOURCE-API"
10801       description: "removes generic.resource.api.pnfinformation.PnfInformation"
10802       parameters:
10803       - name: "configuration-id"
10804         in: "path"
10805         description: "Id of port-mirror-configuration"
10806         required: true
10807         type: "string"
10808       responses:
10809         400:
10810           description: "Internal error"
10811         204:
10812           description: "Object deleted"
10813   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/pnf-information/onap-model-information/
10814   : get:
10815       tags:
10816       - "GENERIC-RESOURCE-API"
10817       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
10818       parameters:
10819       - name: "configuration-id"
10820         in: "path"
10821         description: "Id of port-mirror-configuration"
10822         required: true
10823         type: "string"
10824       responses:
10825         400:
10826           description: "Internal error"
10827         200:
10828           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
10829           responseSchema:
10830             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10831             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10832           schema:
10833             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10834             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10835     post:
10836       tags:
10837       - "GENERIC-RESOURCE-API"
10838       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
10839       parameters:
10840       - name: "configuration-id"
10841         in: "path"
10842         description: "Id of port-mirror-configuration"
10843         required: true
10844         type: "string"
10845       - in: "body"
10846         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
10847         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
10848           \ to be added to list"
10849         required: false
10850         schema:
10851           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10852           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10853       responses:
10854         400:
10855           description: "Internal error"
10856         201:
10857           description: "Object created"
10858         409:
10859           description: "Object already exists"
10860     put:
10861       tags:
10862       - "GENERIC-RESOURCE-API"
10863       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
10864       parameters:
10865       - name: "configuration-id"
10866         in: "path"
10867         description: "Id of port-mirror-configuration"
10868         required: true
10869         type: "string"
10870       - in: "body"
10871         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
10872         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
10873           \ to be added or updated"
10874         required: false
10875         schema:
10876           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10877           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
10878       responses:
10879         400:
10880           description: "Internal error"
10881         201:
10882           description: "Object created"
10883         204:
10884           description: "Object modified"
10885     delete:
10886       tags:
10887       - "GENERIC-RESOURCE-API"
10888       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
10889       parameters:
10890       - name: "configuration-id"
10891         in: "path"
10892         description: "Id of port-mirror-configuration"
10893         required: true
10894         type: "string"
10895       responses:
10896         400:
10897           description: "Internal error"
10898         204:
10899           description: "Object deleted"
10900   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/vnf-information/
10901   : get:
10902       tags:
10903       - "GENERIC-RESOURCE-API"
10904       description: "returns generic.resource.api.vnfinformation.VnfInformation"
10905       parameters:
10906       - name: "configuration-id"
10907         in: "path"
10908         description: "Id of port-mirror-configuration"
10909         required: true
10910         type: "string"
10911       responses:
10912         400:
10913           description: "Internal error"
10914         200:
10915           description: "generic.resource.api.vnfinformation.VnfInformation"
10916           responseSchema:
10917             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10918             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10919           schema:
10920             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10921             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10922     post:
10923       tags:
10924       - "GENERIC-RESOURCE-API"
10925       description: "creates generic.resource.api.vnfinformation.VnfInformation"
10926       parameters:
10927       - name: "configuration-id"
10928         in: "path"
10929         description: "Id of port-mirror-configuration"
10930         required: true
10931         type: "string"
10932       - in: "body"
10933         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
10934         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
10935           \ to list"
10936         required: false
10937         schema:
10938           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10939           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10940       responses:
10941         400:
10942           description: "Internal error"
10943         201:
10944           description: "Object created"
10945         409:
10946           description: "Object already exists"
10947     put:
10948       tags:
10949       - "GENERIC-RESOURCE-API"
10950       description: "creates or updates generic.resource.api.vnfinformation.VnfInformation"
10951       parameters:
10952       - name: "configuration-id"
10953         in: "path"
10954         description: "Id of port-mirror-configuration"
10955         required: true
10956         type: "string"
10957       - in: "body"
10958         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
10959         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
10960           \ or updated"
10961         required: false
10962         schema:
10963           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10964           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
10965       responses:
10966         400:
10967           description: "Internal error"
10968         201:
10969           description: "Object created"
10970         204:
10971           description: "Object modified"
10972     delete:
10973       tags:
10974       - "GENERIC-RESOURCE-API"
10975       description: "removes generic.resource.api.vnfinformation.VnfInformation"
10976       parameters:
10977       - name: "configuration-id"
10978         in: "path"
10979         description: "Id of port-mirror-configuration"
10980         required: true
10981         type: "string"
10982       responses:
10983         400:
10984           description: "Internal error"
10985         204:
10986           description: "Object deleted"
10987   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/vnf-information/onap-model-information/
10988   : get:
10989       tags:
10990       - "GENERIC-RESOURCE-API"
10991       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
10992       parameters:
10993       - name: "configuration-id"
10994         in: "path"
10995         description: "Id of port-mirror-configuration"
10996         required: true
10997         type: "string"
10998       responses:
10999         400:
11000           description: "Internal error"
11001         200:
11002           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
11003           responseSchema:
11004             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11005             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11006           schema:
11007             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11008             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11009     post:
11010       tags:
11011       - "GENERIC-RESOURCE-API"
11012       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
11013       parameters:
11014       - name: "configuration-id"
11015         in: "path"
11016         description: "Id of port-mirror-configuration"
11017         required: true
11018         type: "string"
11019       - in: "body"
11020         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11021         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11022           \ to be added to list"
11023         required: false
11024         schema:
11025           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11026           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11027       responses:
11028         400:
11029           description: "Internal error"
11030         201:
11031           description: "Object created"
11032         409:
11033           description: "Object already exists"
11034     put:
11035       tags:
11036       - "GENERIC-RESOURCE-API"
11037       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
11038       parameters:
11039       - name: "configuration-id"
11040         in: "path"
11041         description: "Id of port-mirror-configuration"
11042         required: true
11043         type: "string"
11044       - in: "body"
11045         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11046         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11047           \ to be added or updated"
11048         required: false
11049         schema:
11050           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11051           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11052       responses:
11053         400:
11054           description: "Internal error"
11055         201:
11056           description: "Object created"
11057         204:
11058           description: "Object modified"
11059     delete:
11060       tags:
11061       - "GENERIC-RESOURCE-API"
11062       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
11063       parameters:
11064       - name: "configuration-id"
11065         in: "path"
11066         description: "Id of port-mirror-configuration"
11067         required: true
11068         type: "string"
11069       responses:
11070         400:
11071           description: "Internal error"
11072         204:
11073           description: "Object deleted"
11074   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/
11075   : get:
11076       tags:
11077       - "GENERIC-RESOURCE-API"
11078       description: "returns generic.resource.api.Param"
11079       parameters:
11080       - name: "configuration-id"
11081         in: "path"
11082         description: "Id of port-mirror-configuration"
11083         required: true
11084         type: "string"
11085       responses:
11086         400:
11087           description: "Internal error"
11088         200:
11089           description: "generic.resource.api.Param"
11090           responseSchema:
11091             $ref: "#/definitions/generic.resource.api.Param"
11092             originalRef: "#/definitions/generic.resource.api.Param"
11093           schema:
11094             $ref: "#/definitions/generic.resource.api.Param"
11095             originalRef: "#/definitions/generic.resource.api.Param"
11096     post:
11097       tags:
11098       - "GENERIC-RESOURCE-API"
11099       description: "creates generic.resource.api.Param"
11100       parameters:
11101       - name: "configuration-id"
11102         in: "path"
11103         description: "Id of port-mirror-configuration"
11104         required: true
11105         type: "string"
11106       - in: "body"
11107         name: "generic.resource.api.Param.body-param"
11108         description: "generic.resource.api.Param to be added to list"
11109         required: false
11110         schema:
11111           $ref: "#/definitions/generic.resource.api.Param"
11112           originalRef: "#/definitions/generic.resource.api.Param"
11113       responses:
11114         400:
11115           description: "Internal error"
11116         201:
11117           description: "Object created"
11118         409:
11119           description: "Object already exists"
11120     put:
11121       tags:
11122       - "GENERIC-RESOURCE-API"
11123       description: "creates or updates generic.resource.api.Param"
11124       parameters:
11125       - name: "configuration-id"
11126         in: "path"
11127         description: "Id of port-mirror-configuration"
11128         required: true
11129         type: "string"
11130       - in: "body"
11131         name: "generic.resource.api.Param.body-param"
11132         description: "generic.resource.api.Param to be added or updated"
11133         required: false
11134         schema:
11135           $ref: "#/definitions/generic.resource.api.Param"
11136           originalRef: "#/definitions/generic.resource.api.Param"
11137       responses:
11138         400:
11139           description: "Internal error"
11140         201:
11141           description: "Object created"
11142         204:
11143           description: "Object modified"
11144     delete:
11145       tags:
11146       - "GENERIC-RESOURCE-API"
11147       description: "removes generic.resource.api.Param"
11148       parameters:
11149       - name: "configuration-id"
11150         in: "path"
11151         description: "Id of port-mirror-configuration"
11152         required: true
11153         type: "string"
11154       responses:
11155         400:
11156           description: "Internal error"
11157         204:
11158           description: "Object deleted"
11159   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/
11160   : post:
11161       description: "creates generic.resource.api.param.Param"
11162       parameters:
11163       - name: "configuration-id"
11164         in: "path"
11165         description: "Id of port-mirror-configuration"
11166         required: true
11167         type: "string"
11168       - in: "body"
11169         name: "generic.resource.api.param.Param.body-param"
11170         description: "generic.resource.api.param.Param to be added to list"
11171         required: false
11172         schema:
11173           $ref: "#/definitions/generic.resource.api.param.Param"
11174           originalRef: "#/definitions/generic.resource.api.param.Param"
11175       responses:
11176         400:
11177           description: "Internal error"
11178         201:
11179           description: "Object created"
11180         409:
11181           description: "Object already exists"
11182   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/
11183   : get:
11184       tags:
11185       - "GENERIC-RESOURCE-API"
11186       description: "returns generic.resource.api.param.Param"
11187       parameters:
11188       - name: "configuration-id"
11189         in: "path"
11190         description: "Id of port-mirror-configuration"
11191         required: true
11192         type: "string"
11193       - name: "name"
11194         in: "path"
11195         description: "Id of param"
11196         required: true
11197         type: "string"
11198       responses:
11199         400:
11200           description: "Internal error"
11201         200:
11202           description: "generic.resource.api.param.Param"
11203           responseSchema:
11204             $ref: "#/definitions/generic.resource.api.param.Param"
11205             originalRef: "#/definitions/generic.resource.api.param.Param"
11206           schema:
11207             $ref: "#/definitions/generic.resource.api.param.Param"
11208             originalRef: "#/definitions/generic.resource.api.param.Param"
11209     post:
11210       tags:
11211       - "GENERIC-RESOURCE-API"
11212       description: "creates generic.resource.api.param.Param"
11213       parameters:
11214       - name: "configuration-id"
11215         in: "path"
11216         description: "Id of port-mirror-configuration"
11217         required: true
11218         type: "string"
11219       - name: "name"
11220         in: "path"
11221         description: "Id of param"
11222         required: true
11223         type: "string"
11224       - in: "body"
11225         name: "generic.resource.api.param.Param.body-param"
11226         description: "generic.resource.api.param.Param to be added to list"
11227         required: false
11228         schema:
11229           $ref: "#/definitions/generic.resource.api.param.Param"
11230           originalRef: "#/definitions/generic.resource.api.param.Param"
11231       responses:
11232         400:
11233           description: "Internal error"
11234         201:
11235           description: "Object created"
11236         409:
11237           description: "Object already exists"
11238     put:
11239       tags:
11240       - "GENERIC-RESOURCE-API"
11241       description: "creates or updates generic.resource.api.param.Param"
11242       parameters:
11243       - name: "configuration-id"
11244         in: "path"
11245         description: "Id of port-mirror-configuration"
11246         required: true
11247         type: "string"
11248       - name: "name"
11249         in: "path"
11250         description: "Id of param"
11251         required: true
11252         type: "string"
11253       - in: "body"
11254         name: "generic.resource.api.param.Param.body-param"
11255         description: "generic.resource.api.param.Param to be added or updated"
11256         required: false
11257         schema:
11258           $ref: "#/definitions/generic.resource.api.param.Param"
11259           originalRef: "#/definitions/generic.resource.api.param.Param"
11260       responses:
11261         400:
11262           description: "Internal error"
11263         201:
11264           description: "Object created"
11265         204:
11266           description: "Object modified"
11267     delete:
11268       tags:
11269       - "GENERIC-RESOURCE-API"
11270       description: "removes generic.resource.api.param.Param"
11271       parameters:
11272       - name: "configuration-id"
11273         in: "path"
11274         description: "Id of port-mirror-configuration"
11275         required: true
11276         type: "string"
11277       - name: "name"
11278         in: "path"
11279         description: "Id of param"
11280         required: true
11281         type: "string"
11282       responses:
11283         400:
11284           description: "Internal error"
11285         204:
11286           description: "Object deleted"
11287   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/resource-resolution-data/
11288   : get:
11289       tags:
11290       - "GENERIC-RESOURCE-API"
11291       description: "returns generic.resource.api.param.param.ResourceResolutionData"
11292       parameters:
11293       - name: "configuration-id"
11294         in: "path"
11295         description: "Id of port-mirror-configuration"
11296         required: true
11297         type: "string"
11298       - name: "name"
11299         in: "path"
11300         description: "Id of param"
11301         required: true
11302         type: "string"
11303       responses:
11304         400:
11305           description: "Internal error"
11306         200:
11307           description: "generic.resource.api.param.param.ResourceResolutionData"
11308           responseSchema:
11309             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11310             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11311           schema:
11312             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11313             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11314     post:
11315       tags:
11316       - "GENERIC-RESOURCE-API"
11317       description: "creates generic.resource.api.param.param.ResourceResolutionData"
11318       parameters:
11319       - name: "configuration-id"
11320         in: "path"
11321         description: "Id of port-mirror-configuration"
11322         required: true
11323         type: "string"
11324       - name: "name"
11325         in: "path"
11326         description: "Id of param"
11327         required: true
11328         type: "string"
11329       - in: "body"
11330         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
11331         description: "generic.resource.api.param.param.ResourceResolutionData to be\
11332           \ added to list"
11333         required: false
11334         schema:
11335           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11336           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11337       responses:
11338         400:
11339           description: "Internal error"
11340         201:
11341           description: "Object created"
11342         409:
11343           description: "Object already exists"
11344     put:
11345       tags:
11346       - "GENERIC-RESOURCE-API"
11347       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
11348       parameters:
11349       - name: "configuration-id"
11350         in: "path"
11351         description: "Id of port-mirror-configuration"
11352         required: true
11353         type: "string"
11354       - name: "name"
11355         in: "path"
11356         description: "Id of param"
11357         required: true
11358         type: "string"
11359       - in: "body"
11360         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
11361         description: "generic.resource.api.param.param.ResourceResolutionData to be\
11362           \ added or updated"
11363         required: false
11364         schema:
11365           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11366           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
11367       responses:
11368         400:
11369           description: "Internal error"
11370         201:
11371           description: "Object created"
11372         204:
11373           description: "Object modified"
11374     delete:
11375       tags:
11376       - "GENERIC-RESOURCE-API"
11377       description: "removes generic.resource.api.param.param.ResourceResolutionData"
11378       parameters:
11379       - name: "configuration-id"
11380         in: "path"
11381         description: "Id of port-mirror-configuration"
11382         required: true
11383         type: "string"
11384       - name: "name"
11385         in: "path"
11386         description: "Id of param"
11387         required: true
11388         type: "string"
11389       responses:
11390         400:
11391           description: "Internal error"
11392         204:
11393           description: "Object deleted"
11394   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/resource-resolution-data/resource-key/
11395   : post:
11396       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11397       parameters:
11398       - name: "configuration-id"
11399         in: "path"
11400         description: "Id of port-mirror-configuration"
11401         required: true
11402         type: "string"
11403       - name: "name"
11404         in: "path"
11405         description: "Id of param"
11406         required: true
11407         type: "string"
11408       - in: "body"
11409         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
11410         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
11411           \ to be added to list"
11412         required: false
11413         schema:
11414           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11415           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11416       responses:
11417         400:
11418           description: "Internal error"
11419         201:
11420           description: "Object created"
11421         409:
11422           description: "Object already exists"
11423   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
11424   : get:
11425       tags:
11426       - "GENERIC-RESOURCE-API"
11427       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11428       parameters:
11429       - name: "configuration-id"
11430         in: "path"
11431         description: "Id of port-mirror-configuration"
11432         required: true
11433         type: "string"
11434       - name: "name"
11435         in: "path"
11436         description: "Id of param"
11437         required: true
11438         type: "string"
11439       - name: "resource-key-name"
11440         in: "path"
11441         description: "Id of resource-key"
11442         required: true
11443         type: "string"
11444       responses:
11445         400:
11446           description: "Internal error"
11447         200:
11448           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11449           responseSchema:
11450             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11451             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11452           schema:
11453             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11454             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11455     post:
11456       tags:
11457       - "GENERIC-RESOURCE-API"
11458       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11459       parameters:
11460       - name: "configuration-id"
11461         in: "path"
11462         description: "Id of port-mirror-configuration"
11463         required: true
11464         type: "string"
11465       - name: "name"
11466         in: "path"
11467         description: "Id of param"
11468         required: true
11469         type: "string"
11470       - name: "resource-key-name"
11471         in: "path"
11472         description: "Id of resource-key"
11473         required: true
11474         type: "string"
11475       - in: "body"
11476         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
11477         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
11478           \ to be added to list"
11479         required: false
11480         schema:
11481           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11482           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11483       responses:
11484         400:
11485           description: "Internal error"
11486         201:
11487           description: "Object created"
11488         409:
11489           description: "Object already exists"
11490     put:
11491       tags:
11492       - "GENERIC-RESOURCE-API"
11493       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11494       parameters:
11495       - name: "configuration-id"
11496         in: "path"
11497         description: "Id of port-mirror-configuration"
11498         required: true
11499         type: "string"
11500       - name: "name"
11501         in: "path"
11502         description: "Id of param"
11503         required: true
11504         type: "string"
11505       - name: "resource-key-name"
11506         in: "path"
11507         description: "Id of resource-key"
11508         required: true
11509         type: "string"
11510       - in: "body"
11511         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
11512         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
11513           \ to be added or updated"
11514         required: false
11515         schema:
11516           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11517           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11518       responses:
11519         400:
11520           description: "Internal error"
11521         201:
11522           description: "Object created"
11523         204:
11524           description: "Object modified"
11525     delete:
11526       tags:
11527       - "GENERIC-RESOURCE-API"
11528       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
11529       parameters:
11530       - name: "configuration-id"
11531         in: "path"
11532         description: "Id of port-mirror-configuration"
11533         required: true
11534         type: "string"
11535       - name: "name"
11536         in: "path"
11537         description: "Id of param"
11538         required: true
11539         type: "string"
11540       - name: "resource-key-name"
11541         in: "path"
11542         description: "Id of resource-key"
11543         required: true
11544         type: "string"
11545       responses:
11546         400:
11547           description: "Internal error"
11548         204:
11549           description: "Object deleted"
11550   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/
11551   : get:
11552       tags:
11553       - "GENERIC-RESOURCE-API"
11554       description: "returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11555       parameters:
11556       - name: "configuration-id"
11557         in: "path"
11558         description: "Id of port-mirror-configuration"
11559         required: true
11560         type: "string"
11561       responses:
11562         400:
11563           description: "Internal error"
11564         200:
11565           description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11566           responseSchema:
11567             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11568             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11569           schema:
11570             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11571             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11572     post:
11573       tags:
11574       - "GENERIC-RESOURCE-API"
11575       description: "creates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11576       parameters:
11577       - name: "configuration-id"
11578         in: "path"
11579         description: "Id of port-mirror-configuration"
11580         required: true
11581         type: "string"
11582       - in: "body"
11583         name: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param"
11584         description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort\
11585           \ to be added to list"
11586         required: false
11587         schema:
11588           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11589           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11590       responses:
11591         400:
11592           description: "Internal error"
11593         201:
11594           description: "Object created"
11595         409:
11596           description: "Object already exists"
11597     put:
11598       tags:
11599       - "GENERIC-RESOURCE-API"
11600       description: "creates or updates generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11601       parameters:
11602       - name: "configuration-id"
11603         in: "path"
11604         description: "Id of port-mirror-configuration"
11605         required: true
11606         type: "string"
11607       - in: "body"
11608         name: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort.body-param"
11609         description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort\
11610           \ to be added or updated"
11611         required: false
11612         schema:
11613           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11614           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11615       responses:
11616         400:
11617           description: "Internal error"
11618         201:
11619           description: "Object created"
11620         204:
11621           description: "Object modified"
11622     delete:
11623       tags:
11624       - "GENERIC-RESOURCE-API"
11625       description: "removes generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
11626       parameters:
11627       - name: "configuration-id"
11628         in: "path"
11629         description: "Id of port-mirror-configuration"
11630         required: true
11631         type: "string"
11632       responses:
11633         400:
11634           description: "Internal error"
11635         204:
11636           description: "Object deleted"
11637   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/pnf-information/
11638   : get:
11639       tags:
11640       - "GENERIC-RESOURCE-API"
11641       description: "returns generic.resource.api.pnfinformation.PnfInformation"
11642       parameters:
11643       - name: "configuration-id"
11644         in: "path"
11645         description: "Id of port-mirror-configuration"
11646         required: true
11647         type: "string"
11648       responses:
11649         400:
11650           description: "Internal error"
11651         200:
11652           description: "generic.resource.api.pnfinformation.PnfInformation"
11653           responseSchema:
11654             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11655             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11656           schema:
11657             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11658             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11659     post:
11660       tags:
11661       - "GENERIC-RESOURCE-API"
11662       description: "creates generic.resource.api.pnfinformation.PnfInformation"
11663       parameters:
11664       - name: "configuration-id"
11665         in: "path"
11666         description: "Id of port-mirror-configuration"
11667         required: true
11668         type: "string"
11669       - in: "body"
11670         name: "generic.resource.api.pnfinformation.PnfInformation.body-param"
11671         description: "generic.resource.api.pnfinformation.PnfInformation to be added\
11672           \ to list"
11673         required: false
11674         schema:
11675           $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11676           originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11677       responses:
11678         400:
11679           description: "Internal error"
11680         201:
11681           description: "Object created"
11682         409:
11683           description: "Object already exists"
11684     put:
11685       tags:
11686       - "GENERIC-RESOURCE-API"
11687       description: "creates or updates generic.resource.api.pnfinformation.PnfInformation"
11688       parameters:
11689       - name: "configuration-id"
11690         in: "path"
11691         description: "Id of port-mirror-configuration"
11692         required: true
11693         type: "string"
11694       - in: "body"
11695         name: "generic.resource.api.pnfinformation.PnfInformation.body-param"
11696         description: "generic.resource.api.pnfinformation.PnfInformation to be added\
11697           \ or updated"
11698         required: false
11699         schema:
11700           $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11701           originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
11702       responses:
11703         400:
11704           description: "Internal error"
11705         201:
11706           description: "Object created"
11707         204:
11708           description: "Object modified"
11709     delete:
11710       tags:
11711       - "GENERIC-RESOURCE-API"
11712       description: "removes generic.resource.api.pnfinformation.PnfInformation"
11713       parameters:
11714       - name: "configuration-id"
11715         in: "path"
11716         description: "Id of port-mirror-configuration"
11717         required: true
11718         type: "string"
11719       responses:
11720         400:
11721           description: "Internal error"
11722         204:
11723           description: "Object deleted"
11724   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/pnf-information/onap-model-information/
11725   : get:
11726       tags:
11727       - "GENERIC-RESOURCE-API"
11728       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
11729       parameters:
11730       - name: "configuration-id"
11731         in: "path"
11732         description: "Id of port-mirror-configuration"
11733         required: true
11734         type: "string"
11735       responses:
11736         400:
11737           description: "Internal error"
11738         200:
11739           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
11740           responseSchema:
11741             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11742             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11743           schema:
11744             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11745             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11746     post:
11747       tags:
11748       - "GENERIC-RESOURCE-API"
11749       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
11750       parameters:
11751       - name: "configuration-id"
11752         in: "path"
11753         description: "Id of port-mirror-configuration"
11754         required: true
11755         type: "string"
11756       - in: "body"
11757         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11758         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11759           \ to be added to list"
11760         required: false
11761         schema:
11762           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11763           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11764       responses:
11765         400:
11766           description: "Internal error"
11767         201:
11768           description: "Object created"
11769         409:
11770           description: "Object already exists"
11771     put:
11772       tags:
11773       - "GENERIC-RESOURCE-API"
11774       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
11775       parameters:
11776       - name: "configuration-id"
11777         in: "path"
11778         description: "Id of port-mirror-configuration"
11779         required: true
11780         type: "string"
11781       - in: "body"
11782         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11783         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11784           \ to be added or updated"
11785         required: false
11786         schema:
11787           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11788           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11789       responses:
11790         400:
11791           description: "Internal error"
11792         201:
11793           description: "Object created"
11794         204:
11795           description: "Object modified"
11796     delete:
11797       tags:
11798       - "GENERIC-RESOURCE-API"
11799       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
11800       parameters:
11801       - name: "configuration-id"
11802         in: "path"
11803         description: "Id of port-mirror-configuration"
11804         required: true
11805         type: "string"
11806       responses:
11807         400:
11808           description: "Internal error"
11809         204:
11810           description: "Object deleted"
11811   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/vnf-information/
11812   : get:
11813       tags:
11814       - "GENERIC-RESOURCE-API"
11815       description: "returns generic.resource.api.vnfinformation.VnfInformation"
11816       parameters:
11817       - name: "configuration-id"
11818         in: "path"
11819         description: "Id of port-mirror-configuration"
11820         required: true
11821         type: "string"
11822       responses:
11823         400:
11824           description: "Internal error"
11825         200:
11826           description: "generic.resource.api.vnfinformation.VnfInformation"
11827           responseSchema:
11828             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11829             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11830           schema:
11831             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11832             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11833     post:
11834       tags:
11835       - "GENERIC-RESOURCE-API"
11836       description: "creates generic.resource.api.vnfinformation.VnfInformation"
11837       parameters:
11838       - name: "configuration-id"
11839         in: "path"
11840         description: "Id of port-mirror-configuration"
11841         required: true
11842         type: "string"
11843       - in: "body"
11844         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
11845         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
11846           \ to list"
11847         required: false
11848         schema:
11849           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11850           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11851       responses:
11852         400:
11853           description: "Internal error"
11854         201:
11855           description: "Object created"
11856         409:
11857           description: "Object already exists"
11858     put:
11859       tags:
11860       - "GENERIC-RESOURCE-API"
11861       description: "creates or updates generic.resource.api.vnfinformation.VnfInformation"
11862       parameters:
11863       - name: "configuration-id"
11864         in: "path"
11865         description: "Id of port-mirror-configuration"
11866         required: true
11867         type: "string"
11868       - in: "body"
11869         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
11870         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
11871           \ or updated"
11872         required: false
11873         schema:
11874           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11875           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
11876       responses:
11877         400:
11878           description: "Internal error"
11879         201:
11880           description: "Object created"
11881         204:
11882           description: "Object modified"
11883     delete:
11884       tags:
11885       - "GENERIC-RESOURCE-API"
11886       description: "removes generic.resource.api.vnfinformation.VnfInformation"
11887       parameters:
11888       - name: "configuration-id"
11889         in: "path"
11890         description: "Id of port-mirror-configuration"
11891         required: true
11892         type: "string"
11893       responses:
11894         400:
11895           description: "Internal error"
11896         204:
11897           description: "Object deleted"
11898   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/vnf-information/onap-model-information/
11899   : get:
11900       tags:
11901       - "GENERIC-RESOURCE-API"
11902       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
11903       parameters:
11904       - name: "configuration-id"
11905         in: "path"
11906         description: "Id of port-mirror-configuration"
11907         required: true
11908         type: "string"
11909       responses:
11910         400:
11911           description: "Internal error"
11912         200:
11913           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
11914           responseSchema:
11915             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11916             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11917           schema:
11918             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11919             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11920     post:
11921       tags:
11922       - "GENERIC-RESOURCE-API"
11923       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
11924       parameters:
11925       - name: "configuration-id"
11926         in: "path"
11927         description: "Id of port-mirror-configuration"
11928         required: true
11929         type: "string"
11930       - in: "body"
11931         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11932         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11933           \ to be added to list"
11934         required: false
11935         schema:
11936           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11937           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11938       responses:
11939         400:
11940           description: "Internal error"
11941         201:
11942           description: "Object created"
11943         409:
11944           description: "Object already exists"
11945     put:
11946       tags:
11947       - "GENERIC-RESOURCE-API"
11948       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
11949       parameters:
11950       - name: "configuration-id"
11951         in: "path"
11952         description: "Id of port-mirror-configuration"
11953         required: true
11954         type: "string"
11955       - in: "body"
11956         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
11957         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
11958           \ to be added or updated"
11959         required: false
11960         schema:
11961           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11962           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
11963       responses:
11964         400:
11965           description: "Internal error"
11966         201:
11967           description: "Object created"
11968         204:
11969           description: "Object modified"
11970     delete:
11971       tags:
11972       - "GENERIC-RESOURCE-API"
11973       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
11974       parameters:
11975       - name: "configuration-id"
11976         in: "path"
11977         description: "Id of port-mirror-configuration"
11978         required: true
11979         type: "string"
11980       responses:
11981         400:
11982           description: "Internal error"
11983         204:
11984           description: "Object deleted"
11985   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
11986   : get:
11987       tags:
11988       - "GENERIC-RESOURCE-API"
11989       description: "returns generic.resource.api.requestinformation.RequestInformation"
11990       parameters:
11991       - name: "configuration-id"
11992         in: "path"
11993         description: "Id of port-mirror-configuration"
11994         required: true
11995         type: "string"
11996       responses:
11997         400:
11998           description: "Internal error"
11999         200:
12000           description: "generic.resource.api.requestinformation.RequestInformation"
12001           responseSchema:
12002             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12003             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12004           schema:
12005             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12006             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12007     post:
12008       tags:
12009       - "GENERIC-RESOURCE-API"
12010       description: "creates generic.resource.api.requestinformation.RequestInformation"
12011       parameters:
12012       - name: "configuration-id"
12013         in: "path"
12014         description: "Id of port-mirror-configuration"
12015         required: true
12016         type: "string"
12017       - in: "body"
12018         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
12019         description: "generic.resource.api.requestinformation.RequestInformation to\
12020           \ be added to list"
12021         required: false
12022         schema:
12023           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12024           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12025       responses:
12026         400:
12027           description: "Internal error"
12028         201:
12029           description: "Object created"
12030         409:
12031           description: "Object already exists"
12032     put:
12033       tags:
12034       - "GENERIC-RESOURCE-API"
12035       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
12036       parameters:
12037       - name: "configuration-id"
12038         in: "path"
12039         description: "Id of port-mirror-configuration"
12040         required: true
12041         type: "string"
12042       - in: "body"
12043         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
12044         description: "generic.resource.api.requestinformation.RequestInformation to\
12045           \ be added or updated"
12046         required: false
12047         schema:
12048           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12049           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
12050       responses:
12051         400:
12052           description: "Internal error"
12053         201:
12054           description: "Object created"
12055         204:
12056           description: "Object modified"
12057     delete:
12058       tags:
12059       - "GENERIC-RESOURCE-API"
12060       description: "removes generic.resource.api.requestinformation.RequestInformation"
12061       parameters:
12062       - name: "configuration-id"
12063         in: "path"
12064         description: "Id of port-mirror-configuration"
12065         required: true
12066         type: "string"
12067       responses:
12068         400:
12069           description: "Internal error"
12070         204:
12071           description: "Object deleted"
12072   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
12073   : get:
12074       tags:
12075       - "GENERIC-RESOURCE-API"
12076       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
12077       parameters:
12078       - name: "configuration-id"
12079         in: "path"
12080         description: "Id of port-mirror-configuration"
12081         required: true
12082         type: "string"
12083       responses:
12084         400:
12085           description: "Internal error"
12086         200:
12087           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
12088           responseSchema:
12089             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12090             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12091           schema:
12092             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12093             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12094     post:
12095       tags:
12096       - "GENERIC-RESOURCE-API"
12097       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
12098       parameters:
12099       - name: "configuration-id"
12100         in: "path"
12101         description: "Id of port-mirror-configuration"
12102         required: true
12103         type: "string"
12104       - in: "body"
12105         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
12106         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
12107           \ be added to list"
12108         required: false
12109         schema:
12110           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12111           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12112       responses:
12113         400:
12114           description: "Internal error"
12115         201:
12116           description: "Object created"
12117         409:
12118           description: "Object already exists"
12119     put:
12120       tags:
12121       - "GENERIC-RESOURCE-API"
12122       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
12123       parameters:
12124       - name: "configuration-id"
12125         in: "path"
12126         description: "Id of port-mirror-configuration"
12127         required: true
12128         type: "string"
12129       - in: "body"
12130         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
12131         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
12132           \ be added or updated"
12133         required: false
12134         schema:
12135           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12136           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
12137       responses:
12138         400:
12139           description: "Internal error"
12140         201:
12141           description: "Object created"
12142         204:
12143           description: "Object modified"
12144     delete:
12145       tags:
12146       - "GENERIC-RESOURCE-API"
12147       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
12148       parameters:
12149       - name: "configuration-id"
12150         in: "path"
12151         description: "Id of port-mirror-configuration"
12152         required: true
12153         type: "string"
12154       responses:
12155         400:
12156           description: "Internal error"
12157         204:
12158           description: "Object deleted"
12159   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
12160   : get:
12161       tags:
12162       - "GENERIC-RESOURCE-API"
12163       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
12164       parameters:
12165       - name: "configuration-id"
12166         in: "path"
12167         description: "Id of port-mirror-configuration"
12168         required: true
12169         type: "string"
12170       responses:
12171         400:
12172           description: "Internal error"
12173         200:
12174           description: "generic.resource.api.serviceinformation.ServiceInformation"
12175           responseSchema:
12176             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12177             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12178           schema:
12179             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12180             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12181     post:
12182       tags:
12183       - "GENERIC-RESOURCE-API"
12184       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
12185       parameters:
12186       - name: "configuration-id"
12187         in: "path"
12188         description: "Id of port-mirror-configuration"
12189         required: true
12190         type: "string"
12191       - in: "body"
12192         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
12193         description: "generic.resource.api.serviceinformation.ServiceInformation to\
12194           \ be added to list"
12195         required: false
12196         schema:
12197           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12198           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12199       responses:
12200         400:
12201           description: "Internal error"
12202         201:
12203           description: "Object created"
12204         409:
12205           description: "Object already exists"
12206     put:
12207       tags:
12208       - "GENERIC-RESOURCE-API"
12209       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
12210       parameters:
12211       - name: "configuration-id"
12212         in: "path"
12213         description: "Id of port-mirror-configuration"
12214         required: true
12215         type: "string"
12216       - in: "body"
12217         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
12218         description: "generic.resource.api.serviceinformation.ServiceInformation to\
12219           \ be added or updated"
12220         required: false
12221         schema:
12222           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12223           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
12224       responses:
12225         400:
12226           description: "Internal error"
12227         201:
12228           description: "Object created"
12229         204:
12230           description: "Object modified"
12231     delete:
12232       tags:
12233       - "GENERIC-RESOURCE-API"
12234       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
12235       parameters:
12236       - name: "configuration-id"
12237         in: "path"
12238         description: "Id of port-mirror-configuration"
12239         required: true
12240         type: "string"
12241       responses:
12242         400:
12243           description: "Internal error"
12244         204:
12245           description: "Object deleted"
12246   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
12247   : get:
12248       tags:
12249       - "GENERIC-RESOURCE-API"
12250       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
12251       parameters:
12252       - name: "configuration-id"
12253         in: "path"
12254         description: "Id of port-mirror-configuration"
12255         required: true
12256         type: "string"
12257       responses:
12258         400:
12259           description: "Internal error"
12260         200:
12261           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
12262           responseSchema:
12263             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12264             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12265           schema:
12266             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12267             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12268     post:
12269       tags:
12270       - "GENERIC-RESOURCE-API"
12271       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
12272       parameters:
12273       - name: "configuration-id"
12274         in: "path"
12275         description: "Id of port-mirror-configuration"
12276         required: true
12277         type: "string"
12278       - in: "body"
12279         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
12280         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
12281           \ to be added to list"
12282         required: false
12283         schema:
12284           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12285           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12286       responses:
12287         400:
12288           description: "Internal error"
12289         201:
12290           description: "Object created"
12291         409:
12292           description: "Object already exists"
12293     put:
12294       tags:
12295       - "GENERIC-RESOURCE-API"
12296       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
12297       parameters:
12298       - name: "configuration-id"
12299         in: "path"
12300         description: "Id of port-mirror-configuration"
12301         required: true
12302         type: "string"
12303       - in: "body"
12304         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
12305         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
12306           \ to be added or updated"
12307         required: false
12308         schema:
12309           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12310           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12311       responses:
12312         400:
12313           description: "Internal error"
12314         201:
12315           description: "Object created"
12316         204:
12317           description: "Object modified"
12318     delete:
12319       tags:
12320       - "GENERIC-RESOURCE-API"
12321       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
12322       parameters:
12323       - name: "configuration-id"
12324         in: "path"
12325         description: "Id of port-mirror-configuration"
12326         required: true
12327         type: "string"
12328       responses:
12329         400:
12330           description: "Internal error"
12331         204:
12332           description: "Object deleted"
12333   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/
12334   : get:
12335       tags:
12336       - "GENERIC-RESOURCE-API"
12337       description: "returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12338       parameters:
12339       - name: "configuration-id"
12340         in: "path"
12341         description: "Id of port-mirror-configuration"
12342         required: true
12343         type: "string"
12344       responses:
12345         400:
12346           description: "Internal error"
12347         200:
12348           description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12349           responseSchema:
12350             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12351             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12352           schema:
12353             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12354             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12355     post:
12356       tags:
12357       - "GENERIC-RESOURCE-API"
12358       description: "creates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12359       parameters:
12360       - name: "configuration-id"
12361         in: "path"
12362         description: "Id of port-mirror-configuration"
12363         required: true
12364         type: "string"
12365       - in: "body"
12366         name: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param"
12367         description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology\
12368           \ to be added to list"
12369         required: false
12370         schema:
12371           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12372           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12373       responses:
12374         400:
12375           description: "Internal error"
12376         201:
12377           description: "Object created"
12378         409:
12379           description: "Object already exists"
12380     put:
12381       tags:
12382       - "GENERIC-RESOURCE-API"
12383       description: "creates or updates generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12384       parameters:
12385       - name: "configuration-id"
12386         in: "path"
12387         description: "Id of port-mirror-configuration"
12388         required: true
12389         type: "string"
12390       - in: "body"
12391         name: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology.body-param"
12392         description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology\
12393           \ to be added or updated"
12394         required: false
12395         schema:
12396           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12397           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12398       responses:
12399         400:
12400           description: "Internal error"
12401         201:
12402           description: "Object created"
12403         204:
12404           description: "Object modified"
12405     delete:
12406       tags:
12407       - "GENERIC-RESOURCE-API"
12408       description: "removes generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
12409       parameters:
12410       - name: "configuration-id"
12411         in: "path"
12412         description: "Id of port-mirror-configuration"
12413         required: true
12414         type: "string"
12415       responses:
12416         400:
12417           description: "Internal error"
12418         204:
12419           description: "Object deleted"
12420   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/configuration-identifiers/
12421   : get:
12422       tags:
12423       - "GENERIC-RESOURCE-API"
12424       description: "returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12425       parameters:
12426       - name: "configuration-id"
12427         in: "path"
12428         description: "Id of port-mirror-configuration"
12429         required: true
12430         type: "string"
12431       responses:
12432         400:
12433           description: "Internal error"
12434         200:
12435           description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12436           responseSchema:
12437             $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12438             originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12439           schema:
12440             $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12441             originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12442     post:
12443       tags:
12444       - "GENERIC-RESOURCE-API"
12445       description: "creates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12446       parameters:
12447       - name: "configuration-id"
12448         in: "path"
12449         description: "Id of port-mirror-configuration"
12450         required: true
12451         type: "string"
12452       - in: "body"
12453         name: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param"
12454         description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers\
12455           \ to be added to list"
12456         required: false
12457         schema:
12458           $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12459           originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12460       responses:
12461         400:
12462           description: "Internal error"
12463         201:
12464           description: "Object created"
12465         409:
12466           description: "Object already exists"
12467     put:
12468       tags:
12469       - "GENERIC-RESOURCE-API"
12470       description: "creates or updates generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12471       parameters:
12472       - name: "configuration-id"
12473         in: "path"
12474         description: "Id of port-mirror-configuration"
12475         required: true
12476         type: "string"
12477       - in: "body"
12478         name: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers.body-param"
12479         description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers\
12480           \ to be added or updated"
12481         required: false
12482         schema:
12483           $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12484           originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12485       responses:
12486         400:
12487           description: "Internal error"
12488         201:
12489           description: "Object created"
12490         204:
12491           description: "Object modified"
12492     delete:
12493       tags:
12494       - "GENERIC-RESOURCE-API"
12495       description: "removes generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
12496       parameters:
12497       - name: "configuration-id"
12498         in: "path"
12499         description: "Id of port-mirror-configuration"
12500         required: true
12501         type: "string"
12502       responses:
12503         400:
12504           description: "Internal error"
12505         204:
12506           description: "Object deleted"
12507   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/onap-model-information/
12508   : get:
12509       tags:
12510       - "GENERIC-RESOURCE-API"
12511       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
12512       parameters:
12513       - name: "configuration-id"
12514         in: "path"
12515         description: "Id of port-mirror-configuration"
12516         required: true
12517         type: "string"
12518       responses:
12519         400:
12520           description: "Internal error"
12521         200:
12522           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
12523           responseSchema:
12524             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12525             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12526           schema:
12527             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12528             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12529     post:
12530       tags:
12531       - "GENERIC-RESOURCE-API"
12532       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
12533       parameters:
12534       - name: "configuration-id"
12535         in: "path"
12536         description: "Id of port-mirror-configuration"
12537         required: true
12538         type: "string"
12539       - in: "body"
12540         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
12541         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
12542           \ to be added to list"
12543         required: false
12544         schema:
12545           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12546           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12547       responses:
12548         400:
12549           description: "Internal error"
12550         201:
12551           description: "Object created"
12552         409:
12553           description: "Object already exists"
12554     put:
12555       tags:
12556       - "GENERIC-RESOURCE-API"
12557       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
12558       parameters:
12559       - name: "configuration-id"
12560         in: "path"
12561         description: "Id of port-mirror-configuration"
12562         required: true
12563         type: "string"
12564       - in: "body"
12565         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
12566         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
12567           \ to be added or updated"
12568         required: false
12569         schema:
12570           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12571           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
12572       responses:
12573         400:
12574           description: "Internal error"
12575         201:
12576           description: "Object created"
12577         204:
12578           description: "Object modified"
12579     delete:
12580       tags:
12581       - "GENERIC-RESOURCE-API"
12582       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
12583       parameters:
12584       - name: "configuration-id"
12585         in: "path"
12586         description: "Id of port-mirror-configuration"
12587         required: true
12588         type: "string"
12589       responses:
12590         400:
12591           description: "Internal error"
12592         204:
12593           description: "Object deleted"
12594   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/
12595   : get:
12596       tags:
12597       - "GENERIC-RESOURCE-API"
12598       description: "returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12599       parameters:
12600       - name: "configuration-id"
12601         in: "path"
12602         description: "Id of port-mirror-configuration"
12603         required: true
12604         type: "string"
12605       responses:
12606         400:
12607           description: "Internal error"
12608         200:
12609           description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12610           responseSchema:
12611             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12612             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12613           schema:
12614             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12615             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12616     post:
12617       tags:
12618       - "GENERIC-RESOURCE-API"
12619       description: "creates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12620       parameters:
12621       - name: "configuration-id"
12622         in: "path"
12623         description: "Id of port-mirror-configuration"
12624         required: true
12625         type: "string"
12626       - in: "body"
12627         name: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param"
12628         description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments\
12629           \ to be added to list"
12630         required: false
12631         schema:
12632           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12633           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12634       responses:
12635         400:
12636           description: "Internal error"
12637         201:
12638           description: "Object created"
12639         409:
12640           description: "Object already exists"
12641     put:
12642       tags:
12643       - "GENERIC-RESOURCE-API"
12644       description: "creates or updates generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12645       parameters:
12646       - name: "configuration-id"
12647         in: "path"
12648         description: "Id of port-mirror-configuration"
12649         required: true
12650         type: "string"
12651       - in: "body"
12652         name: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments.body-param"
12653         description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments\
12654           \ to be added or updated"
12655         required: false
12656         schema:
12657           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12658           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12659       responses:
12660         400:
12661           description: "Internal error"
12662         201:
12663           description: "Object created"
12664         204:
12665           description: "Object modified"
12666     delete:
12667       tags:
12668       - "GENERIC-RESOURCE-API"
12669       description: "removes generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
12670       parameters:
12671       - name: "configuration-id"
12672         in: "path"
12673         description: "Id of port-mirror-configuration"
12674         required: true
12675         type: "string"
12676       responses:
12677         400:
12678           description: "Internal error"
12679         204:
12680           description: "Object deleted"
12681   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/
12682   : get:
12683       tags:
12684       - "GENERIC-RESOURCE-API"
12685       description: "returns generic.resource.api.Param"
12686       parameters:
12687       - name: "configuration-id"
12688         in: "path"
12689         description: "Id of port-mirror-configuration"
12690         required: true
12691         type: "string"
12692       responses:
12693         400:
12694           description: "Internal error"
12695         200:
12696           description: "generic.resource.api.Param"
12697           responseSchema:
12698             $ref: "#/definitions/generic.resource.api.Param"
12699             originalRef: "#/definitions/generic.resource.api.Param"
12700           schema:
12701             $ref: "#/definitions/generic.resource.api.Param"
12702             originalRef: "#/definitions/generic.resource.api.Param"
12703     post:
12704       tags:
12705       - "GENERIC-RESOURCE-API"
12706       description: "creates generic.resource.api.Param"
12707       parameters:
12708       - name: "configuration-id"
12709         in: "path"
12710         description: "Id of port-mirror-configuration"
12711         required: true
12712         type: "string"
12713       - in: "body"
12714         name: "generic.resource.api.Param.body-param"
12715         description: "generic.resource.api.Param to be added to list"
12716         required: false
12717         schema:
12718           $ref: "#/definitions/generic.resource.api.Param"
12719           originalRef: "#/definitions/generic.resource.api.Param"
12720       responses:
12721         400:
12722           description: "Internal error"
12723         201:
12724           description: "Object created"
12725         409:
12726           description: "Object already exists"
12727     put:
12728       tags:
12729       - "GENERIC-RESOURCE-API"
12730       description: "creates or updates generic.resource.api.Param"
12731       parameters:
12732       - name: "configuration-id"
12733         in: "path"
12734         description: "Id of port-mirror-configuration"
12735         required: true
12736         type: "string"
12737       - in: "body"
12738         name: "generic.resource.api.Param.body-param"
12739         description: "generic.resource.api.Param to be added or updated"
12740         required: false
12741         schema:
12742           $ref: "#/definitions/generic.resource.api.Param"
12743           originalRef: "#/definitions/generic.resource.api.Param"
12744       responses:
12745         400:
12746           description: "Internal error"
12747         201:
12748           description: "Object created"
12749         204:
12750           description: "Object modified"
12751     delete:
12752       tags:
12753       - "GENERIC-RESOURCE-API"
12754       description: "removes generic.resource.api.Param"
12755       parameters:
12756       - name: "configuration-id"
12757         in: "path"
12758         description: "Id of port-mirror-configuration"
12759         required: true
12760         type: "string"
12761       responses:
12762         400:
12763           description: "Internal error"
12764         204:
12765           description: "Object deleted"
12766   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/
12767   : post:
12768       description: "creates generic.resource.api.param.Param"
12769       parameters:
12770       - name: "configuration-id"
12771         in: "path"
12772         description: "Id of port-mirror-configuration"
12773         required: true
12774         type: "string"
12775       - in: "body"
12776         name: "generic.resource.api.param.Param.body-param"
12777         description: "generic.resource.api.param.Param to be added to list"
12778         required: false
12779         schema:
12780           $ref: "#/definitions/generic.resource.api.param.Param"
12781           originalRef: "#/definitions/generic.resource.api.param.Param"
12782       responses:
12783         400:
12784           description: "Internal error"
12785         201:
12786           description: "Object created"
12787         409:
12788           description: "Object already exists"
12789   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/
12790   : get:
12791       tags:
12792       - "GENERIC-RESOURCE-API"
12793       description: "returns generic.resource.api.param.Param"
12794       parameters:
12795       - name: "configuration-id"
12796         in: "path"
12797         description: "Id of port-mirror-configuration"
12798         required: true
12799         type: "string"
12800       - name: "name"
12801         in: "path"
12802         description: "Id of param"
12803         required: true
12804         type: "string"
12805       responses:
12806         400:
12807           description: "Internal error"
12808         200:
12809           description: "generic.resource.api.param.Param"
12810           responseSchema:
12811             $ref: "#/definitions/generic.resource.api.param.Param"
12812             originalRef: "#/definitions/generic.resource.api.param.Param"
12813           schema:
12814             $ref: "#/definitions/generic.resource.api.param.Param"
12815             originalRef: "#/definitions/generic.resource.api.param.Param"
12816     post:
12817       tags:
12818       - "GENERIC-RESOURCE-API"
12819       description: "creates generic.resource.api.param.Param"
12820       parameters:
12821       - name: "configuration-id"
12822         in: "path"
12823         description: "Id of port-mirror-configuration"
12824         required: true
12825         type: "string"
12826       - name: "name"
12827         in: "path"
12828         description: "Id of param"
12829         required: true
12830         type: "string"
12831       - in: "body"
12832         name: "generic.resource.api.param.Param.body-param"
12833         description: "generic.resource.api.param.Param to be added to list"
12834         required: false
12835         schema:
12836           $ref: "#/definitions/generic.resource.api.param.Param"
12837           originalRef: "#/definitions/generic.resource.api.param.Param"
12838       responses:
12839         400:
12840           description: "Internal error"
12841         201:
12842           description: "Object created"
12843         409:
12844           description: "Object already exists"
12845     put:
12846       tags:
12847       - "GENERIC-RESOURCE-API"
12848       description: "creates or updates generic.resource.api.param.Param"
12849       parameters:
12850       - name: "configuration-id"
12851         in: "path"
12852         description: "Id of port-mirror-configuration"
12853         required: true
12854         type: "string"
12855       - name: "name"
12856         in: "path"
12857         description: "Id of param"
12858         required: true
12859         type: "string"
12860       - in: "body"
12861         name: "generic.resource.api.param.Param.body-param"
12862         description: "generic.resource.api.param.Param to be added or updated"
12863         required: false
12864         schema:
12865           $ref: "#/definitions/generic.resource.api.param.Param"
12866           originalRef: "#/definitions/generic.resource.api.param.Param"
12867       responses:
12868         400:
12869           description: "Internal error"
12870         201:
12871           description: "Object created"
12872         204:
12873           description: "Object modified"
12874     delete:
12875       tags:
12876       - "GENERIC-RESOURCE-API"
12877       description: "removes generic.resource.api.param.Param"
12878       parameters:
12879       - name: "configuration-id"
12880         in: "path"
12881         description: "Id of port-mirror-configuration"
12882         required: true
12883         type: "string"
12884       - name: "name"
12885         in: "path"
12886         description: "Id of param"
12887         required: true
12888         type: "string"
12889       responses:
12890         400:
12891           description: "Internal error"
12892         204:
12893           description: "Object deleted"
12894   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/resource-resolution-data/
12895   : get:
12896       tags:
12897       - "GENERIC-RESOURCE-API"
12898       description: "returns generic.resource.api.param.param.ResourceResolutionData"
12899       parameters:
12900       - name: "configuration-id"
12901         in: "path"
12902         description: "Id of port-mirror-configuration"
12903         required: true
12904         type: "string"
12905       - name: "name"
12906         in: "path"
12907         description: "Id of param"
12908         required: true
12909         type: "string"
12910       responses:
12911         400:
12912           description: "Internal error"
12913         200:
12914           description: "generic.resource.api.param.param.ResourceResolutionData"
12915           responseSchema:
12916             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12917             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12918           schema:
12919             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12920             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12921     post:
12922       tags:
12923       - "GENERIC-RESOURCE-API"
12924       description: "creates generic.resource.api.param.param.ResourceResolutionData"
12925       parameters:
12926       - name: "configuration-id"
12927         in: "path"
12928         description: "Id of port-mirror-configuration"
12929         required: true
12930         type: "string"
12931       - name: "name"
12932         in: "path"
12933         description: "Id of param"
12934         required: true
12935         type: "string"
12936       - in: "body"
12937         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
12938         description: "generic.resource.api.param.param.ResourceResolutionData to be\
12939           \ added to list"
12940         required: false
12941         schema:
12942           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12943           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12944       responses:
12945         400:
12946           description: "Internal error"
12947         201:
12948           description: "Object created"
12949         409:
12950           description: "Object already exists"
12951     put:
12952       tags:
12953       - "GENERIC-RESOURCE-API"
12954       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
12955       parameters:
12956       - name: "configuration-id"
12957         in: "path"
12958         description: "Id of port-mirror-configuration"
12959         required: true
12960         type: "string"
12961       - name: "name"
12962         in: "path"
12963         description: "Id of param"
12964         required: true
12965         type: "string"
12966       - in: "body"
12967         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
12968         description: "generic.resource.api.param.param.ResourceResolutionData to be\
12969           \ added or updated"
12970         required: false
12971         schema:
12972           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12973           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
12974       responses:
12975         400:
12976           description: "Internal error"
12977         201:
12978           description: "Object created"
12979         204:
12980           description: "Object modified"
12981     delete:
12982       tags:
12983       - "GENERIC-RESOURCE-API"
12984       description: "removes generic.resource.api.param.param.ResourceResolutionData"
12985       parameters:
12986       - name: "configuration-id"
12987         in: "path"
12988         description: "Id of port-mirror-configuration"
12989         required: true
12990         type: "string"
12991       - name: "name"
12992         in: "path"
12993         description: "Id of param"
12994         required: true
12995         type: "string"
12996       responses:
12997         400:
12998           description: "Internal error"
12999         204:
13000           description: "Object deleted"
13001   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/resource-resolution-data/resource-key/
13002   : post:
13003       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13004       parameters:
13005       - name: "configuration-id"
13006         in: "path"
13007         description: "Id of port-mirror-configuration"
13008         required: true
13009         type: "string"
13010       - name: "name"
13011         in: "path"
13012         description: "Id of param"
13013         required: true
13014         type: "string"
13015       - in: "body"
13016         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
13017         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
13018           \ to be added to list"
13019         required: false
13020         schema:
13021           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13022           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13023       responses:
13024         400:
13025           description: "Internal error"
13026         201:
13027           description: "Object created"
13028         409:
13029           description: "Object already exists"
13030   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
13031   : get:
13032       tags:
13033       - "GENERIC-RESOURCE-API"
13034       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13035       parameters:
13036       - name: "configuration-id"
13037         in: "path"
13038         description: "Id of port-mirror-configuration"
13039         required: true
13040         type: "string"
13041       - name: "name"
13042         in: "path"
13043         description: "Id of param"
13044         required: true
13045         type: "string"
13046       - name: "resource-key-name"
13047         in: "path"
13048         description: "Id of resource-key"
13049         required: true
13050         type: "string"
13051       responses:
13052         400:
13053           description: "Internal error"
13054         200:
13055           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13056           responseSchema:
13057             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13058             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13059           schema:
13060             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13061             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13062     post:
13063       tags:
13064       - "GENERIC-RESOURCE-API"
13065       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13066       parameters:
13067       - name: "configuration-id"
13068         in: "path"
13069         description: "Id of port-mirror-configuration"
13070         required: true
13071         type: "string"
13072       - name: "name"
13073         in: "path"
13074         description: "Id of param"
13075         required: true
13076         type: "string"
13077       - name: "resource-key-name"
13078         in: "path"
13079         description: "Id of resource-key"
13080         required: true
13081         type: "string"
13082       - in: "body"
13083         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
13084         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
13085           \ to be added to list"
13086         required: false
13087         schema:
13088           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13089           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13090       responses:
13091         400:
13092           description: "Internal error"
13093         201:
13094           description: "Object created"
13095         409:
13096           description: "Object already exists"
13097     put:
13098       tags:
13099       - "GENERIC-RESOURCE-API"
13100       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13101       parameters:
13102       - name: "configuration-id"
13103         in: "path"
13104         description: "Id of port-mirror-configuration"
13105         required: true
13106         type: "string"
13107       - name: "name"
13108         in: "path"
13109         description: "Id of param"
13110         required: true
13111         type: "string"
13112       - name: "resource-key-name"
13113         in: "path"
13114         description: "Id of resource-key"
13115         required: true
13116         type: "string"
13117       - in: "body"
13118         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
13119         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
13120           \ to be added or updated"
13121         required: false
13122         schema:
13123           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13124           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13125       responses:
13126         400:
13127           description: "Internal error"
13128         201:
13129           description: "Object created"
13130         204:
13131           description: "Object modified"
13132     delete:
13133       tags:
13134       - "GENERIC-RESOURCE-API"
13135       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
13136       parameters:
13137       - name: "configuration-id"
13138         in: "path"
13139         description: "Id of port-mirror-configuration"
13140         required: true
13141         type: "string"
13142       - name: "name"
13143         in: "path"
13144         description: "Id of param"
13145         required: true
13146         type: "string"
13147       - name: "resource-key-name"
13148         in: "path"
13149         description: "Id of resource-key"
13150         required: true
13151         type: "string"
13152       responses:
13153         400:
13154           description: "Internal error"
13155         204:
13156           description: "Object deleted"
13157   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/dest-vnfc-instance-group-id/
13158   : get:
13159       tags:
13160       - "GENERIC-RESOURCE-API"
13161       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13162       parameters:
13163       - name: "configuration-id"
13164         in: "path"
13165         description: "Id of port-mirror-configuration"
13166         required: true
13167         type: "string"
13168       responses:
13169         400:
13170           description: "Internal error"
13171         200:
13172           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13173           responseSchema:
13174             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13175             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13176           schema:
13177             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13178             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13179     post:
13180       tags:
13181       - "GENERIC-RESOURCE-API"
13182       description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13183       parameters:
13184       - name: "configuration-id"
13185         in: "path"
13186         description: "Id of port-mirror-configuration"
13187         required: true
13188         type: "string"
13189       - in: "body"
13190         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param"
13191         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId\
13192           \ to be added to list"
13193         required: false
13194         schema:
13195           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13196           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13197       responses:
13198         400:
13199           description: "Internal error"
13200         201:
13201           description: "Object created"
13202         409:
13203           description: "Object already exists"
13204     put:
13205       tags:
13206       - "GENERIC-RESOURCE-API"
13207       description: "creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13208       parameters:
13209       - name: "configuration-id"
13210         in: "path"
13211         description: "Id of port-mirror-configuration"
13212         required: true
13213         type: "string"
13214       - in: "body"
13215         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId.body-param"
13216         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId\
13217           \ to be added or updated"
13218         required: false
13219         schema:
13220           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13221           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13222       responses:
13223         400:
13224           description: "Internal error"
13225         201:
13226           description: "Object created"
13227         204:
13228           description: "Object modified"
13229     delete:
13230       tags:
13231       - "GENERIC-RESOURCE-API"
13232       description: "removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
13233       parameters:
13234       - name: "configuration-id"
13235         in: "path"
13236         description: "Id of port-mirror-configuration"
13237         required: true
13238         type: "string"
13239       responses:
13240         400:
13241           description: "Internal error"
13242         204:
13243           description: "Object deleted"
13244   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/
13245   : get:
13246       tags:
13247       - "GENERIC-RESOURCE-API"
13248       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13249       parameters:
13250       - name: "configuration-id"
13251         in: "path"
13252         description: "Id of port-mirror-configuration"
13253         required: true
13254         type: "string"
13255       responses:
13256         400:
13257           description: "Internal error"
13258         200:
13259           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13260           responseSchema:
13261             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13262             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13263           schema:
13264             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13265             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13266     post:
13267       tags:
13268       - "GENERIC-RESOURCE-API"
13269       description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13270       parameters:
13271       - name: "configuration-id"
13272         in: "path"
13273         description: "Id of port-mirror-configuration"
13274         required: true
13275         type: "string"
13276       - in: "body"
13277         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param"
13278         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps\
13279           \ to be added to list"
13280         required: false
13281         schema:
13282           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13283           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13284       responses:
13285         400:
13286           description: "Internal error"
13287         201:
13288           description: "Object created"
13289         409:
13290           description: "Object already exists"
13291     put:
13292       tags:
13293       - "GENERIC-RESOURCE-API"
13294       description: "creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13295       parameters:
13296       - name: "configuration-id"
13297         in: "path"
13298         description: "Id of port-mirror-configuration"
13299         required: true
13300         type: "string"
13301       - in: "body"
13302         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps.body-param"
13303         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps\
13304           \ to be added or updated"
13305         required: false
13306         schema:
13307           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13308           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13309       responses:
13310         400:
13311           description: "Internal error"
13312         201:
13313           description: "Object created"
13314         204:
13315           description: "Object modified"
13316     delete:
13317       tags:
13318       - "GENERIC-RESOURCE-API"
13319       description: "removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
13320       parameters:
13321       - name: "configuration-id"
13322         in: "path"
13323         description: "Id of port-mirror-configuration"
13324         required: true
13325         type: "string"
13326       responses:
13327         400:
13328           description: "Internal error"
13329         204:
13330           description: "Object deleted"
13331   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/
13332   : post:
13333       description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13334       parameters:
13335       - name: "configuration-id"
13336         in: "path"
13337         description: "Id of port-mirror-configuration"
13338         required: true
13339         type: "string"
13340       - in: "body"
13341         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param"
13342         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap\
13343           \ to be added to list"
13344         required: false
13345         schema:
13346           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13347           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13348       responses:
13349         400:
13350           description: "Internal error"
13351         201:
13352           description: "Object created"
13353         409:
13354           description: "Object already exists"
13355   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/
13356   : get:
13357       tags:
13358       - "GENERIC-RESOURCE-API"
13359       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13360       parameters:
13361       - name: "configuration-id"
13362         in: "path"
13363         description: "Id of port-mirror-configuration"
13364         required: true
13365         type: "string"
13366       - name: "source-port-id"
13367         in: "path"
13368         description: "Id of source-to-dest-map"
13369         required: true
13370         type: "string"
13371       responses:
13372         400:
13373           description: "Internal error"
13374         200:
13375           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13376           responseSchema:
13377             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13378             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13379           schema:
13380             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13381             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13382     post:
13383       tags:
13384       - "GENERIC-RESOURCE-API"
13385       description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13386       parameters:
13387       - name: "configuration-id"
13388         in: "path"
13389         description: "Id of port-mirror-configuration"
13390         required: true
13391         type: "string"
13392       - name: "source-port-id"
13393         in: "path"
13394         description: "Id of source-to-dest-map"
13395         required: true
13396         type: "string"
13397       - in: "body"
13398         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param"
13399         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap\
13400           \ to be added to list"
13401         required: false
13402         schema:
13403           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13404           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13405       responses:
13406         400:
13407           description: "Internal error"
13408         201:
13409           description: "Object created"
13410         409:
13411           description: "Object already exists"
13412     put:
13413       tags:
13414       - "GENERIC-RESOURCE-API"
13415       description: "creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13416       parameters:
13417       - name: "configuration-id"
13418         in: "path"
13419         description: "Id of port-mirror-configuration"
13420         required: true
13421         type: "string"
13422       - name: "source-port-id"
13423         in: "path"
13424         description: "Id of source-to-dest-map"
13425         required: true
13426         type: "string"
13427       - in: "body"
13428         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap.body-param"
13429         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap\
13430           \ to be added or updated"
13431         required: false
13432         schema:
13433           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13434           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13435       responses:
13436         400:
13437           description: "Internal error"
13438         201:
13439           description: "Object created"
13440         204:
13441           description: "Object modified"
13442     delete:
13443       tags:
13444       - "GENERIC-RESOURCE-API"
13445       description: "removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
13446       parameters:
13447       - name: "configuration-id"
13448         in: "path"
13449         description: "Id of port-mirror-configuration"
13450         required: true
13451         type: "string"
13452       - name: "source-port-id"
13453         in: "path"
13454         description: "Id of source-to-dest-map"
13455         required: true
13456         type: "string"
13457       responses:
13458         400:
13459           description: "Internal error"
13460         204:
13461           description: "Object deleted"
13462   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/dest-ip-addresses/
13463   : get:
13464       tags:
13465       - "GENERIC-RESOURCE-API"
13466       description: "returns generic.resource.api.IpAddresses"
13467       parameters:
13468       - name: "configuration-id"
13469         in: "path"
13470         description: "Id of port-mirror-configuration"
13471         required: true
13472         type: "string"
13473       - name: "source-port-id"
13474         in: "path"
13475         description: "Id of source-to-dest-map"
13476         required: true
13477         type: "string"
13478       responses:
13479         400:
13480           description: "Internal error"
13481         200:
13482           description: "generic.resource.api.IpAddresses"
13483           responseSchema:
13484             $ref: "#/definitions/generic.resource.api.IpAddresses"
13485             originalRef: "#/definitions/generic.resource.api.IpAddresses"
13486           schema:
13487             $ref: "#/definitions/generic.resource.api.IpAddresses"
13488             originalRef: "#/definitions/generic.resource.api.IpAddresses"
13489     post:
13490       tags:
13491       - "GENERIC-RESOURCE-API"
13492       description: "creates generic.resource.api.IpAddresses"
13493       parameters:
13494       - name: "configuration-id"
13495         in: "path"
13496         description: "Id of port-mirror-configuration"
13497         required: true
13498         type: "string"
13499       - name: "source-port-id"
13500         in: "path"
13501         description: "Id of source-to-dest-map"
13502         required: true
13503         type: "string"
13504       - in: "body"
13505         name: "generic.resource.api.IpAddresses.body-param"
13506         description: "generic.resource.api.IpAddresses to be added to list"
13507         required: false
13508         schema:
13509           $ref: "#/definitions/generic.resource.api.IpAddresses"
13510           originalRef: "#/definitions/generic.resource.api.IpAddresses"
13511       responses:
13512         400:
13513           description: "Internal error"
13514         201:
13515           description: "Object created"
13516         409:
13517           description: "Object already exists"
13518     put:
13519       tags:
13520       - "GENERIC-RESOURCE-API"
13521       description: "creates or updates generic.resource.api.IpAddresses"
13522       parameters:
13523       - name: "configuration-id"
13524         in: "path"
13525         description: "Id of port-mirror-configuration"
13526         required: true
13527         type: "string"
13528       - name: "source-port-id"
13529         in: "path"
13530         description: "Id of source-to-dest-map"
13531         required: true
13532         type: "string"
13533       - in: "body"
13534         name: "generic.resource.api.IpAddresses.body-param"
13535         description: "generic.resource.api.IpAddresses to be added or updated"
13536         required: false
13537         schema:
13538           $ref: "#/definitions/generic.resource.api.IpAddresses"
13539           originalRef: "#/definitions/generic.resource.api.IpAddresses"
13540       responses:
13541         400:
13542           description: "Internal error"
13543         201:
13544           description: "Object created"
13545         204:
13546           description: "Object modified"
13547     delete:
13548       tags:
13549       - "GENERIC-RESOURCE-API"
13550       description: "removes generic.resource.api.IpAddresses"
13551       parameters:
13552       - name: "configuration-id"
13553         in: "path"
13554         description: "Id of port-mirror-configuration"
13555         required: true
13556         type: "string"
13557       - name: "source-port-id"
13558         in: "path"
13559         description: "Id of source-to-dest-map"
13560         required: true
13561         type: "string"
13562       responses:
13563         400:
13564           description: "Internal error"
13565         204:
13566           description: "Object deleted"
13567   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/dest-ip-addresses/ip-addresses/
13568   : get:
13569       tags:
13570       - "GENERIC-RESOURCE-API"
13571       description: "returns generic.resource.api.ipaddresses.IpAddresses"
13572       parameters:
13573       - name: "configuration-id"
13574         in: "path"
13575         description: "Id of port-mirror-configuration"
13576         required: true
13577         type: "string"
13578       - name: "source-port-id"
13579         in: "path"
13580         description: "Id of source-to-dest-map"
13581         required: true
13582         type: "string"
13583       responses:
13584         400:
13585           description: "Internal error"
13586         200:
13587           description: "generic.resource.api.ipaddresses.IpAddresses"
13588           responseSchema:
13589             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13590             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13591           schema:
13592             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13593             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13594     post:
13595       tags:
13596       - "GENERIC-RESOURCE-API"
13597       description: "creates generic.resource.api.ipaddresses.IpAddresses"
13598       parameters:
13599       - name: "configuration-id"
13600         in: "path"
13601         description: "Id of port-mirror-configuration"
13602         required: true
13603         type: "string"
13604       - name: "source-port-id"
13605         in: "path"
13606         description: "Id of source-to-dest-map"
13607         required: true
13608         type: "string"
13609       - in: "body"
13610         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
13611         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
13612           \ list"
13613         required: false
13614         schema:
13615           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13616           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13617       responses:
13618         400:
13619           description: "Internal error"
13620         201:
13621           description: "Object created"
13622         409:
13623           description: "Object already exists"
13624     put:
13625       tags:
13626       - "GENERIC-RESOURCE-API"
13627       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
13628       parameters:
13629       - name: "configuration-id"
13630         in: "path"
13631         description: "Id of port-mirror-configuration"
13632         required: true
13633         type: "string"
13634       - name: "source-port-id"
13635         in: "path"
13636         description: "Id of source-to-dest-map"
13637         required: true
13638         type: "string"
13639       - in: "body"
13640         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
13641         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
13642           \ updated"
13643         required: false
13644         schema:
13645           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13646           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
13647       responses:
13648         400:
13649           description: "Internal error"
13650         201:
13651           description: "Object created"
13652         204:
13653           description: "Object modified"
13654     delete:
13655       tags:
13656       - "GENERIC-RESOURCE-API"
13657       description: "removes generic.resource.api.ipaddresses.IpAddresses"
13658       parameters:
13659       - name: "configuration-id"
13660         in: "path"
13661         description: "Id of port-mirror-configuration"
13662         required: true
13663         type: "string"
13664       - name: "source-port-id"
13665         in: "path"
13666         description: "Id of source-to-dest-map"
13667         required: true
13668         type: "string"
13669       responses:
13670         400:
13671           description: "Internal error"
13672         204:
13673           description: "Object deleted"
13674   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-vnfc-instance-group-id/
13675   : get:
13676       tags:
13677       - "GENERIC-RESOURCE-API"
13678       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13679       parameters:
13680       - name: "configuration-id"
13681         in: "path"
13682         description: "Id of port-mirror-configuration"
13683         required: true
13684         type: "string"
13685       responses:
13686         400:
13687           description: "Internal error"
13688         200:
13689           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13690           responseSchema:
13691             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13692             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13693           schema:
13694             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13695             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13696     post:
13697       tags:
13698       - "GENERIC-RESOURCE-API"
13699       description: "creates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13700       parameters:
13701       - name: "configuration-id"
13702         in: "path"
13703         description: "Id of port-mirror-configuration"
13704         required: true
13705         type: "string"
13706       - in: "body"
13707         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param"
13708         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId\
13709           \ to be added to list"
13710         required: false
13711         schema:
13712           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13713           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13714       responses:
13715         400:
13716           description: "Internal error"
13717         201:
13718           description: "Object created"
13719         409:
13720           description: "Object already exists"
13721     put:
13722       tags:
13723       - "GENERIC-RESOURCE-API"
13724       description: "creates or updates generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13725       parameters:
13726       - name: "configuration-id"
13727         in: "path"
13728         description: "Id of port-mirror-configuration"
13729         required: true
13730         type: "string"
13731       - in: "body"
13732         name: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId.body-param"
13733         description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId\
13734           \ to be added or updated"
13735         required: false
13736         schema:
13737           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13738           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13739       responses:
13740         400:
13741           description: "Internal error"
13742         201:
13743           description: "Object created"
13744         204:
13745           description: "Object modified"
13746     delete:
13747       tags:
13748       - "GENERIC-RESOURCE-API"
13749       description: "removes generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
13750       parameters:
13751       - name: "configuration-id"
13752         in: "path"
13753         description: "Id of port-mirror-configuration"
13754         required: true
13755         type: "string"
13756       responses:
13757         400:
13758           description: "Internal error"
13759         204:
13760           description: "Object deleted"
13761   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/
13762   : get:
13763       tags:
13764       - "GENERIC-RESOURCE-API"
13765       description: "returns generic.resource.api.Param"
13766       parameters:
13767       - name: "configuration-id"
13768         in: "path"
13769         description: "Id of port-mirror-configuration"
13770         required: true
13771         type: "string"
13772       responses:
13773         400:
13774           description: "Internal error"
13775         200:
13776           description: "generic.resource.api.Param"
13777           responseSchema:
13778             $ref: "#/definitions/generic.resource.api.Param"
13779             originalRef: "#/definitions/generic.resource.api.Param"
13780           schema:
13781             $ref: "#/definitions/generic.resource.api.Param"
13782             originalRef: "#/definitions/generic.resource.api.Param"
13783     post:
13784       tags:
13785       - "GENERIC-RESOURCE-API"
13786       description: "creates generic.resource.api.Param"
13787       parameters:
13788       - name: "configuration-id"
13789         in: "path"
13790         description: "Id of port-mirror-configuration"
13791         required: true
13792         type: "string"
13793       - in: "body"
13794         name: "generic.resource.api.Param.body-param"
13795         description: "generic.resource.api.Param to be added to list"
13796         required: false
13797         schema:
13798           $ref: "#/definitions/generic.resource.api.Param"
13799           originalRef: "#/definitions/generic.resource.api.Param"
13800       responses:
13801         400:
13802           description: "Internal error"
13803         201:
13804           description: "Object created"
13805         409:
13806           description: "Object already exists"
13807     put:
13808       tags:
13809       - "GENERIC-RESOURCE-API"
13810       description: "creates or updates generic.resource.api.Param"
13811       parameters:
13812       - name: "configuration-id"
13813         in: "path"
13814         description: "Id of port-mirror-configuration"
13815         required: true
13816         type: "string"
13817       - in: "body"
13818         name: "generic.resource.api.Param.body-param"
13819         description: "generic.resource.api.Param to be added or updated"
13820         required: false
13821         schema:
13822           $ref: "#/definitions/generic.resource.api.Param"
13823           originalRef: "#/definitions/generic.resource.api.Param"
13824       responses:
13825         400:
13826           description: "Internal error"
13827         201:
13828           description: "Object created"
13829         204:
13830           description: "Object modified"
13831     delete:
13832       tags:
13833       - "GENERIC-RESOURCE-API"
13834       description: "removes generic.resource.api.Param"
13835       parameters:
13836       - name: "configuration-id"
13837         in: "path"
13838         description: "Id of port-mirror-configuration"
13839         required: true
13840         type: "string"
13841       responses:
13842         400:
13843           description: "Internal error"
13844         204:
13845           description: "Object deleted"
13846   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/
13847   : post:
13848       description: "creates generic.resource.api.param.Param"
13849       parameters:
13850       - name: "configuration-id"
13851         in: "path"
13852         description: "Id of port-mirror-configuration"
13853         required: true
13854         type: "string"
13855       - in: "body"
13856         name: "generic.resource.api.param.Param.body-param"
13857         description: "generic.resource.api.param.Param to be added to list"
13858         required: false
13859         schema:
13860           $ref: "#/definitions/generic.resource.api.param.Param"
13861           originalRef: "#/definitions/generic.resource.api.param.Param"
13862       responses:
13863         400:
13864           description: "Internal error"
13865         201:
13866           description: "Object created"
13867         409:
13868           description: "Object already exists"
13869   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/
13870   : get:
13871       tags:
13872       - "GENERIC-RESOURCE-API"
13873       description: "returns generic.resource.api.param.Param"
13874       parameters:
13875       - name: "configuration-id"
13876         in: "path"
13877         description: "Id of port-mirror-configuration"
13878         required: true
13879         type: "string"
13880       - name: "name"
13881         in: "path"
13882         description: "Id of param"
13883         required: true
13884         type: "string"
13885       responses:
13886         400:
13887           description: "Internal error"
13888         200:
13889           description: "generic.resource.api.param.Param"
13890           responseSchema:
13891             $ref: "#/definitions/generic.resource.api.param.Param"
13892             originalRef: "#/definitions/generic.resource.api.param.Param"
13893           schema:
13894             $ref: "#/definitions/generic.resource.api.param.Param"
13895             originalRef: "#/definitions/generic.resource.api.param.Param"
13896     post:
13897       tags:
13898       - "GENERIC-RESOURCE-API"
13899       description: "creates generic.resource.api.param.Param"
13900       parameters:
13901       - name: "configuration-id"
13902         in: "path"
13903         description: "Id of port-mirror-configuration"
13904         required: true
13905         type: "string"
13906       - name: "name"
13907         in: "path"
13908         description: "Id of param"
13909         required: true
13910         type: "string"
13911       - in: "body"
13912         name: "generic.resource.api.param.Param.body-param"
13913         description: "generic.resource.api.param.Param to be added to list"
13914         required: false
13915         schema:
13916           $ref: "#/definitions/generic.resource.api.param.Param"
13917           originalRef: "#/definitions/generic.resource.api.param.Param"
13918       responses:
13919         400:
13920           description: "Internal error"
13921         201:
13922           description: "Object created"
13923         409:
13924           description: "Object already exists"
13925     put:
13926       tags:
13927       - "GENERIC-RESOURCE-API"
13928       description: "creates or updates generic.resource.api.param.Param"
13929       parameters:
13930       - name: "configuration-id"
13931         in: "path"
13932         description: "Id of port-mirror-configuration"
13933         required: true
13934         type: "string"
13935       - name: "name"
13936         in: "path"
13937         description: "Id of param"
13938         required: true
13939         type: "string"
13940       - in: "body"
13941         name: "generic.resource.api.param.Param.body-param"
13942         description: "generic.resource.api.param.Param to be added or updated"
13943         required: false
13944         schema:
13945           $ref: "#/definitions/generic.resource.api.param.Param"
13946           originalRef: "#/definitions/generic.resource.api.param.Param"
13947       responses:
13948         400:
13949           description: "Internal error"
13950         201:
13951           description: "Object created"
13952         204:
13953           description: "Object modified"
13954     delete:
13955       tags:
13956       - "GENERIC-RESOURCE-API"
13957       description: "removes generic.resource.api.param.Param"
13958       parameters:
13959       - name: "configuration-id"
13960         in: "path"
13961         description: "Id of port-mirror-configuration"
13962         required: true
13963         type: "string"
13964       - name: "name"
13965         in: "path"
13966         description: "Id of param"
13967         required: true
13968         type: "string"
13969       responses:
13970         400:
13971           description: "Internal error"
13972         204:
13973           description: "Object deleted"
13974   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/resource-resolution-data/
13975   : get:
13976       tags:
13977       - "GENERIC-RESOURCE-API"
13978       description: "returns generic.resource.api.param.param.ResourceResolutionData"
13979       parameters:
13980       - name: "configuration-id"
13981         in: "path"
13982         description: "Id of port-mirror-configuration"
13983         required: true
13984         type: "string"
13985       - name: "name"
13986         in: "path"
13987         description: "Id of param"
13988         required: true
13989         type: "string"
13990       responses:
13991         400:
13992           description: "Internal error"
13993         200:
13994           description: "generic.resource.api.param.param.ResourceResolutionData"
13995           responseSchema:
13996             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
13997             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
13998           schema:
13999             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14000             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14001     post:
14002       tags:
14003       - "GENERIC-RESOURCE-API"
14004       description: "creates generic.resource.api.param.param.ResourceResolutionData"
14005       parameters:
14006       - name: "configuration-id"
14007         in: "path"
14008         description: "Id of port-mirror-configuration"
14009         required: true
14010         type: "string"
14011       - name: "name"
14012         in: "path"
14013         description: "Id of param"
14014         required: true
14015         type: "string"
14016       - in: "body"
14017         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
14018         description: "generic.resource.api.param.param.ResourceResolutionData to be\
14019           \ added to list"
14020         required: false
14021         schema:
14022           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14023           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14024       responses:
14025         400:
14026           description: "Internal error"
14027         201:
14028           description: "Object created"
14029         409:
14030           description: "Object already exists"
14031     put:
14032       tags:
14033       - "GENERIC-RESOURCE-API"
14034       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
14035       parameters:
14036       - name: "configuration-id"
14037         in: "path"
14038         description: "Id of port-mirror-configuration"
14039         required: true
14040         type: "string"
14041       - name: "name"
14042         in: "path"
14043         description: "Id of param"
14044         required: true
14045         type: "string"
14046       - in: "body"
14047         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
14048         description: "generic.resource.api.param.param.ResourceResolutionData to be\
14049           \ added or updated"
14050         required: false
14051         schema:
14052           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14053           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
14054       responses:
14055         400:
14056           description: "Internal error"
14057         201:
14058           description: "Object created"
14059         204:
14060           description: "Object modified"
14061     delete:
14062       tags:
14063       - "GENERIC-RESOURCE-API"
14064       description: "removes generic.resource.api.param.param.ResourceResolutionData"
14065       parameters:
14066       - name: "configuration-id"
14067         in: "path"
14068         description: "Id of port-mirror-configuration"
14069         required: true
14070         type: "string"
14071       - name: "name"
14072         in: "path"
14073         description: "Id of param"
14074         required: true
14075         type: "string"
14076       responses:
14077         400:
14078           description: "Internal error"
14079         204:
14080           description: "Object deleted"
14081   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/resource-resolution-data/resource-key/
14082   : post:
14083       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14084       parameters:
14085       - name: "configuration-id"
14086         in: "path"
14087         description: "Id of port-mirror-configuration"
14088         required: true
14089         type: "string"
14090       - name: "name"
14091         in: "path"
14092         description: "Id of param"
14093         required: true
14094         type: "string"
14095       - in: "body"
14096         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
14097         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
14098           \ to be added to list"
14099         required: false
14100         schema:
14101           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14102           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14103       responses:
14104         400:
14105           description: "Internal error"
14106         201:
14107           description: "Object created"
14108         409:
14109           description: "Object already exists"
14110   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
14111   : get:
14112       tags:
14113       - "GENERIC-RESOURCE-API"
14114       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14115       parameters:
14116       - name: "configuration-id"
14117         in: "path"
14118         description: "Id of port-mirror-configuration"
14119         required: true
14120         type: "string"
14121       - name: "name"
14122         in: "path"
14123         description: "Id of param"
14124         required: true
14125         type: "string"
14126       - name: "resource-key-name"
14127         in: "path"
14128         description: "Id of resource-key"
14129         required: true
14130         type: "string"
14131       responses:
14132         400:
14133           description: "Internal error"
14134         200:
14135           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14136           responseSchema:
14137             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14138             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14139           schema:
14140             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14141             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14142     post:
14143       tags:
14144       - "GENERIC-RESOURCE-API"
14145       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14146       parameters:
14147       - name: "configuration-id"
14148         in: "path"
14149         description: "Id of port-mirror-configuration"
14150         required: true
14151         type: "string"
14152       - name: "name"
14153         in: "path"
14154         description: "Id of param"
14155         required: true
14156         type: "string"
14157       - name: "resource-key-name"
14158         in: "path"
14159         description: "Id of resource-key"
14160         required: true
14161         type: "string"
14162       - in: "body"
14163         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
14164         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
14165           \ to be added to list"
14166         required: false
14167         schema:
14168           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14169           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14170       responses:
14171         400:
14172           description: "Internal error"
14173         201:
14174           description: "Object created"
14175         409:
14176           description: "Object already exists"
14177     put:
14178       tags:
14179       - "GENERIC-RESOURCE-API"
14180       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14181       parameters:
14182       - name: "configuration-id"
14183         in: "path"
14184         description: "Id of port-mirror-configuration"
14185         required: true
14186         type: "string"
14187       - name: "name"
14188         in: "path"
14189         description: "Id of param"
14190         required: true
14191         type: "string"
14192       - name: "resource-key-name"
14193         in: "path"
14194         description: "Id of resource-key"
14195         required: true
14196         type: "string"
14197       - in: "body"
14198         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
14199         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
14200           \ to be added or updated"
14201         required: false
14202         schema:
14203           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14204           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14205       responses:
14206         400:
14207           description: "Internal error"
14208         201:
14209           description: "Object created"
14210         204:
14211           description: "Object modified"
14212     delete:
14213       tags:
14214       - "GENERIC-RESOURCE-API"
14215       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
14216       parameters:
14217       - name: "configuration-id"
14218         in: "path"
14219         description: "Id of port-mirror-configuration"
14220         required: true
14221         type: "string"
14222       - name: "name"
14223         in: "path"
14224         description: "Id of param"
14225         required: true
14226         type: "string"
14227       - name: "resource-key-name"
14228         in: "path"
14229         description: "Id of resource-key"
14230         required: true
14231         type: "string"
14232       responses:
14233         400:
14234           description: "Internal error"
14235         204:
14236           description: "Object deleted"
14237   ? /config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-status/
14238   : get:
14239       tags:
14240       - "GENERIC-RESOURCE-API"
14241       description: "returns generic.resource.api.configurationstatus.ConfigurationStatus"
14242       parameters:
14243       - name: "configuration-id"
14244         in: "path"
14245         description: "Id of port-mirror-configuration"
14246         required: true
14247         type: "string"
14248       responses:
14249         400:
14250           description: "Internal error"
14251         200:
14252           description: "generic.resource.api.configurationstatus.ConfigurationStatus"
14253           responseSchema:
14254             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14255             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14256           schema:
14257             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14258             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14259     post:
14260       tags:
14261       - "GENERIC-RESOURCE-API"
14262       description: "creates generic.resource.api.configurationstatus.ConfigurationStatus"
14263       parameters:
14264       - name: "configuration-id"
14265         in: "path"
14266         description: "Id of port-mirror-configuration"
14267         required: true
14268         type: "string"
14269       - in: "body"
14270         name: "generic.resource.api.configurationstatus.ConfigurationStatus.body-param"
14271         description: "generic.resource.api.configurationstatus.ConfigurationStatus\
14272           \ to be added to list"
14273         required: false
14274         schema:
14275           $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14276           originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14277       responses:
14278         400:
14279           description: "Internal error"
14280         201:
14281           description: "Object created"
14282         409:
14283           description: "Object already exists"
14284     put:
14285       tags:
14286       - "GENERIC-RESOURCE-API"
14287       description: "creates or updates generic.resource.api.configurationstatus.ConfigurationStatus"
14288       parameters:
14289       - name: "configuration-id"
14290         in: "path"
14291         description: "Id of port-mirror-configuration"
14292         required: true
14293         type: "string"
14294       - in: "body"
14295         name: "generic.resource.api.configurationstatus.ConfigurationStatus.body-param"
14296         description: "generic.resource.api.configurationstatus.ConfigurationStatus\
14297           \ to be added or updated"
14298         required: false
14299         schema:
14300           $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14301           originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
14302       responses:
14303         400:
14304           description: "Internal error"
14305         201:
14306           description: "Object created"
14307         204:
14308           description: "Object modified"
14309     delete:
14310       tags:
14311       - "GENERIC-RESOURCE-API"
14312       description: "removes generic.resource.api.configurationstatus.ConfigurationStatus"
14313       parameters:
14314       - name: "configuration-id"
14315         in: "path"
14316         description: "Id of port-mirror-configuration"
14317         required: true
14318         type: "string"
14319       responses:
14320         400:
14321           description: "Internal error"
14322         204:
14323           description: "Object deleted"
14324   /config/GENERIC-RESOURCE-API:preload-information/:
14325     get:
14326       tags:
14327       - "GENERIC-RESOURCE-API"
14328       description: "returns generic.resource.api.PreloadModelInformation"
14329       parameters: []
14330       responses:
14331         400:
14332           description: "Internal error"
14333         200:
14334           description: "generic.resource.api.PreloadModelInformation"
14335           responseSchema:
14336             $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
14337             originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
14338           schema:
14339             $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
14340             originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
14341     post:
14342       tags:
14343       - "GENERIC-RESOURCE-API"
14344       description: "creates generic.resource.api.PreloadModelInformation"
14345       parameters:
14346       - in: "body"
14347         name: "generic.resource.api.PreloadModelInformation.body-param"
14348         description: "generic.resource.api.PreloadModelInformation to be added to\
14349           \ list"
14350         required: false
14351         schema:
14352           $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
14353           originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
14354       responses:
14355         400:
14356           description: "Internal error"
14357         201:
14358           description: "Object created"
14359         409:
14360           description: "Object already exists"
14361     put:
14362       tags:
14363       - "GENERIC-RESOURCE-API"
14364       description: "creates or updates generic.resource.api.PreloadModelInformation"
14365       parameters:
14366       - in: "body"
14367         name: "generic.resource.api.PreloadModelInformation.body-param"
14368         description: "generic.resource.api.PreloadModelInformation to be added or\
14369           \ updated"
14370         required: false
14371         schema:
14372           $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
14373           originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
14374       responses:
14375         400:
14376           description: "Internal error"
14377         201:
14378           description: "Object created"
14379         204:
14380           description: "Object modified"
14381     delete:
14382       tags:
14383       - "GENERIC-RESOURCE-API"
14384       description: "removes generic.resource.api.PreloadModelInformation"
14385       parameters: []
14386       responses:
14387         400:
14388           description: "Internal error"
14389         204:
14390           description: "Object deleted"
14391   /config/GENERIC-RESOURCE-API:preload-information/preload-list/:
14392     post:
14393       description: "creates generic.resource.api.preloadmodelinformation.PreloadList"
14394       parameters:
14395       - in: "body"
14396         name: "generic.resource.api.preloadmodelinformation.PreloadList.body-param"
14397         description: "generic.resource.api.preloadmodelinformation.PreloadList to\
14398           \ be added to list"
14399         required: false
14400         schema:
14401           $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14402           originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14403       responses:
14404         400:
14405           description: "Internal error"
14406         201:
14407           description: "Object created"
14408         409:
14409           description: "Object already exists"
14410   /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/:
14411     get:
14412       tags:
14413       - "GENERIC-RESOURCE-API"
14414       description: "returns generic.resource.api.preloadmodelinformation.PreloadList"
14415       parameters:
14416       - name: "preload-id"
14417         in: "path"
14418         description: "Id of preload-list"
14419         required: true
14420         type: "string"
14421       - name: "preload-type"
14422         in: "path"
14423         description: "Id of preload-list"
14424         required: true
14425         type: "string"
14426       responses:
14427         400:
14428           description: "Internal error"
14429         200:
14430           description: "generic.resource.api.preloadmodelinformation.PreloadList"
14431           responseSchema:
14432             $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14433             originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14434           schema:
14435             $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14436             originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14437     post:
14438       tags:
14439       - "GENERIC-RESOURCE-API"
14440       description: "creates generic.resource.api.preloadmodelinformation.PreloadList"
14441       parameters:
14442       - name: "preload-id"
14443         in: "path"
14444         description: "Id of preload-list"
14445         required: true
14446         type: "string"
14447       - name: "preload-type"
14448         in: "path"
14449         description: "Id of preload-list"
14450         required: true
14451         type: "string"
14452       - in: "body"
14453         name: "generic.resource.api.preloadmodelinformation.PreloadList.body-param"
14454         description: "generic.resource.api.preloadmodelinformation.PreloadList to\
14455           \ be added to list"
14456         required: false
14457         schema:
14458           $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14459           originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14460       responses:
14461         400:
14462           description: "Internal error"
14463         201:
14464           description: "Object created"
14465         409:
14466           description: "Object already exists"
14467     put:
14468       tags:
14469       - "GENERIC-RESOURCE-API"
14470       description: "creates or updates generic.resource.api.preloadmodelinformation.PreloadList"
14471       parameters:
14472       - name: "preload-id"
14473         in: "path"
14474         description: "Id of preload-list"
14475         required: true
14476         type: "string"
14477       - name: "preload-type"
14478         in: "path"
14479         description: "Id of preload-list"
14480         required: true
14481         type: "string"
14482       - in: "body"
14483         name: "generic.resource.api.preloadmodelinformation.PreloadList.body-param"
14484         description: "generic.resource.api.preloadmodelinformation.PreloadList to\
14485           \ be added or updated"
14486         required: false
14487         schema:
14488           $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14489           originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
14490       responses:
14491         400:
14492           description: "Internal error"
14493         201:
14494           description: "Object created"
14495         204:
14496           description: "Object modified"
14497     delete:
14498       tags:
14499       - "GENERIC-RESOURCE-API"
14500       description: "removes generic.resource.api.preloadmodelinformation.PreloadList"
14501       parameters:
14502       - name: "preload-id"
14503         in: "path"
14504         description: "Id of preload-list"
14505         required: true
14506         type: "string"
14507       - name: "preload-type"
14508         in: "path"
14509         description: "Id of preload-list"
14510         required: true
14511         type: "string"
14512       responses:
14513         400:
14514           description: "Internal error"
14515         204:
14516           description: "Object deleted"
14517   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/
14518   : get:
14519       tags:
14520       - "GENERIC-RESOURCE-API"
14521       description: "returns generic.resource.api.preloaddata.PreloadData"
14522       parameters:
14523       - name: "preload-id"
14524         in: "path"
14525         description: "Id of preload-list"
14526         required: true
14527         type: "string"
14528       - name: "preload-type"
14529         in: "path"
14530         description: "Id of preload-list"
14531         required: true
14532         type: "string"
14533       responses:
14534         400:
14535           description: "Internal error"
14536         200:
14537           description: "generic.resource.api.preloaddata.PreloadData"
14538           responseSchema:
14539             $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14540             originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14541           schema:
14542             $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14543             originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14544     post:
14545       tags:
14546       - "GENERIC-RESOURCE-API"
14547       description: "creates generic.resource.api.preloaddata.PreloadData"
14548       parameters:
14549       - name: "preload-id"
14550         in: "path"
14551         description: "Id of preload-list"
14552         required: true
14553         type: "string"
14554       - name: "preload-type"
14555         in: "path"
14556         description: "Id of preload-list"
14557         required: true
14558         type: "string"
14559       - in: "body"
14560         name: "generic.resource.api.preloaddata.PreloadData.body-param"
14561         description: "generic.resource.api.preloaddata.PreloadData to be added to\
14562           \ list"
14563         required: false
14564         schema:
14565           $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14566           originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14567       responses:
14568         400:
14569           description: "Internal error"
14570         201:
14571           description: "Object created"
14572         409:
14573           description: "Object already exists"
14574     put:
14575       tags:
14576       - "GENERIC-RESOURCE-API"
14577       description: "creates or updates generic.resource.api.preloaddata.PreloadData"
14578       parameters:
14579       - name: "preload-id"
14580         in: "path"
14581         description: "Id of preload-list"
14582         required: true
14583         type: "string"
14584       - name: "preload-type"
14585         in: "path"
14586         description: "Id of preload-list"
14587         required: true
14588         type: "string"
14589       - in: "body"
14590         name: "generic.resource.api.preloaddata.PreloadData.body-param"
14591         description: "generic.resource.api.preloaddata.PreloadData to be added or\
14592           \ updated"
14593         required: false
14594         schema:
14595           $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14596           originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
14597       responses:
14598         400:
14599           description: "Internal error"
14600         201:
14601           description: "Object created"
14602         204:
14603           description: "Object modified"
14604     delete:
14605       tags:
14606       - "GENERIC-RESOURCE-API"
14607       description: "removes generic.resource.api.preloaddata.PreloadData"
14608       parameters:
14609       - name: "preload-id"
14610         in: "path"
14611         description: "Id of preload-list"
14612         required: true
14613         type: "string"
14614       - name: "preload-type"
14615         in: "path"
14616         description: "Id of preload-list"
14617         required: true
14618         type: "string"
14619       responses:
14620         400:
14621           description: "Internal error"
14622         204:
14623           description: "Object deleted"
14624   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/
14625   : get:
14626       tags:
14627       - "GENERIC-RESOURCE-API"
14628       description: "returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14629       parameters:
14630       - name: "preload-id"
14631         in: "path"
14632         description: "Id of preload-list"
14633         required: true
14634         type: "string"
14635       - name: "preload-type"
14636         in: "path"
14637         description: "Id of preload-list"
14638         required: true
14639         type: "string"
14640       responses:
14641         400:
14642           description: "Internal error"
14643         200:
14644           description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14645           responseSchema:
14646             $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14647             originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14648           schema:
14649             $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14650             originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14651     post:
14652       tags:
14653       - "GENERIC-RESOURCE-API"
14654       description: "creates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14655       parameters:
14656       - name: "preload-id"
14657         in: "path"
14658         description: "Id of preload-list"
14659         required: true
14660         type: "string"
14661       - name: "preload-type"
14662         in: "path"
14663         description: "Id of preload-list"
14664         required: true
14665         type: "string"
14666       - in: "body"
14667         name: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param"
14668         description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation\
14669           \ to be added to list"
14670         required: false
14671         schema:
14672           $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14673           originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14674       responses:
14675         400:
14676           description: "Internal error"
14677         201:
14678           description: "Object created"
14679         409:
14680           description: "Object already exists"
14681     put:
14682       tags:
14683       - "GENERIC-RESOURCE-API"
14684       description: "creates or updates generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14685       parameters:
14686       - name: "preload-id"
14687         in: "path"
14688         description: "Id of preload-list"
14689         required: true
14690         type: "string"
14691       - name: "preload-type"
14692         in: "path"
14693         description: "Id of preload-list"
14694         required: true
14695         type: "string"
14696       - in: "body"
14697         name: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation.body-param"
14698         description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation\
14699           \ to be added or updated"
14700         required: false
14701         schema:
14702           $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14703           originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14704       responses:
14705         400:
14706           description: "Internal error"
14707         201:
14708           description: "Object created"
14709         204:
14710           description: "Object modified"
14711     delete:
14712       tags:
14713       - "GENERIC-RESOURCE-API"
14714       description: "removes generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
14715       parameters:
14716       - name: "preload-id"
14717         in: "path"
14718         description: "Id of preload-list"
14719         required: true
14720         type: "string"
14721       - name: "preload-type"
14722         in: "path"
14723         description: "Id of preload-list"
14724         required: true
14725         type: "string"
14726       responses:
14727         400:
14728           description: "Internal error"
14729         204:
14730           description: "Object deleted"
14731   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/
14732   : post:
14733       description: "creates generic.resource.api.hostroutes.HostRoutes"
14734       parameters:
14735       - name: "preload-id"
14736         in: "path"
14737         description: "Id of preload-list"
14738         required: true
14739         type: "string"
14740       - name: "preload-type"
14741         in: "path"
14742         description: "Id of preload-list"
14743         required: true
14744         type: "string"
14745       - in: "body"
14746         name: "generic.resource.api.hostroutes.HostRoutes.body-param"
14747         description: "generic.resource.api.hostroutes.HostRoutes to be added to list"
14748         required: false
14749         schema:
14750           $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14751           originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14752       responses:
14753         400:
14754           description: "Internal error"
14755         201:
14756           description: "Object created"
14757         409:
14758           description: "Object already exists"
14759   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/{route-prefix}/
14760   : get:
14761       tags:
14762       - "GENERIC-RESOURCE-API"
14763       description: "returns generic.resource.api.hostroutes.HostRoutes"
14764       parameters:
14765       - name: "preload-id"
14766         in: "path"
14767         description: "Id of preload-list"
14768         required: true
14769         type: "string"
14770       - name: "preload-type"
14771         in: "path"
14772         description: "Id of preload-list"
14773         required: true
14774         type: "string"
14775       - name: "route-prefix"
14776         in: "path"
14777         description: "Id of host-routes"
14778         required: true
14779         type: "string"
14780       responses:
14781         400:
14782           description: "Internal error"
14783         200:
14784           description: "generic.resource.api.hostroutes.HostRoutes"
14785           responseSchema:
14786             $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14787             originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14788           schema:
14789             $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14790             originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14791     post:
14792       tags:
14793       - "GENERIC-RESOURCE-API"
14794       description: "creates generic.resource.api.hostroutes.HostRoutes"
14795       parameters:
14796       - name: "preload-id"
14797         in: "path"
14798         description: "Id of preload-list"
14799         required: true
14800         type: "string"
14801       - name: "preload-type"
14802         in: "path"
14803         description: "Id of preload-list"
14804         required: true
14805         type: "string"
14806       - name: "route-prefix"
14807         in: "path"
14808         description: "Id of host-routes"
14809         required: true
14810         type: "string"
14811       - in: "body"
14812         name: "generic.resource.api.hostroutes.HostRoutes.body-param"
14813         description: "generic.resource.api.hostroutes.HostRoutes to be added to list"
14814         required: false
14815         schema:
14816           $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14817           originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14818       responses:
14819         400:
14820           description: "Internal error"
14821         201:
14822           description: "Object created"
14823         409:
14824           description: "Object already exists"
14825     put:
14826       tags:
14827       - "GENERIC-RESOURCE-API"
14828       description: "creates or updates generic.resource.api.hostroutes.HostRoutes"
14829       parameters:
14830       - name: "preload-id"
14831         in: "path"
14832         description: "Id of preload-list"
14833         required: true
14834         type: "string"
14835       - name: "preload-type"
14836         in: "path"
14837         description: "Id of preload-list"
14838         required: true
14839         type: "string"
14840       - name: "route-prefix"
14841         in: "path"
14842         description: "Id of host-routes"
14843         required: true
14844         type: "string"
14845       - in: "body"
14846         name: "generic.resource.api.hostroutes.HostRoutes.body-param"
14847         description: "generic.resource.api.hostroutes.HostRoutes to be added or updated"
14848         required: false
14849         schema:
14850           $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14851           originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
14852       responses:
14853         400:
14854           description: "Internal error"
14855         201:
14856           description: "Object created"
14857         204:
14858           description: "Object modified"
14859     delete:
14860       tags:
14861       - "GENERIC-RESOURCE-API"
14862       description: "removes generic.resource.api.hostroutes.HostRoutes"
14863       parameters:
14864       - name: "preload-id"
14865         in: "path"
14866         description: "Id of preload-list"
14867         required: true
14868         type: "string"
14869       - name: "preload-type"
14870         in: "path"
14871         description: "Id of preload-list"
14872         required: true
14873         type: "string"
14874       - name: "route-prefix"
14875         in: "path"
14876         description: "Id of host-routes"
14877         required: true
14878         type: "string"
14879       responses:
14880         400:
14881           description: "Internal error"
14882         204:
14883           description: "Object deleted"
14884   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/
14885   : post:
14886       description: "creates generic.resource.api.networkpolicy.NetworkPolicy"
14887       parameters:
14888       - name: "preload-id"
14889         in: "path"
14890         description: "Id of preload-list"
14891         required: true
14892         type: "string"
14893       - name: "preload-type"
14894         in: "path"
14895         description: "Id of preload-list"
14896         required: true
14897         type: "string"
14898       - in: "body"
14899         name: "generic.resource.api.networkpolicy.NetworkPolicy.body-param"
14900         description: "generic.resource.api.networkpolicy.NetworkPolicy to be added\
14901           \ to list"
14902         required: false
14903         schema:
14904           $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14905           originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14906       responses:
14907         400:
14908           description: "Internal error"
14909         201:
14910           description: "Object created"
14911         409:
14912           description: "Object already exists"
14913   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/{network-policy-fqdn}/
14914   : get:
14915       tags:
14916       - "GENERIC-RESOURCE-API"
14917       description: "returns generic.resource.api.networkpolicy.NetworkPolicy"
14918       parameters:
14919       - name: "preload-id"
14920         in: "path"
14921         description: "Id of preload-list"
14922         required: true
14923         type: "string"
14924       - name: "preload-type"
14925         in: "path"
14926         description: "Id of preload-list"
14927         required: true
14928         type: "string"
14929       - name: "network-policy-fqdn"
14930         in: "path"
14931         description: "Id of network-policy"
14932         required: true
14933         type: "string"
14934       responses:
14935         400:
14936           description: "Internal error"
14937         200:
14938           description: "generic.resource.api.networkpolicy.NetworkPolicy"
14939           responseSchema:
14940             $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14941             originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14942           schema:
14943             $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14944             originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14945     post:
14946       tags:
14947       - "GENERIC-RESOURCE-API"
14948       description: "creates generic.resource.api.networkpolicy.NetworkPolicy"
14949       parameters:
14950       - name: "preload-id"
14951         in: "path"
14952         description: "Id of preload-list"
14953         required: true
14954         type: "string"
14955       - name: "preload-type"
14956         in: "path"
14957         description: "Id of preload-list"
14958         required: true
14959         type: "string"
14960       - name: "network-policy-fqdn"
14961         in: "path"
14962         description: "Id of network-policy"
14963         required: true
14964         type: "string"
14965       - in: "body"
14966         name: "generic.resource.api.networkpolicy.NetworkPolicy.body-param"
14967         description: "generic.resource.api.networkpolicy.NetworkPolicy to be added\
14968           \ to list"
14969         required: false
14970         schema:
14971           $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14972           originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
14973       responses:
14974         400:
14975           description: "Internal error"
14976         201:
14977           description: "Object created"
14978         409:
14979           description: "Object already exists"
14980     put:
14981       tags:
14982       - "GENERIC-RESOURCE-API"
14983       description: "creates or updates generic.resource.api.networkpolicy.NetworkPolicy"
14984       parameters:
14985       - name: "preload-id"
14986         in: "path"
14987         description: "Id of preload-list"
14988         required: true
14989         type: "string"
14990       - name: "preload-type"
14991         in: "path"
14992         description: "Id of preload-list"
14993         required: true
14994         type: "string"
14995       - name: "network-policy-fqdn"
14996         in: "path"
14997         description: "Id of network-policy"
14998         required: true
14999         type: "string"
15000       - in: "body"
15001         name: "generic.resource.api.networkpolicy.NetworkPolicy.body-param"
15002         description: "generic.resource.api.networkpolicy.NetworkPolicy to be added\
15003           \ or updated"
15004         required: false
15005         schema:
15006           $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
15007           originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
15008       responses:
15009         400:
15010           description: "Internal error"
15011         201:
15012           description: "Object created"
15013         204:
15014           description: "Object modified"
15015     delete:
15016       tags:
15017       - "GENERIC-RESOURCE-API"
15018       description: "removes generic.resource.api.networkpolicy.NetworkPolicy"
15019       parameters:
15020       - name: "preload-id"
15021         in: "path"
15022         description: "Id of preload-list"
15023         required: true
15024         type: "string"
15025       - name: "preload-type"
15026         in: "path"
15027         description: "Id of preload-list"
15028         required: true
15029         type: "string"
15030       - name: "network-policy-fqdn"
15031         in: "path"
15032         description: "Id of network-policy"
15033         required: true
15034         type: "string"
15035       responses:
15036         400:
15037           description: "Internal error"
15038         204:
15039           description: "Object deleted"
15040   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/
15041   : get:
15042       tags:
15043       - "GENERIC-RESOURCE-API"
15044       description: "returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15045       parameters:
15046       - name: "preload-id"
15047         in: "path"
15048         description: "Id of preload-list"
15049         required: true
15050         type: "string"
15051       - name: "preload-type"
15052         in: "path"
15053         description: "Id of preload-list"
15054         required: true
15055         type: "string"
15056       responses:
15057         400:
15058           description: "Internal error"
15059         200:
15060           description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15061           responseSchema:
15062             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15063             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15064           schema:
15065             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15066             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15067     post:
15068       tags:
15069       - "GENERIC-RESOURCE-API"
15070       description: "creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15071       parameters:
15072       - name: "preload-id"
15073         in: "path"
15074         description: "Id of preload-list"
15075         required: true
15076         type: "string"
15077       - name: "preload-type"
15078         in: "path"
15079         description: "Id of preload-list"
15080         required: true
15081         type: "string"
15082       - in: "body"
15083         name: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param"
15084         description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure\
15085           \ to be added to list"
15086         required: false
15087         schema:
15088           $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15089           originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15090       responses:
15091         400:
15092           description: "Internal error"
15093         201:
15094           description: "Object created"
15095         409:
15096           description: "Object already exists"
15097     put:
15098       tags:
15099       - "GENERIC-RESOURCE-API"
15100       description: "creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15101       parameters:
15102       - name: "preload-id"
15103         in: "path"
15104         description: "Id of preload-list"
15105         required: true
15106         type: "string"
15107       - name: "preload-type"
15108         in: "path"
15109         description: "Id of preload-list"
15110         required: true
15111         type: "string"
15112       - in: "body"
15113         name: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param"
15114         description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure\
15115           \ to be added or updated"
15116         required: false
15117         schema:
15118           $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15119           originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15120       responses:
15121         400:
15122           description: "Internal error"
15123         201:
15124           description: "Object created"
15125         204:
15126           description: "Object modified"
15127     delete:
15128       tags:
15129       - "GENERIC-RESOURCE-API"
15130       description: "removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
15131       parameters:
15132       - name: "preload-id"
15133         in: "path"
15134         description: "Id of preload-list"
15135         required: true
15136         type: "string"
15137       - name: "preload-type"
15138         in: "path"
15139         description: "Id of preload-list"
15140         required: true
15141         type: "string"
15142       responses:
15143         400:
15144           description: "Internal error"
15145         204:
15146           description: "Object deleted"
15147   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/
15148   : get:
15149       tags:
15150       - "GENERIC-RESOURCE-API"
15151       description: "returns generic.resource.api.RelatedNetwork"
15152       parameters:
15153       - name: "preload-id"
15154         in: "path"
15155         description: "Id of preload-list"
15156         required: true
15157         type: "string"
15158       - name: "preload-type"
15159         in: "path"
15160         description: "Id of preload-list"
15161         required: true
15162         type: "string"
15163       responses:
15164         400:
15165           description: "Internal error"
15166         200:
15167           description: "generic.resource.api.RelatedNetwork"
15168           responseSchema:
15169             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
15170             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
15171           schema:
15172             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
15173             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
15174     post:
15175       tags:
15176       - "GENERIC-RESOURCE-API"
15177       description: "creates generic.resource.api.RelatedNetwork"
15178       parameters:
15179       - name: "preload-id"
15180         in: "path"
15181         description: "Id of preload-list"
15182         required: true
15183         type: "string"
15184       - name: "preload-type"
15185         in: "path"
15186         description: "Id of preload-list"
15187         required: true
15188         type: "string"
15189       - in: "body"
15190         name: "generic.resource.api.RelatedNetwork.body-param"
15191         description: "generic.resource.api.RelatedNetwork to be added to list"
15192         required: false
15193         schema:
15194           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
15195           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
15196       responses:
15197         400:
15198           description: "Internal error"
15199         201:
15200           description: "Object created"
15201         409:
15202           description: "Object already exists"
15203     put:
15204       tags:
15205       - "GENERIC-RESOURCE-API"
15206       description: "creates or updates generic.resource.api.RelatedNetwork"
15207       parameters:
15208       - name: "preload-id"
15209         in: "path"
15210         description: "Id of preload-list"
15211         required: true
15212         type: "string"
15213       - name: "preload-type"
15214         in: "path"
15215         description: "Id of preload-list"
15216         required: true
15217         type: "string"
15218       - in: "body"
15219         name: "generic.resource.api.RelatedNetwork.body-param"
15220         description: "generic.resource.api.RelatedNetwork to be added or updated"
15221         required: false
15222         schema:
15223           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
15224           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
15225       responses:
15226         400:
15227           description: "Internal error"
15228         201:
15229           description: "Object created"
15230         204:
15231           description: "Object modified"
15232     delete:
15233       tags:
15234       - "GENERIC-RESOURCE-API"
15235       description: "removes generic.resource.api.RelatedNetwork"
15236       parameters:
15237       - name: "preload-id"
15238         in: "path"
15239         description: "Id of preload-list"
15240         required: true
15241         type: "string"
15242       - name: "preload-type"
15243         in: "path"
15244         description: "Id of preload-list"
15245         required: true
15246         type: "string"
15247       responses:
15248         400:
15249           description: "Internal error"
15250         204:
15251           description: "Object deleted"
15252   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/related-network/
15253   : post:
15254       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
15255       parameters:
15256       - name: "preload-id"
15257         in: "path"
15258         description: "Id of preload-list"
15259         required: true
15260         type: "string"
15261       - name: "preload-type"
15262         in: "path"
15263         description: "Id of preload-list"
15264         required: true
15265         type: "string"
15266       - in: "body"
15267         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
15268         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
15269           \ to list"
15270         required: false
15271         schema:
15272           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15273           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15274       responses:
15275         400:
15276           description: "Internal error"
15277         201:
15278           description: "Object created"
15279         409:
15280           description: "Object already exists"
15281   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/related-network/{network-id}/
15282   : get:
15283       tags:
15284       - "GENERIC-RESOURCE-API"
15285       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
15286       parameters:
15287       - name: "preload-id"
15288         in: "path"
15289         description: "Id of preload-list"
15290         required: true
15291         type: "string"
15292       - name: "preload-type"
15293         in: "path"
15294         description: "Id of preload-list"
15295         required: true
15296         type: "string"
15297       - name: "network-id"
15298         in: "path"
15299         description: "Id of related-network"
15300         required: true
15301         type: "string"
15302       responses:
15303         400:
15304           description: "Internal error"
15305         200:
15306           description: "generic.resource.api.relatednetwork.RelatedNetwork"
15307           responseSchema:
15308             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15309             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15310           schema:
15311             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15312             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15313     post:
15314       tags:
15315       - "GENERIC-RESOURCE-API"
15316       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
15317       parameters:
15318       - name: "preload-id"
15319         in: "path"
15320         description: "Id of preload-list"
15321         required: true
15322         type: "string"
15323       - name: "preload-type"
15324         in: "path"
15325         description: "Id of preload-list"
15326         required: true
15327         type: "string"
15328       - name: "network-id"
15329         in: "path"
15330         description: "Id of related-network"
15331         required: true
15332         type: "string"
15333       - in: "body"
15334         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
15335         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
15336           \ to list"
15337         required: false
15338         schema:
15339           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15340           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15341       responses:
15342         400:
15343           description: "Internal error"
15344         201:
15345           description: "Object created"
15346         409:
15347           description: "Object already exists"
15348     put:
15349       tags:
15350       - "GENERIC-RESOURCE-API"
15351       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
15352       parameters:
15353       - name: "preload-id"
15354         in: "path"
15355         description: "Id of preload-list"
15356         required: true
15357         type: "string"
15358       - name: "preload-type"
15359         in: "path"
15360         description: "Id of preload-list"
15361         required: true
15362         type: "string"
15363       - name: "network-id"
15364         in: "path"
15365         description: "Id of related-network"
15366         required: true
15367         type: "string"
15368       - in: "body"
15369         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
15370         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
15371           \ or updated"
15372         required: false
15373         schema:
15374           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15375           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
15376       responses:
15377         400:
15378           description: "Internal error"
15379         201:
15380           description: "Object created"
15381         204:
15382           description: "Object modified"
15383     delete:
15384       tags:
15385       - "GENERIC-RESOURCE-API"
15386       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
15387       parameters:
15388       - name: "preload-id"
15389         in: "path"
15390         description: "Id of preload-list"
15391         required: true
15392         type: "string"
15393       - name: "preload-type"
15394         in: "path"
15395         description: "Id of preload-list"
15396         required: true
15397         type: "string"
15398       - name: "network-id"
15399         in: "path"
15400         description: "Id of related-network"
15401         required: true
15402         type: "string"
15403       responses:
15404         400:
15405           description: "Internal error"
15406         204:
15407           description: "Object deleted"
15408   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/related-network/{network-id}/vlan-tags/
15409   : get:
15410       tags:
15411       - "GENERIC-RESOURCE-API"
15412       description: "returns generic.resource.api.vlantags.VlanTags"
15413       parameters:
15414       - name: "preload-id"
15415         in: "path"
15416         description: "Id of preload-list"
15417         required: true
15418         type: "string"
15419       - name: "preload-type"
15420         in: "path"
15421         description: "Id of preload-list"
15422         required: true
15423         type: "string"
15424       - name: "network-id"
15425         in: "path"
15426         description: "Id of related-network"
15427         required: true
15428         type: "string"
15429       responses:
15430         400:
15431           description: "Internal error"
15432         200:
15433           description: "generic.resource.api.vlantags.VlanTags"
15434           responseSchema:
15435             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
15436             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
15437           schema:
15438             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
15439             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
15440     post:
15441       tags:
15442       - "GENERIC-RESOURCE-API"
15443       description: "creates generic.resource.api.vlantags.VlanTags"
15444       parameters:
15445       - name: "preload-id"
15446         in: "path"
15447         description: "Id of preload-list"
15448         required: true
15449         type: "string"
15450       - name: "preload-type"
15451         in: "path"
15452         description: "Id of preload-list"
15453         required: true
15454         type: "string"
15455       - name: "network-id"
15456         in: "path"
15457         description: "Id of related-network"
15458         required: true
15459         type: "string"
15460       - in: "body"
15461         name: "generic.resource.api.vlantags.VlanTags.body-param"
15462         description: "generic.resource.api.vlantags.VlanTags to be added to list"
15463         required: false
15464         schema:
15465           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
15466           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
15467       responses:
15468         400:
15469           description: "Internal error"
15470         201:
15471           description: "Object created"
15472         409:
15473           description: "Object already exists"
15474     put:
15475       tags:
15476       - "GENERIC-RESOURCE-API"
15477       description: "creates or updates generic.resource.api.vlantags.VlanTags"
15478       parameters:
15479       - name: "preload-id"
15480         in: "path"
15481         description: "Id of preload-list"
15482         required: true
15483         type: "string"
15484       - name: "preload-type"
15485         in: "path"
15486         description: "Id of preload-list"
15487         required: true
15488         type: "string"
15489       - name: "network-id"
15490         in: "path"
15491         description: "Id of related-network"
15492         required: true
15493         type: "string"
15494       - in: "body"
15495         name: "generic.resource.api.vlantags.VlanTags.body-param"
15496         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
15497         required: false
15498         schema:
15499           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
15500           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
15501       responses:
15502         400:
15503           description: "Internal error"
15504         201:
15505           description: "Object created"
15506         204:
15507           description: "Object modified"
15508     delete:
15509       tags:
15510       - "GENERIC-RESOURCE-API"
15511       description: "removes generic.resource.api.vlantags.VlanTags"
15512       parameters:
15513       - name: "preload-id"
15514         in: "path"
15515         description: "Id of preload-list"
15516         required: true
15517         type: "string"
15518       - name: "preload-type"
15519         in: "path"
15520         description: "Id of preload-list"
15521         required: true
15522         type: "string"
15523       - name: "network-id"
15524         in: "path"
15525         description: "Id of related-network"
15526         required: true
15527         type: "string"
15528       responses:
15529         400:
15530           description: "Internal error"
15531         204:
15532           description: "Object deleted"
15533   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/route-table-reference/
15534   : post:
15535       description: "creates generic.resource.api.routetablereference.RouteTableReference"
15536       parameters:
15537       - name: "preload-id"
15538         in: "path"
15539         description: "Id of preload-list"
15540         required: true
15541         type: "string"
15542       - name: "preload-type"
15543         in: "path"
15544         description: "Id of preload-list"
15545         required: true
15546         type: "string"
15547       - in: "body"
15548         name: "generic.resource.api.routetablereference.RouteTableReference.body-param"
15549         description: "generic.resource.api.routetablereference.RouteTableReference\
15550           \ to be added to list"
15551         required: false
15552         schema:
15553           $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15554           originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15555       responses:
15556         400:
15557           description: "Internal error"
15558         201:
15559           description: "Object created"
15560         409:
15561           description: "Object already exists"
15562   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/route-table-reference/{route-table-reference-fqdn}/
15563   : get:
15564       tags:
15565       - "GENERIC-RESOURCE-API"
15566       description: "returns generic.resource.api.routetablereference.RouteTableReference"
15567       parameters:
15568       - name: "preload-id"
15569         in: "path"
15570         description: "Id of preload-list"
15571         required: true
15572         type: "string"
15573       - name: "preload-type"
15574         in: "path"
15575         description: "Id of preload-list"
15576         required: true
15577         type: "string"
15578       - name: "route-table-reference-fqdn"
15579         in: "path"
15580         description: "Id of route-table-reference"
15581         required: true
15582         type: "string"
15583       responses:
15584         400:
15585           description: "Internal error"
15586         200:
15587           description: "generic.resource.api.routetablereference.RouteTableReference"
15588           responseSchema:
15589             $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15590             originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15591           schema:
15592             $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15593             originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15594     post:
15595       tags:
15596       - "GENERIC-RESOURCE-API"
15597       description: "creates generic.resource.api.routetablereference.RouteTableReference"
15598       parameters:
15599       - name: "preload-id"
15600         in: "path"
15601         description: "Id of preload-list"
15602         required: true
15603         type: "string"
15604       - name: "preload-type"
15605         in: "path"
15606         description: "Id of preload-list"
15607         required: true
15608         type: "string"
15609       - name: "route-table-reference-fqdn"
15610         in: "path"
15611         description: "Id of route-table-reference"
15612         required: true
15613         type: "string"
15614       - in: "body"
15615         name: "generic.resource.api.routetablereference.RouteTableReference.body-param"
15616         description: "generic.resource.api.routetablereference.RouteTableReference\
15617           \ to be added to list"
15618         required: false
15619         schema:
15620           $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15621           originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15622       responses:
15623         400:
15624           description: "Internal error"
15625         201:
15626           description: "Object created"
15627         409:
15628           description: "Object already exists"
15629     put:
15630       tags:
15631       - "GENERIC-RESOURCE-API"
15632       description: "creates or updates generic.resource.api.routetablereference.RouteTableReference"
15633       parameters:
15634       - name: "preload-id"
15635         in: "path"
15636         description: "Id of preload-list"
15637         required: true
15638         type: "string"
15639       - name: "preload-type"
15640         in: "path"
15641         description: "Id of preload-list"
15642         required: true
15643         type: "string"
15644       - name: "route-table-reference-fqdn"
15645         in: "path"
15646         description: "Id of route-table-reference"
15647         required: true
15648         type: "string"
15649       - in: "body"
15650         name: "generic.resource.api.routetablereference.RouteTableReference.body-param"
15651         description: "generic.resource.api.routetablereference.RouteTableReference\
15652           \ to be added or updated"
15653         required: false
15654         schema:
15655           $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15656           originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
15657       responses:
15658         400:
15659           description: "Internal error"
15660         201:
15661           description: "Object created"
15662         204:
15663           description: "Object modified"
15664     delete:
15665       tags:
15666       - "GENERIC-RESOURCE-API"
15667       description: "removes generic.resource.api.routetablereference.RouteTableReference"
15668       parameters:
15669       - name: "preload-id"
15670         in: "path"
15671         description: "Id of preload-list"
15672         required: true
15673         type: "string"
15674       - name: "preload-type"
15675         in: "path"
15676         description: "Id of preload-list"
15677         required: true
15678         type: "string"
15679       - name: "route-table-reference-fqdn"
15680         in: "path"
15681         description: "Id of route-table-reference"
15682         required: true
15683         type: "string"
15684       responses:
15685         400:
15686           description: "Internal error"
15687         204:
15688           description: "Object deleted"
15689   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/
15690   : post:
15691       description: "creates generic.resource.api.subnets.Subnets"
15692       parameters:
15693       - name: "preload-id"
15694         in: "path"
15695         description: "Id of preload-list"
15696         required: true
15697         type: "string"
15698       - name: "preload-type"
15699         in: "path"
15700         description: "Id of preload-list"
15701         required: true
15702         type: "string"
15703       - in: "body"
15704         name: "generic.resource.api.subnets.Subnets.body-param"
15705         description: "generic.resource.api.subnets.Subnets to be added to list"
15706         required: false
15707         schema:
15708           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
15709           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
15710       responses:
15711         400:
15712           description: "Internal error"
15713         201:
15714           description: "Object created"
15715         409:
15716           description: "Object already exists"
15717   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/{start-address}/
15718   : get:
15719       tags:
15720       - "GENERIC-RESOURCE-API"
15721       description: "returns generic.resource.api.subnets.Subnets"
15722       parameters:
15723       - name: "preload-id"
15724         in: "path"
15725         description: "Id of preload-list"
15726         required: true
15727         type: "string"
15728       - name: "preload-type"
15729         in: "path"
15730         description: "Id of preload-list"
15731         required: true
15732         type: "string"
15733       - name: "start-address"
15734         in: "path"
15735         description: "Id of subnets"
15736         required: true
15737         type: "string"
15738       responses:
15739         400:
15740           description: "Internal error"
15741         200:
15742           description: "generic.resource.api.subnets.Subnets"
15743           responseSchema:
15744             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
15745             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
15746           schema:
15747             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
15748             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
15749     post:
15750       tags:
15751       - "GENERIC-RESOURCE-API"
15752       description: "creates generic.resource.api.subnets.Subnets"
15753       parameters:
15754       - name: "preload-id"
15755         in: "path"
15756         description: "Id of preload-list"
15757         required: true
15758         type: "string"
15759       - name: "preload-type"
15760         in: "path"
15761         description: "Id of preload-list"
15762         required: true
15763         type: "string"
15764       - name: "start-address"
15765         in: "path"
15766         description: "Id of subnets"
15767         required: true
15768         type: "string"
15769       - in: "body"
15770         name: "generic.resource.api.subnets.Subnets.body-param"
15771         description: "generic.resource.api.subnets.Subnets to be added to list"
15772         required: false
15773         schema:
15774           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
15775           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
15776       responses:
15777         400:
15778           description: "Internal error"
15779         201:
15780           description: "Object created"
15781         409:
15782           description: "Object already exists"
15783     put:
15784       tags:
15785       - "GENERIC-RESOURCE-API"
15786       description: "creates or updates generic.resource.api.subnets.Subnets"
15787       parameters:
15788       - name: "preload-id"
15789         in: "path"
15790         description: "Id of preload-list"
15791         required: true
15792         type: "string"
15793       - name: "preload-type"
15794         in: "path"
15795         description: "Id of preload-list"
15796         required: true
15797         type: "string"
15798       - name: "start-address"
15799         in: "path"
15800         description: "Id of subnets"
15801         required: true
15802         type: "string"
15803       - in: "body"
15804         name: "generic.resource.api.subnets.Subnets.body-param"
15805         description: "generic.resource.api.subnets.Subnets to be added or updated"
15806         required: false
15807         schema:
15808           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
15809           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
15810       responses:
15811         400:
15812           description: "Internal error"
15813         201:
15814           description: "Object created"
15815         204:
15816           description: "Object modified"
15817     delete:
15818       tags:
15819       - "GENERIC-RESOURCE-API"
15820       description: "removes generic.resource.api.subnets.Subnets"
15821       parameters:
15822       - name: "preload-id"
15823         in: "path"
15824         description: "Id of preload-list"
15825         required: true
15826         type: "string"
15827       - name: "preload-type"
15828         in: "path"
15829         description: "Id of preload-list"
15830         required: true
15831         type: "string"
15832       - name: "start-address"
15833         in: "path"
15834         description: "Id of subnets"
15835         required: true
15836         type: "string"
15837       responses:
15838         400:
15839           description: "Internal error"
15840         204:
15841           description: "Object deleted"
15842   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/
15843   : post:
15844       description: "creates generic.resource.api.vpnbindings.VpnBindings"
15845       parameters:
15846       - name: "preload-id"
15847         in: "path"
15848         description: "Id of preload-list"
15849         required: true
15850         type: "string"
15851       - name: "preload-type"
15852         in: "path"
15853         description: "Id of preload-list"
15854         required: true
15855         type: "string"
15856       - in: "body"
15857         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
15858         description: "generic.resource.api.vpnbindings.VpnBindings to be added to\
15859           \ list"
15860         required: false
15861         schema:
15862           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15863           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15864       responses:
15865         400:
15866           description: "Internal error"
15867         201:
15868           description: "Object created"
15869         409:
15870           description: "Object already exists"
15871   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/{vpn-binding-id}/
15872   : get:
15873       tags:
15874       - "GENERIC-RESOURCE-API"
15875       description: "returns generic.resource.api.vpnbindings.VpnBindings"
15876       parameters:
15877       - name: "preload-id"
15878         in: "path"
15879         description: "Id of preload-list"
15880         required: true
15881         type: "string"
15882       - name: "preload-type"
15883         in: "path"
15884         description: "Id of preload-list"
15885         required: true
15886         type: "string"
15887       - name: "vpn-binding-id"
15888         in: "path"
15889         description: "Id of vpn-bindings"
15890         required: true
15891         type: "string"
15892       responses:
15893         400:
15894           description: "Internal error"
15895         200:
15896           description: "generic.resource.api.vpnbindings.VpnBindings"
15897           responseSchema:
15898             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15899             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15900           schema:
15901             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15902             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15903     post:
15904       tags:
15905       - "GENERIC-RESOURCE-API"
15906       description: "creates generic.resource.api.vpnbindings.VpnBindings"
15907       parameters:
15908       - name: "preload-id"
15909         in: "path"
15910         description: "Id of preload-list"
15911         required: true
15912         type: "string"
15913       - name: "preload-type"
15914         in: "path"
15915         description: "Id of preload-list"
15916         required: true
15917         type: "string"
15918       - name: "vpn-binding-id"
15919         in: "path"
15920         description: "Id of vpn-bindings"
15921         required: true
15922         type: "string"
15923       - in: "body"
15924         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
15925         description: "generic.resource.api.vpnbindings.VpnBindings to be added to\
15926           \ list"
15927         required: false
15928         schema:
15929           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15930           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15931       responses:
15932         400:
15933           description: "Internal error"
15934         201:
15935           description: "Object created"
15936         409:
15937           description: "Object already exists"
15938     put:
15939       tags:
15940       - "GENERIC-RESOURCE-API"
15941       description: "creates or updates generic.resource.api.vpnbindings.VpnBindings"
15942       parameters:
15943       - name: "preload-id"
15944         in: "path"
15945         description: "Id of preload-list"
15946         required: true
15947         type: "string"
15948       - name: "preload-type"
15949         in: "path"
15950         description: "Id of preload-list"
15951         required: true
15952         type: "string"
15953       - name: "vpn-binding-id"
15954         in: "path"
15955         description: "Id of vpn-bindings"
15956         required: true
15957         type: "string"
15958       - in: "body"
15959         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
15960         description: "generic.resource.api.vpnbindings.VpnBindings to be added or\
15961           \ updated"
15962         required: false
15963         schema:
15964           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15965           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
15966       responses:
15967         400:
15968           description: "Internal error"
15969         201:
15970           description: "Object created"
15971         204:
15972           description: "Object modified"
15973     delete:
15974       tags:
15975       - "GENERIC-RESOURCE-API"
15976       description: "removes generic.resource.api.vpnbindings.VpnBindings"
15977       parameters:
15978       - name: "preload-id"
15979         in: "path"
15980         description: "Id of preload-list"
15981         required: true
15982         type: "string"
15983       - name: "preload-type"
15984         in: "path"
15985         description: "Id of preload-list"
15986         required: true
15987         type: "string"
15988       - name: "vpn-binding-id"
15989         in: "path"
15990         description: "Id of vpn-bindings"
15991         required: true
15992         type: "string"
15993       responses:
15994         400:
15995           description: "Internal error"
15996         204:
15997           description: "Object deleted"
15998   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-oper-status/
15999   : get:
16000       tags:
16001       - "GENERIC-RESOURCE-API"
16002       description: "returns generic.resource.api.preloadoperstatus.PreloadOperStatus"
16003       parameters:
16004       - name: "preload-id"
16005         in: "path"
16006         description: "Id of preload-list"
16007         required: true
16008         type: "string"
16009       - name: "preload-type"
16010         in: "path"
16011         description: "Id of preload-list"
16012         required: true
16013         type: "string"
16014       responses:
16015         400:
16016           description: "Internal error"
16017         200:
16018           description: "generic.resource.api.preloadoperstatus.PreloadOperStatus"
16019           responseSchema:
16020             $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16021             originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16022           schema:
16023             $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16024             originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16025     post:
16026       tags:
16027       - "GENERIC-RESOURCE-API"
16028       description: "creates generic.resource.api.preloadoperstatus.PreloadOperStatus"
16029       parameters:
16030       - name: "preload-id"
16031         in: "path"
16032         description: "Id of preload-list"
16033         required: true
16034         type: "string"
16035       - name: "preload-type"
16036         in: "path"
16037         description: "Id of preload-list"
16038         required: true
16039         type: "string"
16040       - in: "body"
16041         name: "generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param"
16042         description: "generic.resource.api.preloadoperstatus.PreloadOperStatus to\
16043           \ be added to list"
16044         required: false
16045         schema:
16046           $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16047           originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16048       responses:
16049         400:
16050           description: "Internal error"
16051         201:
16052           description: "Object created"
16053         409:
16054           description: "Object already exists"
16055     put:
16056       tags:
16057       - "GENERIC-RESOURCE-API"
16058       description: "creates or updates generic.resource.api.preloadoperstatus.PreloadOperStatus"
16059       parameters:
16060       - name: "preload-id"
16061         in: "path"
16062         description: "Id of preload-list"
16063         required: true
16064         type: "string"
16065       - name: "preload-type"
16066         in: "path"
16067         description: "Id of preload-list"
16068         required: true
16069         type: "string"
16070       - in: "body"
16071         name: "generic.resource.api.preloadoperstatus.PreloadOperStatus.body-param"
16072         description: "generic.resource.api.preloadoperstatus.PreloadOperStatus to\
16073           \ be added or updated"
16074         required: false
16075         schema:
16076           $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16077           originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
16078       responses:
16079         400:
16080           description: "Internal error"
16081         201:
16082           description: "Object created"
16083         204:
16084           description: "Object modified"
16085     delete:
16086       tags:
16087       - "GENERIC-RESOURCE-API"
16088       description: "removes generic.resource.api.preloadoperstatus.PreloadOperStatus"
16089       parameters:
16090       - name: "preload-id"
16091         in: "path"
16092         description: "Id of preload-list"
16093         required: true
16094         type: "string"
16095       - name: "preload-type"
16096         in: "path"
16097         description: "Id of preload-list"
16098         required: true
16099         type: "string"
16100       responses:
16101         400:
16102           description: "Internal error"
16103         204:
16104           description: "Object deleted"
16105   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/
16106   : get:
16107       tags:
16108       - "GENERIC-RESOURCE-API"
16109       description: "returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16110       parameters:
16111       - name: "preload-id"
16112         in: "path"
16113         description: "Id of preload-list"
16114         required: true
16115         type: "string"
16116       - name: "preload-type"
16117         in: "path"
16118         description: "Id of preload-list"
16119         required: true
16120         type: "string"
16121       responses:
16122         400:
16123           description: "Internal error"
16124         200:
16125           description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16126           responseSchema:
16127             $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16128             originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16129           schema:
16130             $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16131             originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16132     post:
16133       tags:
16134       - "GENERIC-RESOURCE-API"
16135       description: "creates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16136       parameters:
16137       - name: "preload-id"
16138         in: "path"
16139         description: "Id of preload-list"
16140         required: true
16141         type: "string"
16142       - name: "preload-type"
16143         in: "path"
16144         description: "Id of preload-list"
16145         required: true
16146         type: "string"
16147       - in: "body"
16148         name: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param"
16149         description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation\
16150           \ to be added to list"
16151         required: false
16152         schema:
16153           $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16154           originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16155       responses:
16156         400:
16157           description: "Internal error"
16158         201:
16159           description: "Object created"
16160         409:
16161           description: "Object already exists"
16162     put:
16163       tags:
16164       - "GENERIC-RESOURCE-API"
16165       description: "creates or updates generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16166       parameters:
16167       - name: "preload-id"
16168         in: "path"
16169         description: "Id of preload-list"
16170         required: true
16171         type: "string"
16172       - name: "preload-type"
16173         in: "path"
16174         description: "Id of preload-list"
16175         required: true
16176         type: "string"
16177       - in: "body"
16178         name: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation.body-param"
16179         description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation\
16180           \ to be added or updated"
16181         required: false
16182         schema:
16183           $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16184           originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16185       responses:
16186         400:
16187           description: "Internal error"
16188         201:
16189           description: "Object created"
16190         204:
16191           description: "Object modified"
16192     delete:
16193       tags:
16194       - "GENERIC-RESOURCE-API"
16195       description: "removes generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
16196       parameters:
16197       - name: "preload-id"
16198         in: "path"
16199         description: "Id of preload-list"
16200         required: true
16201         type: "string"
16202       - name: "preload-type"
16203         in: "path"
16204         description: "Id of preload-list"
16205         required: true
16206         type: "string"
16207       responses:
16208         400:
16209           description: "Internal error"
16210         204:
16211           description: "Object deleted"
16212   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/
16213   : get:
16214       tags:
16215       - "GENERIC-RESOURCE-API"
16216       description: "returns generic.resource.api.vfmoduletopology.VfModuleTopology"
16217       parameters:
16218       - name: "preload-id"
16219         in: "path"
16220         description: "Id of preload-list"
16221         required: true
16222         type: "string"
16223       - name: "preload-type"
16224         in: "path"
16225         description: "Id of preload-list"
16226         required: true
16227         type: "string"
16228       responses:
16229         400:
16230           description: "Internal error"
16231         200:
16232           description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
16233           responseSchema:
16234             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16235             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16236           schema:
16237             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16238             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16239     post:
16240       tags:
16241       - "GENERIC-RESOURCE-API"
16242       description: "creates generic.resource.api.vfmoduletopology.VfModuleTopology"
16243       parameters:
16244       - name: "preload-id"
16245         in: "path"
16246         description: "Id of preload-list"
16247         required: true
16248         type: "string"
16249       - name: "preload-type"
16250         in: "path"
16251         description: "Id of preload-list"
16252         required: true
16253         type: "string"
16254       - in: "body"
16255         name: "generic.resource.api.vfmoduletopology.VfModuleTopology.body-param"
16256         description: "generic.resource.api.vfmoduletopology.VfModuleTopology to be\
16257           \ added to list"
16258         required: false
16259         schema:
16260           $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16261           originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16262       responses:
16263         400:
16264           description: "Internal error"
16265         201:
16266           description: "Object created"
16267         409:
16268           description: "Object already exists"
16269     put:
16270       tags:
16271       - "GENERIC-RESOURCE-API"
16272       description: "creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology"
16273       parameters:
16274       - name: "preload-id"
16275         in: "path"
16276         description: "Id of preload-list"
16277         required: true
16278         type: "string"
16279       - name: "preload-type"
16280         in: "path"
16281         description: "Id of preload-list"
16282         required: true
16283         type: "string"
16284       - in: "body"
16285         name: "generic.resource.api.vfmoduletopology.VfModuleTopology.body-param"
16286         description: "generic.resource.api.vfmoduletopology.VfModuleTopology to be\
16287           \ added or updated"
16288         required: false
16289         schema:
16290           $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16291           originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
16292       responses:
16293         400:
16294           description: "Internal error"
16295         201:
16296           description: "Object created"
16297         204:
16298           description: "Object modified"
16299     delete:
16300       tags:
16301       - "GENERIC-RESOURCE-API"
16302       description: "removes generic.resource.api.vfmoduletopology.VfModuleTopology"
16303       parameters:
16304       - name: "preload-id"
16305         in: "path"
16306         description: "Id of preload-list"
16307         required: true
16308         type: "string"
16309       - name: "preload-type"
16310         in: "path"
16311         description: "Id of preload-list"
16312         required: true
16313         type: "string"
16314       responses:
16315         400:
16316           description: "Internal error"
16317         204:
16318           description: "Object deleted"
16319   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/onap-model-information/
16320   : get:
16321       tags:
16322       - "GENERIC-RESOURCE-API"
16323       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
16324       parameters:
16325       - name: "preload-id"
16326         in: "path"
16327         description: "Id of preload-list"
16328         required: true
16329         type: "string"
16330       - name: "preload-type"
16331         in: "path"
16332         description: "Id of preload-list"
16333         required: true
16334         type: "string"
16335       responses:
16336         400:
16337           description: "Internal error"
16338         200:
16339           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
16340           responseSchema:
16341             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16342             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16343           schema:
16344             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16345             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16346     post:
16347       tags:
16348       - "GENERIC-RESOURCE-API"
16349       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
16350       parameters:
16351       - name: "preload-id"
16352         in: "path"
16353         description: "Id of preload-list"
16354         required: true
16355         type: "string"
16356       - name: "preload-type"
16357         in: "path"
16358         description: "Id of preload-list"
16359         required: true
16360         type: "string"
16361       - in: "body"
16362         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
16363         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
16364           \ to be added to list"
16365         required: false
16366         schema:
16367           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16368           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16369       responses:
16370         400:
16371           description: "Internal error"
16372         201:
16373           description: "Object created"
16374         409:
16375           description: "Object already exists"
16376     put:
16377       tags:
16378       - "GENERIC-RESOURCE-API"
16379       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
16380       parameters:
16381       - name: "preload-id"
16382         in: "path"
16383         description: "Id of preload-list"
16384         required: true
16385         type: "string"
16386       - name: "preload-type"
16387         in: "path"
16388         description: "Id of preload-list"
16389         required: true
16390         type: "string"
16391       - in: "body"
16392         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
16393         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
16394           \ to be added or updated"
16395         required: false
16396         schema:
16397           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16398           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
16399       responses:
16400         400:
16401           description: "Internal error"
16402         201:
16403           description: "Object created"
16404         204:
16405           description: "Object modified"
16406     delete:
16407       tags:
16408       - "GENERIC-RESOURCE-API"
16409       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
16410       parameters:
16411       - name: "preload-id"
16412         in: "path"
16413         description: "Id of preload-list"
16414         required: true
16415         type: "string"
16416       - name: "preload-type"
16417         in: "path"
16418         description: "Id of preload-list"
16419         required: true
16420         type: "string"
16421       responses:
16422         400:
16423           description: "Internal error"
16424         204:
16425           description: "Object deleted"
16426   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/
16427   : get:
16428       tags:
16429       - "GENERIC-RESOURCE-API"
16430       description: "returns generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16431       parameters:
16432       - name: "preload-id"
16433         in: "path"
16434         description: "Id of preload-list"
16435         required: true
16436         type: "string"
16437       - name: "preload-type"
16438         in: "path"
16439         description: "Id of preload-list"
16440         required: true
16441         type: "string"
16442       responses:
16443         400:
16444           description: "Internal error"
16445         200:
16446           description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16447           responseSchema:
16448             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16449             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16450           schema:
16451             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16452             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16453     post:
16454       tags:
16455       - "GENERIC-RESOURCE-API"
16456       description: "creates generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16457       parameters:
16458       - name: "preload-id"
16459         in: "path"
16460         description: "Id of preload-list"
16461         required: true
16462         type: "string"
16463       - name: "preload-type"
16464         in: "path"
16465         description: "Id of preload-list"
16466         required: true
16467         type: "string"
16468       - in: "body"
16469         name: "generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param"
16470         description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments\
16471           \ to be added to list"
16472         required: false
16473         schema:
16474           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16475           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16476       responses:
16477         400:
16478           description: "Internal error"
16479         201:
16480           description: "Object created"
16481         409:
16482           description: "Object already exists"
16483     put:
16484       tags:
16485       - "GENERIC-RESOURCE-API"
16486       description: "creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16487       parameters:
16488       - name: "preload-id"
16489         in: "path"
16490         description: "Id of preload-list"
16491         required: true
16492         type: "string"
16493       - name: "preload-type"
16494         in: "path"
16495         description: "Id of preload-list"
16496         required: true
16497         type: "string"
16498       - in: "body"
16499         name: "generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param"
16500         description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments\
16501           \ to be added or updated"
16502         required: false
16503         schema:
16504           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16505           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16506       responses:
16507         400:
16508           description: "Internal error"
16509         201:
16510           description: "Object created"
16511         204:
16512           description: "Object modified"
16513     delete:
16514       tags:
16515       - "GENERIC-RESOURCE-API"
16516       description: "removes generic.resource.api.vfmoduleassignments.VfModuleAssignments"
16517       parameters:
16518       - name: "preload-id"
16519         in: "path"
16520         description: "Id of preload-list"
16521         required: true
16522         type: "string"
16523       - name: "preload-type"
16524         in: "path"
16525         description: "Id of preload-list"
16526         required: true
16527         type: "string"
16528       responses:
16529         400:
16530           description: "Internal error"
16531         204:
16532           description: "Object deleted"
16533   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/
16534   : get:
16535       tags:
16536       - "GENERIC-RESOURCE-API"
16537       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16538       parameters:
16539       - name: "preload-id"
16540         in: "path"
16541         description: "Id of preload-list"
16542         required: true
16543         type: "string"
16544       - name: "preload-type"
16545         in: "path"
16546         description: "Id of preload-list"
16547         required: true
16548         type: "string"
16549       responses:
16550         400:
16551           description: "Internal error"
16552         200:
16553           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16554           responseSchema:
16555             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16556             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16557           schema:
16558             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16559             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16560     post:
16561       tags:
16562       - "GENERIC-RESOURCE-API"
16563       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16564       parameters:
16565       - name: "preload-id"
16566         in: "path"
16567         description: "Id of preload-list"
16568         required: true
16569         type: "string"
16570       - name: "preload-type"
16571         in: "path"
16572         description: "Id of preload-list"
16573         required: true
16574         type: "string"
16575       - in: "body"
16576         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param"
16577         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments\
16578           \ to be added to list"
16579         required: false
16580         schema:
16581           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16582           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16583       responses:
16584         400:
16585           description: "Internal error"
16586         201:
16587           description: "Object created"
16588         409:
16589           description: "Object already exists"
16590     put:
16591       tags:
16592       - "GENERIC-RESOURCE-API"
16593       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16594       parameters:
16595       - name: "preload-id"
16596         in: "path"
16597         description: "Id of preload-list"
16598         required: true
16599         type: "string"
16600       - name: "preload-type"
16601         in: "path"
16602         description: "Id of preload-list"
16603         required: true
16604         type: "string"
16605       - in: "body"
16606         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param"
16607         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments\
16608           \ to be added or updated"
16609         required: false
16610         schema:
16611           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16612           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16613       responses:
16614         400:
16615           description: "Internal error"
16616         201:
16617           description: "Object created"
16618         204:
16619           description: "Object modified"
16620     delete:
16621       tags:
16622       - "GENERIC-RESOURCE-API"
16623       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
16624       parameters:
16625       - name: "preload-id"
16626         in: "path"
16627         description: "Id of preload-list"
16628         required: true
16629         type: "string"
16630       - name: "preload-type"
16631         in: "path"
16632         description: "Id of preload-list"
16633         required: true
16634         type: "string"
16635       responses:
16636         400:
16637           description: "Internal error"
16638         204:
16639           description: "Object deleted"
16640   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/
16641   : post:
16642       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16643       parameters:
16644       - name: "preload-id"
16645         in: "path"
16646         description: "Id of preload-list"
16647         required: true
16648         type: "string"
16649       - name: "preload-type"
16650         in: "path"
16651         description: "Id of preload-list"
16652         required: true
16653         type: "string"
16654       - in: "body"
16655         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
16656         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
16657           \ to be added to list"
16658         required: false
16659         schema:
16660           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16661           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16662       responses:
16663         400:
16664           description: "Internal error"
16665         201:
16666           description: "Object created"
16667         409:
16668           description: "Object already exists"
16669   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/{neutron-subnet-id}/
16670   : get:
16671       tags:
16672       - "GENERIC-RESOURCE-API"
16673       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16674       parameters:
16675       - name: "preload-id"
16676         in: "path"
16677         description: "Id of preload-list"
16678         required: true
16679         type: "string"
16680       - name: "preload-type"
16681         in: "path"
16682         description: "Id of preload-list"
16683         required: true
16684         type: "string"
16685       - name: "neutron-subnet-id"
16686         in: "path"
16687         description: "Id of dhcp-subnet-assignment"
16688         required: true
16689         type: "string"
16690       responses:
16691         400:
16692           description: "Internal error"
16693         200:
16694           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16695           responseSchema:
16696             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16697             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16698           schema:
16699             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16700             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16701     post:
16702       tags:
16703       - "GENERIC-RESOURCE-API"
16704       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16705       parameters:
16706       - name: "preload-id"
16707         in: "path"
16708         description: "Id of preload-list"
16709         required: true
16710         type: "string"
16711       - name: "preload-type"
16712         in: "path"
16713         description: "Id of preload-list"
16714         required: true
16715         type: "string"
16716       - name: "neutron-subnet-id"
16717         in: "path"
16718         description: "Id of dhcp-subnet-assignment"
16719         required: true
16720         type: "string"
16721       - in: "body"
16722         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
16723         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
16724           \ to be added to list"
16725         required: false
16726         schema:
16727           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16728           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16729       responses:
16730         400:
16731           description: "Internal error"
16732         201:
16733           description: "Object created"
16734         409:
16735           description: "Object already exists"
16736     put:
16737       tags:
16738       - "GENERIC-RESOURCE-API"
16739       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16740       parameters:
16741       - name: "preload-id"
16742         in: "path"
16743         description: "Id of preload-list"
16744         required: true
16745         type: "string"
16746       - name: "preload-type"
16747         in: "path"
16748         description: "Id of preload-list"
16749         required: true
16750         type: "string"
16751       - name: "neutron-subnet-id"
16752         in: "path"
16753         description: "Id of dhcp-subnet-assignment"
16754         required: true
16755         type: "string"
16756       - in: "body"
16757         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
16758         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
16759           \ to be added or updated"
16760         required: false
16761         schema:
16762           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16763           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16764       responses:
16765         400:
16766           description: "Internal error"
16767         201:
16768           description: "Object created"
16769         204:
16770           description: "Object modified"
16771     delete:
16772       tags:
16773       - "GENERIC-RESOURCE-API"
16774       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
16775       parameters:
16776       - name: "preload-id"
16777         in: "path"
16778         description: "Id of preload-list"
16779         required: true
16780         type: "string"
16781       - name: "preload-type"
16782         in: "path"
16783         description: "Id of preload-list"
16784         required: true
16785         type: "string"
16786       - name: "neutron-subnet-id"
16787         in: "path"
16788         description: "Id of dhcp-subnet-assignment"
16789         required: true
16790         type: "string"
16791       responses:
16792         400:
16793           description: "Internal error"
16794         204:
16795           description: "Object deleted"
16796   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/
16797   : get:
16798       tags:
16799       - "GENERIC-RESOURCE-API"
16800       description: "returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16801       parameters:
16802       - name: "preload-id"
16803         in: "path"
16804         description: "Id of preload-list"
16805         required: true
16806         type: "string"
16807       - name: "preload-type"
16808         in: "path"
16809         description: "Id of preload-list"
16810         required: true
16811         type: "string"
16812       responses:
16813         400:
16814           description: "Internal error"
16815         200:
16816           description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16817           responseSchema:
16818             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16819             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16820           schema:
16821             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16822             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16823     post:
16824       tags:
16825       - "GENERIC-RESOURCE-API"
16826       description: "creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16827       parameters:
16828       - name: "preload-id"
16829         in: "path"
16830         description: "Id of preload-list"
16831         required: true
16832         type: "string"
16833       - name: "preload-type"
16834         in: "path"
16835         description: "Id of preload-list"
16836         required: true
16837         type: "string"
16838       - in: "body"
16839         name: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param"
16840         description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups\
16841           \ to be added to list"
16842         required: false
16843         schema:
16844           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16845           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16846       responses:
16847         400:
16848           description: "Internal error"
16849         201:
16850           description: "Object created"
16851         409:
16852           description: "Object already exists"
16853     put:
16854       tags:
16855       - "GENERIC-RESOURCE-API"
16856       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16857       parameters:
16858       - name: "preload-id"
16859         in: "path"
16860         description: "Id of preload-list"
16861         required: true
16862         type: "string"
16863       - name: "preload-type"
16864         in: "path"
16865         description: "Id of preload-list"
16866         required: true
16867         type: "string"
16868       - in: "body"
16869         name: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param"
16870         description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups\
16871           \ to be added or updated"
16872         required: false
16873         schema:
16874           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16875           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16876       responses:
16877         400:
16878           description: "Internal error"
16879         201:
16880           description: "Object created"
16881         204:
16882           description: "Object modified"
16883     delete:
16884       tags:
16885       - "GENERIC-RESOURCE-API"
16886       description: "removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
16887       parameters:
16888       - name: "preload-id"
16889         in: "path"
16890         description: "Id of preload-list"
16891         required: true
16892         type: "string"
16893       - name: "preload-type"
16894         in: "path"
16895         description: "Id of preload-list"
16896         required: true
16897         type: "string"
16898       responses:
16899         400:
16900           description: "Internal error"
16901         204:
16902           description: "Object deleted"
16903   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/
16904   : post:
16905       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16906       parameters:
16907       - name: "preload-id"
16908         in: "path"
16909         description: "Id of preload-list"
16910         required: true
16911         type: "string"
16912       - name: "preload-type"
16913         in: "path"
16914         description: "Id of preload-list"
16915         required: true
16916         type: "string"
16917       - in: "body"
16918         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
16919         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
16920           \ to be added to list"
16921         required: false
16922         schema:
16923           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16924           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16925       responses:
16926         400:
16927           description: "Internal error"
16928         201:
16929           description: "Object created"
16930         409:
16931           description: "Object already exists"
16932   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/
16933   : get:
16934       tags:
16935       - "GENERIC-RESOURCE-API"
16936       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16937       parameters:
16938       - name: "preload-id"
16939         in: "path"
16940         description: "Id of preload-list"
16941         required: true
16942         type: "string"
16943       - name: "preload-type"
16944         in: "path"
16945         description: "Id of preload-list"
16946         required: true
16947         type: "string"
16948       - name: "instance-group-id"
16949         in: "path"
16950         description: "Id of vlan-vnfc-instance-group"
16951         required: true
16952         type: "string"
16953       responses:
16954         400:
16955           description: "Internal error"
16956         200:
16957           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16958           responseSchema:
16959             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16960             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16961           schema:
16962             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16963             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16964     post:
16965       tags:
16966       - "GENERIC-RESOURCE-API"
16967       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16968       parameters:
16969       - name: "preload-id"
16970         in: "path"
16971         description: "Id of preload-list"
16972         required: true
16973         type: "string"
16974       - name: "preload-type"
16975         in: "path"
16976         description: "Id of preload-list"
16977         required: true
16978         type: "string"
16979       - name: "instance-group-id"
16980         in: "path"
16981         description: "Id of vlan-vnfc-instance-group"
16982         required: true
16983         type: "string"
16984       - in: "body"
16985         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
16986         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
16987           \ to be added to list"
16988         required: false
16989         schema:
16990           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16991           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
16992       responses:
16993         400:
16994           description: "Internal error"
16995         201:
16996           description: "Object created"
16997         409:
16998           description: "Object already exists"
16999     put:
17000       tags:
17001       - "GENERIC-RESOURCE-API"
17002       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
17003       parameters:
17004       - name: "preload-id"
17005         in: "path"
17006         description: "Id of preload-list"
17007         required: true
17008         type: "string"
17009       - name: "preload-type"
17010         in: "path"
17011         description: "Id of preload-list"
17012         required: true
17013         type: "string"
17014       - name: "instance-group-id"
17015         in: "path"
17016         description: "Id of vlan-vnfc-instance-group"
17017         required: true
17018         type: "string"
17019       - in: "body"
17020         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
17021         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
17022           \ to be added or updated"
17023         required: false
17024         schema:
17025           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
17026           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
17027       responses:
17028         400:
17029           description: "Internal error"
17030         201:
17031           description: "Object created"
17032         204:
17033           description: "Object modified"
17034     delete:
17035       tags:
17036       - "GENERIC-RESOURCE-API"
17037       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
17038       parameters:
17039       - name: "preload-id"
17040         in: "path"
17041         description: "Id of preload-list"
17042         required: true
17043         type: "string"
17044       - name: "preload-type"
17045         in: "path"
17046         description: "Id of preload-list"
17047         required: true
17048         type: "string"
17049       - name: "instance-group-id"
17050         in: "path"
17051         description: "Id of vlan-vnfc-instance-group"
17052         required: true
17053         type: "string"
17054       responses:
17055         400:
17056           description: "Internal error"
17057         204:
17058           description: "Object deleted"
17059   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/
17060   : get:
17061       tags:
17062       - "GENERIC-RESOURCE-API"
17063       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17064       parameters:
17065       - name: "preload-id"
17066         in: "path"
17067         description: "Id of preload-list"
17068         required: true
17069         type: "string"
17070       - name: "preload-type"
17071         in: "path"
17072         description: "Id of preload-list"
17073         required: true
17074         type: "string"
17075       - name: "instance-group-id"
17076         in: "path"
17077         description: "Id of vlan-vnfc-instance-group"
17078         required: true
17079         type: "string"
17080       responses:
17081         400:
17082           description: "Internal error"
17083         200:
17084           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17085           responseSchema:
17086             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17087             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17088           schema:
17089             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17090             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17091     post:
17092       tags:
17093       - "GENERIC-RESOURCE-API"
17094       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17095       parameters:
17096       - name: "preload-id"
17097         in: "path"
17098         description: "Id of preload-list"
17099         required: true
17100         type: "string"
17101       - name: "preload-type"
17102         in: "path"
17103         description: "Id of preload-list"
17104         required: true
17105         type: "string"
17106       - name: "instance-group-id"
17107         in: "path"
17108         description: "Id of vlan-vnfc-instance-group"
17109         required: true
17110         type: "string"
17111       - in: "body"
17112         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param"
17113         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs\
17114           \ to be added to list"
17115         required: false
17116         schema:
17117           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17118           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17119       responses:
17120         400:
17121           description: "Internal error"
17122         201:
17123           description: "Object created"
17124         409:
17125           description: "Object already exists"
17126     put:
17127       tags:
17128       - "GENERIC-RESOURCE-API"
17129       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17130       parameters:
17131       - name: "preload-id"
17132         in: "path"
17133         description: "Id of preload-list"
17134         required: true
17135         type: "string"
17136       - name: "preload-type"
17137         in: "path"
17138         description: "Id of preload-list"
17139         required: true
17140         type: "string"
17141       - name: "instance-group-id"
17142         in: "path"
17143         description: "Id of vlan-vnfc-instance-group"
17144         required: true
17145         type: "string"
17146       - in: "body"
17147         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param"
17148         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs\
17149           \ to be added or updated"
17150         required: false
17151         schema:
17152           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17153           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17154       responses:
17155         400:
17156           description: "Internal error"
17157         201:
17158           description: "Object created"
17159         204:
17160           description: "Object modified"
17161     delete:
17162       tags:
17163       - "GENERIC-RESOURCE-API"
17164       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
17165       parameters:
17166       - name: "preload-id"
17167         in: "path"
17168         description: "Id of preload-list"
17169         required: true
17170         type: "string"
17171       - name: "preload-type"
17172         in: "path"
17173         description: "Id of preload-list"
17174         required: true
17175         type: "string"
17176       - name: "instance-group-id"
17177         in: "path"
17178         description: "Id of vlan-vnfc-instance-group"
17179         required: true
17180         type: "string"
17181       responses:
17182         400:
17183           description: "Internal error"
17184         204:
17185           description: "Object deleted"
17186   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/
17187   : post:
17188       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17189       parameters:
17190       - name: "preload-id"
17191         in: "path"
17192         description: "Id of preload-list"
17193         required: true
17194         type: "string"
17195       - name: "preload-type"
17196         in: "path"
17197         description: "Id of preload-list"
17198         required: true
17199         type: "string"
17200       - name: "instance-group-id"
17201         in: "path"
17202         description: "Id of vlan-vnfc-instance-group"
17203         required: true
17204         type: "string"
17205       - in: "body"
17206         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
17207         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
17208           \ to be added to list"
17209         required: false
17210         schema:
17211           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17212           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17213       responses:
17214         400:
17215           description: "Internal error"
17216         201:
17217           description: "Object created"
17218         409:
17219           description: "Object already exists"
17220   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/
17221   : get:
17222       tags:
17223       - "GENERIC-RESOURCE-API"
17224       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17225       parameters:
17226       - name: "preload-id"
17227         in: "path"
17228         description: "Id of preload-list"
17229         required: true
17230         type: "string"
17231       - name: "preload-type"
17232         in: "path"
17233         description: "Id of preload-list"
17234         required: true
17235         type: "string"
17236       - name: "instance-group-id"
17237         in: "path"
17238         description: "Id of vlan-vnfc-instance-group"
17239         required: true
17240         type: "string"
17241       - name: "vnfc-name"
17242         in: "path"
17243         description: "Id of vnfc"
17244         required: true
17245         type: "string"
17246       responses:
17247         400:
17248           description: "Internal error"
17249         200:
17250           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17251           responseSchema:
17252             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17253             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17254           schema:
17255             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17256             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17257     post:
17258       tags:
17259       - "GENERIC-RESOURCE-API"
17260       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17261       parameters:
17262       - name: "preload-id"
17263         in: "path"
17264         description: "Id of preload-list"
17265         required: true
17266         type: "string"
17267       - name: "preload-type"
17268         in: "path"
17269         description: "Id of preload-list"
17270         required: true
17271         type: "string"
17272       - name: "instance-group-id"
17273         in: "path"
17274         description: "Id of vlan-vnfc-instance-group"
17275         required: true
17276         type: "string"
17277       - name: "vnfc-name"
17278         in: "path"
17279         description: "Id of vnfc"
17280         required: true
17281         type: "string"
17282       - in: "body"
17283         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
17284         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
17285           \ to be added to list"
17286         required: false
17287         schema:
17288           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17289           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17290       responses:
17291         400:
17292           description: "Internal error"
17293         201:
17294           description: "Object created"
17295         409:
17296           description: "Object already exists"
17297     put:
17298       tags:
17299       - "GENERIC-RESOURCE-API"
17300       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17301       parameters:
17302       - name: "preload-id"
17303         in: "path"
17304         description: "Id of preload-list"
17305         required: true
17306         type: "string"
17307       - name: "preload-type"
17308         in: "path"
17309         description: "Id of preload-list"
17310         required: true
17311         type: "string"
17312       - name: "instance-group-id"
17313         in: "path"
17314         description: "Id of vlan-vnfc-instance-group"
17315         required: true
17316         type: "string"
17317       - name: "vnfc-name"
17318         in: "path"
17319         description: "Id of vnfc"
17320         required: true
17321         type: "string"
17322       - in: "body"
17323         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
17324         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
17325           \ to be added or updated"
17326         required: false
17327         schema:
17328           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17329           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17330       responses:
17331         400:
17332           description: "Internal error"
17333         201:
17334           description: "Object created"
17335         204:
17336           description: "Object modified"
17337     delete:
17338       tags:
17339       - "GENERIC-RESOURCE-API"
17340       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
17341       parameters:
17342       - name: "preload-id"
17343         in: "path"
17344         description: "Id of preload-list"
17345         required: true
17346         type: "string"
17347       - name: "preload-type"
17348         in: "path"
17349         description: "Id of preload-list"
17350         required: true
17351         type: "string"
17352       - name: "instance-group-id"
17353         in: "path"
17354         description: "Id of vlan-vnfc-instance-group"
17355         required: true
17356         type: "string"
17357       - name: "vnfc-name"
17358         in: "path"
17359         description: "Id of vnfc"
17360         required: true
17361         type: "string"
17362       responses:
17363         400:
17364           description: "Internal error"
17365         204:
17366           description: "Object deleted"
17367   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/
17368   : get:
17369       tags:
17370       - "GENERIC-RESOURCE-API"
17371       description: "returns generic.resource.api.vnicgroups.VnicGroups"
17372       parameters:
17373       - name: "preload-id"
17374         in: "path"
17375         description: "Id of preload-list"
17376         required: true
17377         type: "string"
17378       - name: "preload-type"
17379         in: "path"
17380         description: "Id of preload-list"
17381         required: true
17382         type: "string"
17383       - name: "instance-group-id"
17384         in: "path"
17385         description: "Id of vlan-vnfc-instance-group"
17386         required: true
17387         type: "string"
17388       - name: "vnfc-name"
17389         in: "path"
17390         description: "Id of vnfc"
17391         required: true
17392         type: "string"
17393       responses:
17394         400:
17395           description: "Internal error"
17396         200:
17397           description: "generic.resource.api.vnicgroups.VnicGroups"
17398           responseSchema:
17399             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17400             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17401           schema:
17402             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17403             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17404     post:
17405       tags:
17406       - "GENERIC-RESOURCE-API"
17407       description: "creates generic.resource.api.vnicgroups.VnicGroups"
17408       parameters:
17409       - name: "preload-id"
17410         in: "path"
17411         description: "Id of preload-list"
17412         required: true
17413         type: "string"
17414       - name: "preload-type"
17415         in: "path"
17416         description: "Id of preload-list"
17417         required: true
17418         type: "string"
17419       - name: "instance-group-id"
17420         in: "path"
17421         description: "Id of vlan-vnfc-instance-group"
17422         required: true
17423         type: "string"
17424       - name: "vnfc-name"
17425         in: "path"
17426         description: "Id of vnfc"
17427         required: true
17428         type: "string"
17429       - in: "body"
17430         name: "generic.resource.api.vnicgroups.VnicGroups.body-param"
17431         description: "generic.resource.api.vnicgroups.VnicGroups to be added to list"
17432         required: false
17433         schema:
17434           $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17435           originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17436       responses:
17437         400:
17438           description: "Internal error"
17439         201:
17440           description: "Object created"
17441         409:
17442           description: "Object already exists"
17443     put:
17444       tags:
17445       - "GENERIC-RESOURCE-API"
17446       description: "creates or updates generic.resource.api.vnicgroups.VnicGroups"
17447       parameters:
17448       - name: "preload-id"
17449         in: "path"
17450         description: "Id of preload-list"
17451         required: true
17452         type: "string"
17453       - name: "preload-type"
17454         in: "path"
17455         description: "Id of preload-list"
17456         required: true
17457         type: "string"
17458       - name: "instance-group-id"
17459         in: "path"
17460         description: "Id of vlan-vnfc-instance-group"
17461         required: true
17462         type: "string"
17463       - name: "vnfc-name"
17464         in: "path"
17465         description: "Id of vnfc"
17466         required: true
17467         type: "string"
17468       - in: "body"
17469         name: "generic.resource.api.vnicgroups.VnicGroups.body-param"
17470         description: "generic.resource.api.vnicgroups.VnicGroups to be added or updated"
17471         required: false
17472         schema:
17473           $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17474           originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
17475       responses:
17476         400:
17477           description: "Internal error"
17478         201:
17479           description: "Object created"
17480         204:
17481           description: "Object modified"
17482     delete:
17483       tags:
17484       - "GENERIC-RESOURCE-API"
17485       description: "removes generic.resource.api.vnicgroups.VnicGroups"
17486       parameters:
17487       - name: "preload-id"
17488         in: "path"
17489         description: "Id of preload-list"
17490         required: true
17491         type: "string"
17492       - name: "preload-type"
17493         in: "path"
17494         description: "Id of preload-list"
17495         required: true
17496         type: "string"
17497       - name: "instance-group-id"
17498         in: "path"
17499         description: "Id of vlan-vnfc-instance-group"
17500         required: true
17501         type: "string"
17502       - name: "vnfc-name"
17503         in: "path"
17504         description: "Id of vnfc"
17505         required: true
17506         type: "string"
17507       responses:
17508         400:
17509           description: "Internal error"
17510         204:
17511           description: "Object deleted"
17512   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/
17513   : post:
17514       description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17515       parameters:
17516       - name: "preload-id"
17517         in: "path"
17518         description: "Id of preload-list"
17519         required: true
17520         type: "string"
17521       - name: "preload-type"
17522         in: "path"
17523         description: "Id of preload-list"
17524         required: true
17525         type: "string"
17526       - name: "instance-group-id"
17527         in: "path"
17528         description: "Id of vlan-vnfc-instance-group"
17529         required: true
17530         type: "string"
17531       - name: "vnfc-name"
17532         in: "path"
17533         description: "Id of vnfc"
17534         required: true
17535         type: "string"
17536       - in: "body"
17537         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
17538         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
17539           \ to list"
17540         required: false
17541         schema:
17542           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17543           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17544       responses:
17545         400:
17546           description: "Internal error"
17547         201:
17548           description: "Object created"
17549         409:
17550           description: "Object already exists"
17551   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/
17552   : get:
17553       tags:
17554       - "GENERIC-RESOURCE-API"
17555       description: "returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17556       parameters:
17557       - name: "preload-id"
17558         in: "path"
17559         description: "Id of preload-list"
17560         required: true
17561         type: "string"
17562       - name: "preload-type"
17563         in: "path"
17564         description: "Id of preload-list"
17565         required: true
17566         type: "string"
17567       - name: "instance-group-id"
17568         in: "path"
17569         description: "Id of vlan-vnfc-instance-group"
17570         required: true
17571         type: "string"
17572       - name: "vnfc-name"
17573         in: "path"
17574         description: "Id of vnfc"
17575         required: true
17576         type: "string"
17577       - name: "vnic-interface-role"
17578         in: "path"
17579         description: "Id of vnic-group"
17580         required: true
17581         type: "string"
17582       responses:
17583         400:
17584           description: "Internal error"
17585         200:
17586           description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17587           responseSchema:
17588             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17589             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17590           schema:
17591             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17592             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17593     post:
17594       tags:
17595       - "GENERIC-RESOURCE-API"
17596       description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17597       parameters:
17598       - name: "preload-id"
17599         in: "path"
17600         description: "Id of preload-list"
17601         required: true
17602         type: "string"
17603       - name: "preload-type"
17604         in: "path"
17605         description: "Id of preload-list"
17606         required: true
17607         type: "string"
17608       - name: "instance-group-id"
17609         in: "path"
17610         description: "Id of vlan-vnfc-instance-group"
17611         required: true
17612         type: "string"
17613       - name: "vnfc-name"
17614         in: "path"
17615         description: "Id of vnfc"
17616         required: true
17617         type: "string"
17618       - name: "vnic-interface-role"
17619         in: "path"
17620         description: "Id of vnic-group"
17621         required: true
17622         type: "string"
17623       - in: "body"
17624         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
17625         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
17626           \ to list"
17627         required: false
17628         schema:
17629           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17630           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17631       responses:
17632         400:
17633           description: "Internal error"
17634         201:
17635           description: "Object created"
17636         409:
17637           description: "Object already exists"
17638     put:
17639       tags:
17640       - "GENERIC-RESOURCE-API"
17641       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17642       parameters:
17643       - name: "preload-id"
17644         in: "path"
17645         description: "Id of preload-list"
17646         required: true
17647         type: "string"
17648       - name: "preload-type"
17649         in: "path"
17650         description: "Id of preload-list"
17651         required: true
17652         type: "string"
17653       - name: "instance-group-id"
17654         in: "path"
17655         description: "Id of vlan-vnfc-instance-group"
17656         required: true
17657         type: "string"
17658       - name: "vnfc-name"
17659         in: "path"
17660         description: "Id of vnfc"
17661         required: true
17662         type: "string"
17663       - name: "vnic-interface-role"
17664         in: "path"
17665         description: "Id of vnic-group"
17666         required: true
17667         type: "string"
17668       - in: "body"
17669         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
17670         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
17671           \ or updated"
17672         required: false
17673         schema:
17674           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17675           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17676       responses:
17677         400:
17678           description: "Internal error"
17679         201:
17680           description: "Object created"
17681         204:
17682           description: "Object modified"
17683     delete:
17684       tags:
17685       - "GENERIC-RESOURCE-API"
17686       description: "removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
17687       parameters:
17688       - name: "preload-id"
17689         in: "path"
17690         description: "Id of preload-list"
17691         required: true
17692         type: "string"
17693       - name: "preload-type"
17694         in: "path"
17695         description: "Id of preload-list"
17696         required: true
17697         type: "string"
17698       - name: "instance-group-id"
17699         in: "path"
17700         description: "Id of vlan-vnfc-instance-group"
17701         required: true
17702         type: "string"
17703       - name: "vnfc-name"
17704         in: "path"
17705         description: "Id of vnfc"
17706         required: true
17707         type: "string"
17708       - name: "vnic-interface-role"
17709         in: "path"
17710         description: "Id of vnic-group"
17711         required: true
17712         type: "string"
17713       responses:
17714         400:
17715           description: "Internal error"
17716         204:
17717           description: "Object deleted"
17718   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/
17719   : get:
17720       tags:
17721       - "GENERIC-RESOURCE-API"
17722       description: "returns generic.resource.api.IpAddresses"
17723       parameters:
17724       - name: "preload-id"
17725         in: "path"
17726         description: "Id of preload-list"
17727         required: true
17728         type: "string"
17729       - name: "preload-type"
17730         in: "path"
17731         description: "Id of preload-list"
17732         required: true
17733         type: "string"
17734       - name: "instance-group-id"
17735         in: "path"
17736         description: "Id of vlan-vnfc-instance-group"
17737         required: true
17738         type: "string"
17739       - name: "vnfc-name"
17740         in: "path"
17741         description: "Id of vnfc"
17742         required: true
17743         type: "string"
17744       - name: "vnic-interface-role"
17745         in: "path"
17746         description: "Id of vnic-group"
17747         required: true
17748         type: "string"
17749       responses:
17750         400:
17751           description: "Internal error"
17752         200:
17753           description: "generic.resource.api.IpAddresses"
17754           responseSchema:
17755             $ref: "#/definitions/generic.resource.api.IpAddresses"
17756             originalRef: "#/definitions/generic.resource.api.IpAddresses"
17757           schema:
17758             $ref: "#/definitions/generic.resource.api.IpAddresses"
17759             originalRef: "#/definitions/generic.resource.api.IpAddresses"
17760     post:
17761       tags:
17762       - "GENERIC-RESOURCE-API"
17763       description: "creates generic.resource.api.IpAddresses"
17764       parameters:
17765       - name: "preload-id"
17766         in: "path"
17767         description: "Id of preload-list"
17768         required: true
17769         type: "string"
17770       - name: "preload-type"
17771         in: "path"
17772         description: "Id of preload-list"
17773         required: true
17774         type: "string"
17775       - name: "instance-group-id"
17776         in: "path"
17777         description: "Id of vlan-vnfc-instance-group"
17778         required: true
17779         type: "string"
17780       - name: "vnfc-name"
17781         in: "path"
17782         description: "Id of vnfc"
17783         required: true
17784         type: "string"
17785       - name: "vnic-interface-role"
17786         in: "path"
17787         description: "Id of vnic-group"
17788         required: true
17789         type: "string"
17790       - in: "body"
17791         name: "generic.resource.api.IpAddresses.body-param"
17792         description: "generic.resource.api.IpAddresses to be added to list"
17793         required: false
17794         schema:
17795           $ref: "#/definitions/generic.resource.api.IpAddresses"
17796           originalRef: "#/definitions/generic.resource.api.IpAddresses"
17797       responses:
17798         400:
17799           description: "Internal error"
17800         201:
17801           description: "Object created"
17802         409:
17803           description: "Object already exists"
17804     put:
17805       tags:
17806       - "GENERIC-RESOURCE-API"
17807       description: "creates or updates generic.resource.api.IpAddresses"
17808       parameters:
17809       - name: "preload-id"
17810         in: "path"
17811         description: "Id of preload-list"
17812         required: true
17813         type: "string"
17814       - name: "preload-type"
17815         in: "path"
17816         description: "Id of preload-list"
17817         required: true
17818         type: "string"
17819       - name: "instance-group-id"
17820         in: "path"
17821         description: "Id of vlan-vnfc-instance-group"
17822         required: true
17823         type: "string"
17824       - name: "vnfc-name"
17825         in: "path"
17826         description: "Id of vnfc"
17827         required: true
17828         type: "string"
17829       - name: "vnic-interface-role"
17830         in: "path"
17831         description: "Id of vnic-group"
17832         required: true
17833         type: "string"
17834       - in: "body"
17835         name: "generic.resource.api.IpAddresses.body-param"
17836         description: "generic.resource.api.IpAddresses to be added or updated"
17837         required: false
17838         schema:
17839           $ref: "#/definitions/generic.resource.api.IpAddresses"
17840           originalRef: "#/definitions/generic.resource.api.IpAddresses"
17841       responses:
17842         400:
17843           description: "Internal error"
17844         201:
17845           description: "Object created"
17846         204:
17847           description: "Object modified"
17848     delete:
17849       tags:
17850       - "GENERIC-RESOURCE-API"
17851       description: "removes generic.resource.api.IpAddresses"
17852       parameters:
17853       - name: "preload-id"
17854         in: "path"
17855         description: "Id of preload-list"
17856         required: true
17857         type: "string"
17858       - name: "preload-type"
17859         in: "path"
17860         description: "Id of preload-list"
17861         required: true
17862         type: "string"
17863       - name: "instance-group-id"
17864         in: "path"
17865         description: "Id of vlan-vnfc-instance-group"
17866         required: true
17867         type: "string"
17868       - name: "vnfc-name"
17869         in: "path"
17870         description: "Id of vnfc"
17871         required: true
17872         type: "string"
17873       - name: "vnic-interface-role"
17874         in: "path"
17875         description: "Id of vnic-group"
17876         required: true
17877         type: "string"
17878       responses:
17879         400:
17880           description: "Internal error"
17881         204:
17882           description: "Object deleted"
17883   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/ip-addresses/
17884   : get:
17885       tags:
17886       - "GENERIC-RESOURCE-API"
17887       description: "returns generic.resource.api.ipaddresses.IpAddresses"
17888       parameters:
17889       - name: "preload-id"
17890         in: "path"
17891         description: "Id of preload-list"
17892         required: true
17893         type: "string"
17894       - name: "preload-type"
17895         in: "path"
17896         description: "Id of preload-list"
17897         required: true
17898         type: "string"
17899       - name: "instance-group-id"
17900         in: "path"
17901         description: "Id of vlan-vnfc-instance-group"
17902         required: true
17903         type: "string"
17904       - name: "vnfc-name"
17905         in: "path"
17906         description: "Id of vnfc"
17907         required: true
17908         type: "string"
17909       - name: "vnic-interface-role"
17910         in: "path"
17911         description: "Id of vnic-group"
17912         required: true
17913         type: "string"
17914       responses:
17915         400:
17916           description: "Internal error"
17917         200:
17918           description: "generic.resource.api.ipaddresses.IpAddresses"
17919           responseSchema:
17920             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17921             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17922           schema:
17923             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17924             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17925     post:
17926       tags:
17927       - "GENERIC-RESOURCE-API"
17928       description: "creates generic.resource.api.ipaddresses.IpAddresses"
17929       parameters:
17930       - name: "preload-id"
17931         in: "path"
17932         description: "Id of preload-list"
17933         required: true
17934         type: "string"
17935       - name: "preload-type"
17936         in: "path"
17937         description: "Id of preload-list"
17938         required: true
17939         type: "string"
17940       - name: "instance-group-id"
17941         in: "path"
17942         description: "Id of vlan-vnfc-instance-group"
17943         required: true
17944         type: "string"
17945       - name: "vnfc-name"
17946         in: "path"
17947         description: "Id of vnfc"
17948         required: true
17949         type: "string"
17950       - name: "vnic-interface-role"
17951         in: "path"
17952         description: "Id of vnic-group"
17953         required: true
17954         type: "string"
17955       - in: "body"
17956         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
17957         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
17958           \ list"
17959         required: false
17960         schema:
17961           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17962           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
17963       responses:
17964         400:
17965           description: "Internal error"
17966         201:
17967           description: "Object created"
17968         409:
17969           description: "Object already exists"
17970     put:
17971       tags:
17972       - "GENERIC-RESOURCE-API"
17973       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
17974       parameters:
17975       - name: "preload-id"
17976         in: "path"
17977         description: "Id of preload-list"
17978         required: true
17979         type: "string"
17980       - name: "preload-type"
17981         in: "path"
17982         description: "Id of preload-list"
17983         required: true
17984         type: "string"
17985       - name: "instance-group-id"
17986         in: "path"
17987         description: "Id of vlan-vnfc-instance-group"
17988         required: true
17989         type: "string"
17990       - name: "vnfc-name"
17991         in: "path"
17992         description: "Id of vnfc"
17993         required: true
17994         type: "string"
17995       - name: "vnic-interface-role"
17996         in: "path"
17997         description: "Id of vnic-group"
17998         required: true
17999         type: "string"
18000       - in: "body"
18001         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
18002         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
18003           \ updated"
18004         required: false
18005         schema:
18006           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
18007           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
18008       responses:
18009         400:
18010           description: "Internal error"
18011         201:
18012           description: "Object created"
18013         204:
18014           description: "Object modified"
18015     delete:
18016       tags:
18017       - "GENERIC-RESOURCE-API"
18018       description: "removes generic.resource.api.ipaddresses.IpAddresses"
18019       parameters:
18020       - name: "preload-id"
18021         in: "path"
18022         description: "Id of preload-list"
18023         required: true
18024         type: "string"
18025       - name: "preload-type"
18026         in: "path"
18027         description: "Id of preload-list"
18028         required: true
18029         type: "string"
18030       - name: "instance-group-id"
18031         in: "path"
18032         description: "Id of vlan-vnfc-instance-group"
18033         required: true
18034         type: "string"
18035       - name: "vnfc-name"
18036         in: "path"
18037         description: "Id of vnfc"
18038         required: true
18039         type: "string"
18040       - name: "vnic-interface-role"
18041         in: "path"
18042         description: "Id of vnic-group"
18043         required: true
18044         type: "string"
18045       responses:
18046         400:
18047           description: "Internal error"
18048         204:
18049           description: "Object deleted"
18050   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/
18051   : get:
18052       tags:
18053       - "GENERIC-RESOURCE-API"
18054       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18055       parameters:
18056       - name: "preload-id"
18057         in: "path"
18058         description: "Id of preload-list"
18059         required: true
18060         type: "string"
18061       - name: "preload-type"
18062         in: "path"
18063         description: "Id of preload-list"
18064         required: true
18065         type: "string"
18066       - name: "instance-group-id"
18067         in: "path"
18068         description: "Id of vlan-vnfc-instance-group"
18069         required: true
18070         type: "string"
18071       - name: "vnfc-name"
18072         in: "path"
18073         description: "Id of vnfc"
18074         required: true
18075         type: "string"
18076       - name: "vnic-interface-role"
18077         in: "path"
18078         description: "Id of vnic-group"
18079         required: true
18080         type: "string"
18081       responses:
18082         400:
18083           description: "Internal error"
18084         200:
18085           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18086           responseSchema:
18087             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18088             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18089           schema:
18090             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18091             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18092     post:
18093       tags:
18094       - "GENERIC-RESOURCE-API"
18095       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18096       parameters:
18097       - name: "preload-id"
18098         in: "path"
18099         description: "Id of preload-list"
18100         required: true
18101         type: "string"
18102       - name: "preload-type"
18103         in: "path"
18104         description: "Id of preload-list"
18105         required: true
18106         type: "string"
18107       - name: "instance-group-id"
18108         in: "path"
18109         description: "Id of vlan-vnfc-instance-group"
18110         required: true
18111         type: "string"
18112       - name: "vnfc-name"
18113         in: "path"
18114         description: "Id of vnfc"
18115         required: true
18116         type: "string"
18117       - name: "vnic-interface-role"
18118         in: "path"
18119         description: "Id of vnic-group"
18120         required: true
18121         type: "string"
18122       - in: "body"
18123         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param"
18124         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics\
18125           \ to be added to list"
18126         required: false
18127         schema:
18128           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18129           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18130       responses:
18131         400:
18132           description: "Internal error"
18133         201:
18134           description: "Object created"
18135         409:
18136           description: "Object already exists"
18137     put:
18138       tags:
18139       - "GENERIC-RESOURCE-API"
18140       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18141       parameters:
18142       - name: "preload-id"
18143         in: "path"
18144         description: "Id of preload-list"
18145         required: true
18146         type: "string"
18147       - name: "preload-type"
18148         in: "path"
18149         description: "Id of preload-list"
18150         required: true
18151         type: "string"
18152       - name: "instance-group-id"
18153         in: "path"
18154         description: "Id of vlan-vnfc-instance-group"
18155         required: true
18156         type: "string"
18157       - name: "vnfc-name"
18158         in: "path"
18159         description: "Id of vnfc"
18160         required: true
18161         type: "string"
18162       - name: "vnic-interface-role"
18163         in: "path"
18164         description: "Id of vnic-group"
18165         required: true
18166         type: "string"
18167       - in: "body"
18168         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param"
18169         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics\
18170           \ to be added or updated"
18171         required: false
18172         schema:
18173           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18174           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18175       responses:
18176         400:
18177           description: "Internal error"
18178         201:
18179           description: "Object created"
18180         204:
18181           description: "Object modified"
18182     delete:
18183       tags:
18184       - "GENERIC-RESOURCE-API"
18185       description: "removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
18186       parameters:
18187       - name: "preload-id"
18188         in: "path"
18189         description: "Id of preload-list"
18190         required: true
18191         type: "string"
18192       - name: "preload-type"
18193         in: "path"
18194         description: "Id of preload-list"
18195         required: true
18196         type: "string"
18197       - name: "instance-group-id"
18198         in: "path"
18199         description: "Id of vlan-vnfc-instance-group"
18200         required: true
18201         type: "string"
18202       - name: "vnfc-name"
18203         in: "path"
18204         description: "Id of vnfc"
18205         required: true
18206         type: "string"
18207       - name: "vnic-interface-role"
18208         in: "path"
18209         description: "Id of vnic-group"
18210         required: true
18211         type: "string"
18212       responses:
18213         400:
18214           description: "Internal error"
18215         204:
18216           description: "Object deleted"
18217   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/
18218   : post:
18219       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18220       parameters:
18221       - name: "preload-id"
18222         in: "path"
18223         description: "Id of preload-list"
18224         required: true
18225         type: "string"
18226       - name: "preload-type"
18227         in: "path"
18228         description: "Id of preload-list"
18229         required: true
18230         type: "string"
18231       - name: "instance-group-id"
18232         in: "path"
18233         description: "Id of vlan-vnfc-instance-group"
18234         required: true
18235         type: "string"
18236       - name: "vnfc-name"
18237         in: "path"
18238         description: "Id of vnfc"
18239         required: true
18240         type: "string"
18241       - name: "vnic-interface-role"
18242         in: "path"
18243         description: "Id of vnic-group"
18244         required: true
18245         type: "string"
18246       - in: "body"
18247         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
18248         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
18249           \ to be added to list"
18250         required: false
18251         schema:
18252           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18253           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18254       responses:
18255         400:
18256           description: "Internal error"
18257         201:
18258           description: "Object created"
18259         409:
18260           description: "Object already exists"
18261   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/
18262   : get:
18263       tags:
18264       - "GENERIC-RESOURCE-API"
18265       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18266       parameters:
18267       - name: "preload-id"
18268         in: "path"
18269         description: "Id of preload-list"
18270         required: true
18271         type: "string"
18272       - name: "preload-type"
18273         in: "path"
18274         description: "Id of preload-list"
18275         required: true
18276         type: "string"
18277       - name: "instance-group-id"
18278         in: "path"
18279         description: "Id of vlan-vnfc-instance-group"
18280         required: true
18281         type: "string"
18282       - name: "vnfc-name"
18283         in: "path"
18284         description: "Id of vnfc"
18285         required: true
18286         type: "string"
18287       - name: "vnic-interface-role"
18288         in: "path"
18289         description: "Id of vnic-group"
18290         required: true
18291         type: "string"
18292       - name: "vnic-port-id"
18293         in: "path"
18294         description: "Id of vlan-vnic"
18295         required: true
18296         type: "string"
18297       responses:
18298         400:
18299           description: "Internal error"
18300         200:
18301           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18302           responseSchema:
18303             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18304             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18305           schema:
18306             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18307             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18308     post:
18309       tags:
18310       - "GENERIC-RESOURCE-API"
18311       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18312       parameters:
18313       - name: "preload-id"
18314         in: "path"
18315         description: "Id of preload-list"
18316         required: true
18317         type: "string"
18318       - name: "preload-type"
18319         in: "path"
18320         description: "Id of preload-list"
18321         required: true
18322         type: "string"
18323       - name: "instance-group-id"
18324         in: "path"
18325         description: "Id of vlan-vnfc-instance-group"
18326         required: true
18327         type: "string"
18328       - name: "vnfc-name"
18329         in: "path"
18330         description: "Id of vnfc"
18331         required: true
18332         type: "string"
18333       - name: "vnic-interface-role"
18334         in: "path"
18335         description: "Id of vnic-group"
18336         required: true
18337         type: "string"
18338       - name: "vnic-port-id"
18339         in: "path"
18340         description: "Id of vlan-vnic"
18341         required: true
18342         type: "string"
18343       - in: "body"
18344         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
18345         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
18346           \ to be added to list"
18347         required: false
18348         schema:
18349           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18350           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18351       responses:
18352         400:
18353           description: "Internal error"
18354         201:
18355           description: "Object created"
18356         409:
18357           description: "Object already exists"
18358     put:
18359       tags:
18360       - "GENERIC-RESOURCE-API"
18361       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18362       parameters:
18363       - name: "preload-id"
18364         in: "path"
18365         description: "Id of preload-list"
18366         required: true
18367         type: "string"
18368       - name: "preload-type"
18369         in: "path"
18370         description: "Id of preload-list"
18371         required: true
18372         type: "string"
18373       - name: "instance-group-id"
18374         in: "path"
18375         description: "Id of vlan-vnfc-instance-group"
18376         required: true
18377         type: "string"
18378       - name: "vnfc-name"
18379         in: "path"
18380         description: "Id of vnfc"
18381         required: true
18382         type: "string"
18383       - name: "vnic-interface-role"
18384         in: "path"
18385         description: "Id of vnic-group"
18386         required: true
18387         type: "string"
18388       - name: "vnic-port-id"
18389         in: "path"
18390         description: "Id of vlan-vnic"
18391         required: true
18392         type: "string"
18393       - in: "body"
18394         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
18395         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
18396           \ to be added or updated"
18397         required: false
18398         schema:
18399           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18400           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18401       responses:
18402         400:
18403           description: "Internal error"
18404         201:
18405           description: "Object created"
18406         204:
18407           description: "Object modified"
18408     delete:
18409       tags:
18410       - "GENERIC-RESOURCE-API"
18411       description: "removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
18412       parameters:
18413       - name: "preload-id"
18414         in: "path"
18415         description: "Id of preload-list"
18416         required: true
18417         type: "string"
18418       - name: "preload-type"
18419         in: "path"
18420         description: "Id of preload-list"
18421         required: true
18422         type: "string"
18423       - name: "instance-group-id"
18424         in: "path"
18425         description: "Id of vlan-vnfc-instance-group"
18426         required: true
18427         type: "string"
18428       - name: "vnfc-name"
18429         in: "path"
18430         description: "Id of vnfc"
18431         required: true
18432         type: "string"
18433       - name: "vnic-interface-role"
18434         in: "path"
18435         description: "Id of vnic-group"
18436         required: true
18437         type: "string"
18438       - name: "vnic-port-id"
18439         in: "path"
18440         description: "Id of vlan-vnic"
18441         required: true
18442         type: "string"
18443       responses:
18444         400:
18445           description: "Internal error"
18446         204:
18447           description: "Object deleted"
18448   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/
18449   : get:
18450       tags:
18451       - "GENERIC-RESOURCE-API"
18452       description: "returns generic.resource.api.SubInterfaceNetworkData"
18453       parameters:
18454       - name: "preload-id"
18455         in: "path"
18456         description: "Id of preload-list"
18457         required: true
18458         type: "string"
18459       - name: "preload-type"
18460         in: "path"
18461         description: "Id of preload-list"
18462         required: true
18463         type: "string"
18464       - name: "instance-group-id"
18465         in: "path"
18466         description: "Id of vlan-vnfc-instance-group"
18467         required: true
18468         type: "string"
18469       - name: "vnfc-name"
18470         in: "path"
18471         description: "Id of vnfc"
18472         required: true
18473         type: "string"
18474       - name: "vnic-interface-role"
18475         in: "path"
18476         description: "Id of vnic-group"
18477         required: true
18478         type: "string"
18479       - name: "vnic-port-id"
18480         in: "path"
18481         description: "Id of vlan-vnic"
18482         required: true
18483         type: "string"
18484       responses:
18485         400:
18486           description: "Internal error"
18487         200:
18488           description: "generic.resource.api.SubInterfaceNetworkData"
18489           responseSchema:
18490             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18491             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18492           schema:
18493             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18494             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18495     post:
18496       tags:
18497       - "GENERIC-RESOURCE-API"
18498       description: "creates generic.resource.api.SubInterfaceNetworkData"
18499       parameters:
18500       - name: "preload-id"
18501         in: "path"
18502         description: "Id of preload-list"
18503         required: true
18504         type: "string"
18505       - name: "preload-type"
18506         in: "path"
18507         description: "Id of preload-list"
18508         required: true
18509         type: "string"
18510       - name: "instance-group-id"
18511         in: "path"
18512         description: "Id of vlan-vnfc-instance-group"
18513         required: true
18514         type: "string"
18515       - name: "vnfc-name"
18516         in: "path"
18517         description: "Id of vnfc"
18518         required: true
18519         type: "string"
18520       - name: "vnic-interface-role"
18521         in: "path"
18522         description: "Id of vnic-group"
18523         required: true
18524         type: "string"
18525       - name: "vnic-port-id"
18526         in: "path"
18527         description: "Id of vlan-vnic"
18528         required: true
18529         type: "string"
18530       - in: "body"
18531         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
18532         description: "generic.resource.api.SubInterfaceNetworkData to be added to\
18533           \ list"
18534         required: false
18535         schema:
18536           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18537           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18538       responses:
18539         400:
18540           description: "Internal error"
18541         201:
18542           description: "Object created"
18543         409:
18544           description: "Object already exists"
18545     put:
18546       tags:
18547       - "GENERIC-RESOURCE-API"
18548       description: "creates or updates generic.resource.api.SubInterfaceNetworkData"
18549       parameters:
18550       - name: "preload-id"
18551         in: "path"
18552         description: "Id of preload-list"
18553         required: true
18554         type: "string"
18555       - name: "preload-type"
18556         in: "path"
18557         description: "Id of preload-list"
18558         required: true
18559         type: "string"
18560       - name: "instance-group-id"
18561         in: "path"
18562         description: "Id of vlan-vnfc-instance-group"
18563         required: true
18564         type: "string"
18565       - name: "vnfc-name"
18566         in: "path"
18567         description: "Id of vnfc"
18568         required: true
18569         type: "string"
18570       - name: "vnic-interface-role"
18571         in: "path"
18572         description: "Id of vnic-group"
18573         required: true
18574         type: "string"
18575       - name: "vnic-port-id"
18576         in: "path"
18577         description: "Id of vlan-vnic"
18578         required: true
18579         type: "string"
18580       - in: "body"
18581         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
18582         description: "generic.resource.api.SubInterfaceNetworkData to be added or\
18583           \ updated"
18584         required: false
18585         schema:
18586           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18587           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
18588       responses:
18589         400:
18590           description: "Internal error"
18591         201:
18592           description: "Object created"
18593         204:
18594           description: "Object modified"
18595     delete:
18596       tags:
18597       - "GENERIC-RESOURCE-API"
18598       description: "removes generic.resource.api.SubInterfaceNetworkData"
18599       parameters:
18600       - name: "preload-id"
18601         in: "path"
18602         description: "Id of preload-list"
18603         required: true
18604         type: "string"
18605       - name: "preload-type"
18606         in: "path"
18607         description: "Id of preload-list"
18608         required: true
18609         type: "string"
18610       - name: "instance-group-id"
18611         in: "path"
18612         description: "Id of vlan-vnfc-instance-group"
18613         required: true
18614         type: "string"
18615       - name: "vnfc-name"
18616         in: "path"
18617         description: "Id of vnfc"
18618         required: true
18619         type: "string"
18620       - name: "vnic-interface-role"
18621         in: "path"
18622         description: "Id of vnic-group"
18623         required: true
18624         type: "string"
18625       - name: "vnic-port-id"
18626         in: "path"
18627         description: "Id of vlan-vnic"
18628         required: true
18629         type: "string"
18630       responses:
18631         400:
18632           description: "Internal error"
18633         204:
18634           description: "Object deleted"
18635   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/
18636   : post:
18637       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18638       parameters:
18639       - name: "preload-id"
18640         in: "path"
18641         description: "Id of preload-list"
18642         required: true
18643         type: "string"
18644       - name: "preload-type"
18645         in: "path"
18646         description: "Id of preload-list"
18647         required: true
18648         type: "string"
18649       - name: "instance-group-id"
18650         in: "path"
18651         description: "Id of vlan-vnfc-instance-group"
18652         required: true
18653         type: "string"
18654       - name: "vnfc-name"
18655         in: "path"
18656         description: "Id of vnfc"
18657         required: true
18658         type: "string"
18659       - name: "vnic-interface-role"
18660         in: "path"
18661         description: "Id of vnic-group"
18662         required: true
18663         type: "string"
18664       - name: "vnic-port-id"
18665         in: "path"
18666         description: "Id of vlan-vnic"
18667         required: true
18668         type: "string"
18669       - in: "body"
18670         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
18671         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
18672           \ to be added to list"
18673         required: false
18674         schema:
18675           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18676           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18677       responses:
18678         400:
18679           description: "Internal error"
18680         201:
18681           description: "Object created"
18682         409:
18683           description: "Object already exists"
18684   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
18685   : get:
18686       tags:
18687       - "GENERIC-RESOURCE-API"
18688       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18689       parameters:
18690       - name: "preload-id"
18691         in: "path"
18692         description: "Id of preload-list"
18693         required: true
18694         type: "string"
18695       - name: "preload-type"
18696         in: "path"
18697         description: "Id of preload-list"
18698         required: true
18699         type: "string"
18700       - name: "instance-group-id"
18701         in: "path"
18702         description: "Id of vlan-vnfc-instance-group"
18703         required: true
18704         type: "string"
18705       - name: "vnfc-name"
18706         in: "path"
18707         description: "Id of vnfc"
18708         required: true
18709         type: "string"
18710       - name: "vnic-interface-role"
18711         in: "path"
18712         description: "Id of vnic-group"
18713         required: true
18714         type: "string"
18715       - name: "vnic-port-id"
18716         in: "path"
18717         description: "Id of vlan-vnic"
18718         required: true
18719         type: "string"
18720       - name: "network-id"
18721         in: "path"
18722         description: "Id of sub-interface-network-data"
18723         required: true
18724         type: "string"
18725       responses:
18726         400:
18727           description: "Internal error"
18728         200:
18729           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18730           responseSchema:
18731             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18732             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18733           schema:
18734             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18735             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18736     post:
18737       tags:
18738       - "GENERIC-RESOURCE-API"
18739       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18740       parameters:
18741       - name: "preload-id"
18742         in: "path"
18743         description: "Id of preload-list"
18744         required: true
18745         type: "string"
18746       - name: "preload-type"
18747         in: "path"
18748         description: "Id of preload-list"
18749         required: true
18750         type: "string"
18751       - name: "instance-group-id"
18752         in: "path"
18753         description: "Id of vlan-vnfc-instance-group"
18754         required: true
18755         type: "string"
18756       - name: "vnfc-name"
18757         in: "path"
18758         description: "Id of vnfc"
18759         required: true
18760         type: "string"
18761       - name: "vnic-interface-role"
18762         in: "path"
18763         description: "Id of vnic-group"
18764         required: true
18765         type: "string"
18766       - name: "vnic-port-id"
18767         in: "path"
18768         description: "Id of vlan-vnic"
18769         required: true
18770         type: "string"
18771       - name: "network-id"
18772         in: "path"
18773         description: "Id of sub-interface-network-data"
18774         required: true
18775         type: "string"
18776       - in: "body"
18777         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
18778         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
18779           \ to be added to list"
18780         required: false
18781         schema:
18782           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18783           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18784       responses:
18785         400:
18786           description: "Internal error"
18787         201:
18788           description: "Object created"
18789         409:
18790           description: "Object already exists"
18791     put:
18792       tags:
18793       - "GENERIC-RESOURCE-API"
18794       description: "creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18795       parameters:
18796       - name: "preload-id"
18797         in: "path"
18798         description: "Id of preload-list"
18799         required: true
18800         type: "string"
18801       - name: "preload-type"
18802         in: "path"
18803         description: "Id of preload-list"
18804         required: true
18805         type: "string"
18806       - name: "instance-group-id"
18807         in: "path"
18808         description: "Id of vlan-vnfc-instance-group"
18809         required: true
18810         type: "string"
18811       - name: "vnfc-name"
18812         in: "path"
18813         description: "Id of vnfc"
18814         required: true
18815         type: "string"
18816       - name: "vnic-interface-role"
18817         in: "path"
18818         description: "Id of vnic-group"
18819         required: true
18820         type: "string"
18821       - name: "vnic-port-id"
18822         in: "path"
18823         description: "Id of vlan-vnic"
18824         required: true
18825         type: "string"
18826       - name: "network-id"
18827         in: "path"
18828         description: "Id of sub-interface-network-data"
18829         required: true
18830         type: "string"
18831       - in: "body"
18832         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
18833         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
18834           \ to be added or updated"
18835         required: false
18836         schema:
18837           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18838           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18839       responses:
18840         400:
18841           description: "Internal error"
18842         201:
18843           description: "Object created"
18844         204:
18845           description: "Object modified"
18846     delete:
18847       tags:
18848       - "GENERIC-RESOURCE-API"
18849       description: "removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
18850       parameters:
18851       - name: "preload-id"
18852         in: "path"
18853         description: "Id of preload-list"
18854         required: true
18855         type: "string"
18856       - name: "preload-type"
18857         in: "path"
18858         description: "Id of preload-list"
18859         required: true
18860         type: "string"
18861       - name: "instance-group-id"
18862         in: "path"
18863         description: "Id of vlan-vnfc-instance-group"
18864         required: true
18865         type: "string"
18866       - name: "vnfc-name"
18867         in: "path"
18868         description: "Id of vnfc"
18869         required: true
18870         type: "string"
18871       - name: "vnic-interface-role"
18872         in: "path"
18873         description: "Id of vnic-group"
18874         required: true
18875         type: "string"
18876       - name: "vnic-port-id"
18877         in: "path"
18878         description: "Id of vlan-vnic"
18879         required: true
18880         type: "string"
18881       - name: "network-id"
18882         in: "path"
18883         description: "Id of sub-interface-network-data"
18884         required: true
18885         type: "string"
18886       responses:
18887         400:
18888           description: "Internal error"
18889         204:
18890           description: "Object deleted"
18891   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
18892   : get:
18893       tags:
18894       - "GENERIC-RESOURCE-API"
18895       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18896       parameters:
18897       - name: "preload-id"
18898         in: "path"
18899         description: "Id of preload-list"
18900         required: true
18901         type: "string"
18902       - name: "preload-type"
18903         in: "path"
18904         description: "Id of preload-list"
18905         required: true
18906         type: "string"
18907       - name: "instance-group-id"
18908         in: "path"
18909         description: "Id of vlan-vnfc-instance-group"
18910         required: true
18911         type: "string"
18912       - name: "vnfc-name"
18913         in: "path"
18914         description: "Id of vnfc"
18915         required: true
18916         type: "string"
18917       - name: "vnic-interface-role"
18918         in: "path"
18919         description: "Id of vnic-group"
18920         required: true
18921         type: "string"
18922       - name: "vnic-port-id"
18923         in: "path"
18924         description: "Id of vlan-vnic"
18925         required: true
18926         type: "string"
18927       - name: "network-id"
18928         in: "path"
18929         description: "Id of sub-interface-network-data"
18930         required: true
18931         type: "string"
18932       responses:
18933         400:
18934           description: "Internal error"
18935         200:
18936           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18937           responseSchema:
18938             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18939             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18940           schema:
18941             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18942             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18943     post:
18944       tags:
18945       - "GENERIC-RESOURCE-API"
18946       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18947       parameters:
18948       - name: "preload-id"
18949         in: "path"
18950         description: "Id of preload-list"
18951         required: true
18952         type: "string"
18953       - name: "preload-type"
18954         in: "path"
18955         description: "Id of preload-list"
18956         required: true
18957         type: "string"
18958       - name: "instance-group-id"
18959         in: "path"
18960         description: "Id of vlan-vnfc-instance-group"
18961         required: true
18962         type: "string"
18963       - name: "vnfc-name"
18964         in: "path"
18965         description: "Id of vnfc"
18966         required: true
18967         type: "string"
18968       - name: "vnic-interface-role"
18969         in: "path"
18970         description: "Id of vnic-group"
18971         required: true
18972         type: "string"
18973       - name: "vnic-port-id"
18974         in: "path"
18975         description: "Id of vlan-vnic"
18976         required: true
18977         type: "string"
18978       - name: "network-id"
18979         in: "path"
18980         description: "Id of sub-interface-network-data"
18981         required: true
18982         type: "string"
18983       - in: "body"
18984         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
18985         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
18986           \ to be added to list"
18987         required: false
18988         schema:
18989           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18990           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
18991       responses:
18992         400:
18993           description: "Internal error"
18994         201:
18995           description: "Object created"
18996         409:
18997           description: "Object already exists"
18998     put:
18999       tags:
19000       - "GENERIC-RESOURCE-API"
19001       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
19002       parameters:
19003       - name: "preload-id"
19004         in: "path"
19005         description: "Id of preload-list"
19006         required: true
19007         type: "string"
19008       - name: "preload-type"
19009         in: "path"
19010         description: "Id of preload-list"
19011         required: true
19012         type: "string"
19013       - name: "instance-group-id"
19014         in: "path"
19015         description: "Id of vlan-vnfc-instance-group"
19016         required: true
19017         type: "string"
19018       - name: "vnfc-name"
19019         in: "path"
19020         description: "Id of vnfc"
19021         required: true
19022         type: "string"
19023       - name: "vnic-interface-role"
19024         in: "path"
19025         description: "Id of vnic-group"
19026         required: true
19027         type: "string"
19028       - name: "vnic-port-id"
19029         in: "path"
19030         description: "Id of vlan-vnic"
19031         required: true
19032         type: "string"
19033       - name: "network-id"
19034         in: "path"
19035         description: "Id of sub-interface-network-data"
19036         required: true
19037         type: "string"
19038       - in: "body"
19039         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
19040         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
19041           \ to be added or updated"
19042         required: false
19043         schema:
19044           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
19045           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
19046       responses:
19047         400:
19048           description: "Internal error"
19049         201:
19050           description: "Object created"
19051         204:
19052           description: "Object modified"
19053     delete:
19054       tags:
19055       - "GENERIC-RESOURCE-API"
19056       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
19057       parameters:
19058       - name: "preload-id"
19059         in: "path"
19060         description: "Id of preload-list"
19061         required: true
19062         type: "string"
19063       - name: "preload-type"
19064         in: "path"
19065         description: "Id of preload-list"
19066         required: true
19067         type: "string"
19068       - name: "instance-group-id"
19069         in: "path"
19070         description: "Id of vlan-vnfc-instance-group"
19071         required: true
19072         type: "string"
19073       - name: "vnfc-name"
19074         in: "path"
19075         description: "Id of vnfc"
19076         required: true
19077         type: "string"
19078       - name: "vnic-interface-role"
19079         in: "path"
19080         description: "Id of vnic-group"
19081         required: true
19082         type: "string"
19083       - name: "vnic-port-id"
19084         in: "path"
19085         description: "Id of vlan-vnic"
19086         required: true
19087         type: "string"
19088       - name: "network-id"
19089         in: "path"
19090         description: "Id of sub-interface-network-data"
19091         required: true
19092         type: "string"
19093       responses:
19094         400:
19095           description: "Internal error"
19096         204:
19097           description: "Object deleted"
19098   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
19099   : get:
19100       tags:
19101       - "GENERIC-RESOURCE-API"
19102       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19103       parameters:
19104       - name: "preload-id"
19105         in: "path"
19106         description: "Id of preload-list"
19107         required: true
19108         type: "string"
19109       - name: "preload-type"
19110         in: "path"
19111         description: "Id of preload-list"
19112         required: true
19113         type: "string"
19114       - name: "instance-group-id"
19115         in: "path"
19116         description: "Id of vlan-vnfc-instance-group"
19117         required: true
19118         type: "string"
19119       - name: "vnfc-name"
19120         in: "path"
19121         description: "Id of vnfc"
19122         required: true
19123         type: "string"
19124       - name: "vnic-interface-role"
19125         in: "path"
19126         description: "Id of vnic-group"
19127         required: true
19128         type: "string"
19129       - name: "vnic-port-id"
19130         in: "path"
19131         description: "Id of vlan-vnic"
19132         required: true
19133         type: "string"
19134       - name: "network-id"
19135         in: "path"
19136         description: "Id of sub-interface-network-data"
19137         required: true
19138         type: "string"
19139       responses:
19140         400:
19141           description: "Internal error"
19142         200:
19143           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19144           responseSchema:
19145             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19146             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19147           schema:
19148             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19149             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19150     post:
19151       tags:
19152       - "GENERIC-RESOURCE-API"
19153       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19154       parameters:
19155       - name: "preload-id"
19156         in: "path"
19157         description: "Id of preload-list"
19158         required: true
19159         type: "string"
19160       - name: "preload-type"
19161         in: "path"
19162         description: "Id of preload-list"
19163         required: true
19164         type: "string"
19165       - name: "instance-group-id"
19166         in: "path"
19167         description: "Id of vlan-vnfc-instance-group"
19168         required: true
19169         type: "string"
19170       - name: "vnfc-name"
19171         in: "path"
19172         description: "Id of vnfc"
19173         required: true
19174         type: "string"
19175       - name: "vnic-interface-role"
19176         in: "path"
19177         description: "Id of vnic-group"
19178         required: true
19179         type: "string"
19180       - name: "vnic-port-id"
19181         in: "path"
19182         description: "Id of vlan-vnic"
19183         required: true
19184         type: "string"
19185       - name: "network-id"
19186         in: "path"
19187         description: "Id of sub-interface-network-data"
19188         required: true
19189         type: "string"
19190       - in: "body"
19191         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
19192         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
19193           \ to be added to list"
19194         required: false
19195         schema:
19196           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19197           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19198       responses:
19199         400:
19200           description: "Internal error"
19201         201:
19202           description: "Object created"
19203         409:
19204           description: "Object already exists"
19205     put:
19206       tags:
19207       - "GENERIC-RESOURCE-API"
19208       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19209       parameters:
19210       - name: "preload-id"
19211         in: "path"
19212         description: "Id of preload-list"
19213         required: true
19214         type: "string"
19215       - name: "preload-type"
19216         in: "path"
19217         description: "Id of preload-list"
19218         required: true
19219         type: "string"
19220       - name: "instance-group-id"
19221         in: "path"
19222         description: "Id of vlan-vnfc-instance-group"
19223         required: true
19224         type: "string"
19225       - name: "vnfc-name"
19226         in: "path"
19227         description: "Id of vnfc"
19228         required: true
19229         type: "string"
19230       - name: "vnic-interface-role"
19231         in: "path"
19232         description: "Id of vnic-group"
19233         required: true
19234         type: "string"
19235       - name: "vnic-port-id"
19236         in: "path"
19237         description: "Id of vlan-vnic"
19238         required: true
19239         type: "string"
19240       - name: "network-id"
19241         in: "path"
19242         description: "Id of sub-interface-network-data"
19243         required: true
19244         type: "string"
19245       - in: "body"
19246         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
19247         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
19248           \ to be added or updated"
19249         required: false
19250         schema:
19251           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19252           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19253       responses:
19254         400:
19255           description: "Internal error"
19256         201:
19257           description: "Object created"
19258         204:
19259           description: "Object modified"
19260     delete:
19261       tags:
19262       - "GENERIC-RESOURCE-API"
19263       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
19264       parameters:
19265       - name: "preload-id"
19266         in: "path"
19267         description: "Id of preload-list"
19268         required: true
19269         type: "string"
19270       - name: "preload-type"
19271         in: "path"
19272         description: "Id of preload-list"
19273         required: true
19274         type: "string"
19275       - name: "instance-group-id"
19276         in: "path"
19277         description: "Id of vlan-vnfc-instance-group"
19278         required: true
19279         type: "string"
19280       - name: "vnfc-name"
19281         in: "path"
19282         description: "Id of vnfc"
19283         required: true
19284         type: "string"
19285       - name: "vnic-interface-role"
19286         in: "path"
19287         description: "Id of vnic-group"
19288         required: true
19289         type: "string"
19290       - name: "vnic-port-id"
19291         in: "path"
19292         description: "Id of vlan-vnic"
19293         required: true
19294         type: "string"
19295       - name: "network-id"
19296         in: "path"
19297         description: "Id of sub-interface-network-data"
19298         required: true
19299         type: "string"
19300       responses:
19301         400:
19302           description: "Internal error"
19303         204:
19304           description: "Object deleted"
19305   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/
19306   : post:
19307       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19308       parameters:
19309       - name: "preload-id"
19310         in: "path"
19311         description: "Id of preload-list"
19312         required: true
19313         type: "string"
19314       - name: "preload-type"
19315         in: "path"
19316         description: "Id of preload-list"
19317         required: true
19318         type: "string"
19319       - name: "instance-group-id"
19320         in: "path"
19321         description: "Id of vlan-vnfc-instance-group"
19322         required: true
19323         type: "string"
19324       - name: "vnfc-name"
19325         in: "path"
19326         description: "Id of vnfc"
19327         required: true
19328         type: "string"
19329       - name: "vnic-interface-role"
19330         in: "path"
19331         description: "Id of vnic-group"
19332         required: true
19333         type: "string"
19334       - name: "vnic-port-id"
19335         in: "path"
19336         description: "Id of vlan-vnic"
19337         required: true
19338         type: "string"
19339       - name: "network-id"
19340         in: "path"
19341         description: "Id of sub-interface-network-data"
19342         required: true
19343         type: "string"
19344       - in: "body"
19345         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
19346         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
19347           \ to be added to list"
19348         required: false
19349         schema:
19350           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19351           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19352       responses:
19353         400:
19354           description: "Internal error"
19355         201:
19356           description: "Object created"
19357         409:
19358           description: "Object already exists"
19359   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
19360   : get:
19361       tags:
19362       - "GENERIC-RESOURCE-API"
19363       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19364       parameters:
19365       - name: "preload-id"
19366         in: "path"
19367         description: "Id of preload-list"
19368         required: true
19369         type: "string"
19370       - name: "preload-type"
19371         in: "path"
19372         description: "Id of preload-list"
19373         required: true
19374         type: "string"
19375       - name: "instance-group-id"
19376         in: "path"
19377         description: "Id of vlan-vnfc-instance-group"
19378         required: true
19379         type: "string"
19380       - name: "vnfc-name"
19381         in: "path"
19382         description: "Id of vnfc"
19383         required: true
19384         type: "string"
19385       - name: "vnic-interface-role"
19386         in: "path"
19387         description: "Id of vnic-group"
19388         required: true
19389         type: "string"
19390       - name: "vnic-port-id"
19391         in: "path"
19392         description: "Id of vlan-vnic"
19393         required: true
19394         type: "string"
19395       - name: "network-id"
19396         in: "path"
19397         description: "Id of sub-interface-network-data"
19398         required: true
19399         type: "string"
19400       - name: "ip-version"
19401         in: "path"
19402         description: "Id of network-information-item"
19403         required: true
19404         type: "string"
19405       responses:
19406         400:
19407           description: "Internal error"
19408         200:
19409           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19410           responseSchema:
19411             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19412             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19413           schema:
19414             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19415             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19416     post:
19417       tags:
19418       - "GENERIC-RESOURCE-API"
19419       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19420       parameters:
19421       - name: "preload-id"
19422         in: "path"
19423         description: "Id of preload-list"
19424         required: true
19425         type: "string"
19426       - name: "preload-type"
19427         in: "path"
19428         description: "Id of preload-list"
19429         required: true
19430         type: "string"
19431       - name: "instance-group-id"
19432         in: "path"
19433         description: "Id of vlan-vnfc-instance-group"
19434         required: true
19435         type: "string"
19436       - name: "vnfc-name"
19437         in: "path"
19438         description: "Id of vnfc"
19439         required: true
19440         type: "string"
19441       - name: "vnic-interface-role"
19442         in: "path"
19443         description: "Id of vnic-group"
19444         required: true
19445         type: "string"
19446       - name: "vnic-port-id"
19447         in: "path"
19448         description: "Id of vlan-vnic"
19449         required: true
19450         type: "string"
19451       - name: "network-id"
19452         in: "path"
19453         description: "Id of sub-interface-network-data"
19454         required: true
19455         type: "string"
19456       - name: "ip-version"
19457         in: "path"
19458         description: "Id of network-information-item"
19459         required: true
19460         type: "string"
19461       - in: "body"
19462         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
19463         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
19464           \ to be added to list"
19465         required: false
19466         schema:
19467           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19468           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19469       responses:
19470         400:
19471           description: "Internal error"
19472         201:
19473           description: "Object created"
19474         409:
19475           description: "Object already exists"
19476     put:
19477       tags:
19478       - "GENERIC-RESOURCE-API"
19479       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19480       parameters:
19481       - name: "preload-id"
19482         in: "path"
19483         description: "Id of preload-list"
19484         required: true
19485         type: "string"
19486       - name: "preload-type"
19487         in: "path"
19488         description: "Id of preload-list"
19489         required: true
19490         type: "string"
19491       - name: "instance-group-id"
19492         in: "path"
19493         description: "Id of vlan-vnfc-instance-group"
19494         required: true
19495         type: "string"
19496       - name: "vnfc-name"
19497         in: "path"
19498         description: "Id of vnfc"
19499         required: true
19500         type: "string"
19501       - name: "vnic-interface-role"
19502         in: "path"
19503         description: "Id of vnic-group"
19504         required: true
19505         type: "string"
19506       - name: "vnic-port-id"
19507         in: "path"
19508         description: "Id of vlan-vnic"
19509         required: true
19510         type: "string"
19511       - name: "network-id"
19512         in: "path"
19513         description: "Id of sub-interface-network-data"
19514         required: true
19515         type: "string"
19516       - name: "ip-version"
19517         in: "path"
19518         description: "Id of network-information-item"
19519         required: true
19520         type: "string"
19521       - in: "body"
19522         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
19523         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
19524           \ to be added or updated"
19525         required: false
19526         schema:
19527           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19528           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19529       responses:
19530         400:
19531           description: "Internal error"
19532         201:
19533           description: "Object created"
19534         204:
19535           description: "Object modified"
19536     delete:
19537       tags:
19538       - "GENERIC-RESOURCE-API"
19539       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
19540       parameters:
19541       - name: "preload-id"
19542         in: "path"
19543         description: "Id of preload-list"
19544         required: true
19545         type: "string"
19546       - name: "preload-type"
19547         in: "path"
19548         description: "Id of preload-list"
19549         required: true
19550         type: "string"
19551       - name: "instance-group-id"
19552         in: "path"
19553         description: "Id of vlan-vnfc-instance-group"
19554         required: true
19555         type: "string"
19556       - name: "vnfc-name"
19557         in: "path"
19558         description: "Id of vnfc"
19559         required: true
19560         type: "string"
19561       - name: "vnic-interface-role"
19562         in: "path"
19563         description: "Id of vnic-group"
19564         required: true
19565         type: "string"
19566       - name: "vnic-port-id"
19567         in: "path"
19568         description: "Id of vlan-vnic"
19569         required: true
19570         type: "string"
19571       - name: "network-id"
19572         in: "path"
19573         description: "Id of sub-interface-network-data"
19574         required: true
19575         type: "string"
19576       - name: "ip-version"
19577         in: "path"
19578         description: "Id of network-information-item"
19579         required: true
19580         type: "string"
19581       responses:
19582         400:
19583           description: "Internal error"
19584         204:
19585           description: "Object deleted"
19586   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
19587   : get:
19588       tags:
19589       - "GENERIC-RESOURCE-API"
19590       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19591       parameters:
19592       - name: "preload-id"
19593         in: "path"
19594         description: "Id of preload-list"
19595         required: true
19596         type: "string"
19597       - name: "preload-type"
19598         in: "path"
19599         description: "Id of preload-list"
19600         required: true
19601         type: "string"
19602       - name: "instance-group-id"
19603         in: "path"
19604         description: "Id of vlan-vnfc-instance-group"
19605         required: true
19606         type: "string"
19607       - name: "vnfc-name"
19608         in: "path"
19609         description: "Id of vnfc"
19610         required: true
19611         type: "string"
19612       - name: "vnic-interface-role"
19613         in: "path"
19614         description: "Id of vnic-group"
19615         required: true
19616         type: "string"
19617       - name: "vnic-port-id"
19618         in: "path"
19619         description: "Id of vlan-vnic"
19620         required: true
19621         type: "string"
19622       - name: "network-id"
19623         in: "path"
19624         description: "Id of sub-interface-network-data"
19625         required: true
19626         type: "string"
19627       - name: "ip-version"
19628         in: "path"
19629         description: "Id of network-information-item"
19630         required: true
19631         type: "string"
19632       responses:
19633         400:
19634           description: "Internal error"
19635         200:
19636           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19637           responseSchema:
19638             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19639             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19640           schema:
19641             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19642             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19643     post:
19644       tags:
19645       - "GENERIC-RESOURCE-API"
19646       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19647       parameters:
19648       - name: "preload-id"
19649         in: "path"
19650         description: "Id of preload-list"
19651         required: true
19652         type: "string"
19653       - name: "preload-type"
19654         in: "path"
19655         description: "Id of preload-list"
19656         required: true
19657         type: "string"
19658       - name: "instance-group-id"
19659         in: "path"
19660         description: "Id of vlan-vnfc-instance-group"
19661         required: true
19662         type: "string"
19663       - name: "vnfc-name"
19664         in: "path"
19665         description: "Id of vnfc"
19666         required: true
19667         type: "string"
19668       - name: "vnic-interface-role"
19669         in: "path"
19670         description: "Id of vnic-group"
19671         required: true
19672         type: "string"
19673       - name: "vnic-port-id"
19674         in: "path"
19675         description: "Id of vlan-vnic"
19676         required: true
19677         type: "string"
19678       - name: "network-id"
19679         in: "path"
19680         description: "Id of sub-interface-network-data"
19681         required: true
19682         type: "string"
19683       - name: "ip-version"
19684         in: "path"
19685         description: "Id of network-information-item"
19686         required: true
19687         type: "string"
19688       - in: "body"
19689         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
19690         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
19691           \ to be added to list"
19692         required: false
19693         schema:
19694           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19695           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19696       responses:
19697         400:
19698           description: "Internal error"
19699         201:
19700           description: "Object created"
19701         409:
19702           description: "Object already exists"
19703     put:
19704       tags:
19705       - "GENERIC-RESOURCE-API"
19706       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19707       parameters:
19708       - name: "preload-id"
19709         in: "path"
19710         description: "Id of preload-list"
19711         required: true
19712         type: "string"
19713       - name: "preload-type"
19714         in: "path"
19715         description: "Id of preload-list"
19716         required: true
19717         type: "string"
19718       - name: "instance-group-id"
19719         in: "path"
19720         description: "Id of vlan-vnfc-instance-group"
19721         required: true
19722         type: "string"
19723       - name: "vnfc-name"
19724         in: "path"
19725         description: "Id of vnfc"
19726         required: true
19727         type: "string"
19728       - name: "vnic-interface-role"
19729         in: "path"
19730         description: "Id of vnic-group"
19731         required: true
19732         type: "string"
19733       - name: "vnic-port-id"
19734         in: "path"
19735         description: "Id of vlan-vnic"
19736         required: true
19737         type: "string"
19738       - name: "network-id"
19739         in: "path"
19740         description: "Id of sub-interface-network-data"
19741         required: true
19742         type: "string"
19743       - name: "ip-version"
19744         in: "path"
19745         description: "Id of network-information-item"
19746         required: true
19747         type: "string"
19748       - in: "body"
19749         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
19750         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
19751           \ to be added or updated"
19752         required: false
19753         schema:
19754           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19755           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19756       responses:
19757         400:
19758           description: "Internal error"
19759         201:
19760           description: "Object created"
19761         204:
19762           description: "Object modified"
19763     delete:
19764       tags:
19765       - "GENERIC-RESOURCE-API"
19766       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
19767       parameters:
19768       - name: "preload-id"
19769         in: "path"
19770         description: "Id of preload-list"
19771         required: true
19772         type: "string"
19773       - name: "preload-type"
19774         in: "path"
19775         description: "Id of preload-list"
19776         required: true
19777         type: "string"
19778       - name: "instance-group-id"
19779         in: "path"
19780         description: "Id of vlan-vnfc-instance-group"
19781         required: true
19782         type: "string"
19783       - name: "vnfc-name"
19784         in: "path"
19785         description: "Id of vnfc"
19786         required: true
19787         type: "string"
19788       - name: "vnic-interface-role"
19789         in: "path"
19790         description: "Id of vnic-group"
19791         required: true
19792         type: "string"
19793       - name: "vnic-port-id"
19794         in: "path"
19795         description: "Id of vlan-vnic"
19796         required: true
19797         type: "string"
19798       - name: "network-id"
19799         in: "path"
19800         description: "Id of sub-interface-network-data"
19801         required: true
19802         type: "string"
19803       - name: "ip-version"
19804         in: "path"
19805         description: "Id of network-information-item"
19806         required: true
19807         type: "string"
19808       responses:
19809         400:
19810           description: "Internal error"
19811         204:
19812           description: "Object deleted"
19813   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/
19814   : get:
19815       tags:
19816       - "GENERIC-RESOURCE-API"
19817       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19818       parameters:
19819       - name: "preload-id"
19820         in: "path"
19821         description: "Id of preload-list"
19822         required: true
19823         type: "string"
19824       - name: "preload-type"
19825         in: "path"
19826         description: "Id of preload-list"
19827         required: true
19828         type: "string"
19829       responses:
19830         400:
19831           description: "Internal error"
19832         200:
19833           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19834           responseSchema:
19835             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19836             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19837           schema:
19838             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19839             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19840     post:
19841       tags:
19842       - "GENERIC-RESOURCE-API"
19843       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19844       parameters:
19845       - name: "preload-id"
19846         in: "path"
19847         description: "Id of preload-list"
19848         required: true
19849         type: "string"
19850       - name: "preload-type"
19851         in: "path"
19852         description: "Id of preload-list"
19853         required: true
19854         type: "string"
19855       - in: "body"
19856         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param"
19857         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms\
19858           \ to be added to list"
19859         required: false
19860         schema:
19861           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19862           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19863       responses:
19864         400:
19865           description: "Internal error"
19866         201:
19867           description: "Object created"
19868         409:
19869           description: "Object already exists"
19870     put:
19871       tags:
19872       - "GENERIC-RESOURCE-API"
19873       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19874       parameters:
19875       - name: "preload-id"
19876         in: "path"
19877         description: "Id of preload-list"
19878         required: true
19879         type: "string"
19880       - name: "preload-type"
19881         in: "path"
19882         description: "Id of preload-list"
19883         required: true
19884         type: "string"
19885       - in: "body"
19886         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param"
19887         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms\
19888           \ to be added or updated"
19889         required: false
19890         schema:
19891           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19892           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19893       responses:
19894         400:
19895           description: "Internal error"
19896         201:
19897           description: "Object created"
19898         204:
19899           description: "Object modified"
19900     delete:
19901       tags:
19902       - "GENERIC-RESOURCE-API"
19903       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
19904       parameters:
19905       - name: "preload-id"
19906         in: "path"
19907         description: "Id of preload-list"
19908         required: true
19909         type: "string"
19910       - name: "preload-type"
19911         in: "path"
19912         description: "Id of preload-list"
19913         required: true
19914         type: "string"
19915       responses:
19916         400:
19917           description: "Internal error"
19918         204:
19919           description: "Object deleted"
19920   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/
19921   : post:
19922       description: "creates generic.resource.api.VmTopologyData"
19923       parameters:
19924       - name: "preload-id"
19925         in: "path"
19926         description: "Id of preload-list"
19927         required: true
19928         type: "string"
19929       - name: "preload-type"
19930         in: "path"
19931         description: "Id of preload-list"
19932         required: true
19933         type: "string"
19934       - in: "body"
19935         name: "generic.resource.api.VmTopologyData.body-param"
19936         description: "generic.resource.api.VmTopologyData to be added to list"
19937         required: false
19938         schema:
19939           $ref: "#/definitions/generic.resource.api.VmTopologyData"
19940           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
19941       responses:
19942         400:
19943           description: "Internal error"
19944         201:
19945           description: "Object created"
19946         409:
19947           description: "Object already exists"
19948   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/
19949   : get:
19950       tags:
19951       - "GENERIC-RESOURCE-API"
19952       description: "returns generic.resource.api.VmTopologyData"
19953       parameters:
19954       - name: "preload-id"
19955         in: "path"
19956         description: "Id of preload-list"
19957         required: true
19958         type: "string"
19959       - name: "preload-type"
19960         in: "path"
19961         description: "Id of preload-list"
19962         required: true
19963         type: "string"
19964       - name: "vm-type"
19965         in: "path"
19966         description: "Id of vm"
19967         required: true
19968         type: "string"
19969       responses:
19970         400:
19971           description: "Internal error"
19972         200:
19973           description: "generic.resource.api.VmTopologyData"
19974           responseSchema:
19975             $ref: "#/definitions/generic.resource.api.VmTopologyData"
19976             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
19977           schema:
19978             $ref: "#/definitions/generic.resource.api.VmTopologyData"
19979             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
19980     post:
19981       tags:
19982       - "GENERIC-RESOURCE-API"
19983       description: "creates generic.resource.api.VmTopologyData"
19984       parameters:
19985       - name: "preload-id"
19986         in: "path"
19987         description: "Id of preload-list"
19988         required: true
19989         type: "string"
19990       - name: "preload-type"
19991         in: "path"
19992         description: "Id of preload-list"
19993         required: true
19994         type: "string"
19995       - name: "vm-type"
19996         in: "path"
19997         description: "Id of vm"
19998         required: true
19999         type: "string"
20000       - in: "body"
20001         name: "generic.resource.api.VmTopologyData.body-param"
20002         description: "generic.resource.api.VmTopologyData to be added to list"
20003         required: false
20004         schema:
20005           $ref: "#/definitions/generic.resource.api.VmTopologyData"
20006           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
20007       responses:
20008         400:
20009           description: "Internal error"
20010         201:
20011           description: "Object created"
20012         409:
20013           description: "Object already exists"
20014     put:
20015       tags:
20016       - "GENERIC-RESOURCE-API"
20017       description: "creates or updates generic.resource.api.VmTopologyData"
20018       parameters:
20019       - name: "preload-id"
20020         in: "path"
20021         description: "Id of preload-list"
20022         required: true
20023         type: "string"
20024       - name: "preload-type"
20025         in: "path"
20026         description: "Id of preload-list"
20027         required: true
20028         type: "string"
20029       - name: "vm-type"
20030         in: "path"
20031         description: "Id of vm"
20032         required: true
20033         type: "string"
20034       - in: "body"
20035         name: "generic.resource.api.VmTopologyData.body-param"
20036         description: "generic.resource.api.VmTopologyData to be added or updated"
20037         required: false
20038         schema:
20039           $ref: "#/definitions/generic.resource.api.VmTopologyData"
20040           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
20041       responses:
20042         400:
20043           description: "Internal error"
20044         201:
20045           description: "Object created"
20046         204:
20047           description: "Object modified"
20048     delete:
20049       tags:
20050       - "GENERIC-RESOURCE-API"
20051       description: "removes generic.resource.api.VmTopologyData"
20052       parameters:
20053       - name: "preload-id"
20054         in: "path"
20055         description: "Id of preload-list"
20056         required: true
20057         type: "string"
20058       - name: "preload-type"
20059         in: "path"
20060         description: "Id of preload-list"
20061         required: true
20062         type: "string"
20063       - name: "vm-type"
20064         in: "path"
20065         description: "Id of vm"
20066         required: true
20067         type: "string"
20068       responses:
20069         400:
20070           description: "Internal error"
20071         204:
20072           description: "Object deleted"
20073   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/onap-model-information/
20074   : get:
20075       tags:
20076       - "GENERIC-RESOURCE-API"
20077       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
20078       parameters:
20079       - name: "preload-id"
20080         in: "path"
20081         description: "Id of preload-list"
20082         required: true
20083         type: "string"
20084       - name: "preload-type"
20085         in: "path"
20086         description: "Id of preload-list"
20087         required: true
20088         type: "string"
20089       - name: "vm-type"
20090         in: "path"
20091         description: "Id of vm"
20092         required: true
20093         type: "string"
20094       responses:
20095         400:
20096           description: "Internal error"
20097         200:
20098           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
20099           responseSchema:
20100             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20101             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20102           schema:
20103             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20104             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20105     post:
20106       tags:
20107       - "GENERIC-RESOURCE-API"
20108       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
20109       parameters:
20110       - name: "preload-id"
20111         in: "path"
20112         description: "Id of preload-list"
20113         required: true
20114         type: "string"
20115       - name: "preload-type"
20116         in: "path"
20117         description: "Id of preload-list"
20118         required: true
20119         type: "string"
20120       - name: "vm-type"
20121         in: "path"
20122         description: "Id of vm"
20123         required: true
20124         type: "string"
20125       - in: "body"
20126         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
20127         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
20128           \ to be added to list"
20129         required: false
20130         schema:
20131           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20132           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20133       responses:
20134         400:
20135           description: "Internal error"
20136         201:
20137           description: "Object created"
20138         409:
20139           description: "Object already exists"
20140     put:
20141       tags:
20142       - "GENERIC-RESOURCE-API"
20143       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
20144       parameters:
20145       - name: "preload-id"
20146         in: "path"
20147         description: "Id of preload-list"
20148         required: true
20149         type: "string"
20150       - name: "preload-type"
20151         in: "path"
20152         description: "Id of preload-list"
20153         required: true
20154         type: "string"
20155       - name: "vm-type"
20156         in: "path"
20157         description: "Id of vm"
20158         required: true
20159         type: "string"
20160       - in: "body"
20161         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
20162         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
20163           \ to be added or updated"
20164         required: false
20165         schema:
20166           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20167           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
20168       responses:
20169         400:
20170           description: "Internal error"
20171         201:
20172           description: "Object created"
20173         204:
20174           description: "Object modified"
20175     delete:
20176       tags:
20177       - "GENERIC-RESOURCE-API"
20178       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
20179       parameters:
20180       - name: "preload-id"
20181         in: "path"
20182         description: "Id of preload-list"
20183         required: true
20184         type: "string"
20185       - name: "preload-type"
20186         in: "path"
20187         description: "Id of preload-list"
20188         required: true
20189         type: "string"
20190       - name: "vm-type"
20191         in: "path"
20192         description: "Id of vm"
20193         required: true
20194         type: "string"
20195       responses:
20196         400:
20197           description: "Internal error"
20198         204:
20199           description: "Object deleted"
20200   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/
20201   : get:
20202       tags:
20203       - "GENERIC-RESOURCE-API"
20204       description: "returns generic.resource.api.vmtopologydata.VmNames"
20205       parameters:
20206       - name: "preload-id"
20207         in: "path"
20208         description: "Id of preload-list"
20209         required: true
20210         type: "string"
20211       - name: "preload-type"
20212         in: "path"
20213         description: "Id of preload-list"
20214         required: true
20215         type: "string"
20216       - name: "vm-type"
20217         in: "path"
20218         description: "Id of vm"
20219         required: true
20220         type: "string"
20221       responses:
20222         400:
20223           description: "Internal error"
20224         200:
20225           description: "generic.resource.api.vmtopologydata.VmNames"
20226           responseSchema:
20227             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20228             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20229           schema:
20230             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20231             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20232     post:
20233       tags:
20234       - "GENERIC-RESOURCE-API"
20235       description: "creates generic.resource.api.vmtopologydata.VmNames"
20236       parameters:
20237       - name: "preload-id"
20238         in: "path"
20239         description: "Id of preload-list"
20240         required: true
20241         type: "string"
20242       - name: "preload-type"
20243         in: "path"
20244         description: "Id of preload-list"
20245         required: true
20246         type: "string"
20247       - name: "vm-type"
20248         in: "path"
20249         description: "Id of vm"
20250         required: true
20251         type: "string"
20252       - in: "body"
20253         name: "generic.resource.api.vmtopologydata.VmNames.body-param"
20254         description: "generic.resource.api.vmtopologydata.VmNames to be added to list"
20255         required: false
20256         schema:
20257           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20258           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20259       responses:
20260         400:
20261           description: "Internal error"
20262         201:
20263           description: "Object created"
20264         409:
20265           description: "Object already exists"
20266     put:
20267       tags:
20268       - "GENERIC-RESOURCE-API"
20269       description: "creates or updates generic.resource.api.vmtopologydata.VmNames"
20270       parameters:
20271       - name: "preload-id"
20272         in: "path"
20273         description: "Id of preload-list"
20274         required: true
20275         type: "string"
20276       - name: "preload-type"
20277         in: "path"
20278         description: "Id of preload-list"
20279         required: true
20280         type: "string"
20281       - name: "vm-type"
20282         in: "path"
20283         description: "Id of vm"
20284         required: true
20285         type: "string"
20286       - in: "body"
20287         name: "generic.resource.api.vmtopologydata.VmNames.body-param"
20288         description: "generic.resource.api.vmtopologydata.VmNames to be added or updated"
20289         required: false
20290         schema:
20291           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20292           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
20293       responses:
20294         400:
20295           description: "Internal error"
20296         201:
20297           description: "Object created"
20298         204:
20299           description: "Object modified"
20300     delete:
20301       tags:
20302       - "GENERIC-RESOURCE-API"
20303       description: "removes generic.resource.api.vmtopologydata.VmNames"
20304       parameters:
20305       - name: "preload-id"
20306         in: "path"
20307         description: "Id of preload-list"
20308         required: true
20309         type: "string"
20310       - name: "preload-type"
20311         in: "path"
20312         description: "Id of preload-list"
20313         required: true
20314         type: "string"
20315       - name: "vm-type"
20316         in: "path"
20317         description: "Id of vm"
20318         required: true
20319         type: "string"
20320       responses:
20321         400:
20322           description: "Internal error"
20323         204:
20324           description: "Object deleted"
20325   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/
20326   : post:
20327       description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20328       parameters:
20329       - name: "preload-id"
20330         in: "path"
20331         description: "Id of preload-list"
20332         required: true
20333         type: "string"
20334       - name: "preload-type"
20335         in: "path"
20336         description: "Id of preload-list"
20337         required: true
20338         type: "string"
20339       - name: "vm-type"
20340         in: "path"
20341         description: "Id of vm"
20342         required: true
20343         type: "string"
20344       - in: "body"
20345         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
20346         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
20347           \ added to list"
20348         required: false
20349         schema:
20350           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20351           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20352       responses:
20353         400:
20354           description: "Internal error"
20355         201:
20356           description: "Object created"
20357         409:
20358           description: "Object already exists"
20359   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/
20360   : get:
20361       tags:
20362       - "GENERIC-RESOURCE-API"
20363       description: "returns generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20364       parameters:
20365       - name: "preload-id"
20366         in: "path"
20367         description: "Id of preload-list"
20368         required: true
20369         type: "string"
20370       - name: "preload-type"
20371         in: "path"
20372         description: "Id of preload-list"
20373         required: true
20374         type: "string"
20375       - name: "vm-type"
20376         in: "path"
20377         description: "Id of vm"
20378         required: true
20379         type: "string"
20380       - name: "vnfc-name"
20381         in: "path"
20382         description: "Id of vnfc-names"
20383         required: true
20384         type: "string"
20385       responses:
20386         400:
20387           description: "Internal error"
20388         200:
20389           description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20390           responseSchema:
20391             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20392             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20393           schema:
20394             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20395             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20396     post:
20397       tags:
20398       - "GENERIC-RESOURCE-API"
20399       description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20400       parameters:
20401       - name: "preload-id"
20402         in: "path"
20403         description: "Id of preload-list"
20404         required: true
20405         type: "string"
20406       - name: "preload-type"
20407         in: "path"
20408         description: "Id of preload-list"
20409         required: true
20410         type: "string"
20411       - name: "vm-type"
20412         in: "path"
20413         description: "Id of vm"
20414         required: true
20415         type: "string"
20416       - name: "vnfc-name"
20417         in: "path"
20418         description: "Id of vnfc-names"
20419         required: true
20420         type: "string"
20421       - in: "body"
20422         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
20423         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
20424           \ added to list"
20425         required: false
20426         schema:
20427           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20428           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20429       responses:
20430         400:
20431           description: "Internal error"
20432         201:
20433           description: "Object created"
20434         409:
20435           description: "Object already exists"
20436     put:
20437       tags:
20438       - "GENERIC-RESOURCE-API"
20439       description: "creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20440       parameters:
20441       - name: "preload-id"
20442         in: "path"
20443         description: "Id of preload-list"
20444         required: true
20445         type: "string"
20446       - name: "preload-type"
20447         in: "path"
20448         description: "Id of preload-list"
20449         required: true
20450         type: "string"
20451       - name: "vm-type"
20452         in: "path"
20453         description: "Id of vm"
20454         required: true
20455         type: "string"
20456       - name: "vnfc-name"
20457         in: "path"
20458         description: "Id of vnfc-names"
20459         required: true
20460         type: "string"
20461       - in: "body"
20462         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
20463         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
20464           \ added or updated"
20465         required: false
20466         schema:
20467           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20468           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20469       responses:
20470         400:
20471           description: "Internal error"
20472         201:
20473           description: "Object created"
20474         204:
20475           description: "Object modified"
20476     delete:
20477       tags:
20478       - "GENERIC-RESOURCE-API"
20479       description: "removes generic.resource.api.vmtopologydata.vmnames.VnfcNames"
20480       parameters:
20481       - name: "preload-id"
20482         in: "path"
20483         description: "Id of preload-list"
20484         required: true
20485         type: "string"
20486       - name: "preload-type"
20487         in: "path"
20488         description: "Id of preload-list"
20489         required: true
20490         type: "string"
20491       - name: "vm-type"
20492         in: "path"
20493         description: "Id of vm"
20494         required: true
20495         type: "string"
20496       - name: "vnfc-name"
20497         in: "path"
20498         description: "Id of vnfc-names"
20499         required: true
20500         type: "string"
20501       responses:
20502         400:
20503           description: "Internal error"
20504         204:
20505           description: "Object deleted"
20506   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/
20507   : get:
20508       tags:
20509       - "GENERIC-RESOURCE-API"
20510       description: "returns generic.resource.api.VnfcNetworkData"
20511       parameters:
20512       - name: "preload-id"
20513         in: "path"
20514         description: "Id of preload-list"
20515         required: true
20516         type: "string"
20517       - name: "preload-type"
20518         in: "path"
20519         description: "Id of preload-list"
20520         required: true
20521         type: "string"
20522       - name: "vm-type"
20523         in: "path"
20524         description: "Id of vm"
20525         required: true
20526         type: "string"
20527       - name: "vnfc-name"
20528         in: "path"
20529         description: "Id of vnfc-names"
20530         required: true
20531         type: "string"
20532       responses:
20533         400:
20534           description: "Internal error"
20535         200:
20536           description: "generic.resource.api.VnfcNetworkData"
20537           responseSchema:
20538             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
20539             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
20540           schema:
20541             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
20542             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
20543     post:
20544       tags:
20545       - "GENERIC-RESOURCE-API"
20546       description: "creates generic.resource.api.VnfcNetworkData"
20547       parameters:
20548       - name: "preload-id"
20549         in: "path"
20550         description: "Id of preload-list"
20551         required: true
20552         type: "string"
20553       - name: "preload-type"
20554         in: "path"
20555         description: "Id of preload-list"
20556         required: true
20557         type: "string"
20558       - name: "vm-type"
20559         in: "path"
20560         description: "Id of vm"
20561         required: true
20562         type: "string"
20563       - name: "vnfc-name"
20564         in: "path"
20565         description: "Id of vnfc-names"
20566         required: true
20567         type: "string"
20568       - in: "body"
20569         name: "generic.resource.api.VnfcNetworkData.body-param"
20570         description: "generic.resource.api.VnfcNetworkData to be added to list"
20571         required: false
20572         schema:
20573           $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
20574           originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
20575       responses:
20576         400:
20577           description: "Internal error"
20578         201:
20579           description: "Object created"
20580         409:
20581           description: "Object already exists"
20582     put:
20583       tags:
20584       - "GENERIC-RESOURCE-API"
20585       description: "creates or updates generic.resource.api.VnfcNetworkData"
20586       parameters:
20587       - name: "preload-id"
20588         in: "path"
20589         description: "Id of preload-list"
20590         required: true
20591         type: "string"
20592       - name: "preload-type"
20593         in: "path"
20594         description: "Id of preload-list"
20595         required: true
20596         type: "string"
20597       - name: "vm-type"
20598         in: "path"
20599         description: "Id of vm"
20600         required: true
20601         type: "string"
20602       - name: "vnfc-name"
20603         in: "path"
20604         description: "Id of vnfc-names"
20605         required: true
20606         type: "string"
20607       - in: "body"
20608         name: "generic.resource.api.VnfcNetworkData.body-param"
20609         description: "generic.resource.api.VnfcNetworkData to be added or updated"
20610         required: false
20611         schema:
20612           $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
20613           originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
20614       responses:
20615         400:
20616           description: "Internal error"
20617         201:
20618           description: "Object created"
20619         204:
20620           description: "Object modified"
20621     delete:
20622       tags:
20623       - "GENERIC-RESOURCE-API"
20624       description: "removes generic.resource.api.VnfcNetworkData"
20625       parameters:
20626       - name: "preload-id"
20627         in: "path"
20628         description: "Id of preload-list"
20629         required: true
20630         type: "string"
20631       - name: "preload-type"
20632         in: "path"
20633         description: "Id of preload-list"
20634         required: true
20635         type: "string"
20636       - name: "vm-type"
20637         in: "path"
20638         description: "Id of vm"
20639         required: true
20640         type: "string"
20641       - name: "vnfc-name"
20642         in: "path"
20643         description: "Id of vnfc-names"
20644         required: true
20645         type: "string"
20646       responses:
20647         400:
20648           description: "Internal error"
20649         204:
20650           description: "Object deleted"
20651   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/
20652   : post:
20653       description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20654       parameters:
20655       - name: "preload-id"
20656         in: "path"
20657         description: "Id of preload-list"
20658         required: true
20659         type: "string"
20660       - name: "preload-type"
20661         in: "path"
20662         description: "Id of preload-list"
20663         required: true
20664         type: "string"
20665       - name: "vm-type"
20666         in: "path"
20667         description: "Id of vm"
20668         required: true
20669         type: "string"
20670       - name: "vnfc-name"
20671         in: "path"
20672         description: "Id of vnfc-names"
20673         required: true
20674         type: "string"
20675       - in: "body"
20676         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
20677         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
20678           \ to list"
20679         required: false
20680         schema:
20681           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20682           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20683       responses:
20684         400:
20685           description: "Internal error"
20686         201:
20687           description: "Object created"
20688         409:
20689           description: "Object already exists"
20690   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/
20691   : get:
20692       tags:
20693       - "GENERIC-RESOURCE-API"
20694       description: "returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20695       parameters:
20696       - name: "preload-id"
20697         in: "path"
20698         description: "Id of preload-list"
20699         required: true
20700         type: "string"
20701       - name: "preload-type"
20702         in: "path"
20703         description: "Id of preload-list"
20704         required: true
20705         type: "string"
20706       - name: "vm-type"
20707         in: "path"
20708         description: "Id of vm"
20709         required: true
20710         type: "string"
20711       - name: "vnfc-name"
20712         in: "path"
20713         description: "Id of vnfc-names"
20714         required: true
20715         type: "string"
20716       - name: "vnfc-network-role"
20717         in: "path"
20718         description: "Id of vnfc-network-data"
20719         required: true
20720         type: "string"
20721       responses:
20722         400:
20723           description: "Internal error"
20724         200:
20725           description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20726           responseSchema:
20727             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20728             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20729           schema:
20730             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20731             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20732     post:
20733       tags:
20734       - "GENERIC-RESOURCE-API"
20735       description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20736       parameters:
20737       - name: "preload-id"
20738         in: "path"
20739         description: "Id of preload-list"
20740         required: true
20741         type: "string"
20742       - name: "preload-type"
20743         in: "path"
20744         description: "Id of preload-list"
20745         required: true
20746         type: "string"
20747       - name: "vm-type"
20748         in: "path"
20749         description: "Id of vm"
20750         required: true
20751         type: "string"
20752       - name: "vnfc-name"
20753         in: "path"
20754         description: "Id of vnfc-names"
20755         required: true
20756         type: "string"
20757       - name: "vnfc-network-role"
20758         in: "path"
20759         description: "Id of vnfc-network-data"
20760         required: true
20761         type: "string"
20762       - in: "body"
20763         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
20764         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
20765           \ to list"
20766         required: false
20767         schema:
20768           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20769           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20770       responses:
20771         400:
20772           description: "Internal error"
20773         201:
20774           description: "Object created"
20775         409:
20776           description: "Object already exists"
20777     put:
20778       tags:
20779       - "GENERIC-RESOURCE-API"
20780       description: "creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20781       parameters:
20782       - name: "preload-id"
20783         in: "path"
20784         description: "Id of preload-list"
20785         required: true
20786         type: "string"
20787       - name: "preload-type"
20788         in: "path"
20789         description: "Id of preload-list"
20790         required: true
20791         type: "string"
20792       - name: "vm-type"
20793         in: "path"
20794         description: "Id of vm"
20795         required: true
20796         type: "string"
20797       - name: "vnfc-name"
20798         in: "path"
20799         description: "Id of vnfc-names"
20800         required: true
20801         type: "string"
20802       - name: "vnfc-network-role"
20803         in: "path"
20804         description: "Id of vnfc-network-data"
20805         required: true
20806         type: "string"
20807       - in: "body"
20808         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
20809         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
20810           \ or updated"
20811         required: false
20812         schema:
20813           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20814           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20815       responses:
20816         400:
20817           description: "Internal error"
20818         201:
20819           description: "Object created"
20820         204:
20821           description: "Object modified"
20822     delete:
20823       tags:
20824       - "GENERIC-RESOURCE-API"
20825       description: "removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
20826       parameters:
20827       - name: "preload-id"
20828         in: "path"
20829         description: "Id of preload-list"
20830         required: true
20831         type: "string"
20832       - name: "preload-type"
20833         in: "path"
20834         description: "Id of preload-list"
20835         required: true
20836         type: "string"
20837       - name: "vm-type"
20838         in: "path"
20839         description: "Id of vm"
20840         required: true
20841         type: "string"
20842       - name: "vnfc-name"
20843         in: "path"
20844         description: "Id of vnfc-names"
20845         required: true
20846         type: "string"
20847       - name: "vnfc-network-role"
20848         in: "path"
20849         description: "Id of vnfc-network-data"
20850         required: true
20851         type: "string"
20852       responses:
20853         400:
20854           description: "Internal error"
20855         204:
20856           description: "Object deleted"
20857   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/
20858   : get:
20859       tags:
20860       - "GENERIC-RESOURCE-API"
20861       description: "returns generic.resource.api.connectionpoint.ConnectionPoint"
20862       parameters:
20863       - name: "preload-id"
20864         in: "path"
20865         description: "Id of preload-list"
20866         required: true
20867         type: "string"
20868       - name: "preload-type"
20869         in: "path"
20870         description: "Id of preload-list"
20871         required: true
20872         type: "string"
20873       - name: "vm-type"
20874         in: "path"
20875         description: "Id of vm"
20876         required: true
20877         type: "string"
20878       - name: "vnfc-name"
20879         in: "path"
20880         description: "Id of vnfc-names"
20881         required: true
20882         type: "string"
20883       - name: "vnfc-network-role"
20884         in: "path"
20885         description: "Id of vnfc-network-data"
20886         required: true
20887         type: "string"
20888       responses:
20889         400:
20890           description: "Internal error"
20891         200:
20892           description: "generic.resource.api.connectionpoint.ConnectionPoint"
20893           responseSchema:
20894             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20895             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20896           schema:
20897             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20898             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20899     post:
20900       tags:
20901       - "GENERIC-RESOURCE-API"
20902       description: "creates generic.resource.api.connectionpoint.ConnectionPoint"
20903       parameters:
20904       - name: "preload-id"
20905         in: "path"
20906         description: "Id of preload-list"
20907         required: true
20908         type: "string"
20909       - name: "preload-type"
20910         in: "path"
20911         description: "Id of preload-list"
20912         required: true
20913         type: "string"
20914       - name: "vm-type"
20915         in: "path"
20916         description: "Id of vm"
20917         required: true
20918         type: "string"
20919       - name: "vnfc-name"
20920         in: "path"
20921         description: "Id of vnfc-names"
20922         required: true
20923         type: "string"
20924       - name: "vnfc-network-role"
20925         in: "path"
20926         description: "Id of vnfc-network-data"
20927         required: true
20928         type: "string"
20929       - in: "body"
20930         name: "generic.resource.api.connectionpoint.ConnectionPoint.body-param"
20931         description: "generic.resource.api.connectionpoint.ConnectionPoint to be added\
20932           \ to list"
20933         required: false
20934         schema:
20935           $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20936           originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20937       responses:
20938         400:
20939           description: "Internal error"
20940         201:
20941           description: "Object created"
20942         409:
20943           description: "Object already exists"
20944     put:
20945       tags:
20946       - "GENERIC-RESOURCE-API"
20947       description: "creates or updates generic.resource.api.connectionpoint.ConnectionPoint"
20948       parameters:
20949       - name: "preload-id"
20950         in: "path"
20951         description: "Id of preload-list"
20952         required: true
20953         type: "string"
20954       - name: "preload-type"
20955         in: "path"
20956         description: "Id of preload-list"
20957         required: true
20958         type: "string"
20959       - name: "vm-type"
20960         in: "path"
20961         description: "Id of vm"
20962         required: true
20963         type: "string"
20964       - name: "vnfc-name"
20965         in: "path"
20966         description: "Id of vnfc-names"
20967         required: true
20968         type: "string"
20969       - name: "vnfc-network-role"
20970         in: "path"
20971         description: "Id of vnfc-network-data"
20972         required: true
20973         type: "string"
20974       - in: "body"
20975         name: "generic.resource.api.connectionpoint.ConnectionPoint.body-param"
20976         description: "generic.resource.api.connectionpoint.ConnectionPoint to be added\
20977           \ or updated"
20978         required: false
20979         schema:
20980           $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20981           originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
20982       responses:
20983         400:
20984           description: "Internal error"
20985         201:
20986           description: "Object created"
20987         204:
20988           description: "Object modified"
20989     delete:
20990       tags:
20991       - "GENERIC-RESOURCE-API"
20992       description: "removes generic.resource.api.connectionpoint.ConnectionPoint"
20993       parameters:
20994       - name: "preload-id"
20995         in: "path"
20996         description: "Id of preload-list"
20997         required: true
20998         type: "string"
20999       - name: "preload-type"
21000         in: "path"
21001         description: "Id of preload-list"
21002         required: true
21003         type: "string"
21004       - name: "vm-type"
21005         in: "path"
21006         description: "Id of vm"
21007         required: true
21008         type: "string"
21009       - name: "vnfc-name"
21010         in: "path"
21011         description: "Id of vnfc-names"
21012         required: true
21013         type: "string"
21014       - name: "vnfc-network-role"
21015         in: "path"
21016         description: "Id of vnfc-network-data"
21017         required: true
21018         type: "string"
21019       responses:
21020         400:
21021           description: "Internal error"
21022         204:
21023           description: "Object deleted"
21024   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/
21025   : post:
21026       description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
21027       parameters:
21028       - name: "preload-id"
21029         in: "path"
21030         description: "Id of preload-list"
21031         required: true
21032         type: "string"
21033       - name: "preload-type"
21034         in: "path"
21035         description: "Id of preload-list"
21036         required: true
21037         type: "string"
21038       - name: "vm-type"
21039         in: "path"
21040         description: "Id of vm"
21041         required: true
21042         type: "string"
21043       - name: "vnfc-name"
21044         in: "path"
21045         description: "Id of vnfc-names"
21046         required: true
21047         type: "string"
21048       - name: "vnfc-network-role"
21049         in: "path"
21050         description: "Id of vnfc-network-data"
21051         required: true
21052         type: "string"
21053       - in: "body"
21054         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
21055         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
21056           \ to be added to list"
21057         required: false
21058         schema:
21059           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21060           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21061       responses:
21062         400:
21063           description: "Internal error"
21064         201:
21065           description: "Object created"
21066         409:
21067           description: "Object already exists"
21068   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/{vlan-uuid}/
21069   : get:
21070       tags:
21071       - "GENERIC-RESOURCE-API"
21072       description: "returns generic.resource.api.connectionpoint.connectionpoint.VlanData"
21073       parameters:
21074       - name: "preload-id"
21075         in: "path"
21076         description: "Id of preload-list"
21077         required: true
21078         type: "string"
21079       - name: "preload-type"
21080         in: "path"
21081         description: "Id of preload-list"
21082         required: true
21083         type: "string"
21084       - name: "vm-type"
21085         in: "path"
21086         description: "Id of vm"
21087         required: true
21088         type: "string"
21089       - name: "vnfc-name"
21090         in: "path"
21091         description: "Id of vnfc-names"
21092         required: true
21093         type: "string"
21094       - name: "vnfc-network-role"
21095         in: "path"
21096         description: "Id of vnfc-network-data"
21097         required: true
21098         type: "string"
21099       - name: "vlan-uuid"
21100         in: "path"
21101         description: "Id of vlan-data"
21102         required: true
21103         type: "string"
21104       responses:
21105         400:
21106           description: "Internal error"
21107         200:
21108           description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
21109           responseSchema:
21110             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21111             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21112           schema:
21113             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21114             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21115     post:
21116       tags:
21117       - "GENERIC-RESOURCE-API"
21118       description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
21119       parameters:
21120       - name: "preload-id"
21121         in: "path"
21122         description: "Id of preload-list"
21123         required: true
21124         type: "string"
21125       - name: "preload-type"
21126         in: "path"
21127         description: "Id of preload-list"
21128         required: true
21129         type: "string"
21130       - name: "vm-type"
21131         in: "path"
21132         description: "Id of vm"
21133         required: true
21134         type: "string"
21135       - name: "vnfc-name"
21136         in: "path"
21137         description: "Id of vnfc-names"
21138         required: true
21139         type: "string"
21140       - name: "vnfc-network-role"
21141         in: "path"
21142         description: "Id of vnfc-network-data"
21143         required: true
21144         type: "string"
21145       - name: "vlan-uuid"
21146         in: "path"
21147         description: "Id of vlan-data"
21148         required: true
21149         type: "string"
21150       - in: "body"
21151         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
21152         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
21153           \ to be added to list"
21154         required: false
21155         schema:
21156           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21157           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21158       responses:
21159         400:
21160           description: "Internal error"
21161         201:
21162           description: "Object created"
21163         409:
21164           description: "Object already exists"
21165     put:
21166       tags:
21167       - "GENERIC-RESOURCE-API"
21168       description: "creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData"
21169       parameters:
21170       - name: "preload-id"
21171         in: "path"
21172         description: "Id of preload-list"
21173         required: true
21174         type: "string"
21175       - name: "preload-type"
21176         in: "path"
21177         description: "Id of preload-list"
21178         required: true
21179         type: "string"
21180       - name: "vm-type"
21181         in: "path"
21182         description: "Id of vm"
21183         required: true
21184         type: "string"
21185       - name: "vnfc-name"
21186         in: "path"
21187         description: "Id of vnfc-names"
21188         required: true
21189         type: "string"
21190       - name: "vnfc-network-role"
21191         in: "path"
21192         description: "Id of vnfc-network-data"
21193         required: true
21194         type: "string"
21195       - name: "vlan-uuid"
21196         in: "path"
21197         description: "Id of vlan-data"
21198         required: true
21199         type: "string"
21200       - in: "body"
21201         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
21202         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
21203           \ to be added or updated"
21204         required: false
21205         schema:
21206           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21207           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
21208       responses:
21209         400:
21210           description: "Internal error"
21211         201:
21212           description: "Object created"
21213         204:
21214           description: "Object modified"
21215     delete:
21216       tags:
21217       - "GENERIC-RESOURCE-API"
21218       description: "removes generic.resource.api.connectionpoint.connectionpoint.VlanData"
21219       parameters:
21220       - name: "preload-id"
21221         in: "path"
21222         description: "Id of preload-list"
21223         required: true
21224         type: "string"
21225       - name: "preload-type"
21226         in: "path"
21227         description: "Id of preload-list"
21228         required: true
21229         type: "string"
21230       - name: "vm-type"
21231         in: "path"
21232         description: "Id of vm"
21233         required: true
21234         type: "string"
21235       - name: "vnfc-name"
21236         in: "path"
21237         description: "Id of vnfc-names"
21238         required: true
21239         type: "string"
21240       - name: "vnfc-network-role"
21241         in: "path"
21242         description: "Id of vnfc-network-data"
21243         required: true
21244         type: "string"
21245       - name: "vlan-uuid"
21246         in: "path"
21247         description: "Id of vlan-data"
21248         required: true
21249         type: "string"
21250       responses:
21251         400:
21252           description: "Internal error"
21253         204:
21254           description: "Object deleted"
21255   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/
21256   : get:
21257       tags:
21258       - "GENERIC-RESOURCE-API"
21259       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21260       parameters:
21261       - name: "preload-id"
21262         in: "path"
21263         description: "Id of preload-list"
21264         required: true
21265         type: "string"
21266       - name: "preload-type"
21267         in: "path"
21268         description: "Id of preload-list"
21269         required: true
21270         type: "string"
21271       - name: "vm-type"
21272         in: "path"
21273         description: "Id of vm"
21274         required: true
21275         type: "string"
21276       - name: "vnfc-name"
21277         in: "path"
21278         description: "Id of vnfc-names"
21279         required: true
21280         type: "string"
21281       - name: "vnfc-network-role"
21282         in: "path"
21283         description: "Id of vnfc-network-data"
21284         required: true
21285         type: "string"
21286       responses:
21287         400:
21288           description: "Internal error"
21289         200:
21290           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21291           responseSchema:
21292             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21293             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21294           schema:
21295             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21296             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21297     post:
21298       tags:
21299       - "GENERIC-RESOURCE-API"
21300       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21301       parameters:
21302       - name: "preload-id"
21303         in: "path"
21304         description: "Id of preload-list"
21305         required: true
21306         type: "string"
21307       - name: "preload-type"
21308         in: "path"
21309         description: "Id of preload-list"
21310         required: true
21311         type: "string"
21312       - name: "vm-type"
21313         in: "path"
21314         description: "Id of vm"
21315         required: true
21316         type: "string"
21317       - name: "vnfc-name"
21318         in: "path"
21319         description: "Id of vnfc-names"
21320         required: true
21321         type: "string"
21322       - name: "vnfc-network-role"
21323         in: "path"
21324         description: "Id of vnfc-network-data"
21325         required: true
21326         type: "string"
21327       - in: "body"
21328         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param"
21329         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts\
21330           \ to be added to list"
21331         required: false
21332         schema:
21333           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21334           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21335       responses:
21336         400:
21337           description: "Internal error"
21338         201:
21339           description: "Object created"
21340         409:
21341           description: "Object already exists"
21342     put:
21343       tags:
21344       - "GENERIC-RESOURCE-API"
21345       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21346       parameters:
21347       - name: "preload-id"
21348         in: "path"
21349         description: "Id of preload-list"
21350         required: true
21351         type: "string"
21352       - name: "preload-type"
21353         in: "path"
21354         description: "Id of preload-list"
21355         required: true
21356         type: "string"
21357       - name: "vm-type"
21358         in: "path"
21359         description: "Id of vm"
21360         required: true
21361         type: "string"
21362       - name: "vnfc-name"
21363         in: "path"
21364         description: "Id of vnfc-names"
21365         required: true
21366         type: "string"
21367       - name: "vnfc-network-role"
21368         in: "path"
21369         description: "Id of vnfc-network-data"
21370         required: true
21371         type: "string"
21372       - in: "body"
21373         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param"
21374         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts\
21375           \ to be added or updated"
21376         required: false
21377         schema:
21378           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21379           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21380       responses:
21381         400:
21382           description: "Internal error"
21383         201:
21384           description: "Object created"
21385         204:
21386           description: "Object modified"
21387     delete:
21388       tags:
21389       - "GENERIC-RESOURCE-API"
21390       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
21391       parameters:
21392       - name: "preload-id"
21393         in: "path"
21394         description: "Id of preload-list"
21395         required: true
21396         type: "string"
21397       - name: "preload-type"
21398         in: "path"
21399         description: "Id of preload-list"
21400         required: true
21401         type: "string"
21402       - name: "vm-type"
21403         in: "path"
21404         description: "Id of vm"
21405         required: true
21406         type: "string"
21407       - name: "vnfc-name"
21408         in: "path"
21409         description: "Id of vnfc-names"
21410         required: true
21411         type: "string"
21412       - name: "vnfc-network-role"
21413         in: "path"
21414         description: "Id of vnfc-network-data"
21415         required: true
21416         type: "string"
21417       responses:
21418         400:
21419           description: "Internal error"
21420         204:
21421           description: "Object deleted"
21422   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/
21423   : post:
21424       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21425       parameters:
21426       - name: "preload-id"
21427         in: "path"
21428         description: "Id of preload-list"
21429         required: true
21430         type: "string"
21431       - name: "preload-type"
21432         in: "path"
21433         description: "Id of preload-list"
21434         required: true
21435         type: "string"
21436       - name: "vm-type"
21437         in: "path"
21438         description: "Id of vm"
21439         required: true
21440         type: "string"
21441       - name: "vnfc-name"
21442         in: "path"
21443         description: "Id of vnfc-names"
21444         required: true
21445         type: "string"
21446       - name: "vnfc-network-role"
21447         in: "path"
21448         description: "Id of vnfc-network-data"
21449         required: true
21450         type: "string"
21451       - in: "body"
21452         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
21453         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
21454           \ to be added to list"
21455         required: false
21456         schema:
21457           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21458           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21459       responses:
21460         400:
21461           description: "Internal error"
21462         201:
21463           description: "Object created"
21464         409:
21465           description: "Object already exists"
21466   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/
21467   : get:
21468       tags:
21469       - "GENERIC-RESOURCE-API"
21470       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21471       parameters:
21472       - name: "preload-id"
21473         in: "path"
21474         description: "Id of preload-list"
21475         required: true
21476         type: "string"
21477       - name: "preload-type"
21478         in: "path"
21479         description: "Id of preload-list"
21480         required: true
21481         type: "string"
21482       - name: "vm-type"
21483         in: "path"
21484         description: "Id of vm"
21485         required: true
21486         type: "string"
21487       - name: "vnfc-name"
21488         in: "path"
21489         description: "Id of vnfc-names"
21490         required: true
21491         type: "string"
21492       - name: "vnfc-network-role"
21493         in: "path"
21494         description: "Id of vnfc-network-data"
21495         required: true
21496         type: "string"
21497       - name: "vnfc-port-id"
21498         in: "path"
21499         description: "Id of vnfc-port"
21500         required: true
21501         type: "string"
21502       responses:
21503         400:
21504           description: "Internal error"
21505         200:
21506           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21507           responseSchema:
21508             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21509             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21510           schema:
21511             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21512             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21513     post:
21514       tags:
21515       - "GENERIC-RESOURCE-API"
21516       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21517       parameters:
21518       - name: "preload-id"
21519         in: "path"
21520         description: "Id of preload-list"
21521         required: true
21522         type: "string"
21523       - name: "preload-type"
21524         in: "path"
21525         description: "Id of preload-list"
21526         required: true
21527         type: "string"
21528       - name: "vm-type"
21529         in: "path"
21530         description: "Id of vm"
21531         required: true
21532         type: "string"
21533       - name: "vnfc-name"
21534         in: "path"
21535         description: "Id of vnfc-names"
21536         required: true
21537         type: "string"
21538       - name: "vnfc-network-role"
21539         in: "path"
21540         description: "Id of vnfc-network-data"
21541         required: true
21542         type: "string"
21543       - name: "vnfc-port-id"
21544         in: "path"
21545         description: "Id of vnfc-port"
21546         required: true
21547         type: "string"
21548       - in: "body"
21549         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
21550         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
21551           \ to be added to list"
21552         required: false
21553         schema:
21554           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21555           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21556       responses:
21557         400:
21558           description: "Internal error"
21559         201:
21560           description: "Object created"
21561         409:
21562           description: "Object already exists"
21563     put:
21564       tags:
21565       - "GENERIC-RESOURCE-API"
21566       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21567       parameters:
21568       - name: "preload-id"
21569         in: "path"
21570         description: "Id of preload-list"
21571         required: true
21572         type: "string"
21573       - name: "preload-type"
21574         in: "path"
21575         description: "Id of preload-list"
21576         required: true
21577         type: "string"
21578       - name: "vm-type"
21579         in: "path"
21580         description: "Id of vm"
21581         required: true
21582         type: "string"
21583       - name: "vnfc-name"
21584         in: "path"
21585         description: "Id of vnfc-names"
21586         required: true
21587         type: "string"
21588       - name: "vnfc-network-role"
21589         in: "path"
21590         description: "Id of vnfc-network-data"
21591         required: true
21592         type: "string"
21593       - name: "vnfc-port-id"
21594         in: "path"
21595         description: "Id of vnfc-port"
21596         required: true
21597         type: "string"
21598       - in: "body"
21599         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
21600         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
21601           \ to be added or updated"
21602         required: false
21603         schema:
21604           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21605           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21606       responses:
21607         400:
21608           description: "Internal error"
21609         201:
21610           description: "Object created"
21611         204:
21612           description: "Object modified"
21613     delete:
21614       tags:
21615       - "GENERIC-RESOURCE-API"
21616       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
21617       parameters:
21618       - name: "preload-id"
21619         in: "path"
21620         description: "Id of preload-list"
21621         required: true
21622         type: "string"
21623       - name: "preload-type"
21624         in: "path"
21625         description: "Id of preload-list"
21626         required: true
21627         type: "string"
21628       - name: "vm-type"
21629         in: "path"
21630         description: "Id of vm"
21631         required: true
21632         type: "string"
21633       - name: "vnfc-name"
21634         in: "path"
21635         description: "Id of vnfc-names"
21636         required: true
21637         type: "string"
21638       - name: "vnfc-network-role"
21639         in: "path"
21640         description: "Id of vnfc-network-data"
21641         required: true
21642         type: "string"
21643       - name: "vnfc-port-id"
21644         in: "path"
21645         description: "Id of vnfc-port"
21646         required: true
21647         type: "string"
21648       responses:
21649         400:
21650           description: "Internal error"
21651         204:
21652           description: "Object deleted"
21653   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/
21654   : get:
21655       tags:
21656       - "GENERIC-RESOURCE-API"
21657       description: "returns generic.resource.api.SubInterfaceNetworkData"
21658       parameters:
21659       - name: "preload-id"
21660         in: "path"
21661         description: "Id of preload-list"
21662         required: true
21663         type: "string"
21664       - name: "preload-type"
21665         in: "path"
21666         description: "Id of preload-list"
21667         required: true
21668         type: "string"
21669       - name: "vm-type"
21670         in: "path"
21671         description: "Id of vm"
21672         required: true
21673         type: "string"
21674       - name: "vnfc-name"
21675         in: "path"
21676         description: "Id of vnfc-names"
21677         required: true
21678         type: "string"
21679       - name: "vnfc-network-role"
21680         in: "path"
21681         description: "Id of vnfc-network-data"
21682         required: true
21683         type: "string"
21684       - name: "vnfc-port-id"
21685         in: "path"
21686         description: "Id of vnfc-port"
21687         required: true
21688         type: "string"
21689       responses:
21690         400:
21691           description: "Internal error"
21692         200:
21693           description: "generic.resource.api.SubInterfaceNetworkData"
21694           responseSchema:
21695             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21696             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21697           schema:
21698             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21699             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21700     post:
21701       tags:
21702       - "GENERIC-RESOURCE-API"
21703       description: "creates generic.resource.api.SubInterfaceNetworkData"
21704       parameters:
21705       - name: "preload-id"
21706         in: "path"
21707         description: "Id of preload-list"
21708         required: true
21709         type: "string"
21710       - name: "preload-type"
21711         in: "path"
21712         description: "Id of preload-list"
21713         required: true
21714         type: "string"
21715       - name: "vm-type"
21716         in: "path"
21717         description: "Id of vm"
21718         required: true
21719         type: "string"
21720       - name: "vnfc-name"
21721         in: "path"
21722         description: "Id of vnfc-names"
21723         required: true
21724         type: "string"
21725       - name: "vnfc-network-role"
21726         in: "path"
21727         description: "Id of vnfc-network-data"
21728         required: true
21729         type: "string"
21730       - name: "vnfc-port-id"
21731         in: "path"
21732         description: "Id of vnfc-port"
21733         required: true
21734         type: "string"
21735       - in: "body"
21736         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
21737         description: "generic.resource.api.SubInterfaceNetworkData to be added to\
21738           \ list"
21739         required: false
21740         schema:
21741           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21742           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21743       responses:
21744         400:
21745           description: "Internal error"
21746         201:
21747           description: "Object created"
21748         409:
21749           description: "Object already exists"
21750     put:
21751       tags:
21752       - "GENERIC-RESOURCE-API"
21753       description: "creates or updates generic.resource.api.SubInterfaceNetworkData"
21754       parameters:
21755       - name: "preload-id"
21756         in: "path"
21757         description: "Id of preload-list"
21758         required: true
21759         type: "string"
21760       - name: "preload-type"
21761         in: "path"
21762         description: "Id of preload-list"
21763         required: true
21764         type: "string"
21765       - name: "vm-type"
21766         in: "path"
21767         description: "Id of vm"
21768         required: true
21769         type: "string"
21770       - name: "vnfc-name"
21771         in: "path"
21772         description: "Id of vnfc-names"
21773         required: true
21774         type: "string"
21775       - name: "vnfc-network-role"
21776         in: "path"
21777         description: "Id of vnfc-network-data"
21778         required: true
21779         type: "string"
21780       - name: "vnfc-port-id"
21781         in: "path"
21782         description: "Id of vnfc-port"
21783         required: true
21784         type: "string"
21785       - in: "body"
21786         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
21787         description: "generic.resource.api.SubInterfaceNetworkData to be added or\
21788           \ updated"
21789         required: false
21790         schema:
21791           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21792           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
21793       responses:
21794         400:
21795           description: "Internal error"
21796         201:
21797           description: "Object created"
21798         204:
21799           description: "Object modified"
21800     delete:
21801       tags:
21802       - "GENERIC-RESOURCE-API"
21803       description: "removes generic.resource.api.SubInterfaceNetworkData"
21804       parameters:
21805       - name: "preload-id"
21806         in: "path"
21807         description: "Id of preload-list"
21808         required: true
21809         type: "string"
21810       - name: "preload-type"
21811         in: "path"
21812         description: "Id of preload-list"
21813         required: true
21814         type: "string"
21815       - name: "vm-type"
21816         in: "path"
21817         description: "Id of vm"
21818         required: true
21819         type: "string"
21820       - name: "vnfc-name"
21821         in: "path"
21822         description: "Id of vnfc-names"
21823         required: true
21824         type: "string"
21825       - name: "vnfc-network-role"
21826         in: "path"
21827         description: "Id of vnfc-network-data"
21828         required: true
21829         type: "string"
21830       - name: "vnfc-port-id"
21831         in: "path"
21832         description: "Id of vnfc-port"
21833         required: true
21834         type: "string"
21835       responses:
21836         400:
21837           description: "Internal error"
21838         204:
21839           description: "Object deleted"
21840   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/
21841   : post:
21842       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21843       parameters:
21844       - name: "preload-id"
21845         in: "path"
21846         description: "Id of preload-list"
21847         required: true
21848         type: "string"
21849       - name: "preload-type"
21850         in: "path"
21851         description: "Id of preload-list"
21852         required: true
21853         type: "string"
21854       - name: "vm-type"
21855         in: "path"
21856         description: "Id of vm"
21857         required: true
21858         type: "string"
21859       - name: "vnfc-name"
21860         in: "path"
21861         description: "Id of vnfc-names"
21862         required: true
21863         type: "string"
21864       - name: "vnfc-network-role"
21865         in: "path"
21866         description: "Id of vnfc-network-data"
21867         required: true
21868         type: "string"
21869       - name: "vnfc-port-id"
21870         in: "path"
21871         description: "Id of vnfc-port"
21872         required: true
21873         type: "string"
21874       - in: "body"
21875         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
21876         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
21877           \ to be added to list"
21878         required: false
21879         schema:
21880           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21881           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21882       responses:
21883         400:
21884           description: "Internal error"
21885         201:
21886           description: "Object created"
21887         409:
21888           description: "Object already exists"
21889   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
21890   : get:
21891       tags:
21892       - "GENERIC-RESOURCE-API"
21893       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21894       parameters:
21895       - name: "preload-id"
21896         in: "path"
21897         description: "Id of preload-list"
21898         required: true
21899         type: "string"
21900       - name: "preload-type"
21901         in: "path"
21902         description: "Id of preload-list"
21903         required: true
21904         type: "string"
21905       - name: "vm-type"
21906         in: "path"
21907         description: "Id of vm"
21908         required: true
21909         type: "string"
21910       - name: "vnfc-name"
21911         in: "path"
21912         description: "Id of vnfc-names"
21913         required: true
21914         type: "string"
21915       - name: "vnfc-network-role"
21916         in: "path"
21917         description: "Id of vnfc-network-data"
21918         required: true
21919         type: "string"
21920       - name: "vnfc-port-id"
21921         in: "path"
21922         description: "Id of vnfc-port"
21923         required: true
21924         type: "string"
21925       - name: "network-id"
21926         in: "path"
21927         description: "Id of sub-interface-network-data"
21928         required: true
21929         type: "string"
21930       responses:
21931         400:
21932           description: "Internal error"
21933         200:
21934           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21935           responseSchema:
21936             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21937             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21938           schema:
21939             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21940             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21941     post:
21942       tags:
21943       - "GENERIC-RESOURCE-API"
21944       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21945       parameters:
21946       - name: "preload-id"
21947         in: "path"
21948         description: "Id of preload-list"
21949         required: true
21950         type: "string"
21951       - name: "preload-type"
21952         in: "path"
21953         description: "Id of preload-list"
21954         required: true
21955         type: "string"
21956       - name: "vm-type"
21957         in: "path"
21958         description: "Id of vm"
21959         required: true
21960         type: "string"
21961       - name: "vnfc-name"
21962         in: "path"
21963         description: "Id of vnfc-names"
21964         required: true
21965         type: "string"
21966       - name: "vnfc-network-role"
21967         in: "path"
21968         description: "Id of vnfc-network-data"
21969         required: true
21970         type: "string"
21971       - name: "vnfc-port-id"
21972         in: "path"
21973         description: "Id of vnfc-port"
21974         required: true
21975         type: "string"
21976       - name: "network-id"
21977         in: "path"
21978         description: "Id of sub-interface-network-data"
21979         required: true
21980         type: "string"
21981       - in: "body"
21982         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
21983         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
21984           \ to be added to list"
21985         required: false
21986         schema:
21987           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21988           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
21989       responses:
21990         400:
21991           description: "Internal error"
21992         201:
21993           description: "Object created"
21994         409:
21995           description: "Object already exists"
21996     put:
21997       tags:
21998       - "GENERIC-RESOURCE-API"
21999       description: "creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
22000       parameters:
22001       - name: "preload-id"
22002         in: "path"
22003         description: "Id of preload-list"
22004         required: true
22005         type: "string"
22006       - name: "preload-type"
22007         in: "path"
22008         description: "Id of preload-list"
22009         required: true
22010         type: "string"
22011       - name: "vm-type"
22012         in: "path"
22013         description: "Id of vm"
22014         required: true
22015         type: "string"
22016       - name: "vnfc-name"
22017         in: "path"
22018         description: "Id of vnfc-names"
22019         required: true
22020         type: "string"
22021       - name: "vnfc-network-role"
22022         in: "path"
22023         description: "Id of vnfc-network-data"
22024         required: true
22025         type: "string"
22026       - name: "vnfc-port-id"
22027         in: "path"
22028         description: "Id of vnfc-port"
22029         required: true
22030         type: "string"
22031       - name: "network-id"
22032         in: "path"
22033         description: "Id of sub-interface-network-data"
22034         required: true
22035         type: "string"
22036       - in: "body"
22037         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
22038         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
22039           \ to be added or updated"
22040         required: false
22041         schema:
22042           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
22043           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
22044       responses:
22045         400:
22046           description: "Internal error"
22047         201:
22048           description: "Object created"
22049         204:
22050           description: "Object modified"
22051     delete:
22052       tags:
22053       - "GENERIC-RESOURCE-API"
22054       description: "removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
22055       parameters:
22056       - name: "preload-id"
22057         in: "path"
22058         description: "Id of preload-list"
22059         required: true
22060         type: "string"
22061       - name: "preload-type"
22062         in: "path"
22063         description: "Id of preload-list"
22064         required: true
22065         type: "string"
22066       - name: "vm-type"
22067         in: "path"
22068         description: "Id of vm"
22069         required: true
22070         type: "string"
22071       - name: "vnfc-name"
22072         in: "path"
22073         description: "Id of vnfc-names"
22074         required: true
22075         type: "string"
22076       - name: "vnfc-network-role"
22077         in: "path"
22078         description: "Id of vnfc-network-data"
22079         required: true
22080         type: "string"
22081       - name: "vnfc-port-id"
22082         in: "path"
22083         description: "Id of vnfc-port"
22084         required: true
22085         type: "string"
22086       - name: "network-id"
22087         in: "path"
22088         description: "Id of sub-interface-network-data"
22089         required: true
22090         type: "string"
22091       responses:
22092         400:
22093           description: "Internal error"
22094         204:
22095           description: "Object deleted"
22096   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
22097   : get:
22098       tags:
22099       - "GENERIC-RESOURCE-API"
22100       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22101       parameters:
22102       - name: "preload-id"
22103         in: "path"
22104         description: "Id of preload-list"
22105         required: true
22106         type: "string"
22107       - name: "preload-type"
22108         in: "path"
22109         description: "Id of preload-list"
22110         required: true
22111         type: "string"
22112       - name: "vm-type"
22113         in: "path"
22114         description: "Id of vm"
22115         required: true
22116         type: "string"
22117       - name: "vnfc-name"
22118         in: "path"
22119         description: "Id of vnfc-names"
22120         required: true
22121         type: "string"
22122       - name: "vnfc-network-role"
22123         in: "path"
22124         description: "Id of vnfc-network-data"
22125         required: true
22126         type: "string"
22127       - name: "vnfc-port-id"
22128         in: "path"
22129         description: "Id of vnfc-port"
22130         required: true
22131         type: "string"
22132       - name: "network-id"
22133         in: "path"
22134         description: "Id of sub-interface-network-data"
22135         required: true
22136         type: "string"
22137       responses:
22138         400:
22139           description: "Internal error"
22140         200:
22141           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22142           responseSchema:
22143             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22144             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22145           schema:
22146             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22147             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22148     post:
22149       tags:
22150       - "GENERIC-RESOURCE-API"
22151       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22152       parameters:
22153       - name: "preload-id"
22154         in: "path"
22155         description: "Id of preload-list"
22156         required: true
22157         type: "string"
22158       - name: "preload-type"
22159         in: "path"
22160         description: "Id of preload-list"
22161         required: true
22162         type: "string"
22163       - name: "vm-type"
22164         in: "path"
22165         description: "Id of vm"
22166         required: true
22167         type: "string"
22168       - name: "vnfc-name"
22169         in: "path"
22170         description: "Id of vnfc-names"
22171         required: true
22172         type: "string"
22173       - name: "vnfc-network-role"
22174         in: "path"
22175         description: "Id of vnfc-network-data"
22176         required: true
22177         type: "string"
22178       - name: "vnfc-port-id"
22179         in: "path"
22180         description: "Id of vnfc-port"
22181         required: true
22182         type: "string"
22183       - name: "network-id"
22184         in: "path"
22185         description: "Id of sub-interface-network-data"
22186         required: true
22187         type: "string"
22188       - in: "body"
22189         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
22190         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
22191           \ to be added to list"
22192         required: false
22193         schema:
22194           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22195           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22196       responses:
22197         400:
22198           description: "Internal error"
22199         201:
22200           description: "Object created"
22201         409:
22202           description: "Object already exists"
22203     put:
22204       tags:
22205       - "GENERIC-RESOURCE-API"
22206       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22207       parameters:
22208       - name: "preload-id"
22209         in: "path"
22210         description: "Id of preload-list"
22211         required: true
22212         type: "string"
22213       - name: "preload-type"
22214         in: "path"
22215         description: "Id of preload-list"
22216         required: true
22217         type: "string"
22218       - name: "vm-type"
22219         in: "path"
22220         description: "Id of vm"
22221         required: true
22222         type: "string"
22223       - name: "vnfc-name"
22224         in: "path"
22225         description: "Id of vnfc-names"
22226         required: true
22227         type: "string"
22228       - name: "vnfc-network-role"
22229         in: "path"
22230         description: "Id of vnfc-network-data"
22231         required: true
22232         type: "string"
22233       - name: "vnfc-port-id"
22234         in: "path"
22235         description: "Id of vnfc-port"
22236         required: true
22237         type: "string"
22238       - name: "network-id"
22239         in: "path"
22240         description: "Id of sub-interface-network-data"
22241         required: true
22242         type: "string"
22243       - in: "body"
22244         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
22245         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
22246           \ to be added or updated"
22247         required: false
22248         schema:
22249           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22250           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22251       responses:
22252         400:
22253           description: "Internal error"
22254         201:
22255           description: "Object created"
22256         204:
22257           description: "Object modified"
22258     delete:
22259       tags:
22260       - "GENERIC-RESOURCE-API"
22261       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
22262       parameters:
22263       - name: "preload-id"
22264         in: "path"
22265         description: "Id of preload-list"
22266         required: true
22267         type: "string"
22268       - name: "preload-type"
22269         in: "path"
22270         description: "Id of preload-list"
22271         required: true
22272         type: "string"
22273       - name: "vm-type"
22274         in: "path"
22275         description: "Id of vm"
22276         required: true
22277         type: "string"
22278       - name: "vnfc-name"
22279         in: "path"
22280         description: "Id of vnfc-names"
22281         required: true
22282         type: "string"
22283       - name: "vnfc-network-role"
22284         in: "path"
22285         description: "Id of vnfc-network-data"
22286         required: true
22287         type: "string"
22288       - name: "vnfc-port-id"
22289         in: "path"
22290         description: "Id of vnfc-port"
22291         required: true
22292         type: "string"
22293       - name: "network-id"
22294         in: "path"
22295         description: "Id of sub-interface-network-data"
22296         required: true
22297         type: "string"
22298       responses:
22299         400:
22300           description: "Internal error"
22301         204:
22302           description: "Object deleted"
22303   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
22304   : get:
22305       tags:
22306       - "GENERIC-RESOURCE-API"
22307       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22308       parameters:
22309       - name: "preload-id"
22310         in: "path"
22311         description: "Id of preload-list"
22312         required: true
22313         type: "string"
22314       - name: "preload-type"
22315         in: "path"
22316         description: "Id of preload-list"
22317         required: true
22318         type: "string"
22319       - name: "vm-type"
22320         in: "path"
22321         description: "Id of vm"
22322         required: true
22323         type: "string"
22324       - name: "vnfc-name"
22325         in: "path"
22326         description: "Id of vnfc-names"
22327         required: true
22328         type: "string"
22329       - name: "vnfc-network-role"
22330         in: "path"
22331         description: "Id of vnfc-network-data"
22332         required: true
22333         type: "string"
22334       - name: "vnfc-port-id"
22335         in: "path"
22336         description: "Id of vnfc-port"
22337         required: true
22338         type: "string"
22339       - name: "network-id"
22340         in: "path"
22341         description: "Id of sub-interface-network-data"
22342         required: true
22343         type: "string"
22344       responses:
22345         400:
22346           description: "Internal error"
22347         200:
22348           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22349           responseSchema:
22350             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22351             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22352           schema:
22353             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22354             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22355     post:
22356       tags:
22357       - "GENERIC-RESOURCE-API"
22358       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22359       parameters:
22360       - name: "preload-id"
22361         in: "path"
22362         description: "Id of preload-list"
22363         required: true
22364         type: "string"
22365       - name: "preload-type"
22366         in: "path"
22367         description: "Id of preload-list"
22368         required: true
22369         type: "string"
22370       - name: "vm-type"
22371         in: "path"
22372         description: "Id of vm"
22373         required: true
22374         type: "string"
22375       - name: "vnfc-name"
22376         in: "path"
22377         description: "Id of vnfc-names"
22378         required: true
22379         type: "string"
22380       - name: "vnfc-network-role"
22381         in: "path"
22382         description: "Id of vnfc-network-data"
22383         required: true
22384         type: "string"
22385       - name: "vnfc-port-id"
22386         in: "path"
22387         description: "Id of vnfc-port"
22388         required: true
22389         type: "string"
22390       - name: "network-id"
22391         in: "path"
22392         description: "Id of sub-interface-network-data"
22393         required: true
22394         type: "string"
22395       - in: "body"
22396         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
22397         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
22398           \ to be added to list"
22399         required: false
22400         schema:
22401           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22402           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22403       responses:
22404         400:
22405           description: "Internal error"
22406         201:
22407           description: "Object created"
22408         409:
22409           description: "Object already exists"
22410     put:
22411       tags:
22412       - "GENERIC-RESOURCE-API"
22413       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22414       parameters:
22415       - name: "preload-id"
22416         in: "path"
22417         description: "Id of preload-list"
22418         required: true
22419         type: "string"
22420       - name: "preload-type"
22421         in: "path"
22422         description: "Id of preload-list"
22423         required: true
22424         type: "string"
22425       - name: "vm-type"
22426         in: "path"
22427         description: "Id of vm"
22428         required: true
22429         type: "string"
22430       - name: "vnfc-name"
22431         in: "path"
22432         description: "Id of vnfc-names"
22433         required: true
22434         type: "string"
22435       - name: "vnfc-network-role"
22436         in: "path"
22437         description: "Id of vnfc-network-data"
22438         required: true
22439         type: "string"
22440       - name: "vnfc-port-id"
22441         in: "path"
22442         description: "Id of vnfc-port"
22443         required: true
22444         type: "string"
22445       - name: "network-id"
22446         in: "path"
22447         description: "Id of sub-interface-network-data"
22448         required: true
22449         type: "string"
22450       - in: "body"
22451         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
22452         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
22453           \ to be added or updated"
22454         required: false
22455         schema:
22456           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22457           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22458       responses:
22459         400:
22460           description: "Internal error"
22461         201:
22462           description: "Object created"
22463         204:
22464           description: "Object modified"
22465     delete:
22466       tags:
22467       - "GENERIC-RESOURCE-API"
22468       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
22469       parameters:
22470       - name: "preload-id"
22471         in: "path"
22472         description: "Id of preload-list"
22473         required: true
22474         type: "string"
22475       - name: "preload-type"
22476         in: "path"
22477         description: "Id of preload-list"
22478         required: true
22479         type: "string"
22480       - name: "vm-type"
22481         in: "path"
22482         description: "Id of vm"
22483         required: true
22484         type: "string"
22485       - name: "vnfc-name"
22486         in: "path"
22487         description: "Id of vnfc-names"
22488         required: true
22489         type: "string"
22490       - name: "vnfc-network-role"
22491         in: "path"
22492         description: "Id of vnfc-network-data"
22493         required: true
22494         type: "string"
22495       - name: "vnfc-port-id"
22496         in: "path"
22497         description: "Id of vnfc-port"
22498         required: true
22499         type: "string"
22500       - name: "network-id"
22501         in: "path"
22502         description: "Id of sub-interface-network-data"
22503         required: true
22504         type: "string"
22505       responses:
22506         400:
22507           description: "Internal error"
22508         204:
22509           description: "Object deleted"
22510   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/
22511   : post:
22512       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22513       parameters:
22514       - name: "preload-id"
22515         in: "path"
22516         description: "Id of preload-list"
22517         required: true
22518         type: "string"
22519       - name: "preload-type"
22520         in: "path"
22521         description: "Id of preload-list"
22522         required: true
22523         type: "string"
22524       - name: "vm-type"
22525         in: "path"
22526         description: "Id of vm"
22527         required: true
22528         type: "string"
22529       - name: "vnfc-name"
22530         in: "path"
22531         description: "Id of vnfc-names"
22532         required: true
22533         type: "string"
22534       - name: "vnfc-network-role"
22535         in: "path"
22536         description: "Id of vnfc-network-data"
22537         required: true
22538         type: "string"
22539       - name: "vnfc-port-id"
22540         in: "path"
22541         description: "Id of vnfc-port"
22542         required: true
22543         type: "string"
22544       - name: "network-id"
22545         in: "path"
22546         description: "Id of sub-interface-network-data"
22547         required: true
22548         type: "string"
22549       - in: "body"
22550         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
22551         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
22552           \ to be added to list"
22553         required: false
22554         schema:
22555           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22556           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22557       responses:
22558         400:
22559           description: "Internal error"
22560         201:
22561           description: "Object created"
22562         409:
22563           description: "Object already exists"
22564   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
22565   : get:
22566       tags:
22567       - "GENERIC-RESOURCE-API"
22568       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22569       parameters:
22570       - name: "preload-id"
22571         in: "path"
22572         description: "Id of preload-list"
22573         required: true
22574         type: "string"
22575       - name: "preload-type"
22576         in: "path"
22577         description: "Id of preload-list"
22578         required: true
22579         type: "string"
22580       - name: "vm-type"
22581         in: "path"
22582         description: "Id of vm"
22583         required: true
22584         type: "string"
22585       - name: "vnfc-name"
22586         in: "path"
22587         description: "Id of vnfc-names"
22588         required: true
22589         type: "string"
22590       - name: "vnfc-network-role"
22591         in: "path"
22592         description: "Id of vnfc-network-data"
22593         required: true
22594         type: "string"
22595       - name: "vnfc-port-id"
22596         in: "path"
22597         description: "Id of vnfc-port"
22598         required: true
22599         type: "string"
22600       - name: "network-id"
22601         in: "path"
22602         description: "Id of sub-interface-network-data"
22603         required: true
22604         type: "string"
22605       - name: "ip-version"
22606         in: "path"
22607         description: "Id of network-information-item"
22608         required: true
22609         type: "string"
22610       responses:
22611         400:
22612           description: "Internal error"
22613         200:
22614           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22615           responseSchema:
22616             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22617             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22618           schema:
22619             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22620             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22621     post:
22622       tags:
22623       - "GENERIC-RESOURCE-API"
22624       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22625       parameters:
22626       - name: "preload-id"
22627         in: "path"
22628         description: "Id of preload-list"
22629         required: true
22630         type: "string"
22631       - name: "preload-type"
22632         in: "path"
22633         description: "Id of preload-list"
22634         required: true
22635         type: "string"
22636       - name: "vm-type"
22637         in: "path"
22638         description: "Id of vm"
22639         required: true
22640         type: "string"
22641       - name: "vnfc-name"
22642         in: "path"
22643         description: "Id of vnfc-names"
22644         required: true
22645         type: "string"
22646       - name: "vnfc-network-role"
22647         in: "path"
22648         description: "Id of vnfc-network-data"
22649         required: true
22650         type: "string"
22651       - name: "vnfc-port-id"
22652         in: "path"
22653         description: "Id of vnfc-port"
22654         required: true
22655         type: "string"
22656       - name: "network-id"
22657         in: "path"
22658         description: "Id of sub-interface-network-data"
22659         required: true
22660         type: "string"
22661       - name: "ip-version"
22662         in: "path"
22663         description: "Id of network-information-item"
22664         required: true
22665         type: "string"
22666       - in: "body"
22667         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
22668         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
22669           \ to be added to list"
22670         required: false
22671         schema:
22672           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22673           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22674       responses:
22675         400:
22676           description: "Internal error"
22677         201:
22678           description: "Object created"
22679         409:
22680           description: "Object already exists"
22681     put:
22682       tags:
22683       - "GENERIC-RESOURCE-API"
22684       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22685       parameters:
22686       - name: "preload-id"
22687         in: "path"
22688         description: "Id of preload-list"
22689         required: true
22690         type: "string"
22691       - name: "preload-type"
22692         in: "path"
22693         description: "Id of preload-list"
22694         required: true
22695         type: "string"
22696       - name: "vm-type"
22697         in: "path"
22698         description: "Id of vm"
22699         required: true
22700         type: "string"
22701       - name: "vnfc-name"
22702         in: "path"
22703         description: "Id of vnfc-names"
22704         required: true
22705         type: "string"
22706       - name: "vnfc-network-role"
22707         in: "path"
22708         description: "Id of vnfc-network-data"
22709         required: true
22710         type: "string"
22711       - name: "vnfc-port-id"
22712         in: "path"
22713         description: "Id of vnfc-port"
22714         required: true
22715         type: "string"
22716       - name: "network-id"
22717         in: "path"
22718         description: "Id of sub-interface-network-data"
22719         required: true
22720         type: "string"
22721       - name: "ip-version"
22722         in: "path"
22723         description: "Id of network-information-item"
22724         required: true
22725         type: "string"
22726       - in: "body"
22727         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
22728         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
22729           \ to be added or updated"
22730         required: false
22731         schema:
22732           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22733           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22734       responses:
22735         400:
22736           description: "Internal error"
22737         201:
22738           description: "Object created"
22739         204:
22740           description: "Object modified"
22741     delete:
22742       tags:
22743       - "GENERIC-RESOURCE-API"
22744       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
22745       parameters:
22746       - name: "preload-id"
22747         in: "path"
22748         description: "Id of preload-list"
22749         required: true
22750         type: "string"
22751       - name: "preload-type"
22752         in: "path"
22753         description: "Id of preload-list"
22754         required: true
22755         type: "string"
22756       - name: "vm-type"
22757         in: "path"
22758         description: "Id of vm"
22759         required: true
22760         type: "string"
22761       - name: "vnfc-name"
22762         in: "path"
22763         description: "Id of vnfc-names"
22764         required: true
22765         type: "string"
22766       - name: "vnfc-network-role"
22767         in: "path"
22768         description: "Id of vnfc-network-data"
22769         required: true
22770         type: "string"
22771       - name: "vnfc-port-id"
22772         in: "path"
22773         description: "Id of vnfc-port"
22774         required: true
22775         type: "string"
22776       - name: "network-id"
22777         in: "path"
22778         description: "Id of sub-interface-network-data"
22779         required: true
22780         type: "string"
22781       - name: "ip-version"
22782         in: "path"
22783         description: "Id of network-information-item"
22784         required: true
22785         type: "string"
22786       responses:
22787         400:
22788           description: "Internal error"
22789         204:
22790           description: "Object deleted"
22791   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
22792   : get:
22793       tags:
22794       - "GENERIC-RESOURCE-API"
22795       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22796       parameters:
22797       - name: "preload-id"
22798         in: "path"
22799         description: "Id of preload-list"
22800         required: true
22801         type: "string"
22802       - name: "preload-type"
22803         in: "path"
22804         description: "Id of preload-list"
22805         required: true
22806         type: "string"
22807       - name: "vm-type"
22808         in: "path"
22809         description: "Id of vm"
22810         required: true
22811         type: "string"
22812       - name: "vnfc-name"
22813         in: "path"
22814         description: "Id of vnfc-names"
22815         required: true
22816         type: "string"
22817       - name: "vnfc-network-role"
22818         in: "path"
22819         description: "Id of vnfc-network-data"
22820         required: true
22821         type: "string"
22822       - name: "vnfc-port-id"
22823         in: "path"
22824         description: "Id of vnfc-port"
22825         required: true
22826         type: "string"
22827       - name: "network-id"
22828         in: "path"
22829         description: "Id of sub-interface-network-data"
22830         required: true
22831         type: "string"
22832       - name: "ip-version"
22833         in: "path"
22834         description: "Id of network-information-item"
22835         required: true
22836         type: "string"
22837       responses:
22838         400:
22839           description: "Internal error"
22840         200:
22841           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22842           responseSchema:
22843             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22844             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22845           schema:
22846             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22847             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22848     post:
22849       tags:
22850       - "GENERIC-RESOURCE-API"
22851       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22852       parameters:
22853       - name: "preload-id"
22854         in: "path"
22855         description: "Id of preload-list"
22856         required: true
22857         type: "string"
22858       - name: "preload-type"
22859         in: "path"
22860         description: "Id of preload-list"
22861         required: true
22862         type: "string"
22863       - name: "vm-type"
22864         in: "path"
22865         description: "Id of vm"
22866         required: true
22867         type: "string"
22868       - name: "vnfc-name"
22869         in: "path"
22870         description: "Id of vnfc-names"
22871         required: true
22872         type: "string"
22873       - name: "vnfc-network-role"
22874         in: "path"
22875         description: "Id of vnfc-network-data"
22876         required: true
22877         type: "string"
22878       - name: "vnfc-port-id"
22879         in: "path"
22880         description: "Id of vnfc-port"
22881         required: true
22882         type: "string"
22883       - name: "network-id"
22884         in: "path"
22885         description: "Id of sub-interface-network-data"
22886         required: true
22887         type: "string"
22888       - name: "ip-version"
22889         in: "path"
22890         description: "Id of network-information-item"
22891         required: true
22892         type: "string"
22893       - in: "body"
22894         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
22895         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
22896           \ to be added to list"
22897         required: false
22898         schema:
22899           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22900           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22901       responses:
22902         400:
22903           description: "Internal error"
22904         201:
22905           description: "Object created"
22906         409:
22907           description: "Object already exists"
22908     put:
22909       tags:
22910       - "GENERIC-RESOURCE-API"
22911       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22912       parameters:
22913       - name: "preload-id"
22914         in: "path"
22915         description: "Id of preload-list"
22916         required: true
22917         type: "string"
22918       - name: "preload-type"
22919         in: "path"
22920         description: "Id of preload-list"
22921         required: true
22922         type: "string"
22923       - name: "vm-type"
22924         in: "path"
22925         description: "Id of vm"
22926         required: true
22927         type: "string"
22928       - name: "vnfc-name"
22929         in: "path"
22930         description: "Id of vnfc-names"
22931         required: true
22932         type: "string"
22933       - name: "vnfc-network-role"
22934         in: "path"
22935         description: "Id of vnfc-network-data"
22936         required: true
22937         type: "string"
22938       - name: "vnfc-port-id"
22939         in: "path"
22940         description: "Id of vnfc-port"
22941         required: true
22942         type: "string"
22943       - name: "network-id"
22944         in: "path"
22945         description: "Id of sub-interface-network-data"
22946         required: true
22947         type: "string"
22948       - name: "ip-version"
22949         in: "path"
22950         description: "Id of network-information-item"
22951         required: true
22952         type: "string"
22953       - in: "body"
22954         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
22955         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
22956           \ to be added or updated"
22957         required: false
22958         schema:
22959           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22960           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22961       responses:
22962         400:
22963           description: "Internal error"
22964         201:
22965           description: "Object created"
22966         204:
22967           description: "Object modified"
22968     delete:
22969       tags:
22970       - "GENERIC-RESOURCE-API"
22971       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
22972       parameters:
22973       - name: "preload-id"
22974         in: "path"
22975         description: "Id of preload-list"
22976         required: true
22977         type: "string"
22978       - name: "preload-type"
22979         in: "path"
22980         description: "Id of preload-list"
22981         required: true
22982         type: "string"
22983       - name: "vm-type"
22984         in: "path"
22985         description: "Id of vm"
22986         required: true
22987         type: "string"
22988       - name: "vnfc-name"
22989         in: "path"
22990         description: "Id of vnfc-names"
22991         required: true
22992         type: "string"
22993       - name: "vnfc-network-role"
22994         in: "path"
22995         description: "Id of vnfc-network-data"
22996         required: true
22997         type: "string"
22998       - name: "vnfc-port-id"
22999         in: "path"
23000         description: "Id of vnfc-port"
23001         required: true
23002         type: "string"
23003       - name: "network-id"
23004         in: "path"
23005         description: "Id of sub-interface-network-data"
23006         required: true
23007         type: "string"
23008       - name: "ip-version"
23009         in: "path"
23010         description: "Id of network-information-item"
23011         required: true
23012         type: "string"
23013       responses:
23014         400:
23015           description: "Internal error"
23016         204:
23017           description: "Object deleted"
23018   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/
23019   : post:
23020       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23021       parameters:
23022       - name: "preload-id"
23023         in: "path"
23024         description: "Id of preload-list"
23025         required: true
23026         type: "string"
23027       - name: "preload-type"
23028         in: "path"
23029         description: "Id of preload-list"
23030         required: true
23031         type: "string"
23032       - name: "vm-type"
23033         in: "path"
23034         description: "Id of vm"
23035         required: true
23036         type: "string"
23037       - name: "vnfc-name"
23038         in: "path"
23039         description: "Id of vnfc-names"
23040         required: true
23041         type: "string"
23042       - name: "vnfc-network-role"
23043         in: "path"
23044         description: "Id of vnfc-network-data"
23045         required: true
23046         type: "string"
23047       - in: "body"
23048         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
23049         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
23050           \ to be added to list"
23051         required: false
23052         schema:
23053           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23054           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23055       responses:
23056         400:
23057           description: "Internal error"
23058         201:
23059           description: "Object created"
23060         409:
23061           description: "Object already exists"
23062   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/
23063   : get:
23064       tags:
23065       - "GENERIC-RESOURCE-API"
23066       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23067       parameters:
23068       - name: "preload-id"
23069         in: "path"
23070         description: "Id of preload-list"
23071         required: true
23072         type: "string"
23073       - name: "preload-type"
23074         in: "path"
23075         description: "Id of preload-list"
23076         required: true
23077         type: "string"
23078       - name: "vm-type"
23079         in: "path"
23080         description: "Id of vm"
23081         required: true
23082         type: "string"
23083       - name: "vnfc-name"
23084         in: "path"
23085         description: "Id of vnfc-names"
23086         required: true
23087         type: "string"
23088       - name: "vnfc-network-role"
23089         in: "path"
23090         description: "Id of vnfc-network-data"
23091         required: true
23092         type: "string"
23093       - name: "vnfc-subnet-role"
23094         in: "path"
23095         description: "Id of vnfc-subnet"
23096         required: true
23097         type: "string"
23098       responses:
23099         400:
23100           description: "Internal error"
23101         200:
23102           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23103           responseSchema:
23104             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23105             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23106           schema:
23107             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23108             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23109     post:
23110       tags:
23111       - "GENERIC-RESOURCE-API"
23112       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23113       parameters:
23114       - name: "preload-id"
23115         in: "path"
23116         description: "Id of preload-list"
23117         required: true
23118         type: "string"
23119       - name: "preload-type"
23120         in: "path"
23121         description: "Id of preload-list"
23122         required: true
23123         type: "string"
23124       - name: "vm-type"
23125         in: "path"
23126         description: "Id of vm"
23127         required: true
23128         type: "string"
23129       - name: "vnfc-name"
23130         in: "path"
23131         description: "Id of vnfc-names"
23132         required: true
23133         type: "string"
23134       - name: "vnfc-network-role"
23135         in: "path"
23136         description: "Id of vnfc-network-data"
23137         required: true
23138         type: "string"
23139       - name: "vnfc-subnet-role"
23140         in: "path"
23141         description: "Id of vnfc-subnet"
23142         required: true
23143         type: "string"
23144       - in: "body"
23145         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
23146         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
23147           \ to be added to list"
23148         required: false
23149         schema:
23150           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23151           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23152       responses:
23153         400:
23154           description: "Internal error"
23155         201:
23156           description: "Object created"
23157         409:
23158           description: "Object already exists"
23159     put:
23160       tags:
23161       - "GENERIC-RESOURCE-API"
23162       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23163       parameters:
23164       - name: "preload-id"
23165         in: "path"
23166         description: "Id of preload-list"
23167         required: true
23168         type: "string"
23169       - name: "preload-type"
23170         in: "path"
23171         description: "Id of preload-list"
23172         required: true
23173         type: "string"
23174       - name: "vm-type"
23175         in: "path"
23176         description: "Id of vm"
23177         required: true
23178         type: "string"
23179       - name: "vnfc-name"
23180         in: "path"
23181         description: "Id of vnfc-names"
23182         required: true
23183         type: "string"
23184       - name: "vnfc-network-role"
23185         in: "path"
23186         description: "Id of vnfc-network-data"
23187         required: true
23188         type: "string"
23189       - name: "vnfc-subnet-role"
23190         in: "path"
23191         description: "Id of vnfc-subnet"
23192         required: true
23193         type: "string"
23194       - in: "body"
23195         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
23196         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
23197           \ to be added or updated"
23198         required: false
23199         schema:
23200           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23201           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23202       responses:
23203         400:
23204           description: "Internal error"
23205         201:
23206           description: "Object created"
23207         204:
23208           description: "Object modified"
23209     delete:
23210       tags:
23211       - "GENERIC-RESOURCE-API"
23212       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
23213       parameters:
23214       - name: "preload-id"
23215         in: "path"
23216         description: "Id of preload-list"
23217         required: true
23218         type: "string"
23219       - name: "preload-type"
23220         in: "path"
23221         description: "Id of preload-list"
23222         required: true
23223         type: "string"
23224       - name: "vm-type"
23225         in: "path"
23226         description: "Id of vm"
23227         required: true
23228         type: "string"
23229       - name: "vnfc-name"
23230         in: "path"
23231         description: "Id of vnfc-names"
23232         required: true
23233         type: "string"
23234       - name: "vnfc-network-role"
23235         in: "path"
23236         description: "Id of vnfc-network-data"
23237         required: true
23238         type: "string"
23239       - name: "vnfc-subnet-role"
23240         in: "path"
23241         description: "Id of vnfc-subnet"
23242         required: true
23243         type: "string"
23244       responses:
23245         400:
23246           description: "Internal error"
23247         204:
23248           description: "Object deleted"
23249   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/
23250   : post:
23251       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23252       parameters:
23253       - name: "preload-id"
23254         in: "path"
23255         description: "Id of preload-list"
23256         required: true
23257         type: "string"
23258       - name: "preload-type"
23259         in: "path"
23260         description: "Id of preload-list"
23261         required: true
23262         type: "string"
23263       - name: "vm-type"
23264         in: "path"
23265         description: "Id of vm"
23266         required: true
23267         type: "string"
23268       - name: "vnfc-name"
23269         in: "path"
23270         description: "Id of vnfc-names"
23271         required: true
23272         type: "string"
23273       - name: "vnfc-network-role"
23274         in: "path"
23275         description: "Id of vnfc-network-data"
23276         required: true
23277         type: "string"
23278       - name: "vnfc-subnet-role"
23279         in: "path"
23280         description: "Id of vnfc-subnet"
23281         required: true
23282         type: "string"
23283       - in: "body"
23284         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
23285         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
23286           \ to be added to list"
23287         required: false
23288         schema:
23289           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23290           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23291       responses:
23292         400:
23293           description: "Internal error"
23294         201:
23295           description: "Object created"
23296         409:
23297           description: "Object already exists"
23298   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/
23299   : get:
23300       tags:
23301       - "GENERIC-RESOURCE-API"
23302       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23303       parameters:
23304       - name: "preload-id"
23305         in: "path"
23306         description: "Id of preload-list"
23307         required: true
23308         type: "string"
23309       - name: "preload-type"
23310         in: "path"
23311         description: "Id of preload-list"
23312         required: true
23313         type: "string"
23314       - name: "vm-type"
23315         in: "path"
23316         description: "Id of vm"
23317         required: true
23318         type: "string"
23319       - name: "vnfc-name"
23320         in: "path"
23321         description: "Id of vnfc-names"
23322         required: true
23323         type: "string"
23324       - name: "vnfc-network-role"
23325         in: "path"
23326         description: "Id of vnfc-network-data"
23327         required: true
23328         type: "string"
23329       - name: "vnfc-subnet-role"
23330         in: "path"
23331         description: "Id of vnfc-subnet"
23332         required: true
23333         type: "string"
23334       - name: "vnfc-address-family"
23335         in: "path"
23336         description: "Id of vnfc-ip-assignments"
23337         required: true
23338         type: "string"
23339       responses:
23340         400:
23341           description: "Internal error"
23342         200:
23343           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23344           responseSchema:
23345             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23346             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23347           schema:
23348             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23349             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23350     post:
23351       tags:
23352       - "GENERIC-RESOURCE-API"
23353       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23354       parameters:
23355       - name: "preload-id"
23356         in: "path"
23357         description: "Id of preload-list"
23358         required: true
23359         type: "string"
23360       - name: "preload-type"
23361         in: "path"
23362         description: "Id of preload-list"
23363         required: true
23364         type: "string"
23365       - name: "vm-type"
23366         in: "path"
23367         description: "Id of vm"
23368         required: true
23369         type: "string"
23370       - name: "vnfc-name"
23371         in: "path"
23372         description: "Id of vnfc-names"
23373         required: true
23374         type: "string"
23375       - name: "vnfc-network-role"
23376         in: "path"
23377         description: "Id of vnfc-network-data"
23378         required: true
23379         type: "string"
23380       - name: "vnfc-subnet-role"
23381         in: "path"
23382         description: "Id of vnfc-subnet"
23383         required: true
23384         type: "string"
23385       - name: "vnfc-address-family"
23386         in: "path"
23387         description: "Id of vnfc-ip-assignments"
23388         required: true
23389         type: "string"
23390       - in: "body"
23391         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
23392         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
23393           \ to be added to list"
23394         required: false
23395         schema:
23396           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23397           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23398       responses:
23399         400:
23400           description: "Internal error"
23401         201:
23402           description: "Object created"
23403         409:
23404           description: "Object already exists"
23405     put:
23406       tags:
23407       - "GENERIC-RESOURCE-API"
23408       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23409       parameters:
23410       - name: "preload-id"
23411         in: "path"
23412         description: "Id of preload-list"
23413         required: true
23414         type: "string"
23415       - name: "preload-type"
23416         in: "path"
23417         description: "Id of preload-list"
23418         required: true
23419         type: "string"
23420       - name: "vm-type"
23421         in: "path"
23422         description: "Id of vm"
23423         required: true
23424         type: "string"
23425       - name: "vnfc-name"
23426         in: "path"
23427         description: "Id of vnfc-names"
23428         required: true
23429         type: "string"
23430       - name: "vnfc-network-role"
23431         in: "path"
23432         description: "Id of vnfc-network-data"
23433         required: true
23434         type: "string"
23435       - name: "vnfc-subnet-role"
23436         in: "path"
23437         description: "Id of vnfc-subnet"
23438         required: true
23439         type: "string"
23440       - name: "vnfc-address-family"
23441         in: "path"
23442         description: "Id of vnfc-ip-assignments"
23443         required: true
23444         type: "string"
23445       - in: "body"
23446         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
23447         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
23448           \ to be added or updated"
23449         required: false
23450         schema:
23451           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23452           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23453       responses:
23454         400:
23455           description: "Internal error"
23456         201:
23457           description: "Object created"
23458         204:
23459           description: "Object modified"
23460     delete:
23461       tags:
23462       - "GENERIC-RESOURCE-API"
23463       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
23464       parameters:
23465       - name: "preload-id"
23466         in: "path"
23467         description: "Id of preload-list"
23468         required: true
23469         type: "string"
23470       - name: "preload-type"
23471         in: "path"
23472         description: "Id of preload-list"
23473         required: true
23474         type: "string"
23475       - name: "vm-type"
23476         in: "path"
23477         description: "Id of vm"
23478         required: true
23479         type: "string"
23480       - name: "vnfc-name"
23481         in: "path"
23482         description: "Id of vnfc-names"
23483         required: true
23484         type: "string"
23485       - name: "vnfc-network-role"
23486         in: "path"
23487         description: "Id of vnfc-network-data"
23488         required: true
23489         type: "string"
23490       - name: "vnfc-subnet-role"
23491         in: "path"
23492         description: "Id of vnfc-subnet"
23493         required: true
23494         type: "string"
23495       - name: "vnfc-address-family"
23496         in: "path"
23497         description: "Id of vnfc-ip-assignments"
23498         required: true
23499         type: "string"
23500       responses:
23501         400:
23502           description: "Internal error"
23503         204:
23504           description: "Object deleted"
23505   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/
23506   : post:
23507       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23508       parameters:
23509       - name: "preload-id"
23510         in: "path"
23511         description: "Id of preload-list"
23512         required: true
23513         type: "string"
23514       - name: "preload-type"
23515         in: "path"
23516         description: "Id of preload-list"
23517         required: true
23518         type: "string"
23519       - name: "vm-type"
23520         in: "path"
23521         description: "Id of vm"
23522         required: true
23523         type: "string"
23524       - name: "vnfc-name"
23525         in: "path"
23526         description: "Id of vnfc-names"
23527         required: true
23528         type: "string"
23529       - name: "vnfc-network-role"
23530         in: "path"
23531         description: "Id of vnfc-network-data"
23532         required: true
23533         type: "string"
23534       - name: "vnfc-subnet-role"
23535         in: "path"
23536         description: "Id of vnfc-subnet"
23537         required: true
23538         type: "string"
23539       - name: "vnfc-address-family"
23540         in: "path"
23541         description: "Id of vnfc-ip-assignments"
23542         required: true
23543         type: "string"
23544       - in: "body"
23545         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
23546         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
23547           \ to be added to list"
23548         required: false
23549         schema:
23550           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23551           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23552       responses:
23553         400:
23554           description: "Internal error"
23555         201:
23556           description: "Object created"
23557         409:
23558           description: "Object already exists"
23559   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/{vnfc-ip-address}/
23560   : get:
23561       tags:
23562       - "GENERIC-RESOURCE-API"
23563       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23564       parameters:
23565       - name: "preload-id"
23566         in: "path"
23567         description: "Id of preload-list"
23568         required: true
23569         type: "string"
23570       - name: "preload-type"
23571         in: "path"
23572         description: "Id of preload-list"
23573         required: true
23574         type: "string"
23575       - name: "vm-type"
23576         in: "path"
23577         description: "Id of vm"
23578         required: true
23579         type: "string"
23580       - name: "vnfc-name"
23581         in: "path"
23582         description: "Id of vnfc-names"
23583         required: true
23584         type: "string"
23585       - name: "vnfc-network-role"
23586         in: "path"
23587         description: "Id of vnfc-network-data"
23588         required: true
23589         type: "string"
23590       - name: "vnfc-subnet-role"
23591         in: "path"
23592         description: "Id of vnfc-subnet"
23593         required: true
23594         type: "string"
23595       - name: "vnfc-address-family"
23596         in: "path"
23597         description: "Id of vnfc-ip-assignments"
23598         required: true
23599         type: "string"
23600       - name: "vnfc-ip-address"
23601         in: "path"
23602         description: "Id of vnfc-subnet-ip"
23603         required: true
23604         type: "string"
23605       responses:
23606         400:
23607           description: "Internal error"
23608         200:
23609           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23610           responseSchema:
23611             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23612             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23613           schema:
23614             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23615             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23616     post:
23617       tags:
23618       - "GENERIC-RESOURCE-API"
23619       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23620       parameters:
23621       - name: "preload-id"
23622         in: "path"
23623         description: "Id of preload-list"
23624         required: true
23625         type: "string"
23626       - name: "preload-type"
23627         in: "path"
23628         description: "Id of preload-list"
23629         required: true
23630         type: "string"
23631       - name: "vm-type"
23632         in: "path"
23633         description: "Id of vm"
23634         required: true
23635         type: "string"
23636       - name: "vnfc-name"
23637         in: "path"
23638         description: "Id of vnfc-names"
23639         required: true
23640         type: "string"
23641       - name: "vnfc-network-role"
23642         in: "path"
23643         description: "Id of vnfc-network-data"
23644         required: true
23645         type: "string"
23646       - name: "vnfc-subnet-role"
23647         in: "path"
23648         description: "Id of vnfc-subnet"
23649         required: true
23650         type: "string"
23651       - name: "vnfc-address-family"
23652         in: "path"
23653         description: "Id of vnfc-ip-assignments"
23654         required: true
23655         type: "string"
23656       - name: "vnfc-ip-address"
23657         in: "path"
23658         description: "Id of vnfc-subnet-ip"
23659         required: true
23660         type: "string"
23661       - in: "body"
23662         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
23663         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
23664           \ to be added to list"
23665         required: false
23666         schema:
23667           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23668           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23669       responses:
23670         400:
23671           description: "Internal error"
23672         201:
23673           description: "Object created"
23674         409:
23675           description: "Object already exists"
23676     put:
23677       tags:
23678       - "GENERIC-RESOURCE-API"
23679       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23680       parameters:
23681       - name: "preload-id"
23682         in: "path"
23683         description: "Id of preload-list"
23684         required: true
23685         type: "string"
23686       - name: "preload-type"
23687         in: "path"
23688         description: "Id of preload-list"
23689         required: true
23690         type: "string"
23691       - name: "vm-type"
23692         in: "path"
23693         description: "Id of vm"
23694         required: true
23695         type: "string"
23696       - name: "vnfc-name"
23697         in: "path"
23698         description: "Id of vnfc-names"
23699         required: true
23700         type: "string"
23701       - name: "vnfc-network-role"
23702         in: "path"
23703         description: "Id of vnfc-network-data"
23704         required: true
23705         type: "string"
23706       - name: "vnfc-subnet-role"
23707         in: "path"
23708         description: "Id of vnfc-subnet"
23709         required: true
23710         type: "string"
23711       - name: "vnfc-address-family"
23712         in: "path"
23713         description: "Id of vnfc-ip-assignments"
23714         required: true
23715         type: "string"
23716       - name: "vnfc-ip-address"
23717         in: "path"
23718         description: "Id of vnfc-subnet-ip"
23719         required: true
23720         type: "string"
23721       - in: "body"
23722         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
23723         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
23724           \ to be added or updated"
23725         required: false
23726         schema:
23727           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23728           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23729       responses:
23730         400:
23731           description: "Internal error"
23732         201:
23733           description: "Object created"
23734         204:
23735           description: "Object modified"
23736     delete:
23737       tags:
23738       - "GENERIC-RESOURCE-API"
23739       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
23740       parameters:
23741       - name: "preload-id"
23742         in: "path"
23743         description: "Id of preload-list"
23744         required: true
23745         type: "string"
23746       - name: "preload-type"
23747         in: "path"
23748         description: "Id of preload-list"
23749         required: true
23750         type: "string"
23751       - name: "vm-type"
23752         in: "path"
23753         description: "Id of vm"
23754         required: true
23755         type: "string"
23756       - name: "vnfc-name"
23757         in: "path"
23758         description: "Id of vnfc-names"
23759         required: true
23760         type: "string"
23761       - name: "vnfc-network-role"
23762         in: "path"
23763         description: "Id of vnfc-network-data"
23764         required: true
23765         type: "string"
23766       - name: "vnfc-subnet-role"
23767         in: "path"
23768         description: "Id of vnfc-subnet"
23769         required: true
23770         type: "string"
23771       - name: "vnfc-address-family"
23772         in: "path"
23773         description: "Id of vnfc-ip-assignments"
23774         required: true
23775         type: "string"
23776       - name: "vnfc-ip-address"
23777         in: "path"
23778         description: "Id of vnfc-subnet-ip"
23779         required: true
23780         type: "string"
23781       responses:
23782         400:
23783           description: "Internal error"
23784         204:
23785           description: "Object deleted"
23786   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/
23787   : get:
23788       tags:
23789       - "GENERIC-RESOURCE-API"
23790       description: "returns generic.resource.api.vmtopologydata.VmNetworks"
23791       parameters:
23792       - name: "preload-id"
23793         in: "path"
23794         description: "Id of preload-list"
23795         required: true
23796         type: "string"
23797       - name: "preload-type"
23798         in: "path"
23799         description: "Id of preload-list"
23800         required: true
23801         type: "string"
23802       - name: "vm-type"
23803         in: "path"
23804         description: "Id of vm"
23805         required: true
23806         type: "string"
23807       responses:
23808         400:
23809           description: "Internal error"
23810         200:
23811           description: "generic.resource.api.vmtopologydata.VmNetworks"
23812           responseSchema:
23813             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23814             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23815           schema:
23816             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23817             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23818     post:
23819       tags:
23820       - "GENERIC-RESOURCE-API"
23821       description: "creates generic.resource.api.vmtopologydata.VmNetworks"
23822       parameters:
23823       - name: "preload-id"
23824         in: "path"
23825         description: "Id of preload-list"
23826         required: true
23827         type: "string"
23828       - name: "preload-type"
23829         in: "path"
23830         description: "Id of preload-list"
23831         required: true
23832         type: "string"
23833       - name: "vm-type"
23834         in: "path"
23835         description: "Id of vm"
23836         required: true
23837         type: "string"
23838       - in: "body"
23839         name: "generic.resource.api.vmtopologydata.VmNetworks.body-param"
23840         description: "generic.resource.api.vmtopologydata.VmNetworks to be added to\
23841           \ list"
23842         required: false
23843         schema:
23844           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23845           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23846       responses:
23847         400:
23848           description: "Internal error"
23849         201:
23850           description: "Object created"
23851         409:
23852           description: "Object already exists"
23853     put:
23854       tags:
23855       - "GENERIC-RESOURCE-API"
23856       description: "creates or updates generic.resource.api.vmtopologydata.VmNetworks"
23857       parameters:
23858       - name: "preload-id"
23859         in: "path"
23860         description: "Id of preload-list"
23861         required: true
23862         type: "string"
23863       - name: "preload-type"
23864         in: "path"
23865         description: "Id of preload-list"
23866         required: true
23867         type: "string"
23868       - name: "vm-type"
23869         in: "path"
23870         description: "Id of vm"
23871         required: true
23872         type: "string"
23873       - in: "body"
23874         name: "generic.resource.api.vmtopologydata.VmNetworks.body-param"
23875         description: "generic.resource.api.vmtopologydata.VmNetworks to be added or\
23876           \ updated"
23877         required: false
23878         schema:
23879           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23880           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
23881       responses:
23882         400:
23883           description: "Internal error"
23884         201:
23885           description: "Object created"
23886         204:
23887           description: "Object modified"
23888     delete:
23889       tags:
23890       - "GENERIC-RESOURCE-API"
23891       description: "removes generic.resource.api.vmtopologydata.VmNetworks"
23892       parameters:
23893       - name: "preload-id"
23894         in: "path"
23895         description: "Id of preload-list"
23896         required: true
23897         type: "string"
23898       - name: "preload-type"
23899         in: "path"
23900         description: "Id of preload-list"
23901         required: true
23902         type: "string"
23903       - name: "vm-type"
23904         in: "path"
23905         description: "Id of vm"
23906         required: true
23907         type: "string"
23908       responses:
23909         400:
23910           description: "Internal error"
23911         204:
23912           description: "Object deleted"
23913   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/
23914   : post:
23915       description: "creates generic.resource.api.VmNetworkData"
23916       parameters:
23917       - name: "preload-id"
23918         in: "path"
23919         description: "Id of preload-list"
23920         required: true
23921         type: "string"
23922       - name: "preload-type"
23923         in: "path"
23924         description: "Id of preload-list"
23925         required: true
23926         type: "string"
23927       - name: "vm-type"
23928         in: "path"
23929         description: "Id of vm"
23930         required: true
23931         type: "string"
23932       - in: "body"
23933         name: "generic.resource.api.VmNetworkData.body-param"
23934         description: "generic.resource.api.VmNetworkData to be added to list"
23935         required: false
23936         schema:
23937           $ref: "#/definitions/generic.resource.api.VmNetworkData"
23938           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
23939       responses:
23940         400:
23941           description: "Internal error"
23942         201:
23943           description: "Object created"
23944         409:
23945           description: "Object already exists"
23946   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/
23947   : get:
23948       tags:
23949       - "GENERIC-RESOURCE-API"
23950       description: "returns generic.resource.api.VmNetworkData"
23951       parameters:
23952       - name: "preload-id"
23953         in: "path"
23954         description: "Id of preload-list"
23955         required: true
23956         type: "string"
23957       - name: "preload-type"
23958         in: "path"
23959         description: "Id of preload-list"
23960         required: true
23961         type: "string"
23962       - name: "vm-type"
23963         in: "path"
23964         description: "Id of vm"
23965         required: true
23966         type: "string"
23967       - name: "network-role"
23968         in: "path"
23969         description: "Id of vm-network"
23970         required: true
23971         type: "string"
23972       responses:
23973         400:
23974           description: "Internal error"
23975         200:
23976           description: "generic.resource.api.VmNetworkData"
23977           responseSchema:
23978             $ref: "#/definitions/generic.resource.api.VmNetworkData"
23979             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
23980           schema:
23981             $ref: "#/definitions/generic.resource.api.VmNetworkData"
23982             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
23983     post:
23984       tags:
23985       - "GENERIC-RESOURCE-API"
23986       description: "creates generic.resource.api.VmNetworkData"
23987       parameters:
23988       - name: "preload-id"
23989         in: "path"
23990         description: "Id of preload-list"
23991         required: true
23992         type: "string"
23993       - name: "preload-type"
23994         in: "path"
23995         description: "Id of preload-list"
23996         required: true
23997         type: "string"
23998       - name: "vm-type"
23999         in: "path"
24000         description: "Id of vm"
24001         required: true
24002         type: "string"
24003       - name: "network-role"
24004         in: "path"
24005         description: "Id of vm-network"
24006         required: true
24007         type: "string"
24008       - in: "body"
24009         name: "generic.resource.api.VmNetworkData.body-param"
24010         description: "generic.resource.api.VmNetworkData to be added to list"
24011         required: false
24012         schema:
24013           $ref: "#/definitions/generic.resource.api.VmNetworkData"
24014           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
24015       responses:
24016         400:
24017           description: "Internal error"
24018         201:
24019           description: "Object created"
24020         409:
24021           description: "Object already exists"
24022     put:
24023       tags:
24024       - "GENERIC-RESOURCE-API"
24025       description: "creates or updates generic.resource.api.VmNetworkData"
24026       parameters:
24027       - name: "preload-id"
24028         in: "path"
24029         description: "Id of preload-list"
24030         required: true
24031         type: "string"
24032       - name: "preload-type"
24033         in: "path"
24034         description: "Id of preload-list"
24035         required: true
24036         type: "string"
24037       - name: "vm-type"
24038         in: "path"
24039         description: "Id of vm"
24040         required: true
24041         type: "string"
24042       - name: "network-role"
24043         in: "path"
24044         description: "Id of vm-network"
24045         required: true
24046         type: "string"
24047       - in: "body"
24048         name: "generic.resource.api.VmNetworkData.body-param"
24049         description: "generic.resource.api.VmNetworkData to be added or updated"
24050         required: false
24051         schema:
24052           $ref: "#/definitions/generic.resource.api.VmNetworkData"
24053           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
24054       responses:
24055         400:
24056           description: "Internal error"
24057         201:
24058           description: "Object created"
24059         204:
24060           description: "Object modified"
24061     delete:
24062       tags:
24063       - "GENERIC-RESOURCE-API"
24064       description: "removes generic.resource.api.VmNetworkData"
24065       parameters:
24066       - name: "preload-id"
24067         in: "path"
24068         description: "Id of preload-list"
24069         required: true
24070         type: "string"
24071       - name: "preload-type"
24072         in: "path"
24073         description: "Id of preload-list"
24074         required: true
24075         type: "string"
24076       - name: "vm-type"
24077         in: "path"
24078         description: "Id of vm"
24079         required: true
24080         type: "string"
24081       - name: "network-role"
24082         in: "path"
24083         description: "Id of vm-network"
24084         required: true
24085         type: "string"
24086       responses:
24087         400:
24088           description: "Internal error"
24089         204:
24090           description: "Object deleted"
24091   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/floating-ips/
24092   : get:
24093       tags:
24094       - "GENERIC-RESOURCE-API"
24095       description: "returns generic.resource.api.vmnetworkdata.FloatingIps"
24096       parameters:
24097       - name: "preload-id"
24098         in: "path"
24099         description: "Id of preload-list"
24100         required: true
24101         type: "string"
24102       - name: "preload-type"
24103         in: "path"
24104         description: "Id of preload-list"
24105         required: true
24106         type: "string"
24107       - name: "vm-type"
24108         in: "path"
24109         description: "Id of vm"
24110         required: true
24111         type: "string"
24112       - name: "network-role"
24113         in: "path"
24114         description: "Id of vm-network"
24115         required: true
24116         type: "string"
24117       responses:
24118         400:
24119           description: "Internal error"
24120         200:
24121           description: "generic.resource.api.vmnetworkdata.FloatingIps"
24122           responseSchema:
24123             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24124             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24125           schema:
24126             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24127             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24128     post:
24129       tags:
24130       - "GENERIC-RESOURCE-API"
24131       description: "creates generic.resource.api.vmnetworkdata.FloatingIps"
24132       parameters:
24133       - name: "preload-id"
24134         in: "path"
24135         description: "Id of preload-list"
24136         required: true
24137         type: "string"
24138       - name: "preload-type"
24139         in: "path"
24140         description: "Id of preload-list"
24141         required: true
24142         type: "string"
24143       - name: "vm-type"
24144         in: "path"
24145         description: "Id of vm"
24146         required: true
24147         type: "string"
24148       - name: "network-role"
24149         in: "path"
24150         description: "Id of vm-network"
24151         required: true
24152         type: "string"
24153       - in: "body"
24154         name: "generic.resource.api.vmnetworkdata.FloatingIps.body-param"
24155         description: "generic.resource.api.vmnetworkdata.FloatingIps to be added to\
24156           \ list"
24157         required: false
24158         schema:
24159           $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24160           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24161       responses:
24162         400:
24163           description: "Internal error"
24164         201:
24165           description: "Object created"
24166         409:
24167           description: "Object already exists"
24168     put:
24169       tags:
24170       - "GENERIC-RESOURCE-API"
24171       description: "creates or updates generic.resource.api.vmnetworkdata.FloatingIps"
24172       parameters:
24173       - name: "preload-id"
24174         in: "path"
24175         description: "Id of preload-list"
24176         required: true
24177         type: "string"
24178       - name: "preload-type"
24179         in: "path"
24180         description: "Id of preload-list"
24181         required: true
24182         type: "string"
24183       - name: "vm-type"
24184         in: "path"
24185         description: "Id of vm"
24186         required: true
24187         type: "string"
24188       - name: "network-role"
24189         in: "path"
24190         description: "Id of vm-network"
24191         required: true
24192         type: "string"
24193       - in: "body"
24194         name: "generic.resource.api.vmnetworkdata.FloatingIps.body-param"
24195         description: "generic.resource.api.vmnetworkdata.FloatingIps to be added or\
24196           \ updated"
24197         required: false
24198         schema:
24199           $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24200           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
24201       responses:
24202         400:
24203           description: "Internal error"
24204         201:
24205           description: "Object created"
24206         204:
24207           description: "Object modified"
24208     delete:
24209       tags:
24210       - "GENERIC-RESOURCE-API"
24211       description: "removes generic.resource.api.vmnetworkdata.FloatingIps"
24212       parameters:
24213       - name: "preload-id"
24214         in: "path"
24215         description: "Id of preload-list"
24216         required: true
24217         type: "string"
24218       - name: "preload-type"
24219         in: "path"
24220         description: "Id of preload-list"
24221         required: true
24222         type: "string"
24223       - name: "vm-type"
24224         in: "path"
24225         description: "Id of vm"
24226         required: true
24227         type: "string"
24228       - name: "network-role"
24229         in: "path"
24230         description: "Id of vm-network"
24231         required: true
24232         type: "string"
24233       responses:
24234         400:
24235           description: "Internal error"
24236         204:
24237           description: "Object deleted"
24238   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/interface-route-prefixes/
24239   : get:
24240       tags:
24241       - "GENERIC-RESOURCE-API"
24242       description: "returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24243       parameters:
24244       - name: "preload-id"
24245         in: "path"
24246         description: "Id of preload-list"
24247         required: true
24248         type: "string"
24249       - name: "preload-type"
24250         in: "path"
24251         description: "Id of preload-list"
24252         required: true
24253         type: "string"
24254       - name: "vm-type"
24255         in: "path"
24256         description: "Id of vm"
24257         required: true
24258         type: "string"
24259       - name: "network-role"
24260         in: "path"
24261         description: "Id of vm-network"
24262         required: true
24263         type: "string"
24264       responses:
24265         400:
24266           description: "Internal error"
24267         200:
24268           description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24269           responseSchema:
24270             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24271             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24272           schema:
24273             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24274             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24275     post:
24276       tags:
24277       - "GENERIC-RESOURCE-API"
24278       description: "creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24279       parameters:
24280       - name: "preload-id"
24281         in: "path"
24282         description: "Id of preload-list"
24283         required: true
24284         type: "string"
24285       - name: "preload-type"
24286         in: "path"
24287         description: "Id of preload-list"
24288         required: true
24289         type: "string"
24290       - name: "vm-type"
24291         in: "path"
24292         description: "Id of vm"
24293         required: true
24294         type: "string"
24295       - name: "network-role"
24296         in: "path"
24297         description: "Id of vm-network"
24298         required: true
24299         type: "string"
24300       - in: "body"
24301         name: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param"
24302         description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to\
24303           \ be added to list"
24304         required: false
24305         schema:
24306           $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24307           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24308       responses:
24309         400:
24310           description: "Internal error"
24311         201:
24312           description: "Object created"
24313         409:
24314           description: "Object already exists"
24315     put:
24316       tags:
24317       - "GENERIC-RESOURCE-API"
24318       description: "creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24319       parameters:
24320       - name: "preload-id"
24321         in: "path"
24322         description: "Id of preload-list"
24323         required: true
24324         type: "string"
24325       - name: "preload-type"
24326         in: "path"
24327         description: "Id of preload-list"
24328         required: true
24329         type: "string"
24330       - name: "vm-type"
24331         in: "path"
24332         description: "Id of vm"
24333         required: true
24334         type: "string"
24335       - name: "network-role"
24336         in: "path"
24337         description: "Id of vm-network"
24338         required: true
24339         type: "string"
24340       - in: "body"
24341         name: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param"
24342         description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to\
24343           \ be added or updated"
24344         required: false
24345         schema:
24346           $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24347           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24348       responses:
24349         400:
24350           description: "Internal error"
24351         201:
24352           description: "Object created"
24353         204:
24354           description: "Object modified"
24355     delete:
24356       tags:
24357       - "GENERIC-RESOURCE-API"
24358       description: "removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
24359       parameters:
24360       - name: "preload-id"
24361         in: "path"
24362         description: "Id of preload-list"
24363         required: true
24364         type: "string"
24365       - name: "preload-type"
24366         in: "path"
24367         description: "Id of preload-list"
24368         required: true
24369         type: "string"
24370       - name: "vm-type"
24371         in: "path"
24372         description: "Id of vm"
24373         required: true
24374         type: "string"
24375       - name: "network-role"
24376         in: "path"
24377         description: "Id of vm-network"
24378         required: true
24379         type: "string"
24380       responses:
24381         400:
24382           description: "Internal error"
24383         204:
24384           description: "Object deleted"
24385   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/mac-addresses/
24386   : get:
24387       tags:
24388       - "GENERIC-RESOURCE-API"
24389       description: "returns generic.resource.api.vmnetworkdata.MacAddresses"
24390       parameters:
24391       - name: "preload-id"
24392         in: "path"
24393         description: "Id of preload-list"
24394         required: true
24395         type: "string"
24396       - name: "preload-type"
24397         in: "path"
24398         description: "Id of preload-list"
24399         required: true
24400         type: "string"
24401       - name: "vm-type"
24402         in: "path"
24403         description: "Id of vm"
24404         required: true
24405         type: "string"
24406       - name: "network-role"
24407         in: "path"
24408         description: "Id of vm-network"
24409         required: true
24410         type: "string"
24411       responses:
24412         400:
24413           description: "Internal error"
24414         200:
24415           description: "generic.resource.api.vmnetworkdata.MacAddresses"
24416           responseSchema:
24417             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24418             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24419           schema:
24420             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24421             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24422     post:
24423       tags:
24424       - "GENERIC-RESOURCE-API"
24425       description: "creates generic.resource.api.vmnetworkdata.MacAddresses"
24426       parameters:
24427       - name: "preload-id"
24428         in: "path"
24429         description: "Id of preload-list"
24430         required: true
24431         type: "string"
24432       - name: "preload-type"
24433         in: "path"
24434         description: "Id of preload-list"
24435         required: true
24436         type: "string"
24437       - name: "vm-type"
24438         in: "path"
24439         description: "Id of vm"
24440         required: true
24441         type: "string"
24442       - name: "network-role"
24443         in: "path"
24444         description: "Id of vm-network"
24445         required: true
24446         type: "string"
24447       - in: "body"
24448         name: "generic.resource.api.vmnetworkdata.MacAddresses.body-param"
24449         description: "generic.resource.api.vmnetworkdata.MacAddresses to be added\
24450           \ to list"
24451         required: false
24452         schema:
24453           $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24454           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24455       responses:
24456         400:
24457           description: "Internal error"
24458         201:
24459           description: "Object created"
24460         409:
24461           description: "Object already exists"
24462     put:
24463       tags:
24464       - "GENERIC-RESOURCE-API"
24465       description: "creates or updates generic.resource.api.vmnetworkdata.MacAddresses"
24466       parameters:
24467       - name: "preload-id"
24468         in: "path"
24469         description: "Id of preload-list"
24470         required: true
24471         type: "string"
24472       - name: "preload-type"
24473         in: "path"
24474         description: "Id of preload-list"
24475         required: true
24476         type: "string"
24477       - name: "vm-type"
24478         in: "path"
24479         description: "Id of vm"
24480         required: true
24481         type: "string"
24482       - name: "network-role"
24483         in: "path"
24484         description: "Id of vm-network"
24485         required: true
24486         type: "string"
24487       - in: "body"
24488         name: "generic.resource.api.vmnetworkdata.MacAddresses.body-param"
24489         description: "generic.resource.api.vmnetworkdata.MacAddresses to be added\
24490           \ or updated"
24491         required: false
24492         schema:
24493           $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24494           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
24495       responses:
24496         400:
24497           description: "Internal error"
24498         201:
24499           description: "Object created"
24500         204:
24501           description: "Object modified"
24502     delete:
24503       tags:
24504       - "GENERIC-RESOURCE-API"
24505       description: "removes generic.resource.api.vmnetworkdata.MacAddresses"
24506       parameters:
24507       - name: "preload-id"
24508         in: "path"
24509         description: "Id of preload-list"
24510         required: true
24511         type: "string"
24512       - name: "preload-type"
24513         in: "path"
24514         description: "Id of preload-list"
24515         required: true
24516         type: "string"
24517       - name: "vm-type"
24518         in: "path"
24519         description: "Id of vm"
24520         required: true
24521         type: "string"
24522       - name: "network-role"
24523         in: "path"
24524         description: "Id of vm-network"
24525         required: true
24526         type: "string"
24527       responses:
24528         400:
24529           description: "Internal error"
24530         204:
24531           description: "Object deleted"
24532   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/
24533   : get:
24534       tags:
24535       - "GENERIC-RESOURCE-API"
24536       description: "returns generic.resource.api.vmnetworkdata.NetworkInformationItems"
24537       parameters:
24538       - name: "preload-id"
24539         in: "path"
24540         description: "Id of preload-list"
24541         required: true
24542         type: "string"
24543       - name: "preload-type"
24544         in: "path"
24545         description: "Id of preload-list"
24546         required: true
24547         type: "string"
24548       - name: "vm-type"
24549         in: "path"
24550         description: "Id of vm"
24551         required: true
24552         type: "string"
24553       - name: "network-role"
24554         in: "path"
24555         description: "Id of vm-network"
24556         required: true
24557         type: "string"
24558       responses:
24559         400:
24560           description: "Internal error"
24561         200:
24562           description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
24563           responseSchema:
24564             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24565             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24566           schema:
24567             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24568             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24569     post:
24570       tags:
24571       - "GENERIC-RESOURCE-API"
24572       description: "creates generic.resource.api.vmnetworkdata.NetworkInformationItems"
24573       parameters:
24574       - name: "preload-id"
24575         in: "path"
24576         description: "Id of preload-list"
24577         required: true
24578         type: "string"
24579       - name: "preload-type"
24580         in: "path"
24581         description: "Id of preload-list"
24582         required: true
24583         type: "string"
24584       - name: "vm-type"
24585         in: "path"
24586         description: "Id of vm"
24587         required: true
24588         type: "string"
24589       - name: "network-role"
24590         in: "path"
24591         description: "Id of vm-network"
24592         required: true
24593         type: "string"
24594       - in: "body"
24595         name: "generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param"
24596         description: "generic.resource.api.vmnetworkdata.NetworkInformationItems to\
24597           \ be added to list"
24598         required: false
24599         schema:
24600           $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24601           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24602       responses:
24603         400:
24604           description: "Internal error"
24605         201:
24606           description: "Object created"
24607         409:
24608           description: "Object already exists"
24609     put:
24610       tags:
24611       - "GENERIC-RESOURCE-API"
24612       description: "creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems"
24613       parameters:
24614       - name: "preload-id"
24615         in: "path"
24616         description: "Id of preload-list"
24617         required: true
24618         type: "string"
24619       - name: "preload-type"
24620         in: "path"
24621         description: "Id of preload-list"
24622         required: true
24623         type: "string"
24624       - name: "vm-type"
24625         in: "path"
24626         description: "Id of vm"
24627         required: true
24628         type: "string"
24629       - name: "network-role"
24630         in: "path"
24631         description: "Id of vm-network"
24632         required: true
24633         type: "string"
24634       - in: "body"
24635         name: "generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param"
24636         description: "generic.resource.api.vmnetworkdata.NetworkInformationItems to\
24637           \ be added or updated"
24638         required: false
24639         schema:
24640           $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24641           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
24642       responses:
24643         400:
24644           description: "Internal error"
24645         201:
24646           description: "Object created"
24647         204:
24648           description: "Object modified"
24649     delete:
24650       tags:
24651       - "GENERIC-RESOURCE-API"
24652       description: "removes generic.resource.api.vmnetworkdata.NetworkInformationItems"
24653       parameters:
24654       - name: "preload-id"
24655         in: "path"
24656         description: "Id of preload-list"
24657         required: true
24658         type: "string"
24659       - name: "preload-type"
24660         in: "path"
24661         description: "Id of preload-list"
24662         required: true
24663         type: "string"
24664       - name: "vm-type"
24665         in: "path"
24666         description: "Id of vm"
24667         required: true
24668         type: "string"
24669       - name: "network-role"
24670         in: "path"
24671         description: "Id of vm-network"
24672         required: true
24673         type: "string"
24674       responses:
24675         400:
24676           description: "Internal error"
24677         204:
24678           description: "Object deleted"
24679   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/
24680   : post:
24681       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24682       parameters:
24683       - name: "preload-id"
24684         in: "path"
24685         description: "Id of preload-list"
24686         required: true
24687         type: "string"
24688       - name: "preload-type"
24689         in: "path"
24690         description: "Id of preload-list"
24691         required: true
24692         type: "string"
24693       - name: "vm-type"
24694         in: "path"
24695         description: "Id of vm"
24696         required: true
24697         type: "string"
24698       - name: "network-role"
24699         in: "path"
24700         description: "Id of vm-network"
24701         required: true
24702         type: "string"
24703       - in: "body"
24704         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
24705         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
24706           \ to be added to list"
24707         required: false
24708         schema:
24709           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24710           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24711       responses:
24712         400:
24713           description: "Internal error"
24714         201:
24715           description: "Object created"
24716         409:
24717           description: "Object already exists"
24718   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/
24719   : get:
24720       tags:
24721       - "GENERIC-RESOURCE-API"
24722       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24723       parameters:
24724       - name: "preload-id"
24725         in: "path"
24726         description: "Id of preload-list"
24727         required: true
24728         type: "string"
24729       - name: "preload-type"
24730         in: "path"
24731         description: "Id of preload-list"
24732         required: true
24733         type: "string"
24734       - name: "vm-type"
24735         in: "path"
24736         description: "Id of vm"
24737         required: true
24738         type: "string"
24739       - name: "network-role"
24740         in: "path"
24741         description: "Id of vm-network"
24742         required: true
24743         type: "string"
24744       - name: "ip-version"
24745         in: "path"
24746         description: "Id of network-information-item"
24747         required: true
24748         type: "string"
24749       responses:
24750         400:
24751           description: "Internal error"
24752         200:
24753           description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24754           responseSchema:
24755             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24756             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24757           schema:
24758             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24759             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24760     post:
24761       tags:
24762       - "GENERIC-RESOURCE-API"
24763       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24764       parameters:
24765       - name: "preload-id"
24766         in: "path"
24767         description: "Id of preload-list"
24768         required: true
24769         type: "string"
24770       - name: "preload-type"
24771         in: "path"
24772         description: "Id of preload-list"
24773         required: true
24774         type: "string"
24775       - name: "vm-type"
24776         in: "path"
24777         description: "Id of vm"
24778         required: true
24779         type: "string"
24780       - name: "network-role"
24781         in: "path"
24782         description: "Id of vm-network"
24783         required: true
24784         type: "string"
24785       - name: "ip-version"
24786         in: "path"
24787         description: "Id of network-information-item"
24788         required: true
24789         type: "string"
24790       - in: "body"
24791         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
24792         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
24793           \ to be added to list"
24794         required: false
24795         schema:
24796           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24797           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24798       responses:
24799         400:
24800           description: "Internal error"
24801         201:
24802           description: "Object created"
24803         409:
24804           description: "Object already exists"
24805     put:
24806       tags:
24807       - "GENERIC-RESOURCE-API"
24808       description: "creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24809       parameters:
24810       - name: "preload-id"
24811         in: "path"
24812         description: "Id of preload-list"
24813         required: true
24814         type: "string"
24815       - name: "preload-type"
24816         in: "path"
24817         description: "Id of preload-list"
24818         required: true
24819         type: "string"
24820       - name: "vm-type"
24821         in: "path"
24822         description: "Id of vm"
24823         required: true
24824         type: "string"
24825       - name: "network-role"
24826         in: "path"
24827         description: "Id of vm-network"
24828         required: true
24829         type: "string"
24830       - name: "ip-version"
24831         in: "path"
24832         description: "Id of network-information-item"
24833         required: true
24834         type: "string"
24835       - in: "body"
24836         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
24837         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
24838           \ to be added or updated"
24839         required: false
24840         schema:
24841           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24842           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24843       responses:
24844         400:
24845           description: "Internal error"
24846         201:
24847           description: "Object created"
24848         204:
24849           description: "Object modified"
24850     delete:
24851       tags:
24852       - "GENERIC-RESOURCE-API"
24853       description: "removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
24854       parameters:
24855       - name: "preload-id"
24856         in: "path"
24857         description: "Id of preload-list"
24858         required: true
24859         type: "string"
24860       - name: "preload-type"
24861         in: "path"
24862         description: "Id of preload-list"
24863         required: true
24864         type: "string"
24865       - name: "vm-type"
24866         in: "path"
24867         description: "Id of vm"
24868         required: true
24869         type: "string"
24870       - name: "network-role"
24871         in: "path"
24872         description: "Id of vm-network"
24873         required: true
24874         type: "string"
24875       - name: "ip-version"
24876         in: "path"
24877         description: "Id of network-information-item"
24878         required: true
24879         type: "string"
24880       responses:
24881         400:
24882           description: "Internal error"
24883         204:
24884           description: "Object deleted"
24885   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/network-ips/
24886   : get:
24887       tags:
24888       - "GENERIC-RESOURCE-API"
24889       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24890       parameters:
24891       - name: "preload-id"
24892         in: "path"
24893         description: "Id of preload-list"
24894         required: true
24895         type: "string"
24896       - name: "preload-type"
24897         in: "path"
24898         description: "Id of preload-list"
24899         required: true
24900         type: "string"
24901       - name: "vm-type"
24902         in: "path"
24903         description: "Id of vm"
24904         required: true
24905         type: "string"
24906       - name: "network-role"
24907         in: "path"
24908         description: "Id of vm-network"
24909         required: true
24910         type: "string"
24911       - name: "ip-version"
24912         in: "path"
24913         description: "Id of network-information-item"
24914         required: true
24915         type: "string"
24916       responses:
24917         400:
24918           description: "Internal error"
24919         200:
24920           description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24921           responseSchema:
24922             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24923             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24924           schema:
24925             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24926             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24927     post:
24928       tags:
24929       - "GENERIC-RESOURCE-API"
24930       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24931       parameters:
24932       - name: "preload-id"
24933         in: "path"
24934         description: "Id of preload-list"
24935         required: true
24936         type: "string"
24937       - name: "preload-type"
24938         in: "path"
24939         description: "Id of preload-list"
24940         required: true
24941         type: "string"
24942       - name: "vm-type"
24943         in: "path"
24944         description: "Id of vm"
24945         required: true
24946         type: "string"
24947       - name: "network-role"
24948         in: "path"
24949         description: "Id of vm-network"
24950         required: true
24951         type: "string"
24952       - name: "ip-version"
24953         in: "path"
24954         description: "Id of network-information-item"
24955         required: true
24956         type: "string"
24957       - in: "body"
24958         name: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
24959         description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
24960           \ to be added to list"
24961         required: false
24962         schema:
24963           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24964           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24965       responses:
24966         400:
24967           description: "Internal error"
24968         201:
24969           description: "Object created"
24970         409:
24971           description: "Object already exists"
24972     put:
24973       tags:
24974       - "GENERIC-RESOURCE-API"
24975       description: "creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
24976       parameters:
24977       - name: "preload-id"
24978         in: "path"
24979         description: "Id of preload-list"
24980         required: true
24981         type: "string"
24982       - name: "preload-type"
24983         in: "path"
24984         description: "Id of preload-list"
24985         required: true
24986         type: "string"
24987       - name: "vm-type"
24988         in: "path"
24989         description: "Id of vm"
24990         required: true
24991         type: "string"
24992       - name: "network-role"
24993         in: "path"
24994         description: "Id of vm-network"
24995         required: true
24996         type: "string"
24997       - name: "ip-version"
24998         in: "path"
24999         description: "Id of network-information-item"
25000         required: true
25001         type: "string"
25002       - in: "body"
25003         name: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
25004         description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
25005           \ to be added or updated"
25006         required: false
25007         schema:
25008           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
25009           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
25010       responses:
25011         400:
25012           description: "Internal error"
25013         201:
25014           description: "Object created"
25015         204:
25016           description: "Object modified"
25017     delete:
25018       tags:
25019       - "GENERIC-RESOURCE-API"
25020       description: "removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
25021       parameters:
25022       - name: "preload-id"
25023         in: "path"
25024         description: "Id of preload-list"
25025         required: true
25026         type: "string"
25027       - name: "preload-type"
25028         in: "path"
25029         description: "Id of preload-list"
25030         required: true
25031         type: "string"
25032       - name: "vm-type"
25033         in: "path"
25034         description: "Id of vm"
25035         required: true
25036         type: "string"
25037       - name: "network-role"
25038         in: "path"
25039         description: "Id of vm-network"
25040         required: true
25041         type: "string"
25042       - name: "ip-version"
25043         in: "path"
25044         description: "Id of network-information-item"
25045         required: true
25046         type: "string"
25047       responses:
25048         400:
25049           description: "Internal error"
25050         204:
25051           description: "Object deleted"
25052   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/
25053   : get:
25054       tags:
25055       - "GENERIC-RESOURCE-API"
25056       description: "returns generic.resource.api.RelatedNetwork"
25057       parameters:
25058       - name: "preload-id"
25059         in: "path"
25060         description: "Id of preload-list"
25061         required: true
25062         type: "string"
25063       - name: "preload-type"
25064         in: "path"
25065         description: "Id of preload-list"
25066         required: true
25067         type: "string"
25068       - name: "vm-type"
25069         in: "path"
25070         description: "Id of vm"
25071         required: true
25072         type: "string"
25073       - name: "network-role"
25074         in: "path"
25075         description: "Id of vm-network"
25076         required: true
25077         type: "string"
25078       responses:
25079         400:
25080           description: "Internal error"
25081         200:
25082           description: "generic.resource.api.RelatedNetwork"
25083           responseSchema:
25084             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
25085             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
25086           schema:
25087             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
25088             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
25089     post:
25090       tags:
25091       - "GENERIC-RESOURCE-API"
25092       description: "creates generic.resource.api.RelatedNetwork"
25093       parameters:
25094       - name: "preload-id"
25095         in: "path"
25096         description: "Id of preload-list"
25097         required: true
25098         type: "string"
25099       - name: "preload-type"
25100         in: "path"
25101         description: "Id of preload-list"
25102         required: true
25103         type: "string"
25104       - name: "vm-type"
25105         in: "path"
25106         description: "Id of vm"
25107         required: true
25108         type: "string"
25109       - name: "network-role"
25110         in: "path"
25111         description: "Id of vm-network"
25112         required: true
25113         type: "string"
25114       - in: "body"
25115         name: "generic.resource.api.RelatedNetwork.body-param"
25116         description: "generic.resource.api.RelatedNetwork to be added to list"
25117         required: false
25118         schema:
25119           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
25120           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
25121       responses:
25122         400:
25123           description: "Internal error"
25124         201:
25125           description: "Object created"
25126         409:
25127           description: "Object already exists"
25128     put:
25129       tags:
25130       - "GENERIC-RESOURCE-API"
25131       description: "creates or updates generic.resource.api.RelatedNetwork"
25132       parameters:
25133       - name: "preload-id"
25134         in: "path"
25135         description: "Id of preload-list"
25136         required: true
25137         type: "string"
25138       - name: "preload-type"
25139         in: "path"
25140         description: "Id of preload-list"
25141         required: true
25142         type: "string"
25143       - name: "vm-type"
25144         in: "path"
25145         description: "Id of vm"
25146         required: true
25147         type: "string"
25148       - name: "network-role"
25149         in: "path"
25150         description: "Id of vm-network"
25151         required: true
25152         type: "string"
25153       - in: "body"
25154         name: "generic.resource.api.RelatedNetwork.body-param"
25155         description: "generic.resource.api.RelatedNetwork to be added or updated"
25156         required: false
25157         schema:
25158           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
25159           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
25160       responses:
25161         400:
25162           description: "Internal error"
25163         201:
25164           description: "Object created"
25165         204:
25166           description: "Object modified"
25167     delete:
25168       tags:
25169       - "GENERIC-RESOURCE-API"
25170       description: "removes generic.resource.api.RelatedNetwork"
25171       parameters:
25172       - name: "preload-id"
25173         in: "path"
25174         description: "Id of preload-list"
25175         required: true
25176         type: "string"
25177       - name: "preload-type"
25178         in: "path"
25179         description: "Id of preload-list"
25180         required: true
25181         type: "string"
25182       - name: "vm-type"
25183         in: "path"
25184         description: "Id of vm"
25185         required: true
25186         type: "string"
25187       - name: "network-role"
25188         in: "path"
25189         description: "Id of vm-network"
25190         required: true
25191         type: "string"
25192       responses:
25193         400:
25194           description: "Internal error"
25195         204:
25196           description: "Object deleted"
25197   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/
25198   : post:
25199       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
25200       parameters:
25201       - name: "preload-id"
25202         in: "path"
25203         description: "Id of preload-list"
25204         required: true
25205         type: "string"
25206       - name: "preload-type"
25207         in: "path"
25208         description: "Id of preload-list"
25209         required: true
25210         type: "string"
25211       - name: "vm-type"
25212         in: "path"
25213         description: "Id of vm"
25214         required: true
25215         type: "string"
25216       - name: "network-role"
25217         in: "path"
25218         description: "Id of vm-network"
25219         required: true
25220         type: "string"
25221       - in: "body"
25222         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
25223         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
25224           \ to list"
25225         required: false
25226         schema:
25227           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25228           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25229       responses:
25230         400:
25231           description: "Internal error"
25232         201:
25233           description: "Object created"
25234         409:
25235           description: "Object already exists"
25236   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/
25237   : get:
25238       tags:
25239       - "GENERIC-RESOURCE-API"
25240       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
25241       parameters:
25242       - name: "preload-id"
25243         in: "path"
25244         description: "Id of preload-list"
25245         required: true
25246         type: "string"
25247       - name: "preload-type"
25248         in: "path"
25249         description: "Id of preload-list"
25250         required: true
25251         type: "string"
25252       - name: "vm-type"
25253         in: "path"
25254         description: "Id of vm"
25255         required: true
25256         type: "string"
25257       - name: "network-role"
25258         in: "path"
25259         description: "Id of vm-network"
25260         required: true
25261         type: "string"
25262       - name: "network-id"
25263         in: "path"
25264         description: "Id of related-network"
25265         required: true
25266         type: "string"
25267       responses:
25268         400:
25269           description: "Internal error"
25270         200:
25271           description: "generic.resource.api.relatednetwork.RelatedNetwork"
25272           responseSchema:
25273             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25274             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25275           schema:
25276             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25277             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25278     post:
25279       tags:
25280       - "GENERIC-RESOURCE-API"
25281       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
25282       parameters:
25283       - name: "preload-id"
25284         in: "path"
25285         description: "Id of preload-list"
25286         required: true
25287         type: "string"
25288       - name: "preload-type"
25289         in: "path"
25290         description: "Id of preload-list"
25291         required: true
25292         type: "string"
25293       - name: "vm-type"
25294         in: "path"
25295         description: "Id of vm"
25296         required: true
25297         type: "string"
25298       - name: "network-role"
25299         in: "path"
25300         description: "Id of vm-network"
25301         required: true
25302         type: "string"
25303       - name: "network-id"
25304         in: "path"
25305         description: "Id of related-network"
25306         required: true
25307         type: "string"
25308       - in: "body"
25309         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
25310         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
25311           \ to list"
25312         required: false
25313         schema:
25314           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25315           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25316       responses:
25317         400:
25318           description: "Internal error"
25319         201:
25320           description: "Object created"
25321         409:
25322           description: "Object already exists"
25323     put:
25324       tags:
25325       - "GENERIC-RESOURCE-API"
25326       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
25327       parameters:
25328       - name: "preload-id"
25329         in: "path"
25330         description: "Id of preload-list"
25331         required: true
25332         type: "string"
25333       - name: "preload-type"
25334         in: "path"
25335         description: "Id of preload-list"
25336         required: true
25337         type: "string"
25338       - name: "vm-type"
25339         in: "path"
25340         description: "Id of vm"
25341         required: true
25342         type: "string"
25343       - name: "network-role"
25344         in: "path"
25345         description: "Id of vm-network"
25346         required: true
25347         type: "string"
25348       - name: "network-id"
25349         in: "path"
25350         description: "Id of related-network"
25351         required: true
25352         type: "string"
25353       - in: "body"
25354         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
25355         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
25356           \ or updated"
25357         required: false
25358         schema:
25359           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25360           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
25361       responses:
25362         400:
25363           description: "Internal error"
25364         201:
25365           description: "Object created"
25366         204:
25367           description: "Object modified"
25368     delete:
25369       tags:
25370       - "GENERIC-RESOURCE-API"
25371       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
25372       parameters:
25373       - name: "preload-id"
25374         in: "path"
25375         description: "Id of preload-list"
25376         required: true
25377         type: "string"
25378       - name: "preload-type"
25379         in: "path"
25380         description: "Id of preload-list"
25381         required: true
25382         type: "string"
25383       - name: "vm-type"
25384         in: "path"
25385         description: "Id of vm"
25386         required: true
25387         type: "string"
25388       - name: "network-role"
25389         in: "path"
25390         description: "Id of vm-network"
25391         required: true
25392         type: "string"
25393       - name: "network-id"
25394         in: "path"
25395         description: "Id of related-network"
25396         required: true
25397         type: "string"
25398       responses:
25399         400:
25400           description: "Internal error"
25401         204:
25402           description: "Object deleted"
25403   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
25404   : get:
25405       tags:
25406       - "GENERIC-RESOURCE-API"
25407       description: "returns generic.resource.api.vlantags.VlanTags"
25408       parameters:
25409       - name: "preload-id"
25410         in: "path"
25411         description: "Id of preload-list"
25412         required: true
25413         type: "string"
25414       - name: "preload-type"
25415         in: "path"
25416         description: "Id of preload-list"
25417         required: true
25418         type: "string"
25419       - name: "vm-type"
25420         in: "path"
25421         description: "Id of vm"
25422         required: true
25423         type: "string"
25424       - name: "network-role"
25425         in: "path"
25426         description: "Id of vm-network"
25427         required: true
25428         type: "string"
25429       - name: "network-id"
25430         in: "path"
25431         description: "Id of related-network"
25432         required: true
25433         type: "string"
25434       responses:
25435         400:
25436           description: "Internal error"
25437         200:
25438           description: "generic.resource.api.vlantags.VlanTags"
25439           responseSchema:
25440             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
25441             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
25442           schema:
25443             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
25444             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
25445     post:
25446       tags:
25447       - "GENERIC-RESOURCE-API"
25448       description: "creates generic.resource.api.vlantags.VlanTags"
25449       parameters:
25450       - name: "preload-id"
25451         in: "path"
25452         description: "Id of preload-list"
25453         required: true
25454         type: "string"
25455       - name: "preload-type"
25456         in: "path"
25457         description: "Id of preload-list"
25458         required: true
25459         type: "string"
25460       - name: "vm-type"
25461         in: "path"
25462         description: "Id of vm"
25463         required: true
25464         type: "string"
25465       - name: "network-role"
25466         in: "path"
25467         description: "Id of vm-network"
25468         required: true
25469         type: "string"
25470       - name: "network-id"
25471         in: "path"
25472         description: "Id of related-network"
25473         required: true
25474         type: "string"
25475       - in: "body"
25476         name: "generic.resource.api.vlantags.VlanTags.body-param"
25477         description: "generic.resource.api.vlantags.VlanTags to be added to list"
25478         required: false
25479         schema:
25480           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
25481           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
25482       responses:
25483         400:
25484           description: "Internal error"
25485         201:
25486           description: "Object created"
25487         409:
25488           description: "Object already exists"
25489     put:
25490       tags:
25491       - "GENERIC-RESOURCE-API"
25492       description: "creates or updates generic.resource.api.vlantags.VlanTags"
25493       parameters:
25494       - name: "preload-id"
25495         in: "path"
25496         description: "Id of preload-list"
25497         required: true
25498         type: "string"
25499       - name: "preload-type"
25500         in: "path"
25501         description: "Id of preload-list"
25502         required: true
25503         type: "string"
25504       - name: "vm-type"
25505         in: "path"
25506         description: "Id of vm"
25507         required: true
25508         type: "string"
25509       - name: "network-role"
25510         in: "path"
25511         description: "Id of vm-network"
25512         required: true
25513         type: "string"
25514       - name: "network-id"
25515         in: "path"
25516         description: "Id of related-network"
25517         required: true
25518         type: "string"
25519       - in: "body"
25520         name: "generic.resource.api.vlantags.VlanTags.body-param"
25521         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
25522         required: false
25523         schema:
25524           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
25525           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
25526       responses:
25527         400:
25528           description: "Internal error"
25529         201:
25530           description: "Object created"
25531         204:
25532           description: "Object modified"
25533     delete:
25534       tags:
25535       - "GENERIC-RESOURCE-API"
25536       description: "removes generic.resource.api.vlantags.VlanTags"
25537       parameters:
25538       - name: "preload-id"
25539         in: "path"
25540         description: "Id of preload-list"
25541         required: true
25542         type: "string"
25543       - name: "preload-type"
25544         in: "path"
25545         description: "Id of preload-list"
25546         required: true
25547         type: "string"
25548       - name: "vm-type"
25549         in: "path"
25550         description: "Id of vm"
25551         required: true
25552         type: "string"
25553       - name: "network-role"
25554         in: "path"
25555         description: "Id of vm-network"
25556         required: true
25557         type: "string"
25558       - name: "network-id"
25559         in: "path"
25560         description: "Id of related-network"
25561         required: true
25562         type: "string"
25563       responses:
25564         400:
25565           description: "Internal error"
25566         204:
25567           description: "Object deleted"
25568   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/
25569   : get:
25570       tags:
25571       - "GENERIC-RESOURCE-API"
25572       description: "returns generic.resource.api.vmnetworkdata.SriovParameters"
25573       parameters:
25574       - name: "preload-id"
25575         in: "path"
25576         description: "Id of preload-list"
25577         required: true
25578         type: "string"
25579       - name: "preload-type"
25580         in: "path"
25581         description: "Id of preload-list"
25582         required: true
25583         type: "string"
25584       - name: "vm-type"
25585         in: "path"
25586         description: "Id of vm"
25587         required: true
25588         type: "string"
25589       - name: "network-role"
25590         in: "path"
25591         description: "Id of vm-network"
25592         required: true
25593         type: "string"
25594       responses:
25595         400:
25596           description: "Internal error"
25597         200:
25598           description: "generic.resource.api.vmnetworkdata.SriovParameters"
25599           responseSchema:
25600             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25601             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25602           schema:
25603             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25604             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25605     post:
25606       tags:
25607       - "GENERIC-RESOURCE-API"
25608       description: "creates generic.resource.api.vmnetworkdata.SriovParameters"
25609       parameters:
25610       - name: "preload-id"
25611         in: "path"
25612         description: "Id of preload-list"
25613         required: true
25614         type: "string"
25615       - name: "preload-type"
25616         in: "path"
25617         description: "Id of preload-list"
25618         required: true
25619         type: "string"
25620       - name: "vm-type"
25621         in: "path"
25622         description: "Id of vm"
25623         required: true
25624         type: "string"
25625       - name: "network-role"
25626         in: "path"
25627         description: "Id of vm-network"
25628         required: true
25629         type: "string"
25630       - in: "body"
25631         name: "generic.resource.api.vmnetworkdata.SriovParameters.body-param"
25632         description: "generic.resource.api.vmnetworkdata.SriovParameters to be added\
25633           \ to list"
25634         required: false
25635         schema:
25636           $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25637           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25638       responses:
25639         400:
25640           description: "Internal error"
25641         201:
25642           description: "Object created"
25643         409:
25644           description: "Object already exists"
25645     put:
25646       tags:
25647       - "GENERIC-RESOURCE-API"
25648       description: "creates or updates generic.resource.api.vmnetworkdata.SriovParameters"
25649       parameters:
25650       - name: "preload-id"
25651         in: "path"
25652         description: "Id of preload-list"
25653         required: true
25654         type: "string"
25655       - name: "preload-type"
25656         in: "path"
25657         description: "Id of preload-list"
25658         required: true
25659         type: "string"
25660       - name: "vm-type"
25661         in: "path"
25662         description: "Id of vm"
25663         required: true
25664         type: "string"
25665       - name: "network-role"
25666         in: "path"
25667         description: "Id of vm-network"
25668         required: true
25669         type: "string"
25670       - in: "body"
25671         name: "generic.resource.api.vmnetworkdata.SriovParameters.body-param"
25672         description: "generic.resource.api.vmnetworkdata.SriovParameters to be added\
25673           \ or updated"
25674         required: false
25675         schema:
25676           $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25677           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
25678       responses:
25679         400:
25680           description: "Internal error"
25681         201:
25682           description: "Object created"
25683         204:
25684           description: "Object modified"
25685     delete:
25686       tags:
25687       - "GENERIC-RESOURCE-API"
25688       description: "removes generic.resource.api.vmnetworkdata.SriovParameters"
25689       parameters:
25690       - name: "preload-id"
25691         in: "path"
25692         description: "Id of preload-list"
25693         required: true
25694         type: "string"
25695       - name: "preload-type"
25696         in: "path"
25697         description: "Id of preload-list"
25698         required: true
25699         type: "string"
25700       - name: "vm-type"
25701         in: "path"
25702         description: "Id of vm"
25703         required: true
25704         type: "string"
25705       - name: "network-role"
25706         in: "path"
25707         description: "Id of vm-network"
25708         required: true
25709         type: "string"
25710       responses:
25711         400:
25712           description: "Internal error"
25713         204:
25714           description: "Object deleted"
25715   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/
25716   : get:
25717       tags:
25718       - "GENERIC-RESOURCE-API"
25719       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25720       parameters:
25721       - name: "preload-id"
25722         in: "path"
25723         description: "Id of preload-list"
25724         required: true
25725         type: "string"
25726       - name: "preload-type"
25727         in: "path"
25728         description: "Id of preload-list"
25729         required: true
25730         type: "string"
25731       - name: "vm-type"
25732         in: "path"
25733         description: "Id of vm"
25734         required: true
25735         type: "string"
25736       - name: "network-role"
25737         in: "path"
25738         description: "Id of vm-network"
25739         required: true
25740         type: "string"
25741       responses:
25742         400:
25743           description: "Internal error"
25744         200:
25745           description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25746           responseSchema:
25747             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25748             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25749           schema:
25750             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25751             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25752     post:
25753       tags:
25754       - "GENERIC-RESOURCE-API"
25755       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25756       parameters:
25757       - name: "preload-id"
25758         in: "path"
25759         description: "Id of preload-list"
25760         required: true
25761         type: "string"
25762       - name: "preload-type"
25763         in: "path"
25764         description: "Id of preload-list"
25765         required: true
25766         type: "string"
25767       - name: "vm-type"
25768         in: "path"
25769         description: "Id of vm"
25770         required: true
25771         type: "string"
25772       - name: "network-role"
25773         in: "path"
25774         description: "Id of vm-network"
25775         required: true
25776         type: "string"
25777       - in: "body"
25778         name: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param"
25779         description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags\
25780           \ to be added to list"
25781         required: false
25782         schema:
25783           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25784           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25785       responses:
25786         400:
25787           description: "Internal error"
25788         201:
25789           description: "Object created"
25790         409:
25791           description: "Object already exists"
25792     put:
25793       tags:
25794       - "GENERIC-RESOURCE-API"
25795       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25796       parameters:
25797       - name: "preload-id"
25798         in: "path"
25799         description: "Id of preload-list"
25800         required: true
25801         type: "string"
25802       - name: "preload-type"
25803         in: "path"
25804         description: "Id of preload-list"
25805         required: true
25806         type: "string"
25807       - name: "vm-type"
25808         in: "path"
25809         description: "Id of vm"
25810         required: true
25811         type: "string"
25812       - name: "network-role"
25813         in: "path"
25814         description: "Id of vm-network"
25815         required: true
25816         type: "string"
25817       - in: "body"
25818         name: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param"
25819         description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags\
25820           \ to be added or updated"
25821         required: false
25822         schema:
25823           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25824           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25825       responses:
25826         400:
25827           description: "Internal error"
25828         201:
25829           description: "Object created"
25830         204:
25831           description: "Object modified"
25832     delete:
25833       tags:
25834       - "GENERIC-RESOURCE-API"
25835       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
25836       parameters:
25837       - name: "preload-id"
25838         in: "path"
25839         description: "Id of preload-list"
25840         required: true
25841         type: "string"
25842       - name: "preload-type"
25843         in: "path"
25844         description: "Id of preload-list"
25845         required: true
25846         type: "string"
25847       - name: "vm-type"
25848         in: "path"
25849         description: "Id of vm"
25850         required: true
25851         type: "string"
25852       - name: "network-role"
25853         in: "path"
25854         description: "Id of vm-network"
25855         required: true
25856         type: "string"
25857       responses:
25858         400:
25859           description: "Internal error"
25860         204:
25861           description: "Object deleted"
25862   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/c-tags/
25863   : get:
25864       tags:
25865       - "GENERIC-RESOURCE-API"
25866       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25867       parameters:
25868       - name: "preload-id"
25869         in: "path"
25870         description: "Id of preload-list"
25871         required: true
25872         type: "string"
25873       - name: "preload-type"
25874         in: "path"
25875         description: "Id of preload-list"
25876         required: true
25877         type: "string"
25878       - name: "vm-type"
25879         in: "path"
25880         description: "Id of vm"
25881         required: true
25882         type: "string"
25883       - name: "network-role"
25884         in: "path"
25885         description: "Id of vm-network"
25886         required: true
25887         type: "string"
25888       responses:
25889         400:
25890           description: "Internal error"
25891         200:
25892           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25893           responseSchema:
25894             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25895             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25896           schema:
25897             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25898             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25899     post:
25900       tags:
25901       - "GENERIC-RESOURCE-API"
25902       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25903       parameters:
25904       - name: "preload-id"
25905         in: "path"
25906         description: "Id of preload-list"
25907         required: true
25908         type: "string"
25909       - name: "preload-type"
25910         in: "path"
25911         description: "Id of preload-list"
25912         required: true
25913         type: "string"
25914       - name: "vm-type"
25915         in: "path"
25916         description: "Id of vm"
25917         required: true
25918         type: "string"
25919       - name: "network-role"
25920         in: "path"
25921         description: "Id of vm-network"
25922         required: true
25923         type: "string"
25924       - in: "body"
25925         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param"
25926         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags\
25927           \ to be added to list"
25928         required: false
25929         schema:
25930           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25931           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25932       responses:
25933         400:
25934           description: "Internal error"
25935         201:
25936           description: "Object created"
25937         409:
25938           description: "Object already exists"
25939     put:
25940       tags:
25941       - "GENERIC-RESOURCE-API"
25942       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25943       parameters:
25944       - name: "preload-id"
25945         in: "path"
25946         description: "Id of preload-list"
25947         required: true
25948         type: "string"
25949       - name: "preload-type"
25950         in: "path"
25951         description: "Id of preload-list"
25952         required: true
25953         type: "string"
25954       - name: "vm-type"
25955         in: "path"
25956         description: "Id of vm"
25957         required: true
25958         type: "string"
25959       - name: "network-role"
25960         in: "path"
25961         description: "Id of vm-network"
25962         required: true
25963         type: "string"
25964       - in: "body"
25965         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param"
25966         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags\
25967           \ to be added or updated"
25968         required: false
25969         schema:
25970           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25971           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25972       responses:
25973         400:
25974           description: "Internal error"
25975         201:
25976           description: "Object created"
25977         204:
25978           description: "Object modified"
25979     delete:
25980       tags:
25981       - "GENERIC-RESOURCE-API"
25982       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
25983       parameters:
25984       - name: "preload-id"
25985         in: "path"
25986         description: "Id of preload-list"
25987         required: true
25988         type: "string"
25989       - name: "preload-type"
25990         in: "path"
25991         description: "Id of preload-list"
25992         required: true
25993         type: "string"
25994       - name: "vm-type"
25995         in: "path"
25996         description: "Id of vm"
25997         required: true
25998         type: "string"
25999       - name: "network-role"
26000         in: "path"
26001         description: "Id of vm-network"
26002         required: true
26003         type: "string"
26004       responses:
26005         400:
26006           description: "Internal error"
26007         204:
26008           description: "Object deleted"
26009   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/s-tags/
26010   : get:
26011       tags:
26012       - "GENERIC-RESOURCE-API"
26013       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26014       parameters:
26015       - name: "preload-id"
26016         in: "path"
26017         description: "Id of preload-list"
26018         required: true
26019         type: "string"
26020       - name: "preload-type"
26021         in: "path"
26022         description: "Id of preload-list"
26023         required: true
26024         type: "string"
26025       - name: "vm-type"
26026         in: "path"
26027         description: "Id of vm"
26028         required: true
26029         type: "string"
26030       - name: "network-role"
26031         in: "path"
26032         description: "Id of vm-network"
26033         required: true
26034         type: "string"
26035       responses:
26036         400:
26037           description: "Internal error"
26038         200:
26039           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26040           responseSchema:
26041             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26042             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26043           schema:
26044             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26045             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26046     post:
26047       tags:
26048       - "GENERIC-RESOURCE-API"
26049       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26050       parameters:
26051       - name: "preload-id"
26052         in: "path"
26053         description: "Id of preload-list"
26054         required: true
26055         type: "string"
26056       - name: "preload-type"
26057         in: "path"
26058         description: "Id of preload-list"
26059         required: true
26060         type: "string"
26061       - name: "vm-type"
26062         in: "path"
26063         description: "Id of vm"
26064         required: true
26065         type: "string"
26066       - name: "network-role"
26067         in: "path"
26068         description: "Id of vm-network"
26069         required: true
26070         type: "string"
26071       - in: "body"
26072         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param"
26073         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags\
26074           \ to be added to list"
26075         required: false
26076         schema:
26077           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26078           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26079       responses:
26080         400:
26081           description: "Internal error"
26082         201:
26083           description: "Object created"
26084         409:
26085           description: "Object already exists"
26086     put:
26087       tags:
26088       - "GENERIC-RESOURCE-API"
26089       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26090       parameters:
26091       - name: "preload-id"
26092         in: "path"
26093         description: "Id of preload-list"
26094         required: true
26095         type: "string"
26096       - name: "preload-type"
26097         in: "path"
26098         description: "Id of preload-list"
26099         required: true
26100         type: "string"
26101       - name: "vm-type"
26102         in: "path"
26103         description: "Id of vm"
26104         required: true
26105         type: "string"
26106       - name: "network-role"
26107         in: "path"
26108         description: "Id of vm-network"
26109         required: true
26110         type: "string"
26111       - in: "body"
26112         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param"
26113         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags\
26114           \ to be added or updated"
26115         required: false
26116         schema:
26117           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26118           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26119       responses:
26120         400:
26121           description: "Internal error"
26122         201:
26123           description: "Object created"
26124         204:
26125           description: "Object modified"
26126     delete:
26127       tags:
26128       - "GENERIC-RESOURCE-API"
26129       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
26130       parameters:
26131       - name: "preload-id"
26132         in: "path"
26133         description: "Id of preload-list"
26134         required: true
26135         type: "string"
26136       - name: "preload-type"
26137         in: "path"
26138         description: "Id of preload-list"
26139         required: true
26140         type: "string"
26141       - name: "vm-type"
26142         in: "path"
26143         description: "Id of vm"
26144         required: true
26145         type: "string"
26146       - name: "network-role"
26147         in: "path"
26148         description: "Id of vm-network"
26149         required: true
26150         type: "string"
26151       responses:
26152         400:
26153           description: "Internal error"
26154         204:
26155           description: "Object deleted"
26156   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/heat-vlan-filters/
26157   : get:
26158       tags:
26159       - "GENERIC-RESOURCE-API"
26160       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26161       parameters:
26162       - name: "preload-id"
26163         in: "path"
26164         description: "Id of preload-list"
26165         required: true
26166         type: "string"
26167       - name: "preload-type"
26168         in: "path"
26169         description: "Id of preload-list"
26170         required: true
26171         type: "string"
26172       - name: "vm-type"
26173         in: "path"
26174         description: "Id of vm"
26175         required: true
26176         type: "string"
26177       - name: "network-role"
26178         in: "path"
26179         description: "Id of vm-network"
26180         required: true
26181         type: "string"
26182       responses:
26183         400:
26184           description: "Internal error"
26185         200:
26186           description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26187           responseSchema:
26188             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26189             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26190           schema:
26191             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26192             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26193     post:
26194       tags:
26195       - "GENERIC-RESOURCE-API"
26196       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26197       parameters:
26198       - name: "preload-id"
26199         in: "path"
26200         description: "Id of preload-list"
26201         required: true
26202         type: "string"
26203       - name: "preload-type"
26204         in: "path"
26205         description: "Id of preload-list"
26206         required: true
26207         type: "string"
26208       - name: "vm-type"
26209         in: "path"
26210         description: "Id of vm"
26211         required: true
26212         type: "string"
26213       - name: "network-role"
26214         in: "path"
26215         description: "Id of vm-network"
26216         required: true
26217         type: "string"
26218       - in: "body"
26219         name: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param"
26220         description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters\
26221           \ to be added to list"
26222         required: false
26223         schema:
26224           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26225           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26226       responses:
26227         400:
26228           description: "Internal error"
26229         201:
26230           description: "Object created"
26231         409:
26232           description: "Object already exists"
26233     put:
26234       tags:
26235       - "GENERIC-RESOURCE-API"
26236       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26237       parameters:
26238       - name: "preload-id"
26239         in: "path"
26240         description: "Id of preload-list"
26241         required: true
26242         type: "string"
26243       - name: "preload-type"
26244         in: "path"
26245         description: "Id of preload-list"
26246         required: true
26247         type: "string"
26248       - name: "vm-type"
26249         in: "path"
26250         description: "Id of vm"
26251         required: true
26252         type: "string"
26253       - name: "network-role"
26254         in: "path"
26255         description: "Id of vm-network"
26256         required: true
26257         type: "string"
26258       - in: "body"
26259         name: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param"
26260         description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters\
26261           \ to be added or updated"
26262         required: false
26263         schema:
26264           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26265           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26266       responses:
26267         400:
26268           description: "Internal error"
26269         201:
26270           description: "Object created"
26271         204:
26272           description: "Object modified"
26273     delete:
26274       tags:
26275       - "GENERIC-RESOURCE-API"
26276       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
26277       parameters:
26278       - name: "preload-id"
26279         in: "path"
26280         description: "Id of preload-list"
26281         required: true
26282         type: "string"
26283       - name: "preload-type"
26284         in: "path"
26285         description: "Id of preload-list"
26286         required: true
26287         type: "string"
26288       - name: "vm-type"
26289         in: "path"
26290         description: "Id of vm"
26291         required: true
26292         type: "string"
26293       - name: "network-role"
26294         in: "path"
26295         description: "Id of vm-network"
26296         required: true
26297         type: "string"
26298       responses:
26299         400:
26300           description: "Internal error"
26301         204:
26302           description: "Object deleted"
26303   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/
26304   : get:
26305       tags:
26306       - "GENERIC-RESOURCE-API"
26307       description: "returns generic.resource.api.Param"
26308       parameters:
26309       - name: "preload-id"
26310         in: "path"
26311         description: "Id of preload-list"
26312         required: true
26313         type: "string"
26314       - name: "preload-type"
26315         in: "path"
26316         description: "Id of preload-list"
26317         required: true
26318         type: "string"
26319       responses:
26320         400:
26321           description: "Internal error"
26322         200:
26323           description: "generic.resource.api.Param"
26324           responseSchema:
26325             $ref: "#/definitions/generic.resource.api.Param"
26326             originalRef: "#/definitions/generic.resource.api.Param"
26327           schema:
26328             $ref: "#/definitions/generic.resource.api.Param"
26329             originalRef: "#/definitions/generic.resource.api.Param"
26330     post:
26331       tags:
26332       - "GENERIC-RESOURCE-API"
26333       description: "creates generic.resource.api.Param"
26334       parameters:
26335       - name: "preload-id"
26336         in: "path"
26337         description: "Id of preload-list"
26338         required: true
26339         type: "string"
26340       - name: "preload-type"
26341         in: "path"
26342         description: "Id of preload-list"
26343         required: true
26344         type: "string"
26345       - in: "body"
26346         name: "generic.resource.api.Param.body-param"
26347         description: "generic.resource.api.Param to be added to list"
26348         required: false
26349         schema:
26350           $ref: "#/definitions/generic.resource.api.Param"
26351           originalRef: "#/definitions/generic.resource.api.Param"
26352       responses:
26353         400:
26354           description: "Internal error"
26355         201:
26356           description: "Object created"
26357         409:
26358           description: "Object already exists"
26359     put:
26360       tags:
26361       - "GENERIC-RESOURCE-API"
26362       description: "creates or updates generic.resource.api.Param"
26363       parameters:
26364       - name: "preload-id"
26365         in: "path"
26366         description: "Id of preload-list"
26367         required: true
26368         type: "string"
26369       - name: "preload-type"
26370         in: "path"
26371         description: "Id of preload-list"
26372         required: true
26373         type: "string"
26374       - in: "body"
26375         name: "generic.resource.api.Param.body-param"
26376         description: "generic.resource.api.Param to be added or updated"
26377         required: false
26378         schema:
26379           $ref: "#/definitions/generic.resource.api.Param"
26380           originalRef: "#/definitions/generic.resource.api.Param"
26381       responses:
26382         400:
26383           description: "Internal error"
26384         201:
26385           description: "Object created"
26386         204:
26387           description: "Object modified"
26388     delete:
26389       tags:
26390       - "GENERIC-RESOURCE-API"
26391       description: "removes generic.resource.api.Param"
26392       parameters:
26393       - name: "preload-id"
26394         in: "path"
26395         description: "Id of preload-list"
26396         required: true
26397         type: "string"
26398       - name: "preload-type"
26399         in: "path"
26400         description: "Id of preload-list"
26401         required: true
26402         type: "string"
26403       responses:
26404         400:
26405           description: "Internal error"
26406         204:
26407           description: "Object deleted"
26408   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/
26409   : post:
26410       description: "creates generic.resource.api.param.Param"
26411       parameters:
26412       - name: "preload-id"
26413         in: "path"
26414         description: "Id of preload-list"
26415         required: true
26416         type: "string"
26417       - name: "preload-type"
26418         in: "path"
26419         description: "Id of preload-list"
26420         required: true
26421         type: "string"
26422       - in: "body"
26423         name: "generic.resource.api.param.Param.body-param"
26424         description: "generic.resource.api.param.Param to be added to list"
26425         required: false
26426         schema:
26427           $ref: "#/definitions/generic.resource.api.param.Param"
26428           originalRef: "#/definitions/generic.resource.api.param.Param"
26429       responses:
26430         400:
26431           description: "Internal error"
26432         201:
26433           description: "Object created"
26434         409:
26435           description: "Object already exists"
26436   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/
26437   : get:
26438       tags:
26439       - "GENERIC-RESOURCE-API"
26440       description: "returns generic.resource.api.param.Param"
26441       parameters:
26442       - name: "preload-id"
26443         in: "path"
26444         description: "Id of preload-list"
26445         required: true
26446         type: "string"
26447       - name: "preload-type"
26448         in: "path"
26449         description: "Id of preload-list"
26450         required: true
26451         type: "string"
26452       - name: "name"
26453         in: "path"
26454         description: "Id of param"
26455         required: true
26456         type: "string"
26457       responses:
26458         400:
26459           description: "Internal error"
26460         200:
26461           description: "generic.resource.api.param.Param"
26462           responseSchema:
26463             $ref: "#/definitions/generic.resource.api.param.Param"
26464             originalRef: "#/definitions/generic.resource.api.param.Param"
26465           schema:
26466             $ref: "#/definitions/generic.resource.api.param.Param"
26467             originalRef: "#/definitions/generic.resource.api.param.Param"
26468     post:
26469       tags:
26470       - "GENERIC-RESOURCE-API"
26471       description: "creates generic.resource.api.param.Param"
26472       parameters:
26473       - name: "preload-id"
26474         in: "path"
26475         description: "Id of preload-list"
26476         required: true
26477         type: "string"
26478       - name: "preload-type"
26479         in: "path"
26480         description: "Id of preload-list"
26481         required: true
26482         type: "string"
26483       - name: "name"
26484         in: "path"
26485         description: "Id of param"
26486         required: true
26487         type: "string"
26488       - in: "body"
26489         name: "generic.resource.api.param.Param.body-param"
26490         description: "generic.resource.api.param.Param to be added to list"
26491         required: false
26492         schema:
26493           $ref: "#/definitions/generic.resource.api.param.Param"
26494           originalRef: "#/definitions/generic.resource.api.param.Param"
26495       responses:
26496         400:
26497           description: "Internal error"
26498         201:
26499           description: "Object created"
26500         409:
26501           description: "Object already exists"
26502     put:
26503       tags:
26504       - "GENERIC-RESOURCE-API"
26505       description: "creates or updates generic.resource.api.param.Param"
26506       parameters:
26507       - name: "preload-id"
26508         in: "path"
26509         description: "Id of preload-list"
26510         required: true
26511         type: "string"
26512       - name: "preload-type"
26513         in: "path"
26514         description: "Id of preload-list"
26515         required: true
26516         type: "string"
26517       - name: "name"
26518         in: "path"
26519         description: "Id of param"
26520         required: true
26521         type: "string"
26522       - in: "body"
26523         name: "generic.resource.api.param.Param.body-param"
26524         description: "generic.resource.api.param.Param to be added or updated"
26525         required: false
26526         schema:
26527           $ref: "#/definitions/generic.resource.api.param.Param"
26528           originalRef: "#/definitions/generic.resource.api.param.Param"
26529       responses:
26530         400:
26531           description: "Internal error"
26532         201:
26533           description: "Object created"
26534         204:
26535           description: "Object modified"
26536     delete:
26537       tags:
26538       - "GENERIC-RESOURCE-API"
26539       description: "removes generic.resource.api.param.Param"
26540       parameters:
26541       - name: "preload-id"
26542         in: "path"
26543         description: "Id of preload-list"
26544         required: true
26545         type: "string"
26546       - name: "preload-type"
26547         in: "path"
26548         description: "Id of preload-list"
26549         required: true
26550         type: "string"
26551       - name: "name"
26552         in: "path"
26553         description: "Id of param"
26554         required: true
26555         type: "string"
26556       responses:
26557         400:
26558           description: "Internal error"
26559         204:
26560           description: "Object deleted"
26561   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/
26562   : get:
26563       tags:
26564       - "GENERIC-RESOURCE-API"
26565       description: "returns generic.resource.api.param.param.ResourceResolutionData"
26566       parameters:
26567       - name: "preload-id"
26568         in: "path"
26569         description: "Id of preload-list"
26570         required: true
26571         type: "string"
26572       - name: "preload-type"
26573         in: "path"
26574         description: "Id of preload-list"
26575         required: true
26576         type: "string"
26577       - name: "name"
26578         in: "path"
26579         description: "Id of param"
26580         required: true
26581         type: "string"
26582       responses:
26583         400:
26584           description: "Internal error"
26585         200:
26586           description: "generic.resource.api.param.param.ResourceResolutionData"
26587           responseSchema:
26588             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26589             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26590           schema:
26591             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26592             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26593     post:
26594       tags:
26595       - "GENERIC-RESOURCE-API"
26596       description: "creates generic.resource.api.param.param.ResourceResolutionData"
26597       parameters:
26598       - name: "preload-id"
26599         in: "path"
26600         description: "Id of preload-list"
26601         required: true
26602         type: "string"
26603       - name: "preload-type"
26604         in: "path"
26605         description: "Id of preload-list"
26606         required: true
26607         type: "string"
26608       - name: "name"
26609         in: "path"
26610         description: "Id of param"
26611         required: true
26612         type: "string"
26613       - in: "body"
26614         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
26615         description: "generic.resource.api.param.param.ResourceResolutionData to be\
26616           \ added to list"
26617         required: false
26618         schema:
26619           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26620           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26621       responses:
26622         400:
26623           description: "Internal error"
26624         201:
26625           description: "Object created"
26626         409:
26627           description: "Object already exists"
26628     put:
26629       tags:
26630       - "GENERIC-RESOURCE-API"
26631       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
26632       parameters:
26633       - name: "preload-id"
26634         in: "path"
26635         description: "Id of preload-list"
26636         required: true
26637         type: "string"
26638       - name: "preload-type"
26639         in: "path"
26640         description: "Id of preload-list"
26641         required: true
26642         type: "string"
26643       - name: "name"
26644         in: "path"
26645         description: "Id of param"
26646         required: true
26647         type: "string"
26648       - in: "body"
26649         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
26650         description: "generic.resource.api.param.param.ResourceResolutionData to be\
26651           \ added or updated"
26652         required: false
26653         schema:
26654           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26655           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
26656       responses:
26657         400:
26658           description: "Internal error"
26659         201:
26660           description: "Object created"
26661         204:
26662           description: "Object modified"
26663     delete:
26664       tags:
26665       - "GENERIC-RESOURCE-API"
26666       description: "removes generic.resource.api.param.param.ResourceResolutionData"
26667       parameters:
26668       - name: "preload-id"
26669         in: "path"
26670         description: "Id of preload-list"
26671         required: true
26672         type: "string"
26673       - name: "preload-type"
26674         in: "path"
26675         description: "Id of preload-list"
26676         required: true
26677         type: "string"
26678       - name: "name"
26679         in: "path"
26680         description: "Id of param"
26681         required: true
26682         type: "string"
26683       responses:
26684         400:
26685           description: "Internal error"
26686         204:
26687           description: "Object deleted"
26688   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/
26689   : post:
26690       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26691       parameters:
26692       - name: "preload-id"
26693         in: "path"
26694         description: "Id of preload-list"
26695         required: true
26696         type: "string"
26697       - name: "preload-type"
26698         in: "path"
26699         description: "Id of preload-list"
26700         required: true
26701         type: "string"
26702       - name: "name"
26703         in: "path"
26704         description: "Id of param"
26705         required: true
26706         type: "string"
26707       - in: "body"
26708         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
26709         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
26710           \ to be added to list"
26711         required: false
26712         schema:
26713           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26714           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26715       responses:
26716         400:
26717           description: "Internal error"
26718         201:
26719           description: "Object created"
26720         409:
26721           description: "Object already exists"
26722   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
26723   : get:
26724       tags:
26725       - "GENERIC-RESOURCE-API"
26726       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26727       parameters:
26728       - name: "preload-id"
26729         in: "path"
26730         description: "Id of preload-list"
26731         required: true
26732         type: "string"
26733       - name: "preload-type"
26734         in: "path"
26735         description: "Id of preload-list"
26736         required: true
26737         type: "string"
26738       - name: "name"
26739         in: "path"
26740         description: "Id of param"
26741         required: true
26742         type: "string"
26743       - name: "resource-key-name"
26744         in: "path"
26745         description: "Id of resource-key"
26746         required: true
26747         type: "string"
26748       responses:
26749         400:
26750           description: "Internal error"
26751         200:
26752           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26753           responseSchema:
26754             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26755             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26756           schema:
26757             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26758             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26759     post:
26760       tags:
26761       - "GENERIC-RESOURCE-API"
26762       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26763       parameters:
26764       - name: "preload-id"
26765         in: "path"
26766         description: "Id of preload-list"
26767         required: true
26768         type: "string"
26769       - name: "preload-type"
26770         in: "path"
26771         description: "Id of preload-list"
26772         required: true
26773         type: "string"
26774       - name: "name"
26775         in: "path"
26776         description: "Id of param"
26777         required: true
26778         type: "string"
26779       - name: "resource-key-name"
26780         in: "path"
26781         description: "Id of resource-key"
26782         required: true
26783         type: "string"
26784       - in: "body"
26785         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
26786         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
26787           \ to be added to list"
26788         required: false
26789         schema:
26790           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26791           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26792       responses:
26793         400:
26794           description: "Internal error"
26795         201:
26796           description: "Object created"
26797         409:
26798           description: "Object already exists"
26799     put:
26800       tags:
26801       - "GENERIC-RESOURCE-API"
26802       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26803       parameters:
26804       - name: "preload-id"
26805         in: "path"
26806         description: "Id of preload-list"
26807         required: true
26808         type: "string"
26809       - name: "preload-type"
26810         in: "path"
26811         description: "Id of preload-list"
26812         required: true
26813         type: "string"
26814       - name: "name"
26815         in: "path"
26816         description: "Id of param"
26817         required: true
26818         type: "string"
26819       - name: "resource-key-name"
26820         in: "path"
26821         description: "Id of resource-key"
26822         required: true
26823         type: "string"
26824       - in: "body"
26825         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
26826         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
26827           \ to be added or updated"
26828         required: false
26829         schema:
26830           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26831           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26832       responses:
26833         400:
26834           description: "Internal error"
26835         201:
26836           description: "Object created"
26837         204:
26838           description: "Object modified"
26839     delete:
26840       tags:
26841       - "GENERIC-RESOURCE-API"
26842       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
26843       parameters:
26844       - name: "preload-id"
26845         in: "path"
26846         description: "Id of preload-list"
26847         required: true
26848         type: "string"
26849       - name: "preload-type"
26850         in: "path"
26851         description: "Id of preload-list"
26852         required: true
26853         type: "string"
26854       - name: "name"
26855         in: "path"
26856         description: "Id of param"
26857         required: true
26858         type: "string"
26859       - name: "resource-key-name"
26860         in: "path"
26861         description: "Id of resource-key"
26862         required: true
26863         type: "string"
26864       responses:
26865         400:
26866           description: "Internal error"
26867         204:
26868           description: "Object deleted"
26869   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-topology-identifier/
26870   : get:
26871       tags:
26872       - "GENERIC-RESOURCE-API"
26873       description: "returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26874       parameters:
26875       - name: "preload-id"
26876         in: "path"
26877         description: "Id of preload-list"
26878         required: true
26879         type: "string"
26880       - name: "preload-type"
26881         in: "path"
26882         description: "Id of preload-list"
26883         required: true
26884         type: "string"
26885       responses:
26886         400:
26887           description: "Internal error"
26888         200:
26889           description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26890           responseSchema:
26891             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26892             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26893           schema:
26894             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26895             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26896     post:
26897       tags:
26898       - "GENERIC-RESOURCE-API"
26899       description: "creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26900       parameters:
26901       - name: "preload-id"
26902         in: "path"
26903         description: "Id of preload-list"
26904         required: true
26905         type: "string"
26906       - name: "preload-type"
26907         in: "path"
26908         description: "Id of preload-list"
26909         required: true
26910         type: "string"
26911       - in: "body"
26912         name: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param"
26913         description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier\
26914           \ to be added to list"
26915         required: false
26916         schema:
26917           $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26918           originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26919       responses:
26920         400:
26921           description: "Internal error"
26922         201:
26923           description: "Object created"
26924         409:
26925           description: "Object already exists"
26926     put:
26927       tags:
26928       - "GENERIC-RESOURCE-API"
26929       description: "creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26930       parameters:
26931       - name: "preload-id"
26932         in: "path"
26933         description: "Id of preload-list"
26934         required: true
26935         type: "string"
26936       - name: "preload-type"
26937         in: "path"
26938         description: "Id of preload-list"
26939         required: true
26940         type: "string"
26941       - in: "body"
26942         name: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param"
26943         description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier\
26944           \ to be added or updated"
26945         required: false
26946         schema:
26947           $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26948           originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26949       responses:
26950         400:
26951           description: "Internal error"
26952         201:
26953           description: "Object created"
26954         204:
26955           description: "Object modified"
26956     delete:
26957       tags:
26958       - "GENERIC-RESOURCE-API"
26959       description: "removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
26960       parameters:
26961       - name: "preload-id"
26962         in: "path"
26963         description: "Id of preload-list"
26964         required: true
26965         type: "string"
26966       - name: "preload-type"
26967         in: "path"
26968         description: "Id of preload-list"
26969         required: true
26970         type: "string"
26971       responses:
26972         400:
26973           description: "Internal error"
26974         204:
26975           description: "Object deleted"
26976   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/
26977   : get:
26978       tags:
26979       - "GENERIC-RESOURCE-API"
26980       description: "returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
26981       parameters:
26982       - name: "preload-id"
26983         in: "path"
26984         description: "Id of preload-list"
26985         required: true
26986         type: "string"
26987       - name: "preload-type"
26988         in: "path"
26989         description: "Id of preload-list"
26990         required: true
26991         type: "string"
26992       responses:
26993         400:
26994           description: "Internal error"
26995         200:
26996           description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
26997           responseSchema:
26998             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
26999             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27000           schema:
27001             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27002             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27003     post:
27004       tags:
27005       - "GENERIC-RESOURCE-API"
27006       description: "creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27007       parameters:
27008       - name: "preload-id"
27009         in: "path"
27010         description: "Id of preload-list"
27011         required: true
27012         type: "string"
27013       - name: "preload-type"
27014         in: "path"
27015         description: "Id of preload-list"
27016         required: true
27017         type: "string"
27018       - in: "body"
27019         name: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param"
27020         description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments\
27021           \ to be added to list"
27022         required: false
27023         schema:
27024           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27025           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27026       responses:
27027         400:
27028           description: "Internal error"
27029         201:
27030           description: "Object created"
27031         409:
27032           description: "Object already exists"
27033     put:
27034       tags:
27035       - "GENERIC-RESOURCE-API"
27036       description: "creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27037       parameters:
27038       - name: "preload-id"
27039         in: "path"
27040         description: "Id of preload-list"
27041         required: true
27042         type: "string"
27043       - name: "preload-type"
27044         in: "path"
27045         description: "Id of preload-list"
27046         required: true
27047         type: "string"
27048       - in: "body"
27049         name: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param"
27050         description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments\
27051           \ to be added or updated"
27052         required: false
27053         schema:
27054           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27055           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27056       responses:
27057         400:
27058           description: "Internal error"
27059         201:
27060           description: "Object created"
27061         204:
27062           description: "Object modified"
27063     delete:
27064       tags:
27065       - "GENERIC-RESOURCE-API"
27066       description: "removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
27067       parameters:
27068       - name: "preload-id"
27069         in: "path"
27070         description: "Id of preload-list"
27071         required: true
27072         type: "string"
27073       - name: "preload-type"
27074         in: "path"
27075         description: "Id of preload-list"
27076         required: true
27077         type: "string"
27078       responses:
27079         400:
27080           description: "Internal error"
27081         204:
27082           description: "Object deleted"
27083   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/availability-zones/
27084   : get:
27085       tags:
27086       - "GENERIC-RESOURCE-API"
27087       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27088       parameters:
27089       - name: "preload-id"
27090         in: "path"
27091         description: "Id of preload-list"
27092         required: true
27093         type: "string"
27094       - name: "preload-type"
27095         in: "path"
27096         description: "Id of preload-list"
27097         required: true
27098         type: "string"
27099       responses:
27100         400:
27101           description: "Internal error"
27102         200:
27103           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27104           responseSchema:
27105             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27106             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27107           schema:
27108             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27109             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27110     post:
27111       tags:
27112       - "GENERIC-RESOURCE-API"
27113       description: "creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27114       parameters:
27115       - name: "preload-id"
27116         in: "path"
27117         description: "Id of preload-list"
27118         required: true
27119         type: "string"
27120       - name: "preload-type"
27121         in: "path"
27122         description: "Id of preload-list"
27123         required: true
27124         type: "string"
27125       - in: "body"
27126         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param"
27127         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones\
27128           \ to be added to list"
27129         required: false
27130         schema:
27131           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27132           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27133       responses:
27134         400:
27135           description: "Internal error"
27136         201:
27137           description: "Object created"
27138         409:
27139           description: "Object already exists"
27140     put:
27141       tags:
27142       - "GENERIC-RESOURCE-API"
27143       description: "creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27144       parameters:
27145       - name: "preload-id"
27146         in: "path"
27147         description: "Id of preload-list"
27148         required: true
27149         type: "string"
27150       - name: "preload-type"
27151         in: "path"
27152         description: "Id of preload-list"
27153         required: true
27154         type: "string"
27155       - in: "body"
27156         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param"
27157         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones\
27158           \ to be added or updated"
27159         required: false
27160         schema:
27161           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27162           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27163       responses:
27164         400:
27165           description: "Internal error"
27166         201:
27167           description: "Object created"
27168         204:
27169           description: "Object modified"
27170     delete:
27171       tags:
27172       - "GENERIC-RESOURCE-API"
27173       description: "removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
27174       parameters:
27175       - name: "preload-id"
27176         in: "path"
27177         description: "Id of preload-list"
27178         required: true
27179         type: "string"
27180       - name: "preload-type"
27181         in: "path"
27182         description: "Id of preload-list"
27183         required: true
27184         type: "string"
27185       responses:
27186         400:
27187           description: "Internal error"
27188         204:
27189           description: "Object deleted"
27190   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/
27191   : get:
27192       tags:
27193       - "GENERIC-RESOURCE-API"
27194       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27195       parameters:
27196       - name: "preload-id"
27197         in: "path"
27198         description: "Id of preload-list"
27199         required: true
27200         type: "string"
27201       - name: "preload-type"
27202         in: "path"
27203         description: "Id of preload-list"
27204         required: true
27205         type: "string"
27206       responses:
27207         400:
27208           description: "Internal error"
27209         200:
27210           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27211           responseSchema:
27212             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27213             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27214           schema:
27215             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27216             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27217     post:
27218       tags:
27219       - "GENERIC-RESOURCE-API"
27220       description: "creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27221       parameters:
27222       - name: "preload-id"
27223         in: "path"
27224         description: "Id of preload-list"
27225         required: true
27226         type: "string"
27227       - name: "preload-type"
27228         in: "path"
27229         description: "Id of preload-list"
27230         required: true
27231         type: "string"
27232       - in: "body"
27233         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param"
27234         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks\
27235           \ to be added to list"
27236         required: false
27237         schema:
27238           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27239           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27240       responses:
27241         400:
27242           description: "Internal error"
27243         201:
27244           description: "Object created"
27245         409:
27246           description: "Object already exists"
27247     put:
27248       tags:
27249       - "GENERIC-RESOURCE-API"
27250       description: "creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27251       parameters:
27252       - name: "preload-id"
27253         in: "path"
27254         description: "Id of preload-list"
27255         required: true
27256         type: "string"
27257       - name: "preload-type"
27258         in: "path"
27259         description: "Id of preload-list"
27260         required: true
27261         type: "string"
27262       - in: "body"
27263         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param"
27264         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks\
27265           \ to be added or updated"
27266         required: false
27267         schema:
27268           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27269           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27270       responses:
27271         400:
27272           description: "Internal error"
27273         201:
27274           description: "Object created"
27275         204:
27276           description: "Object modified"
27277     delete:
27278       tags:
27279       - "GENERIC-RESOURCE-API"
27280       description: "removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
27281       parameters:
27282       - name: "preload-id"
27283         in: "path"
27284         description: "Id of preload-list"
27285         required: true
27286         type: "string"
27287       - name: "preload-type"
27288         in: "path"
27289         description: "Id of preload-list"
27290         required: true
27291         type: "string"
27292       responses:
27293         400:
27294           description: "Internal error"
27295         204:
27296           description: "Object deleted"
27297   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/
27298   : post:
27299       description: "creates generic.resource.api.VnfNetworkData"
27300       parameters:
27301       - name: "preload-id"
27302         in: "path"
27303         description: "Id of preload-list"
27304         required: true
27305         type: "string"
27306       - name: "preload-type"
27307         in: "path"
27308         description: "Id of preload-list"
27309         required: true
27310         type: "string"
27311       - in: "body"
27312         name: "generic.resource.api.VnfNetworkData.body-param"
27313         description: "generic.resource.api.VnfNetworkData to be added to list"
27314         required: false
27315         schema:
27316           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
27317           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
27318       responses:
27319         400:
27320           description: "Internal error"
27321         201:
27322           description: "Object created"
27323         409:
27324           description: "Object already exists"
27325   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/
27326   : get:
27327       tags:
27328       - "GENERIC-RESOURCE-API"
27329       description: "returns generic.resource.api.VnfNetworkData"
27330       parameters:
27331       - name: "preload-id"
27332         in: "path"
27333         description: "Id of preload-list"
27334         required: true
27335         type: "string"
27336       - name: "preload-type"
27337         in: "path"
27338         description: "Id of preload-list"
27339         required: true
27340         type: "string"
27341       - name: "network-role"
27342         in: "path"
27343         description: "Id of vnf-network"
27344         required: true
27345         type: "string"
27346       responses:
27347         400:
27348           description: "Internal error"
27349         200:
27350           description: "generic.resource.api.VnfNetworkData"
27351           responseSchema:
27352             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
27353             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
27354           schema:
27355             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
27356             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
27357     post:
27358       tags:
27359       - "GENERIC-RESOURCE-API"
27360       description: "creates generic.resource.api.VnfNetworkData"
27361       parameters:
27362       - name: "preload-id"
27363         in: "path"
27364         description: "Id of preload-list"
27365         required: true
27366         type: "string"
27367       - name: "preload-type"
27368         in: "path"
27369         description: "Id of preload-list"
27370         required: true
27371         type: "string"
27372       - name: "network-role"
27373         in: "path"
27374         description: "Id of vnf-network"
27375         required: true
27376         type: "string"
27377       - in: "body"
27378         name: "generic.resource.api.VnfNetworkData.body-param"
27379         description: "generic.resource.api.VnfNetworkData to be added to list"
27380         required: false
27381         schema:
27382           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
27383           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
27384       responses:
27385         400:
27386           description: "Internal error"
27387         201:
27388           description: "Object created"
27389         409:
27390           description: "Object already exists"
27391     put:
27392       tags:
27393       - "GENERIC-RESOURCE-API"
27394       description: "creates or updates generic.resource.api.VnfNetworkData"
27395       parameters:
27396       - name: "preload-id"
27397         in: "path"
27398         description: "Id of preload-list"
27399         required: true
27400         type: "string"
27401       - name: "preload-type"
27402         in: "path"
27403         description: "Id of preload-list"
27404         required: true
27405         type: "string"
27406       - name: "network-role"
27407         in: "path"
27408         description: "Id of vnf-network"
27409         required: true
27410         type: "string"
27411       - in: "body"
27412         name: "generic.resource.api.VnfNetworkData.body-param"
27413         description: "generic.resource.api.VnfNetworkData to be added or updated"
27414         required: false
27415         schema:
27416           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
27417           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
27418       responses:
27419         400:
27420           description: "Internal error"
27421         201:
27422           description: "Object created"
27423         204:
27424           description: "Object modified"
27425     delete:
27426       tags:
27427       - "GENERIC-RESOURCE-API"
27428       description: "removes generic.resource.api.VnfNetworkData"
27429       parameters:
27430       - name: "preload-id"
27431         in: "path"
27432         description: "Id of preload-list"
27433         required: true
27434         type: "string"
27435       - name: "preload-type"
27436         in: "path"
27437         description: "Id of preload-list"
27438         required: true
27439         type: "string"
27440       - name: "network-role"
27441         in: "path"
27442         description: "Id of vnf-network"
27443         required: true
27444         type: "string"
27445       responses:
27446         400:
27447           description: "Internal error"
27448         204:
27449           description: "Object deleted"
27450   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/
27451   : get:
27452       tags:
27453       - "GENERIC-RESOURCE-API"
27454       description: "returns generic.resource.api.RelatedNetwork"
27455       parameters:
27456       - name: "preload-id"
27457         in: "path"
27458         description: "Id of preload-list"
27459         required: true
27460         type: "string"
27461       - name: "preload-type"
27462         in: "path"
27463         description: "Id of preload-list"
27464         required: true
27465         type: "string"
27466       - name: "network-role"
27467         in: "path"
27468         description: "Id of vnf-network"
27469         required: true
27470         type: "string"
27471       responses:
27472         400:
27473           description: "Internal error"
27474         200:
27475           description: "generic.resource.api.RelatedNetwork"
27476           responseSchema:
27477             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
27478             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
27479           schema:
27480             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
27481             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
27482     post:
27483       tags:
27484       - "GENERIC-RESOURCE-API"
27485       description: "creates generic.resource.api.RelatedNetwork"
27486       parameters:
27487       - name: "preload-id"
27488         in: "path"
27489         description: "Id of preload-list"
27490         required: true
27491         type: "string"
27492       - name: "preload-type"
27493         in: "path"
27494         description: "Id of preload-list"
27495         required: true
27496         type: "string"
27497       - name: "network-role"
27498         in: "path"
27499         description: "Id of vnf-network"
27500         required: true
27501         type: "string"
27502       - in: "body"
27503         name: "generic.resource.api.RelatedNetwork.body-param"
27504         description: "generic.resource.api.RelatedNetwork to be added to list"
27505         required: false
27506         schema:
27507           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
27508           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
27509       responses:
27510         400:
27511           description: "Internal error"
27512         201:
27513           description: "Object created"
27514         409:
27515           description: "Object already exists"
27516     put:
27517       tags:
27518       - "GENERIC-RESOURCE-API"
27519       description: "creates or updates generic.resource.api.RelatedNetwork"
27520       parameters:
27521       - name: "preload-id"
27522         in: "path"
27523         description: "Id of preload-list"
27524         required: true
27525         type: "string"
27526       - name: "preload-type"
27527         in: "path"
27528         description: "Id of preload-list"
27529         required: true
27530         type: "string"
27531       - name: "network-role"
27532         in: "path"
27533         description: "Id of vnf-network"
27534         required: true
27535         type: "string"
27536       - in: "body"
27537         name: "generic.resource.api.RelatedNetwork.body-param"
27538         description: "generic.resource.api.RelatedNetwork to be added or updated"
27539         required: false
27540         schema:
27541           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
27542           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
27543       responses:
27544         400:
27545           description: "Internal error"
27546         201:
27547           description: "Object created"
27548         204:
27549           description: "Object modified"
27550     delete:
27551       tags:
27552       - "GENERIC-RESOURCE-API"
27553       description: "removes generic.resource.api.RelatedNetwork"
27554       parameters:
27555       - name: "preload-id"
27556         in: "path"
27557         description: "Id of preload-list"
27558         required: true
27559         type: "string"
27560       - name: "preload-type"
27561         in: "path"
27562         description: "Id of preload-list"
27563         required: true
27564         type: "string"
27565       - name: "network-role"
27566         in: "path"
27567         description: "Id of vnf-network"
27568         required: true
27569         type: "string"
27570       responses:
27571         400:
27572           description: "Internal error"
27573         204:
27574           description: "Object deleted"
27575   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/
27576   : post:
27577       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
27578       parameters:
27579       - name: "preload-id"
27580         in: "path"
27581         description: "Id of preload-list"
27582         required: true
27583         type: "string"
27584       - name: "preload-type"
27585         in: "path"
27586         description: "Id of preload-list"
27587         required: true
27588         type: "string"
27589       - name: "network-role"
27590         in: "path"
27591         description: "Id of vnf-network"
27592         required: true
27593         type: "string"
27594       - in: "body"
27595         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
27596         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
27597           \ to list"
27598         required: false
27599         schema:
27600           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27601           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27602       responses:
27603         400:
27604           description: "Internal error"
27605         201:
27606           description: "Object created"
27607         409:
27608           description: "Object already exists"
27609   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
27610   : get:
27611       tags:
27612       - "GENERIC-RESOURCE-API"
27613       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
27614       parameters:
27615       - name: "preload-id"
27616         in: "path"
27617         description: "Id of preload-list"
27618         required: true
27619         type: "string"
27620       - name: "preload-type"
27621         in: "path"
27622         description: "Id of preload-list"
27623         required: true
27624         type: "string"
27625       - name: "network-role"
27626         in: "path"
27627         description: "Id of vnf-network"
27628         required: true
27629         type: "string"
27630       - name: "network-id"
27631         in: "path"
27632         description: "Id of related-network"
27633         required: true
27634         type: "string"
27635       responses:
27636         400:
27637           description: "Internal error"
27638         200:
27639           description: "generic.resource.api.relatednetwork.RelatedNetwork"
27640           responseSchema:
27641             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27642             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27643           schema:
27644             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27645             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27646     post:
27647       tags:
27648       - "GENERIC-RESOURCE-API"
27649       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
27650       parameters:
27651       - name: "preload-id"
27652         in: "path"
27653         description: "Id of preload-list"
27654         required: true
27655         type: "string"
27656       - name: "preload-type"
27657         in: "path"
27658         description: "Id of preload-list"
27659         required: true
27660         type: "string"
27661       - name: "network-role"
27662         in: "path"
27663         description: "Id of vnf-network"
27664         required: true
27665         type: "string"
27666       - name: "network-id"
27667         in: "path"
27668         description: "Id of related-network"
27669         required: true
27670         type: "string"
27671       - in: "body"
27672         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
27673         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
27674           \ to list"
27675         required: false
27676         schema:
27677           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27678           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27679       responses:
27680         400:
27681           description: "Internal error"
27682         201:
27683           description: "Object created"
27684         409:
27685           description: "Object already exists"
27686     put:
27687       tags:
27688       - "GENERIC-RESOURCE-API"
27689       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
27690       parameters:
27691       - name: "preload-id"
27692         in: "path"
27693         description: "Id of preload-list"
27694         required: true
27695         type: "string"
27696       - name: "preload-type"
27697         in: "path"
27698         description: "Id of preload-list"
27699         required: true
27700         type: "string"
27701       - name: "network-role"
27702         in: "path"
27703         description: "Id of vnf-network"
27704         required: true
27705         type: "string"
27706       - name: "network-id"
27707         in: "path"
27708         description: "Id of related-network"
27709         required: true
27710         type: "string"
27711       - in: "body"
27712         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
27713         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
27714           \ or updated"
27715         required: false
27716         schema:
27717           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27718           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
27719       responses:
27720         400:
27721           description: "Internal error"
27722         201:
27723           description: "Object created"
27724         204:
27725           description: "Object modified"
27726     delete:
27727       tags:
27728       - "GENERIC-RESOURCE-API"
27729       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
27730       parameters:
27731       - name: "preload-id"
27732         in: "path"
27733         description: "Id of preload-list"
27734         required: true
27735         type: "string"
27736       - name: "preload-type"
27737         in: "path"
27738         description: "Id of preload-list"
27739         required: true
27740         type: "string"
27741       - name: "network-role"
27742         in: "path"
27743         description: "Id of vnf-network"
27744         required: true
27745         type: "string"
27746       - name: "network-id"
27747         in: "path"
27748         description: "Id of related-network"
27749         required: true
27750         type: "string"
27751       responses:
27752         400:
27753           description: "Internal error"
27754         204:
27755           description: "Object deleted"
27756   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
27757   : get:
27758       tags:
27759       - "GENERIC-RESOURCE-API"
27760       description: "returns generic.resource.api.vlantags.VlanTags"
27761       parameters:
27762       - name: "preload-id"
27763         in: "path"
27764         description: "Id of preload-list"
27765         required: true
27766         type: "string"
27767       - name: "preload-type"
27768         in: "path"
27769         description: "Id of preload-list"
27770         required: true
27771         type: "string"
27772       - name: "network-role"
27773         in: "path"
27774         description: "Id of vnf-network"
27775         required: true
27776         type: "string"
27777       - name: "network-id"
27778         in: "path"
27779         description: "Id of related-network"
27780         required: true
27781         type: "string"
27782       responses:
27783         400:
27784           description: "Internal error"
27785         200:
27786           description: "generic.resource.api.vlantags.VlanTags"
27787           responseSchema:
27788             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
27789             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
27790           schema:
27791             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
27792             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
27793     post:
27794       tags:
27795       - "GENERIC-RESOURCE-API"
27796       description: "creates generic.resource.api.vlantags.VlanTags"
27797       parameters:
27798       - name: "preload-id"
27799         in: "path"
27800         description: "Id of preload-list"
27801         required: true
27802         type: "string"
27803       - name: "preload-type"
27804         in: "path"
27805         description: "Id of preload-list"
27806         required: true
27807         type: "string"
27808       - name: "network-role"
27809         in: "path"
27810         description: "Id of vnf-network"
27811         required: true
27812         type: "string"
27813       - name: "network-id"
27814         in: "path"
27815         description: "Id of related-network"
27816         required: true
27817         type: "string"
27818       - in: "body"
27819         name: "generic.resource.api.vlantags.VlanTags.body-param"
27820         description: "generic.resource.api.vlantags.VlanTags to be added to list"
27821         required: false
27822         schema:
27823           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
27824           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
27825       responses:
27826         400:
27827           description: "Internal error"
27828         201:
27829           description: "Object created"
27830         409:
27831           description: "Object already exists"
27832     put:
27833       tags:
27834       - "GENERIC-RESOURCE-API"
27835       description: "creates or updates generic.resource.api.vlantags.VlanTags"
27836       parameters:
27837       - name: "preload-id"
27838         in: "path"
27839         description: "Id of preload-list"
27840         required: true
27841         type: "string"
27842       - name: "preload-type"
27843         in: "path"
27844         description: "Id of preload-list"
27845         required: true
27846         type: "string"
27847       - name: "network-role"
27848         in: "path"
27849         description: "Id of vnf-network"
27850         required: true
27851         type: "string"
27852       - name: "network-id"
27853         in: "path"
27854         description: "Id of related-network"
27855         required: true
27856         type: "string"
27857       - in: "body"
27858         name: "generic.resource.api.vlantags.VlanTags.body-param"
27859         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
27860         required: false
27861         schema:
27862           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
27863           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
27864       responses:
27865         400:
27866           description: "Internal error"
27867         201:
27868           description: "Object created"
27869         204:
27870           description: "Object modified"
27871     delete:
27872       tags:
27873       - "GENERIC-RESOURCE-API"
27874       description: "removes generic.resource.api.vlantags.VlanTags"
27875       parameters:
27876       - name: "preload-id"
27877         in: "path"
27878         description: "Id of preload-list"
27879         required: true
27880         type: "string"
27881       - name: "preload-type"
27882         in: "path"
27883         description: "Id of preload-list"
27884         required: true
27885         type: "string"
27886       - name: "network-role"
27887         in: "path"
27888         description: "Id of vnf-network"
27889         required: true
27890         type: "string"
27891       - name: "network-id"
27892         in: "path"
27893         description: "Id of related-network"
27894         required: true
27895         type: "string"
27896       responses:
27897         400:
27898           description: "Internal error"
27899         204:
27900           description: "Object deleted"
27901   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/
27902   : get:
27903       tags:
27904       - "GENERIC-RESOURCE-API"
27905       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
27906       parameters:
27907       - name: "preload-id"
27908         in: "path"
27909         description: "Id of preload-list"
27910         required: true
27911         type: "string"
27912       - name: "preload-type"
27913         in: "path"
27914         description: "Id of preload-list"
27915         required: true
27916         type: "string"
27917       - name: "network-role"
27918         in: "path"
27919         description: "Id of vnf-network"
27920         required: true
27921         type: "string"
27922       responses:
27923         400:
27924           description: "Internal error"
27925         200:
27926           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
27927           responseSchema:
27928             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27929             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27930           schema:
27931             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27932             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27933     post:
27934       tags:
27935       - "GENERIC-RESOURCE-API"
27936       description: "creates generic.resource.api.vnfnetworkdata.SubnetsData"
27937       parameters:
27938       - name: "preload-id"
27939         in: "path"
27940         description: "Id of preload-list"
27941         required: true
27942         type: "string"
27943       - name: "preload-type"
27944         in: "path"
27945         description: "Id of preload-list"
27946         required: true
27947         type: "string"
27948       - name: "network-role"
27949         in: "path"
27950         description: "Id of vnf-network"
27951         required: true
27952         type: "string"
27953       - in: "body"
27954         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
27955         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
27956           \ to list"
27957         required: false
27958         schema:
27959           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27960           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27961       responses:
27962         400:
27963           description: "Internal error"
27964         201:
27965           description: "Object created"
27966         409:
27967           description: "Object already exists"
27968     put:
27969       tags:
27970       - "GENERIC-RESOURCE-API"
27971       description: "creates or updates generic.resource.api.vnfnetworkdata.SubnetsData"
27972       parameters:
27973       - name: "preload-id"
27974         in: "path"
27975         description: "Id of preload-list"
27976         required: true
27977         type: "string"
27978       - name: "preload-type"
27979         in: "path"
27980         description: "Id of preload-list"
27981         required: true
27982         type: "string"
27983       - name: "network-role"
27984         in: "path"
27985         description: "Id of vnf-network"
27986         required: true
27987         type: "string"
27988       - in: "body"
27989         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
27990         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
27991           \ or updated"
27992         required: false
27993         schema:
27994           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27995           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
27996       responses:
27997         400:
27998           description: "Internal error"
27999         201:
28000           description: "Object created"
28001         204:
28002           description: "Object modified"
28003     delete:
28004       tags:
28005       - "GENERIC-RESOURCE-API"
28006       description: "removes generic.resource.api.vnfnetworkdata.SubnetsData"
28007       parameters:
28008       - name: "preload-id"
28009         in: "path"
28010         description: "Id of preload-list"
28011         required: true
28012         type: "string"
28013       - name: "preload-type"
28014         in: "path"
28015         description: "Id of preload-list"
28016         required: true
28017         type: "string"
28018       - name: "network-role"
28019         in: "path"
28020         description: "Id of vnf-network"
28021         required: true
28022         type: "string"
28023       responses:
28024         400:
28025           description: "Internal error"
28026         204:
28027           description: "Object deleted"
28028   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/
28029   : post:
28030       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28031       parameters:
28032       - name: "preload-id"
28033         in: "path"
28034         description: "Id of preload-list"
28035         required: true
28036         type: "string"
28037       - name: "preload-type"
28038         in: "path"
28039         description: "Id of preload-list"
28040         required: true
28041         type: "string"
28042       - name: "network-role"
28043         in: "path"
28044         description: "Id of vnf-network"
28045         required: true
28046         type: "string"
28047       - in: "body"
28048         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
28049         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
28050           \ be added to list"
28051         required: false
28052         schema:
28053           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28054           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28055       responses:
28056         400:
28057           description: "Internal error"
28058         201:
28059           description: "Object created"
28060         409:
28061           description: "Object already exists"
28062   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
28063   : get:
28064       tags:
28065       - "GENERIC-RESOURCE-API"
28066       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28067       parameters:
28068       - name: "preload-id"
28069         in: "path"
28070         description: "Id of preload-list"
28071         required: true
28072         type: "string"
28073       - name: "preload-type"
28074         in: "path"
28075         description: "Id of preload-list"
28076         required: true
28077         type: "string"
28078       - name: "network-role"
28079         in: "path"
28080         description: "Id of vnf-network"
28081         required: true
28082         type: "string"
28083       - name: "sdnc-subnet-id"
28084         in: "path"
28085         description: "Id of subnet-data"
28086         required: true
28087         type: "string"
28088       responses:
28089         400:
28090           description: "Internal error"
28091         200:
28092           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28093           responseSchema:
28094             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28095             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28096           schema:
28097             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28098             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28099     post:
28100       tags:
28101       - "GENERIC-RESOURCE-API"
28102       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28103       parameters:
28104       - name: "preload-id"
28105         in: "path"
28106         description: "Id of preload-list"
28107         required: true
28108         type: "string"
28109       - name: "preload-type"
28110         in: "path"
28111         description: "Id of preload-list"
28112         required: true
28113         type: "string"
28114       - name: "network-role"
28115         in: "path"
28116         description: "Id of vnf-network"
28117         required: true
28118         type: "string"
28119       - name: "sdnc-subnet-id"
28120         in: "path"
28121         description: "Id of subnet-data"
28122         required: true
28123         type: "string"
28124       - in: "body"
28125         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
28126         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
28127           \ be added to list"
28128         required: false
28129         schema:
28130           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28131           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28132       responses:
28133         400:
28134           description: "Internal error"
28135         201:
28136           description: "Object created"
28137         409:
28138           description: "Object already exists"
28139     put:
28140       tags:
28141       - "GENERIC-RESOURCE-API"
28142       description: "creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28143       parameters:
28144       - name: "preload-id"
28145         in: "path"
28146         description: "Id of preload-list"
28147         required: true
28148         type: "string"
28149       - name: "preload-type"
28150         in: "path"
28151         description: "Id of preload-list"
28152         required: true
28153         type: "string"
28154       - name: "network-role"
28155         in: "path"
28156         description: "Id of vnf-network"
28157         required: true
28158         type: "string"
28159       - name: "sdnc-subnet-id"
28160         in: "path"
28161         description: "Id of subnet-data"
28162         required: true
28163         type: "string"
28164       - in: "body"
28165         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
28166         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
28167           \ be added or updated"
28168         required: false
28169         schema:
28170           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28171           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28172       responses:
28173         400:
28174           description: "Internal error"
28175         201:
28176           description: "Object created"
28177         204:
28178           description: "Object modified"
28179     delete:
28180       tags:
28181       - "GENERIC-RESOURCE-API"
28182       description: "removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
28183       parameters:
28184       - name: "preload-id"
28185         in: "path"
28186         description: "Id of preload-list"
28187         required: true
28188         type: "string"
28189       - name: "preload-type"
28190         in: "path"
28191         description: "Id of preload-list"
28192         required: true
28193         type: "string"
28194       - name: "network-role"
28195         in: "path"
28196         description: "Id of vnf-network"
28197         required: true
28198         type: "string"
28199       - name: "sdnc-subnet-id"
28200         in: "path"
28201         description: "Id of subnet-data"
28202         required: true
28203         type: "string"
28204       responses:
28205         400:
28206           description: "Internal error"
28207         204:
28208           description: "Object deleted"
28209   ? /config/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-topology-identifier-structure/
28210   : get:
28211       tags:
28212       - "GENERIC-RESOURCE-API"
28213       description: "returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28214       parameters:
28215       - name: "preload-id"
28216         in: "path"
28217         description: "Id of preload-list"
28218         required: true
28219         type: "string"
28220       - name: "preload-type"
28221         in: "path"
28222         description: "Id of preload-list"
28223         required: true
28224         type: "string"
28225       responses:
28226         400:
28227           description: "Internal error"
28228         200:
28229           description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28230           responseSchema:
28231             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28232             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28233           schema:
28234             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28235             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28236     post:
28237       tags:
28238       - "GENERIC-RESOURCE-API"
28239       description: "creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28240       parameters:
28241       - name: "preload-id"
28242         in: "path"
28243         description: "Id of preload-list"
28244         required: true
28245         type: "string"
28246       - name: "preload-type"
28247         in: "path"
28248         description: "Id of preload-list"
28249         required: true
28250         type: "string"
28251       - in: "body"
28252         name: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param"
28253         description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure\
28254           \ to be added to list"
28255         required: false
28256         schema:
28257           $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28258           originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28259       responses:
28260         400:
28261           description: "Internal error"
28262         201:
28263           description: "Object created"
28264         409:
28265           description: "Object already exists"
28266     put:
28267       tags:
28268       - "GENERIC-RESOURCE-API"
28269       description: "creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28270       parameters:
28271       - name: "preload-id"
28272         in: "path"
28273         description: "Id of preload-list"
28274         required: true
28275         type: "string"
28276       - name: "preload-type"
28277         in: "path"
28278         description: "Id of preload-list"
28279         required: true
28280         type: "string"
28281       - in: "body"
28282         name: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param"
28283         description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure\
28284           \ to be added or updated"
28285         required: false
28286         schema:
28287           $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28288           originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28289       responses:
28290         400:
28291           description: "Internal error"
28292         201:
28293           description: "Object created"
28294         204:
28295           description: "Object modified"
28296     delete:
28297       tags:
28298       - "GENERIC-RESOURCE-API"
28299       description: "removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
28300       parameters:
28301       - name: "preload-id"
28302         in: "path"
28303         description: "Id of preload-list"
28304         required: true
28305         type: "string"
28306       - name: "preload-type"
28307         in: "path"
28308         description: "Id of preload-list"
28309         required: true
28310         type: "string"
28311       responses:
28312         400:
28313           description: "Internal error"
28314         204:
28315           description: "Object deleted"
28316   /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/:
28317     get:
28318       tags:
28319       - "GENERIC-RESOURCE-API"
28320       description: "returns generic.resource.api.SecurityZoneAllottedResources"
28321       parameters: []
28322       responses:
28323         400:
28324           description: "Internal error"
28325         200:
28326           description: "generic.resource.api.SecurityZoneAllottedResources"
28327           responseSchema:
28328             $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28329             originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28330           schema:
28331             $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28332             originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28333     post:
28334       tags:
28335       - "GENERIC-RESOURCE-API"
28336       description: "creates generic.resource.api.SecurityZoneAllottedResources"
28337       parameters:
28338       - in: "body"
28339         name: "generic.resource.api.SecurityZoneAllottedResources.body-param"
28340         description: "generic.resource.api.SecurityZoneAllottedResources to be added\
28341           \ to list"
28342         required: false
28343         schema:
28344           $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28345           originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28346       responses:
28347         400:
28348           description: "Internal error"
28349         201:
28350           description: "Object created"
28351         409:
28352           description: "Object already exists"
28353     put:
28354       tags:
28355       - "GENERIC-RESOURCE-API"
28356       description: "creates or updates generic.resource.api.SecurityZoneAllottedResources"
28357       parameters:
28358       - in: "body"
28359         name: "generic.resource.api.SecurityZoneAllottedResources.body-param"
28360         description: "generic.resource.api.SecurityZoneAllottedResources to be added\
28361           \ or updated"
28362         required: false
28363         schema:
28364           $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28365           originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
28366       responses:
28367         400:
28368           description: "Internal error"
28369         201:
28370           description: "Object created"
28371         204:
28372           description: "Object modified"
28373     delete:
28374       tags:
28375       - "GENERIC-RESOURCE-API"
28376       description: "removes generic.resource.api.SecurityZoneAllottedResources"
28377       parameters: []
28378       responses:
28379         400:
28380           description: "Internal error"
28381         204:
28382           description: "Object deleted"
28383   /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/:
28384     post:
28385       description: "creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28386       parameters:
28387       - in: "body"
28388         name: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param"
28389         description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource\
28390           \ to be added to list"
28391         required: false
28392         schema:
28393           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28394           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28395       responses:
28396         400:
28397           description: "Internal error"
28398         201:
28399           description: "Object created"
28400         409:
28401           description: "Object already exists"
28402   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/
28403   : get:
28404       tags:
28405       - "GENERIC-RESOURCE-API"
28406       description: "returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28407       parameters:
28408       - name: "allotted-resource-id"
28409         in: "path"
28410         description: "Id of security-zone-allotted-resource"
28411         required: true
28412         type: "string"
28413       responses:
28414         400:
28415           description: "Internal error"
28416         200:
28417           description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28418           responseSchema:
28419             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28420             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28421           schema:
28422             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28423             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28424     post:
28425       tags:
28426       - "GENERIC-RESOURCE-API"
28427       description: "creates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28428       parameters:
28429       - name: "allotted-resource-id"
28430         in: "path"
28431         description: "Id of security-zone-allotted-resource"
28432         required: true
28433         type: "string"
28434       - in: "body"
28435         name: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param"
28436         description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource\
28437           \ to be added to list"
28438         required: false
28439         schema:
28440           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28441           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28442       responses:
28443         400:
28444           description: "Internal error"
28445         201:
28446           description: "Object created"
28447         409:
28448           description: "Object already exists"
28449     put:
28450       tags:
28451       - "GENERIC-RESOURCE-API"
28452       description: "creates or updates generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28453       parameters:
28454       - name: "allotted-resource-id"
28455         in: "path"
28456         description: "Id of security-zone-allotted-resource"
28457         required: true
28458         type: "string"
28459       - in: "body"
28460         name: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource.body-param"
28461         description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource\
28462           \ to be added or updated"
28463         required: false
28464         schema:
28465           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28466           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28467       responses:
28468         400:
28469           description: "Internal error"
28470         201:
28471           description: "Object created"
28472         204:
28473           description: "Object modified"
28474     delete:
28475       tags:
28476       - "GENERIC-RESOURCE-API"
28477       description: "removes generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
28478       parameters:
28479       - name: "allotted-resource-id"
28480         in: "path"
28481         description: "Id of security-zone-allotted-resource"
28482         required: true
28483         type: "string"
28484       responses:
28485         400:
28486           description: "Internal error"
28487         204:
28488           description: "Object deleted"
28489   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/
28490   : get:
28491       tags:
28492       - "GENERIC-RESOURCE-API"
28493       description: "returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28494       parameters:
28495       - name: "allotted-resource-id"
28496         in: "path"
28497         description: "Id of security-zone-allotted-resource"
28498         required: true
28499         type: "string"
28500       responses:
28501         400:
28502           description: "Internal error"
28503         200:
28504           description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28505           responseSchema:
28506             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28507             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28508           schema:
28509             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28510             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28511     post:
28512       tags:
28513       - "GENERIC-RESOURCE-API"
28514       description: "creates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28515       parameters:
28516       - name: "allotted-resource-id"
28517         in: "path"
28518         description: "Id of security-zone-allotted-resource"
28519         required: true
28520         type: "string"
28521       - in: "body"
28522         name: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param"
28523         description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData\
28524           \ to be added to list"
28525         required: false
28526         schema:
28527           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28528           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28529       responses:
28530         400:
28531           description: "Internal error"
28532         201:
28533           description: "Object created"
28534         409:
28535           description: "Object already exists"
28536     put:
28537       tags:
28538       - "GENERIC-RESOURCE-API"
28539       description: "creates or updates generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28540       parameters:
28541       - name: "allotted-resource-id"
28542         in: "path"
28543         description: "Id of security-zone-allotted-resource"
28544         required: true
28545         type: "string"
28546       - in: "body"
28547         name: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData.body-param"
28548         description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData\
28549           \ to be added or updated"
28550         required: false
28551         schema:
28552           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28553           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28554       responses:
28555         400:
28556           description: "Internal error"
28557         201:
28558           description: "Object created"
28559         204:
28560           description: "Object modified"
28561     delete:
28562       tags:
28563       - "GENERIC-RESOURCE-API"
28564       description: "removes generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
28565       parameters:
28566       - name: "allotted-resource-id"
28567         in: "path"
28568         description: "Id of security-zone-allotted-resource"
28569         required: true
28570         type: "string"
28571       responses:
28572         400:
28573           description: "Internal error"
28574         204:
28575           description: "Object deleted"
28576   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
28577   : get:
28578       tags:
28579       - "GENERIC-RESOURCE-API"
28580       description: "returns generic.resource.api.OperStatusData"
28581       parameters:
28582       - name: "allotted-resource-id"
28583         in: "path"
28584         description: "Id of security-zone-allotted-resource"
28585         required: true
28586         type: "string"
28587       responses:
28588         400:
28589           description: "Internal error"
28590         200:
28591           description: "generic.resource.api.OperStatusData"
28592           responseSchema:
28593             $ref: "#/definitions/generic.resource.api.OperStatusData"
28594             originalRef: "#/definitions/generic.resource.api.OperStatusData"
28595           schema:
28596             $ref: "#/definitions/generic.resource.api.OperStatusData"
28597             originalRef: "#/definitions/generic.resource.api.OperStatusData"
28598     post:
28599       tags:
28600       - "GENERIC-RESOURCE-API"
28601       description: "creates generic.resource.api.OperStatusData"
28602       parameters:
28603       - name: "allotted-resource-id"
28604         in: "path"
28605         description: "Id of security-zone-allotted-resource"
28606         required: true
28607         type: "string"
28608       - in: "body"
28609         name: "generic.resource.api.OperStatusData.body-param"
28610         description: "generic.resource.api.OperStatusData to be added to list"
28611         required: false
28612         schema:
28613           $ref: "#/definitions/generic.resource.api.OperStatusData"
28614           originalRef: "#/definitions/generic.resource.api.OperStatusData"
28615       responses:
28616         400:
28617           description: "Internal error"
28618         201:
28619           description: "Object created"
28620         409:
28621           description: "Object already exists"
28622     put:
28623       tags:
28624       - "GENERIC-RESOURCE-API"
28625       description: "creates or updates generic.resource.api.OperStatusData"
28626       parameters:
28627       - name: "allotted-resource-id"
28628         in: "path"
28629         description: "Id of security-zone-allotted-resource"
28630         required: true
28631         type: "string"
28632       - in: "body"
28633         name: "generic.resource.api.OperStatusData.body-param"
28634         description: "generic.resource.api.OperStatusData to be added or updated"
28635         required: false
28636         schema:
28637           $ref: "#/definitions/generic.resource.api.OperStatusData"
28638           originalRef: "#/definitions/generic.resource.api.OperStatusData"
28639       responses:
28640         400:
28641           description: "Internal error"
28642         201:
28643           description: "Object created"
28644         204:
28645           description: "Object modified"
28646     delete:
28647       tags:
28648       - "GENERIC-RESOURCE-API"
28649       description: "removes generic.resource.api.OperStatusData"
28650       parameters:
28651       - name: "allotted-resource-id"
28652         in: "path"
28653         description: "Id of security-zone-allotted-resource"
28654         required: true
28655         type: "string"
28656       responses:
28657         400:
28658           description: "Internal error"
28659         204:
28660           description: "Object deleted"
28661   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
28662   : get:
28663       tags:
28664       - "GENERIC-RESOURCE-API"
28665       description: "returns generic.resource.api.SecurityZoneOperationInformation"
28666       parameters:
28667       - name: "allotted-resource-id"
28668         in: "path"
28669         description: "Id of security-zone-allotted-resource"
28670         required: true
28671         type: "string"
28672       responses:
28673         400:
28674           description: "Internal error"
28675         200:
28676           description: "generic.resource.api.SecurityZoneOperationInformation"
28677           responseSchema:
28678             $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28679             originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28680           schema:
28681             $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28682             originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28683     post:
28684       tags:
28685       - "GENERIC-RESOURCE-API"
28686       description: "creates generic.resource.api.SecurityZoneOperationInformation"
28687       parameters:
28688       - name: "allotted-resource-id"
28689         in: "path"
28690         description: "Id of security-zone-allotted-resource"
28691         required: true
28692         type: "string"
28693       - in: "body"
28694         name: "generic.resource.api.SecurityZoneOperationInformation.body-param"
28695         description: "generic.resource.api.SecurityZoneOperationInformation to be\
28696           \ added to list"
28697         required: false
28698         schema:
28699           $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28700           originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28701       responses:
28702         400:
28703           description: "Internal error"
28704         201:
28705           description: "Object created"
28706         409:
28707           description: "Object already exists"
28708     put:
28709       tags:
28710       - "GENERIC-RESOURCE-API"
28711       description: "creates or updates generic.resource.api.SecurityZoneOperationInformation"
28712       parameters:
28713       - name: "allotted-resource-id"
28714         in: "path"
28715         description: "Id of security-zone-allotted-resource"
28716         required: true
28717         type: "string"
28718       - in: "body"
28719         name: "generic.resource.api.SecurityZoneOperationInformation.body-param"
28720         description: "generic.resource.api.SecurityZoneOperationInformation to be\
28721           \ added or updated"
28722         required: false
28723         schema:
28724           $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28725           originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
28726       responses:
28727         400:
28728           description: "Internal error"
28729         201:
28730           description: "Object created"
28731         204:
28732           description: "Object modified"
28733     delete:
28734       tags:
28735       - "GENERIC-RESOURCE-API"
28736       description: "removes generic.resource.api.SecurityZoneOperationInformation"
28737       parameters:
28738       - name: "allotted-resource-id"
28739         in: "path"
28740         description: "Id of security-zone-allotted-resource"
28741         required: true
28742         type: "string"
28743       responses:
28744         400:
28745           description: "Internal error"
28746         204:
28747           description: "Object deleted"
28748   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
28749   : get:
28750       tags:
28751       - "GENERIC-RESOURCE-API"
28752       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28753       parameters:
28754       - name: "allotted-resource-id"
28755         in: "path"
28756         description: "Id of security-zone-allotted-resource"
28757         required: true
28758         type: "string"
28759       responses:
28760         400:
28761           description: "Internal error"
28762         200:
28763           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28764           responseSchema:
28765             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28766             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28767           schema:
28768             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28769             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28770     post:
28771       tags:
28772       - "GENERIC-RESOURCE-API"
28773       description: "creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28774       parameters:
28775       - name: "allotted-resource-id"
28776         in: "path"
28777         description: "Id of security-zone-allotted-resource"
28778         required: true
28779         type: "string"
28780       - in: "body"
28781         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
28782         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
28783           \ to be added to list"
28784         required: false
28785         schema:
28786           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28787           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28788       responses:
28789         400:
28790           description: "Internal error"
28791         201:
28792           description: "Object created"
28793         409:
28794           description: "Object already exists"
28795     put:
28796       tags:
28797       - "GENERIC-RESOURCE-API"
28798       description: "creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28799       parameters:
28800       - name: "allotted-resource-id"
28801         in: "path"
28802         description: "Id of security-zone-allotted-resource"
28803         required: true
28804         type: "string"
28805       - in: "body"
28806         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
28807         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
28808           \ to be added or updated"
28809         required: false
28810         schema:
28811           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28812           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28813       responses:
28814         400:
28815           description: "Internal error"
28816         201:
28817           description: "Object created"
28818         204:
28819           description: "Object modified"
28820     delete:
28821       tags:
28822       - "GENERIC-RESOURCE-API"
28823       description: "removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
28824       parameters:
28825       - name: "allotted-resource-id"
28826         in: "path"
28827         description: "Id of security-zone-allotted-resource"
28828         required: true
28829         type: "string"
28830       responses:
28831         400:
28832           description: "Internal error"
28833         204:
28834           description: "Object deleted"
28835   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
28836   : get:
28837       tags:
28838       - "GENERIC-RESOURCE-API"
28839       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
28840       parameters:
28841       - name: "allotted-resource-id"
28842         in: "path"
28843         description: "Id of security-zone-allotted-resource"
28844         required: true
28845         type: "string"
28846       responses:
28847         400:
28848           description: "Internal error"
28849         200:
28850           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
28851           responseSchema:
28852             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28853             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28854           schema:
28855             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28856             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28857     post:
28858       tags:
28859       - "GENERIC-RESOURCE-API"
28860       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
28861       parameters:
28862       - name: "allotted-resource-id"
28863         in: "path"
28864         description: "Id of security-zone-allotted-resource"
28865         required: true
28866         type: "string"
28867       - in: "body"
28868         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
28869         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
28870           \ to be added to list"
28871         required: false
28872         schema:
28873           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28874           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28875       responses:
28876         400:
28877           description: "Internal error"
28878         201:
28879           description: "Object created"
28880         409:
28881           description: "Object already exists"
28882     put:
28883       tags:
28884       - "GENERIC-RESOURCE-API"
28885       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
28886       parameters:
28887       - name: "allotted-resource-id"
28888         in: "path"
28889         description: "Id of security-zone-allotted-resource"
28890         required: true
28891         type: "string"
28892       - in: "body"
28893         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
28894         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
28895           \ to be added or updated"
28896         required: false
28897         schema:
28898           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28899           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
28900       responses:
28901         400:
28902           description: "Internal error"
28903         201:
28904           description: "Object created"
28905         204:
28906           description: "Object modified"
28907     delete:
28908       tags:
28909       - "GENERIC-RESOURCE-API"
28910       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
28911       parameters:
28912       - name: "allotted-resource-id"
28913         in: "path"
28914         description: "Id of security-zone-allotted-resource"
28915         required: true
28916         type: "string"
28917       responses:
28918         400:
28919           description: "Internal error"
28920         204:
28921           description: "Object deleted"
28922   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
28923   : get:
28924       tags:
28925       - "GENERIC-RESOURCE-API"
28926       description: "returns generic.resource.api.requestinformation.RequestInformation"
28927       parameters:
28928       - name: "allotted-resource-id"
28929         in: "path"
28930         description: "Id of security-zone-allotted-resource"
28931         required: true
28932         type: "string"
28933       responses:
28934         400:
28935           description: "Internal error"
28936         200:
28937           description: "generic.resource.api.requestinformation.RequestInformation"
28938           responseSchema:
28939             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28940             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28941           schema:
28942             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28943             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28944     post:
28945       tags:
28946       - "GENERIC-RESOURCE-API"
28947       description: "creates generic.resource.api.requestinformation.RequestInformation"
28948       parameters:
28949       - name: "allotted-resource-id"
28950         in: "path"
28951         description: "Id of security-zone-allotted-resource"
28952         required: true
28953         type: "string"
28954       - in: "body"
28955         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
28956         description: "generic.resource.api.requestinformation.RequestInformation to\
28957           \ be added to list"
28958         required: false
28959         schema:
28960           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28961           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28962       responses:
28963         400:
28964           description: "Internal error"
28965         201:
28966           description: "Object created"
28967         409:
28968           description: "Object already exists"
28969     put:
28970       tags:
28971       - "GENERIC-RESOURCE-API"
28972       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
28973       parameters:
28974       - name: "allotted-resource-id"
28975         in: "path"
28976         description: "Id of security-zone-allotted-resource"
28977         required: true
28978         type: "string"
28979       - in: "body"
28980         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
28981         description: "generic.resource.api.requestinformation.RequestInformation to\
28982           \ be added or updated"
28983         required: false
28984         schema:
28985           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28986           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
28987       responses:
28988         400:
28989           description: "Internal error"
28990         201:
28991           description: "Object created"
28992         204:
28993           description: "Object modified"
28994     delete:
28995       tags:
28996       - "GENERIC-RESOURCE-API"
28997       description: "removes generic.resource.api.requestinformation.RequestInformation"
28998       parameters:
28999       - name: "allotted-resource-id"
29000         in: "path"
29001         description: "Id of security-zone-allotted-resource"
29002         required: true
29003         type: "string"
29004       responses:
29005         400:
29006           description: "Internal error"
29007         204:
29008           description: "Object deleted"
29009   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
29010   : get:
29011       tags:
29012       - "GENERIC-RESOURCE-API"
29013       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
29014       parameters:
29015       - name: "allotted-resource-id"
29016         in: "path"
29017         description: "Id of security-zone-allotted-resource"
29018         required: true
29019         type: "string"
29020       responses:
29021         400:
29022           description: "Internal error"
29023         200:
29024           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
29025           responseSchema:
29026             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29027             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29028           schema:
29029             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29030             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29031     post:
29032       tags:
29033       - "GENERIC-RESOURCE-API"
29034       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
29035       parameters:
29036       - name: "allotted-resource-id"
29037         in: "path"
29038         description: "Id of security-zone-allotted-resource"
29039         required: true
29040         type: "string"
29041       - in: "body"
29042         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
29043         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
29044           \ be added to list"
29045         required: false
29046         schema:
29047           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29048           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29049       responses:
29050         400:
29051           description: "Internal error"
29052         201:
29053           description: "Object created"
29054         409:
29055           description: "Object already exists"
29056     put:
29057       tags:
29058       - "GENERIC-RESOURCE-API"
29059       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
29060       parameters:
29061       - name: "allotted-resource-id"
29062         in: "path"
29063         description: "Id of security-zone-allotted-resource"
29064         required: true
29065         type: "string"
29066       - in: "body"
29067         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
29068         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
29069           \ be added or updated"
29070         required: false
29071         schema:
29072           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29073           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
29074       responses:
29075         400:
29076           description: "Internal error"
29077         201:
29078           description: "Object created"
29079         204:
29080           description: "Object modified"
29081     delete:
29082       tags:
29083       - "GENERIC-RESOURCE-API"
29084       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
29085       parameters:
29086       - name: "allotted-resource-id"
29087         in: "path"
29088         description: "Id of security-zone-allotted-resource"
29089         required: true
29090         type: "string"
29091       responses:
29092         400:
29093           description: "Internal error"
29094         204:
29095           description: "Object deleted"
29096   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/
29097   : get:
29098       tags:
29099       - "GENERIC-RESOURCE-API"
29100       description: "returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29101       parameters:
29102       - name: "allotted-resource-id"
29103         in: "path"
29104         description: "Id of security-zone-allotted-resource"
29105         required: true
29106         type: "string"
29107       responses:
29108         400:
29109           description: "Internal error"
29110         200:
29111           description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29112           responseSchema:
29113             $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29114             originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29115           schema:
29116             $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29117             originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29118     post:
29119       tags:
29120       - "GENERIC-RESOURCE-API"
29121       description: "creates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29122       parameters:
29123       - name: "allotted-resource-id"
29124         in: "path"
29125         description: "Id of security-zone-allotted-resource"
29126         required: true
29127         type: "string"
29128       - in: "body"
29129         name: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param"
29130         description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput\
29131           \ to be added to list"
29132         required: false
29133         schema:
29134           $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29135           originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29136       responses:
29137         400:
29138           description: "Internal error"
29139         201:
29140           description: "Object created"
29141         409:
29142           description: "Object already exists"
29143     put:
29144       tags:
29145       - "GENERIC-RESOURCE-API"
29146       description: "creates or updates generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29147       parameters:
29148       - name: "allotted-resource-id"
29149         in: "path"
29150         description: "Id of security-zone-allotted-resource"
29151         required: true
29152         type: "string"
29153       - in: "body"
29154         name: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput.body-param"
29155         description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput\
29156           \ to be added or updated"
29157         required: false
29158         schema:
29159           $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29160           originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29161       responses:
29162         400:
29163           description: "Internal error"
29164         201:
29165           description: "Object created"
29166         204:
29167           description: "Object modified"
29168     delete:
29169       tags:
29170       - "GENERIC-RESOURCE-API"
29171       description: "removes generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
29172       parameters:
29173       - name: "allotted-resource-id"
29174         in: "path"
29175         description: "Id of security-zone-allotted-resource"
29176         required: true
29177         type: "string"
29178       responses:
29179         400:
29180           description: "Internal error"
29181         204:
29182           description: "Object deleted"
29183   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/
29184   : get:
29185       tags:
29186       - "GENERIC-RESOURCE-API"
29187       description: "returns generic.resource.api.Param"
29188       parameters:
29189       - name: "allotted-resource-id"
29190         in: "path"
29191         description: "Id of security-zone-allotted-resource"
29192         required: true
29193         type: "string"
29194       responses:
29195         400:
29196           description: "Internal error"
29197         200:
29198           description: "generic.resource.api.Param"
29199           responseSchema:
29200             $ref: "#/definitions/generic.resource.api.Param"
29201             originalRef: "#/definitions/generic.resource.api.Param"
29202           schema:
29203             $ref: "#/definitions/generic.resource.api.Param"
29204             originalRef: "#/definitions/generic.resource.api.Param"
29205     post:
29206       tags:
29207       - "GENERIC-RESOURCE-API"
29208       description: "creates generic.resource.api.Param"
29209       parameters:
29210       - name: "allotted-resource-id"
29211         in: "path"
29212         description: "Id of security-zone-allotted-resource"
29213         required: true
29214         type: "string"
29215       - in: "body"
29216         name: "generic.resource.api.Param.body-param"
29217         description: "generic.resource.api.Param to be added to list"
29218         required: false
29219         schema:
29220           $ref: "#/definitions/generic.resource.api.Param"
29221           originalRef: "#/definitions/generic.resource.api.Param"
29222       responses:
29223         400:
29224           description: "Internal error"
29225         201:
29226           description: "Object created"
29227         409:
29228           description: "Object already exists"
29229     put:
29230       tags:
29231       - "GENERIC-RESOURCE-API"
29232       description: "creates or updates generic.resource.api.Param"
29233       parameters:
29234       - name: "allotted-resource-id"
29235         in: "path"
29236         description: "Id of security-zone-allotted-resource"
29237         required: true
29238         type: "string"
29239       - in: "body"
29240         name: "generic.resource.api.Param.body-param"
29241         description: "generic.resource.api.Param to be added or updated"
29242         required: false
29243         schema:
29244           $ref: "#/definitions/generic.resource.api.Param"
29245           originalRef: "#/definitions/generic.resource.api.Param"
29246       responses:
29247         400:
29248           description: "Internal error"
29249         201:
29250           description: "Object created"
29251         204:
29252           description: "Object modified"
29253     delete:
29254       tags:
29255       - "GENERIC-RESOURCE-API"
29256       description: "removes generic.resource.api.Param"
29257       parameters:
29258       - name: "allotted-resource-id"
29259         in: "path"
29260         description: "Id of security-zone-allotted-resource"
29261         required: true
29262         type: "string"
29263       responses:
29264         400:
29265           description: "Internal error"
29266         204:
29267           description: "Object deleted"
29268   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/
29269   : post:
29270       description: "creates generic.resource.api.param.Param"
29271       parameters:
29272       - name: "allotted-resource-id"
29273         in: "path"
29274         description: "Id of security-zone-allotted-resource"
29275         required: true
29276         type: "string"
29277       - in: "body"
29278         name: "generic.resource.api.param.Param.body-param"
29279         description: "generic.resource.api.param.Param to be added to list"
29280         required: false
29281         schema:
29282           $ref: "#/definitions/generic.resource.api.param.Param"
29283           originalRef: "#/definitions/generic.resource.api.param.Param"
29284       responses:
29285         400:
29286           description: "Internal error"
29287         201:
29288           description: "Object created"
29289         409:
29290           description: "Object already exists"
29291   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/
29292   : get:
29293       tags:
29294       - "GENERIC-RESOURCE-API"
29295       description: "returns generic.resource.api.param.Param"
29296       parameters:
29297       - name: "allotted-resource-id"
29298         in: "path"
29299         description: "Id of security-zone-allotted-resource"
29300         required: true
29301         type: "string"
29302       - name: "name"
29303         in: "path"
29304         description: "Id of param"
29305         required: true
29306         type: "string"
29307       responses:
29308         400:
29309           description: "Internal error"
29310         200:
29311           description: "generic.resource.api.param.Param"
29312           responseSchema:
29313             $ref: "#/definitions/generic.resource.api.param.Param"
29314             originalRef: "#/definitions/generic.resource.api.param.Param"
29315           schema:
29316             $ref: "#/definitions/generic.resource.api.param.Param"
29317             originalRef: "#/definitions/generic.resource.api.param.Param"
29318     post:
29319       tags:
29320       - "GENERIC-RESOURCE-API"
29321       description: "creates generic.resource.api.param.Param"
29322       parameters:
29323       - name: "allotted-resource-id"
29324         in: "path"
29325         description: "Id of security-zone-allotted-resource"
29326         required: true
29327         type: "string"
29328       - name: "name"
29329         in: "path"
29330         description: "Id of param"
29331         required: true
29332         type: "string"
29333       - in: "body"
29334         name: "generic.resource.api.param.Param.body-param"
29335         description: "generic.resource.api.param.Param to be added to list"
29336         required: false
29337         schema:
29338           $ref: "#/definitions/generic.resource.api.param.Param"
29339           originalRef: "#/definitions/generic.resource.api.param.Param"
29340       responses:
29341         400:
29342           description: "Internal error"
29343         201:
29344           description: "Object created"
29345         409:
29346           description: "Object already exists"
29347     put:
29348       tags:
29349       - "GENERIC-RESOURCE-API"
29350       description: "creates or updates generic.resource.api.param.Param"
29351       parameters:
29352       - name: "allotted-resource-id"
29353         in: "path"
29354         description: "Id of security-zone-allotted-resource"
29355         required: true
29356         type: "string"
29357       - name: "name"
29358         in: "path"
29359         description: "Id of param"
29360         required: true
29361         type: "string"
29362       - in: "body"
29363         name: "generic.resource.api.param.Param.body-param"
29364         description: "generic.resource.api.param.Param to be added or updated"
29365         required: false
29366         schema:
29367           $ref: "#/definitions/generic.resource.api.param.Param"
29368           originalRef: "#/definitions/generic.resource.api.param.Param"
29369       responses:
29370         400:
29371           description: "Internal error"
29372         201:
29373           description: "Object created"
29374         204:
29375           description: "Object modified"
29376     delete:
29377       tags:
29378       - "GENERIC-RESOURCE-API"
29379       description: "removes generic.resource.api.param.Param"
29380       parameters:
29381       - name: "allotted-resource-id"
29382         in: "path"
29383         description: "Id of security-zone-allotted-resource"
29384         required: true
29385         type: "string"
29386       - name: "name"
29387         in: "path"
29388         description: "Id of param"
29389         required: true
29390         type: "string"
29391       responses:
29392         400:
29393           description: "Internal error"
29394         204:
29395           description: "Object deleted"
29396   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/resource-resolution-data/
29397   : get:
29398       tags:
29399       - "GENERIC-RESOURCE-API"
29400       description: "returns generic.resource.api.param.param.ResourceResolutionData"
29401       parameters:
29402       - name: "allotted-resource-id"
29403         in: "path"
29404         description: "Id of security-zone-allotted-resource"
29405         required: true
29406         type: "string"
29407       - name: "name"
29408         in: "path"
29409         description: "Id of param"
29410         required: true
29411         type: "string"
29412       responses:
29413         400:
29414           description: "Internal error"
29415         200:
29416           description: "generic.resource.api.param.param.ResourceResolutionData"
29417           responseSchema:
29418             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29419             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29420           schema:
29421             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29422             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29423     post:
29424       tags:
29425       - "GENERIC-RESOURCE-API"
29426       description: "creates generic.resource.api.param.param.ResourceResolutionData"
29427       parameters:
29428       - name: "allotted-resource-id"
29429         in: "path"
29430         description: "Id of security-zone-allotted-resource"
29431         required: true
29432         type: "string"
29433       - name: "name"
29434         in: "path"
29435         description: "Id of param"
29436         required: true
29437         type: "string"
29438       - in: "body"
29439         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
29440         description: "generic.resource.api.param.param.ResourceResolutionData to be\
29441           \ added to list"
29442         required: false
29443         schema:
29444           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29445           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29446       responses:
29447         400:
29448           description: "Internal error"
29449         201:
29450           description: "Object created"
29451         409:
29452           description: "Object already exists"
29453     put:
29454       tags:
29455       - "GENERIC-RESOURCE-API"
29456       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
29457       parameters:
29458       - name: "allotted-resource-id"
29459         in: "path"
29460         description: "Id of security-zone-allotted-resource"
29461         required: true
29462         type: "string"
29463       - name: "name"
29464         in: "path"
29465         description: "Id of param"
29466         required: true
29467         type: "string"
29468       - in: "body"
29469         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
29470         description: "generic.resource.api.param.param.ResourceResolutionData to be\
29471           \ added or updated"
29472         required: false
29473         schema:
29474           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29475           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
29476       responses:
29477         400:
29478           description: "Internal error"
29479         201:
29480           description: "Object created"
29481         204:
29482           description: "Object modified"
29483     delete:
29484       tags:
29485       - "GENERIC-RESOURCE-API"
29486       description: "removes generic.resource.api.param.param.ResourceResolutionData"
29487       parameters:
29488       - name: "allotted-resource-id"
29489         in: "path"
29490         description: "Id of security-zone-allotted-resource"
29491         required: true
29492         type: "string"
29493       - name: "name"
29494         in: "path"
29495         description: "Id of param"
29496         required: true
29497         type: "string"
29498       responses:
29499         400:
29500           description: "Internal error"
29501         204:
29502           description: "Object deleted"
29503   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/resource-resolution-data/resource-key/
29504   : post:
29505       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29506       parameters:
29507       - name: "allotted-resource-id"
29508         in: "path"
29509         description: "Id of security-zone-allotted-resource"
29510         required: true
29511         type: "string"
29512       - name: "name"
29513         in: "path"
29514         description: "Id of param"
29515         required: true
29516         type: "string"
29517       - in: "body"
29518         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
29519         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
29520           \ to be added to list"
29521         required: false
29522         schema:
29523           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29524           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29525       responses:
29526         400:
29527           description: "Internal error"
29528         201:
29529           description: "Object created"
29530         409:
29531           description: "Object already exists"
29532   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
29533   : get:
29534       tags:
29535       - "GENERIC-RESOURCE-API"
29536       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29537       parameters:
29538       - name: "allotted-resource-id"
29539         in: "path"
29540         description: "Id of security-zone-allotted-resource"
29541         required: true
29542         type: "string"
29543       - name: "name"
29544         in: "path"
29545         description: "Id of param"
29546         required: true
29547         type: "string"
29548       - name: "resource-key-name"
29549         in: "path"
29550         description: "Id of resource-key"
29551         required: true
29552         type: "string"
29553       responses:
29554         400:
29555           description: "Internal error"
29556         200:
29557           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29558           responseSchema:
29559             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29560             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29561           schema:
29562             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29563             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29564     post:
29565       tags:
29566       - "GENERIC-RESOURCE-API"
29567       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29568       parameters:
29569       - name: "allotted-resource-id"
29570         in: "path"
29571         description: "Id of security-zone-allotted-resource"
29572         required: true
29573         type: "string"
29574       - name: "name"
29575         in: "path"
29576         description: "Id of param"
29577         required: true
29578         type: "string"
29579       - name: "resource-key-name"
29580         in: "path"
29581         description: "Id of resource-key"
29582         required: true
29583         type: "string"
29584       - in: "body"
29585         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
29586         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
29587           \ to be added to list"
29588         required: false
29589         schema:
29590           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29591           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29592       responses:
29593         400:
29594           description: "Internal error"
29595         201:
29596           description: "Object created"
29597         409:
29598           description: "Object already exists"
29599     put:
29600       tags:
29601       - "GENERIC-RESOURCE-API"
29602       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29603       parameters:
29604       - name: "allotted-resource-id"
29605         in: "path"
29606         description: "Id of security-zone-allotted-resource"
29607         required: true
29608         type: "string"
29609       - name: "name"
29610         in: "path"
29611         description: "Id of param"
29612         required: true
29613         type: "string"
29614       - name: "resource-key-name"
29615         in: "path"
29616         description: "Id of resource-key"
29617         required: true
29618         type: "string"
29619       - in: "body"
29620         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
29621         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
29622           \ to be added or updated"
29623         required: false
29624         schema:
29625           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29626           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29627       responses:
29628         400:
29629           description: "Internal error"
29630         201:
29631           description: "Object created"
29632         204:
29633           description: "Object modified"
29634     delete:
29635       tags:
29636       - "GENERIC-RESOURCE-API"
29637       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
29638       parameters:
29639       - name: "allotted-resource-id"
29640         in: "path"
29641         description: "Id of security-zone-allotted-resource"
29642         required: true
29643         type: "string"
29644       - name: "name"
29645         in: "path"
29646         description: "Id of param"
29647         required: true
29648         type: "string"
29649       - name: "resource-key-name"
29650         in: "path"
29651         description: "Id of resource-key"
29652         required: true
29653         type: "string"
29654       responses:
29655         400:
29656           description: "Internal error"
29657         204:
29658           description: "Object deleted"
29659   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
29660   : get:
29661       tags:
29662       - "GENERIC-RESOURCE-API"
29663       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
29664       parameters:
29665       - name: "allotted-resource-id"
29666         in: "path"
29667         description: "Id of security-zone-allotted-resource"
29668         required: true
29669         type: "string"
29670       responses:
29671         400:
29672           description: "Internal error"
29673         200:
29674           description: "generic.resource.api.serviceinformation.ServiceInformation"
29675           responseSchema:
29676             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29677             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29678           schema:
29679             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29680             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29681     post:
29682       tags:
29683       - "GENERIC-RESOURCE-API"
29684       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
29685       parameters:
29686       - name: "allotted-resource-id"
29687         in: "path"
29688         description: "Id of security-zone-allotted-resource"
29689         required: true
29690         type: "string"
29691       - in: "body"
29692         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
29693         description: "generic.resource.api.serviceinformation.ServiceInformation to\
29694           \ be added to list"
29695         required: false
29696         schema:
29697           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29698           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29699       responses:
29700         400:
29701           description: "Internal error"
29702         201:
29703           description: "Object created"
29704         409:
29705           description: "Object already exists"
29706     put:
29707       tags:
29708       - "GENERIC-RESOURCE-API"
29709       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
29710       parameters:
29711       - name: "allotted-resource-id"
29712         in: "path"
29713         description: "Id of security-zone-allotted-resource"
29714         required: true
29715         type: "string"
29716       - in: "body"
29717         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
29718         description: "generic.resource.api.serviceinformation.ServiceInformation to\
29719           \ be added or updated"
29720         required: false
29721         schema:
29722           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29723           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
29724       responses:
29725         400:
29726           description: "Internal error"
29727         201:
29728           description: "Object created"
29729         204:
29730           description: "Object modified"
29731     delete:
29732       tags:
29733       - "GENERIC-RESOURCE-API"
29734       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
29735       parameters:
29736       - name: "allotted-resource-id"
29737         in: "path"
29738         description: "Id of security-zone-allotted-resource"
29739         required: true
29740         type: "string"
29741       responses:
29742         400:
29743           description: "Internal error"
29744         204:
29745           description: "Object deleted"
29746   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
29747   : get:
29748       tags:
29749       - "GENERIC-RESOURCE-API"
29750       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
29751       parameters:
29752       - name: "allotted-resource-id"
29753         in: "path"
29754         description: "Id of security-zone-allotted-resource"
29755         required: true
29756         type: "string"
29757       responses:
29758         400:
29759           description: "Internal error"
29760         200:
29761           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
29762           responseSchema:
29763             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29764             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29765           schema:
29766             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29767             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29768     post:
29769       tags:
29770       - "GENERIC-RESOURCE-API"
29771       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
29772       parameters:
29773       - name: "allotted-resource-id"
29774         in: "path"
29775         description: "Id of security-zone-allotted-resource"
29776         required: true
29777         type: "string"
29778       - in: "body"
29779         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
29780         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
29781           \ to be added to list"
29782         required: false
29783         schema:
29784           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29785           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29786       responses:
29787         400:
29788           description: "Internal error"
29789         201:
29790           description: "Object created"
29791         409:
29792           description: "Object already exists"
29793     put:
29794       tags:
29795       - "GENERIC-RESOURCE-API"
29796       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
29797       parameters:
29798       - name: "allotted-resource-id"
29799         in: "path"
29800         description: "Id of security-zone-allotted-resource"
29801         required: true
29802         type: "string"
29803       - in: "body"
29804         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
29805         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
29806           \ to be added or updated"
29807         required: false
29808         schema:
29809           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29810           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
29811       responses:
29812         400:
29813           description: "Internal error"
29814         201:
29815           description: "Object created"
29816         204:
29817           description: "Object modified"
29818     delete:
29819       tags:
29820       - "GENERIC-RESOURCE-API"
29821       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
29822       parameters:
29823       - name: "allotted-resource-id"
29824         in: "path"
29825         description: "Id of security-zone-allotted-resource"
29826         required: true
29827         type: "string"
29828       responses:
29829         400:
29830           description: "Internal error"
29831         204:
29832           description: "Object deleted"
29833   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/
29834   : get:
29835       tags:
29836       - "GENERIC-RESOURCE-API"
29837       description: "returns generic.resource.api.Param"
29838       parameters:
29839       - name: "allotted-resource-id"
29840         in: "path"
29841         description: "Id of security-zone-allotted-resource"
29842         required: true
29843         type: "string"
29844       responses:
29845         400:
29846           description: "Internal error"
29847         200:
29848           description: "generic.resource.api.Param"
29849           responseSchema:
29850             $ref: "#/definitions/generic.resource.api.Param"
29851             originalRef: "#/definitions/generic.resource.api.Param"
29852           schema:
29853             $ref: "#/definitions/generic.resource.api.Param"
29854             originalRef: "#/definitions/generic.resource.api.Param"
29855     post:
29856       tags:
29857       - "GENERIC-RESOURCE-API"
29858       description: "creates generic.resource.api.Param"
29859       parameters:
29860       - name: "allotted-resource-id"
29861         in: "path"
29862         description: "Id of security-zone-allotted-resource"
29863         required: true
29864         type: "string"
29865       - in: "body"
29866         name: "generic.resource.api.Param.body-param"
29867         description: "generic.resource.api.Param to be added to list"
29868         required: false
29869         schema:
29870           $ref: "#/definitions/generic.resource.api.Param"
29871           originalRef: "#/definitions/generic.resource.api.Param"
29872       responses:
29873         400:
29874           description: "Internal error"
29875         201:
29876           description: "Object created"
29877         409:
29878           description: "Object already exists"
29879     put:
29880       tags:
29881       - "GENERIC-RESOURCE-API"
29882       description: "creates or updates generic.resource.api.Param"
29883       parameters:
29884       - name: "allotted-resource-id"
29885         in: "path"
29886         description: "Id of security-zone-allotted-resource"
29887         required: true
29888         type: "string"
29889       - in: "body"
29890         name: "generic.resource.api.Param.body-param"
29891         description: "generic.resource.api.Param to be added or updated"
29892         required: false
29893         schema:
29894           $ref: "#/definitions/generic.resource.api.Param"
29895           originalRef: "#/definitions/generic.resource.api.Param"
29896       responses:
29897         400:
29898           description: "Internal error"
29899         201:
29900           description: "Object created"
29901         204:
29902           description: "Object modified"
29903     delete:
29904       tags:
29905       - "GENERIC-RESOURCE-API"
29906       description: "removes generic.resource.api.Param"
29907       parameters:
29908       - name: "allotted-resource-id"
29909         in: "path"
29910         description: "Id of security-zone-allotted-resource"
29911         required: true
29912         type: "string"
29913       responses:
29914         400:
29915           description: "Internal error"
29916         204:
29917           description: "Object deleted"
29918   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/
29919   : post:
29920       description: "creates generic.resource.api.param.Param"
29921       parameters:
29922       - name: "allotted-resource-id"
29923         in: "path"
29924         description: "Id of security-zone-allotted-resource"
29925         required: true
29926         type: "string"
29927       - in: "body"
29928         name: "generic.resource.api.param.Param.body-param"
29929         description: "generic.resource.api.param.Param to be added to list"
29930         required: false
29931         schema:
29932           $ref: "#/definitions/generic.resource.api.param.Param"
29933           originalRef: "#/definitions/generic.resource.api.param.Param"
29934       responses:
29935         400:
29936           description: "Internal error"
29937         201:
29938           description: "Object created"
29939         409:
29940           description: "Object already exists"
29941   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/
29942   : get:
29943       tags:
29944       - "GENERIC-RESOURCE-API"
29945       description: "returns generic.resource.api.param.Param"
29946       parameters:
29947       - name: "allotted-resource-id"
29948         in: "path"
29949         description: "Id of security-zone-allotted-resource"
29950         required: true
29951         type: "string"
29952       - name: "name"
29953         in: "path"
29954         description: "Id of param"
29955         required: true
29956         type: "string"
29957       responses:
29958         400:
29959           description: "Internal error"
29960         200:
29961           description: "generic.resource.api.param.Param"
29962           responseSchema:
29963             $ref: "#/definitions/generic.resource.api.param.Param"
29964             originalRef: "#/definitions/generic.resource.api.param.Param"
29965           schema:
29966             $ref: "#/definitions/generic.resource.api.param.Param"
29967             originalRef: "#/definitions/generic.resource.api.param.Param"
29968     post:
29969       tags:
29970       - "GENERIC-RESOURCE-API"
29971       description: "creates generic.resource.api.param.Param"
29972       parameters:
29973       - name: "allotted-resource-id"
29974         in: "path"
29975         description: "Id of security-zone-allotted-resource"
29976         required: true
29977         type: "string"
29978       - name: "name"
29979         in: "path"
29980         description: "Id of param"
29981         required: true
29982         type: "string"
29983       - in: "body"
29984         name: "generic.resource.api.param.Param.body-param"
29985         description: "generic.resource.api.param.Param to be added to list"
29986         required: false
29987         schema:
29988           $ref: "#/definitions/generic.resource.api.param.Param"
29989           originalRef: "#/definitions/generic.resource.api.param.Param"
29990       responses:
29991         400:
29992           description: "Internal error"
29993         201:
29994           description: "Object created"
29995         409:
29996           description: "Object already exists"
29997     put:
29998       tags:
29999       - "GENERIC-RESOURCE-API"
30000       description: "creates or updates generic.resource.api.param.Param"
30001       parameters:
30002       - name: "allotted-resource-id"
30003         in: "path"
30004         description: "Id of security-zone-allotted-resource"
30005         required: true
30006         type: "string"
30007       - name: "name"
30008         in: "path"
30009         description: "Id of param"
30010         required: true
30011         type: "string"
30012       - in: "body"
30013         name: "generic.resource.api.param.Param.body-param"
30014         description: "generic.resource.api.param.Param to be added or updated"
30015         required: false
30016         schema:
30017           $ref: "#/definitions/generic.resource.api.param.Param"
30018           originalRef: "#/definitions/generic.resource.api.param.Param"
30019       responses:
30020         400:
30021           description: "Internal error"
30022         201:
30023           description: "Object created"
30024         204:
30025           description: "Object modified"
30026     delete:
30027       tags:
30028       - "GENERIC-RESOURCE-API"
30029       description: "removes generic.resource.api.param.Param"
30030       parameters:
30031       - name: "allotted-resource-id"
30032         in: "path"
30033         description: "Id of security-zone-allotted-resource"
30034         required: true
30035         type: "string"
30036       - name: "name"
30037         in: "path"
30038         description: "Id of param"
30039         required: true
30040         type: "string"
30041       responses:
30042         400:
30043           description: "Internal error"
30044         204:
30045           description: "Object deleted"
30046   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/resource-resolution-data/
30047   : get:
30048       tags:
30049       - "GENERIC-RESOURCE-API"
30050       description: "returns generic.resource.api.param.param.ResourceResolutionData"
30051       parameters:
30052       - name: "allotted-resource-id"
30053         in: "path"
30054         description: "Id of security-zone-allotted-resource"
30055         required: true
30056         type: "string"
30057       - name: "name"
30058         in: "path"
30059         description: "Id of param"
30060         required: true
30061         type: "string"
30062       responses:
30063         400:
30064           description: "Internal error"
30065         200:
30066           description: "generic.resource.api.param.param.ResourceResolutionData"
30067           responseSchema:
30068             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30069             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30070           schema:
30071             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30072             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30073     post:
30074       tags:
30075       - "GENERIC-RESOURCE-API"
30076       description: "creates generic.resource.api.param.param.ResourceResolutionData"
30077       parameters:
30078       - name: "allotted-resource-id"
30079         in: "path"
30080         description: "Id of security-zone-allotted-resource"
30081         required: true
30082         type: "string"
30083       - name: "name"
30084         in: "path"
30085         description: "Id of param"
30086         required: true
30087         type: "string"
30088       - in: "body"
30089         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
30090         description: "generic.resource.api.param.param.ResourceResolutionData to be\
30091           \ added to list"
30092         required: false
30093         schema:
30094           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30095           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30096       responses:
30097         400:
30098           description: "Internal error"
30099         201:
30100           description: "Object created"
30101         409:
30102           description: "Object already exists"
30103     put:
30104       tags:
30105       - "GENERIC-RESOURCE-API"
30106       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
30107       parameters:
30108       - name: "allotted-resource-id"
30109         in: "path"
30110         description: "Id of security-zone-allotted-resource"
30111         required: true
30112         type: "string"
30113       - name: "name"
30114         in: "path"
30115         description: "Id of param"
30116         required: true
30117         type: "string"
30118       - in: "body"
30119         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
30120         description: "generic.resource.api.param.param.ResourceResolutionData to be\
30121           \ added or updated"
30122         required: false
30123         schema:
30124           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30125           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30126       responses:
30127         400:
30128           description: "Internal error"
30129         201:
30130           description: "Object created"
30131         204:
30132           description: "Object modified"
30133     delete:
30134       tags:
30135       - "GENERIC-RESOURCE-API"
30136       description: "removes generic.resource.api.param.param.ResourceResolutionData"
30137       parameters:
30138       - name: "allotted-resource-id"
30139         in: "path"
30140         description: "Id of security-zone-allotted-resource"
30141         required: true
30142         type: "string"
30143       - name: "name"
30144         in: "path"
30145         description: "Id of param"
30146         required: true
30147         type: "string"
30148       responses:
30149         400:
30150           description: "Internal error"
30151         204:
30152           description: "Object deleted"
30153   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/
30154   : post:
30155       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30156       parameters:
30157       - name: "allotted-resource-id"
30158         in: "path"
30159         description: "Id of security-zone-allotted-resource"
30160         required: true
30161         type: "string"
30162       - name: "name"
30163         in: "path"
30164         description: "Id of param"
30165         required: true
30166         type: "string"
30167       - in: "body"
30168         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
30169         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
30170           \ to be added to list"
30171         required: false
30172         schema:
30173           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30174           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30175       responses:
30176         400:
30177           description: "Internal error"
30178         201:
30179           description: "Object created"
30180         409:
30181           description: "Object already exists"
30182   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
30183   : get:
30184       tags:
30185       - "GENERIC-RESOURCE-API"
30186       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30187       parameters:
30188       - name: "allotted-resource-id"
30189         in: "path"
30190         description: "Id of security-zone-allotted-resource"
30191         required: true
30192         type: "string"
30193       - name: "name"
30194         in: "path"
30195         description: "Id of param"
30196         required: true
30197         type: "string"
30198       - name: "resource-key-name"
30199         in: "path"
30200         description: "Id of resource-key"
30201         required: true
30202         type: "string"
30203       responses:
30204         400:
30205           description: "Internal error"
30206         200:
30207           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30208           responseSchema:
30209             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30210             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30211           schema:
30212             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30213             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30214     post:
30215       tags:
30216       - "GENERIC-RESOURCE-API"
30217       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30218       parameters:
30219       - name: "allotted-resource-id"
30220         in: "path"
30221         description: "Id of security-zone-allotted-resource"
30222         required: true
30223         type: "string"
30224       - name: "name"
30225         in: "path"
30226         description: "Id of param"
30227         required: true
30228         type: "string"
30229       - name: "resource-key-name"
30230         in: "path"
30231         description: "Id of resource-key"
30232         required: true
30233         type: "string"
30234       - in: "body"
30235         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
30236         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
30237           \ to be added to list"
30238         required: false
30239         schema:
30240           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30241           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30242       responses:
30243         400:
30244           description: "Internal error"
30245         201:
30246           description: "Object created"
30247         409:
30248           description: "Object already exists"
30249     put:
30250       tags:
30251       - "GENERIC-RESOURCE-API"
30252       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30253       parameters:
30254       - name: "allotted-resource-id"
30255         in: "path"
30256         description: "Id of security-zone-allotted-resource"
30257         required: true
30258         type: "string"
30259       - name: "name"
30260         in: "path"
30261         description: "Id of param"
30262         required: true
30263         type: "string"
30264       - name: "resource-key-name"
30265         in: "path"
30266         description: "Id of resource-key"
30267         required: true
30268         type: "string"
30269       - in: "body"
30270         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
30271         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
30272           \ to be added or updated"
30273         required: false
30274         schema:
30275           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30276           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30277       responses:
30278         400:
30279           description: "Internal error"
30280         201:
30281           description: "Object created"
30282         204:
30283           description: "Object modified"
30284     delete:
30285       tags:
30286       - "GENERIC-RESOURCE-API"
30287       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30288       parameters:
30289       - name: "allotted-resource-id"
30290         in: "path"
30291         description: "Id of security-zone-allotted-resource"
30292         required: true
30293         type: "string"
30294       - name: "name"
30295         in: "path"
30296         description: "Id of param"
30297         required: true
30298         type: "string"
30299       - name: "resource-key-name"
30300         in: "path"
30301         description: "Id of resource-key"
30302         required: true
30303         type: "string"
30304       responses:
30305         400:
30306           description: "Internal error"
30307         204:
30308           description: "Object deleted"
30309   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/
30310   : get:
30311       tags:
30312       - "GENERIC-RESOURCE-API"
30313       description: "returns generic.resource.api.securityzonetopology.SecurityZoneTopology"
30314       parameters:
30315       - name: "allotted-resource-id"
30316         in: "path"
30317         description: "Id of security-zone-allotted-resource"
30318         required: true
30319         type: "string"
30320       responses:
30321         400:
30322           description: "Internal error"
30323         200:
30324           description: "generic.resource.api.securityzonetopology.SecurityZoneTopology"
30325           responseSchema:
30326             $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30327             originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30328           schema:
30329             $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30330             originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30331     post:
30332       tags:
30333       - "GENERIC-RESOURCE-API"
30334       description: "creates generic.resource.api.securityzonetopology.SecurityZoneTopology"
30335       parameters:
30336       - name: "allotted-resource-id"
30337         in: "path"
30338         description: "Id of security-zone-allotted-resource"
30339         required: true
30340         type: "string"
30341       - in: "body"
30342         name: "generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param"
30343         description: "generic.resource.api.securityzonetopology.SecurityZoneTopology\
30344           \ to be added to list"
30345         required: false
30346         schema:
30347           $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30348           originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30349       responses:
30350         400:
30351           description: "Internal error"
30352         201:
30353           description: "Object created"
30354         409:
30355           description: "Object already exists"
30356     put:
30357       tags:
30358       - "GENERIC-RESOURCE-API"
30359       description: "creates or updates generic.resource.api.securityzonetopology.SecurityZoneTopology"
30360       parameters:
30361       - name: "allotted-resource-id"
30362         in: "path"
30363         description: "Id of security-zone-allotted-resource"
30364         required: true
30365         type: "string"
30366       - in: "body"
30367         name: "generic.resource.api.securityzonetopology.SecurityZoneTopology.body-param"
30368         description: "generic.resource.api.securityzonetopology.SecurityZoneTopology\
30369           \ to be added or updated"
30370         required: false
30371         schema:
30372           $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30373           originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
30374       responses:
30375         400:
30376           description: "Internal error"
30377         201:
30378           description: "Object created"
30379         204:
30380           description: "Object modified"
30381     delete:
30382       tags:
30383       - "GENERIC-RESOURCE-API"
30384       description: "removes generic.resource.api.securityzonetopology.SecurityZoneTopology"
30385       parameters:
30386       - name: "allotted-resource-id"
30387         in: "path"
30388         description: "Id of security-zone-allotted-resource"
30389         required: true
30390         type: "string"
30391       responses:
30392         400:
30393           description: "Internal error"
30394         204:
30395           description: "Object deleted"
30396   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/allotted-resource-identifiers/
30397   : get:
30398       tags:
30399       - "GENERIC-RESOURCE-API"
30400       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30401       parameters:
30402       - name: "allotted-resource-id"
30403         in: "path"
30404         description: "Id of security-zone-allotted-resource"
30405         required: true
30406         type: "string"
30407       responses:
30408         400:
30409           description: "Internal error"
30410         200:
30411           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30412           responseSchema:
30413             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30414             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30415           schema:
30416             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30417             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30418     post:
30419       tags:
30420       - "GENERIC-RESOURCE-API"
30421       description: "creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30422       parameters:
30423       - name: "allotted-resource-id"
30424         in: "path"
30425         description: "Id of security-zone-allotted-resource"
30426         required: true
30427         type: "string"
30428       - in: "body"
30429         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
30430         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
30431           \ to be added to list"
30432         required: false
30433         schema:
30434           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30435           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30436       responses:
30437         400:
30438           description: "Internal error"
30439         201:
30440           description: "Object created"
30441         409:
30442           description: "Object already exists"
30443     put:
30444       tags:
30445       - "GENERIC-RESOURCE-API"
30446       description: "creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30447       parameters:
30448       - name: "allotted-resource-id"
30449         in: "path"
30450         description: "Id of security-zone-allotted-resource"
30451         required: true
30452         type: "string"
30453       - in: "body"
30454         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
30455         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
30456           \ to be added or updated"
30457         required: false
30458         schema:
30459           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30460           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30461       responses:
30462         400:
30463           description: "Internal error"
30464         201:
30465           description: "Object created"
30466         204:
30467           description: "Object modified"
30468     delete:
30469       tags:
30470       - "GENERIC-RESOURCE-API"
30471       description: "removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
30472       parameters:
30473       - name: "allotted-resource-id"
30474         in: "path"
30475         description: "Id of security-zone-allotted-resource"
30476         required: true
30477         type: "string"
30478       responses:
30479         400:
30480           description: "Internal error"
30481         204:
30482           description: "Object deleted"
30483   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/onap-model-information/
30484   : get:
30485       tags:
30486       - "GENERIC-RESOURCE-API"
30487       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
30488       parameters:
30489       - name: "allotted-resource-id"
30490         in: "path"
30491         description: "Id of security-zone-allotted-resource"
30492         required: true
30493         type: "string"
30494       responses:
30495         400:
30496           description: "Internal error"
30497         200:
30498           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
30499           responseSchema:
30500             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30501             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30502           schema:
30503             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30504             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30505     post:
30506       tags:
30507       - "GENERIC-RESOURCE-API"
30508       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
30509       parameters:
30510       - name: "allotted-resource-id"
30511         in: "path"
30512         description: "Id of security-zone-allotted-resource"
30513         required: true
30514         type: "string"
30515       - in: "body"
30516         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
30517         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
30518           \ to be added to list"
30519         required: false
30520         schema:
30521           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30522           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30523       responses:
30524         400:
30525           description: "Internal error"
30526         201:
30527           description: "Object created"
30528         409:
30529           description: "Object already exists"
30530     put:
30531       tags:
30532       - "GENERIC-RESOURCE-API"
30533       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
30534       parameters:
30535       - name: "allotted-resource-id"
30536         in: "path"
30537         description: "Id of security-zone-allotted-resource"
30538         required: true
30539         type: "string"
30540       - in: "body"
30541         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
30542         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
30543           \ to be added or updated"
30544         required: false
30545         schema:
30546           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30547           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
30548       responses:
30549         400:
30550           description: "Internal error"
30551         201:
30552           description: "Object created"
30553         204:
30554           description: "Object modified"
30555     delete:
30556       tags:
30557       - "GENERIC-RESOURCE-API"
30558       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
30559       parameters:
30560       - name: "allotted-resource-id"
30561         in: "path"
30562         description: "Id of security-zone-allotted-resource"
30563         required: true
30564         type: "string"
30565       responses:
30566         400:
30567           description: "Internal error"
30568         204:
30569           description: "Object deleted"
30570   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-assignments/
30571   : get:
30572       tags:
30573       - "GENERIC-RESOURCE-API"
30574       description: "returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30575       parameters:
30576       - name: "allotted-resource-id"
30577         in: "path"
30578         description: "Id of security-zone-allotted-resource"
30579         required: true
30580         type: "string"
30581       responses:
30582         400:
30583           description: "Internal error"
30584         200:
30585           description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30586           responseSchema:
30587             $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30588             originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30589           schema:
30590             $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30591             originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30592     post:
30593       tags:
30594       - "GENERIC-RESOURCE-API"
30595       description: "creates generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30596       parameters:
30597       - name: "allotted-resource-id"
30598         in: "path"
30599         description: "Id of security-zone-allotted-resource"
30600         required: true
30601         type: "string"
30602       - in: "body"
30603         name: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param"
30604         description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments\
30605           \ to be added to list"
30606         required: false
30607         schema:
30608           $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30609           originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30610       responses:
30611         400:
30612           description: "Internal error"
30613         201:
30614           description: "Object created"
30615         409:
30616           description: "Object already exists"
30617     put:
30618       tags:
30619       - "GENERIC-RESOURCE-API"
30620       description: "creates or updates generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30621       parameters:
30622       - name: "allotted-resource-id"
30623         in: "path"
30624         description: "Id of security-zone-allotted-resource"
30625         required: true
30626         type: "string"
30627       - in: "body"
30628         name: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments.body-param"
30629         description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments\
30630           \ to be added or updated"
30631         required: false
30632         schema:
30633           $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30634           originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30635       responses:
30636         400:
30637           description: "Internal error"
30638         201:
30639           description: "Object created"
30640         204:
30641           description: "Object modified"
30642     delete:
30643       tags:
30644       - "GENERIC-RESOURCE-API"
30645       description: "removes generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
30646       parameters:
30647       - name: "allotted-resource-id"
30648         in: "path"
30649         description: "Id of security-zone-allotted-resource"
30650         required: true
30651         type: "string"
30652       responses:
30653         400:
30654           description: "Internal error"
30655         204:
30656           description: "Object deleted"
30657   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/
30658   : get:
30659       tags:
30660       - "GENERIC-RESOURCE-API"
30661       description: "returns generic.resource.api.Param"
30662       parameters:
30663       - name: "allotted-resource-id"
30664         in: "path"
30665         description: "Id of security-zone-allotted-resource"
30666         required: true
30667         type: "string"
30668       responses:
30669         400:
30670           description: "Internal error"
30671         200:
30672           description: "generic.resource.api.Param"
30673           responseSchema:
30674             $ref: "#/definitions/generic.resource.api.Param"
30675             originalRef: "#/definitions/generic.resource.api.Param"
30676           schema:
30677             $ref: "#/definitions/generic.resource.api.Param"
30678             originalRef: "#/definitions/generic.resource.api.Param"
30679     post:
30680       tags:
30681       - "GENERIC-RESOURCE-API"
30682       description: "creates generic.resource.api.Param"
30683       parameters:
30684       - name: "allotted-resource-id"
30685         in: "path"
30686         description: "Id of security-zone-allotted-resource"
30687         required: true
30688         type: "string"
30689       - in: "body"
30690         name: "generic.resource.api.Param.body-param"
30691         description: "generic.resource.api.Param to be added to list"
30692         required: false
30693         schema:
30694           $ref: "#/definitions/generic.resource.api.Param"
30695           originalRef: "#/definitions/generic.resource.api.Param"
30696       responses:
30697         400:
30698           description: "Internal error"
30699         201:
30700           description: "Object created"
30701         409:
30702           description: "Object already exists"
30703     put:
30704       tags:
30705       - "GENERIC-RESOURCE-API"
30706       description: "creates or updates generic.resource.api.Param"
30707       parameters:
30708       - name: "allotted-resource-id"
30709         in: "path"
30710         description: "Id of security-zone-allotted-resource"
30711         required: true
30712         type: "string"
30713       - in: "body"
30714         name: "generic.resource.api.Param.body-param"
30715         description: "generic.resource.api.Param to be added or updated"
30716         required: false
30717         schema:
30718           $ref: "#/definitions/generic.resource.api.Param"
30719           originalRef: "#/definitions/generic.resource.api.Param"
30720       responses:
30721         400:
30722           description: "Internal error"
30723         201:
30724           description: "Object created"
30725         204:
30726           description: "Object modified"
30727     delete:
30728       tags:
30729       - "GENERIC-RESOURCE-API"
30730       description: "removes generic.resource.api.Param"
30731       parameters:
30732       - name: "allotted-resource-id"
30733         in: "path"
30734         description: "Id of security-zone-allotted-resource"
30735         required: true
30736         type: "string"
30737       responses:
30738         400:
30739           description: "Internal error"
30740         204:
30741           description: "Object deleted"
30742   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/
30743   : post:
30744       description: "creates generic.resource.api.param.Param"
30745       parameters:
30746       - name: "allotted-resource-id"
30747         in: "path"
30748         description: "Id of security-zone-allotted-resource"
30749         required: true
30750         type: "string"
30751       - in: "body"
30752         name: "generic.resource.api.param.Param.body-param"
30753         description: "generic.resource.api.param.Param to be added to list"
30754         required: false
30755         schema:
30756           $ref: "#/definitions/generic.resource.api.param.Param"
30757           originalRef: "#/definitions/generic.resource.api.param.Param"
30758       responses:
30759         400:
30760           description: "Internal error"
30761         201:
30762           description: "Object created"
30763         409:
30764           description: "Object already exists"
30765   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/
30766   : get:
30767       tags:
30768       - "GENERIC-RESOURCE-API"
30769       description: "returns generic.resource.api.param.Param"
30770       parameters:
30771       - name: "allotted-resource-id"
30772         in: "path"
30773         description: "Id of security-zone-allotted-resource"
30774         required: true
30775         type: "string"
30776       - name: "name"
30777         in: "path"
30778         description: "Id of param"
30779         required: true
30780         type: "string"
30781       responses:
30782         400:
30783           description: "Internal error"
30784         200:
30785           description: "generic.resource.api.param.Param"
30786           responseSchema:
30787             $ref: "#/definitions/generic.resource.api.param.Param"
30788             originalRef: "#/definitions/generic.resource.api.param.Param"
30789           schema:
30790             $ref: "#/definitions/generic.resource.api.param.Param"
30791             originalRef: "#/definitions/generic.resource.api.param.Param"
30792     post:
30793       tags:
30794       - "GENERIC-RESOURCE-API"
30795       description: "creates generic.resource.api.param.Param"
30796       parameters:
30797       - name: "allotted-resource-id"
30798         in: "path"
30799         description: "Id of security-zone-allotted-resource"
30800         required: true
30801         type: "string"
30802       - name: "name"
30803         in: "path"
30804         description: "Id of param"
30805         required: true
30806         type: "string"
30807       - in: "body"
30808         name: "generic.resource.api.param.Param.body-param"
30809         description: "generic.resource.api.param.Param to be added to list"
30810         required: false
30811         schema:
30812           $ref: "#/definitions/generic.resource.api.param.Param"
30813           originalRef: "#/definitions/generic.resource.api.param.Param"
30814       responses:
30815         400:
30816           description: "Internal error"
30817         201:
30818           description: "Object created"
30819         409:
30820           description: "Object already exists"
30821     put:
30822       tags:
30823       - "GENERIC-RESOURCE-API"
30824       description: "creates or updates generic.resource.api.param.Param"
30825       parameters:
30826       - name: "allotted-resource-id"
30827         in: "path"
30828         description: "Id of security-zone-allotted-resource"
30829         required: true
30830         type: "string"
30831       - name: "name"
30832         in: "path"
30833         description: "Id of param"
30834         required: true
30835         type: "string"
30836       - in: "body"
30837         name: "generic.resource.api.param.Param.body-param"
30838         description: "generic.resource.api.param.Param to be added or updated"
30839         required: false
30840         schema:
30841           $ref: "#/definitions/generic.resource.api.param.Param"
30842           originalRef: "#/definitions/generic.resource.api.param.Param"
30843       responses:
30844         400:
30845           description: "Internal error"
30846         201:
30847           description: "Object created"
30848         204:
30849           description: "Object modified"
30850     delete:
30851       tags:
30852       - "GENERIC-RESOURCE-API"
30853       description: "removes generic.resource.api.param.Param"
30854       parameters:
30855       - name: "allotted-resource-id"
30856         in: "path"
30857         description: "Id of security-zone-allotted-resource"
30858         required: true
30859         type: "string"
30860       - name: "name"
30861         in: "path"
30862         description: "Id of param"
30863         required: true
30864         type: "string"
30865       responses:
30866         400:
30867           description: "Internal error"
30868         204:
30869           description: "Object deleted"
30870   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/resource-resolution-data/
30871   : get:
30872       tags:
30873       - "GENERIC-RESOURCE-API"
30874       description: "returns generic.resource.api.param.param.ResourceResolutionData"
30875       parameters:
30876       - name: "allotted-resource-id"
30877         in: "path"
30878         description: "Id of security-zone-allotted-resource"
30879         required: true
30880         type: "string"
30881       - name: "name"
30882         in: "path"
30883         description: "Id of param"
30884         required: true
30885         type: "string"
30886       responses:
30887         400:
30888           description: "Internal error"
30889         200:
30890           description: "generic.resource.api.param.param.ResourceResolutionData"
30891           responseSchema:
30892             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30893             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30894           schema:
30895             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30896             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30897     post:
30898       tags:
30899       - "GENERIC-RESOURCE-API"
30900       description: "creates generic.resource.api.param.param.ResourceResolutionData"
30901       parameters:
30902       - name: "allotted-resource-id"
30903         in: "path"
30904         description: "Id of security-zone-allotted-resource"
30905         required: true
30906         type: "string"
30907       - name: "name"
30908         in: "path"
30909         description: "Id of param"
30910         required: true
30911         type: "string"
30912       - in: "body"
30913         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
30914         description: "generic.resource.api.param.param.ResourceResolutionData to be\
30915           \ added to list"
30916         required: false
30917         schema:
30918           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30919           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30920       responses:
30921         400:
30922           description: "Internal error"
30923         201:
30924           description: "Object created"
30925         409:
30926           description: "Object already exists"
30927     put:
30928       tags:
30929       - "GENERIC-RESOURCE-API"
30930       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
30931       parameters:
30932       - name: "allotted-resource-id"
30933         in: "path"
30934         description: "Id of security-zone-allotted-resource"
30935         required: true
30936         type: "string"
30937       - name: "name"
30938         in: "path"
30939         description: "Id of param"
30940         required: true
30941         type: "string"
30942       - in: "body"
30943         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
30944         description: "generic.resource.api.param.param.ResourceResolutionData to be\
30945           \ added or updated"
30946         required: false
30947         schema:
30948           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30949           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
30950       responses:
30951         400:
30952           description: "Internal error"
30953         201:
30954           description: "Object created"
30955         204:
30956           description: "Object modified"
30957     delete:
30958       tags:
30959       - "GENERIC-RESOURCE-API"
30960       description: "removes generic.resource.api.param.param.ResourceResolutionData"
30961       parameters:
30962       - name: "allotted-resource-id"
30963         in: "path"
30964         description: "Id of security-zone-allotted-resource"
30965         required: true
30966         type: "string"
30967       - name: "name"
30968         in: "path"
30969         description: "Id of param"
30970         required: true
30971         type: "string"
30972       responses:
30973         400:
30974           description: "Internal error"
30975         204:
30976           description: "Object deleted"
30977   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/
30978   : post:
30979       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30980       parameters:
30981       - name: "allotted-resource-id"
30982         in: "path"
30983         description: "Id of security-zone-allotted-resource"
30984         required: true
30985         type: "string"
30986       - name: "name"
30987         in: "path"
30988         description: "Id of param"
30989         required: true
30990         type: "string"
30991       - in: "body"
30992         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
30993         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
30994           \ to be added to list"
30995         required: false
30996         schema:
30997           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30998           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
30999       responses:
31000         400:
31001           description: "Internal error"
31002         201:
31003           description: "Object created"
31004         409:
31005           description: "Object already exists"
31006   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
31007   : get:
31008       tags:
31009       - "GENERIC-RESOURCE-API"
31010       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31011       parameters:
31012       - name: "allotted-resource-id"
31013         in: "path"
31014         description: "Id of security-zone-allotted-resource"
31015         required: true
31016         type: "string"
31017       - name: "name"
31018         in: "path"
31019         description: "Id of param"
31020         required: true
31021         type: "string"
31022       - name: "resource-key-name"
31023         in: "path"
31024         description: "Id of resource-key"
31025         required: true
31026         type: "string"
31027       responses:
31028         400:
31029           description: "Internal error"
31030         200:
31031           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31032           responseSchema:
31033             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31034             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31035           schema:
31036             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31037             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31038     post:
31039       tags:
31040       - "GENERIC-RESOURCE-API"
31041       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31042       parameters:
31043       - name: "allotted-resource-id"
31044         in: "path"
31045         description: "Id of security-zone-allotted-resource"
31046         required: true
31047         type: "string"
31048       - name: "name"
31049         in: "path"
31050         description: "Id of param"
31051         required: true
31052         type: "string"
31053       - name: "resource-key-name"
31054         in: "path"
31055         description: "Id of resource-key"
31056         required: true
31057         type: "string"
31058       - in: "body"
31059         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
31060         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
31061           \ to be added to list"
31062         required: false
31063         schema:
31064           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31065           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31066       responses:
31067         400:
31068           description: "Internal error"
31069         201:
31070           description: "Object created"
31071         409:
31072           description: "Object already exists"
31073     put:
31074       tags:
31075       - "GENERIC-RESOURCE-API"
31076       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31077       parameters:
31078       - name: "allotted-resource-id"
31079         in: "path"
31080         description: "Id of security-zone-allotted-resource"
31081         required: true
31082         type: "string"
31083       - name: "name"
31084         in: "path"
31085         description: "Id of param"
31086         required: true
31087         type: "string"
31088       - name: "resource-key-name"
31089         in: "path"
31090         description: "Id of resource-key"
31091         required: true
31092         type: "string"
31093       - in: "body"
31094         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
31095         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
31096           \ to be added or updated"
31097         required: false
31098         schema:
31099           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31100           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31101       responses:
31102         400:
31103           description: "Internal error"
31104         201:
31105           description: "Object created"
31106         204:
31107           description: "Object modified"
31108     delete:
31109       tags:
31110       - "GENERIC-RESOURCE-API"
31111       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
31112       parameters:
31113       - name: "allotted-resource-id"
31114         in: "path"
31115         description: "Id of security-zone-allotted-resource"
31116         required: true
31117         type: "string"
31118       - name: "name"
31119         in: "path"
31120         description: "Id of param"
31121         required: true
31122         type: "string"
31123       - name: "resource-key-name"
31124         in: "path"
31125         description: "Id of resource-key"
31126         required: true
31127         type: "string"
31128       responses:
31129         400:
31130           description: "Internal error"
31131         204:
31132           description: "Object deleted"
31133   ? /config/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-status/
31134   : get:
31135       tags:
31136       - "GENERIC-RESOURCE-API"
31137       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31138       parameters:
31139       - name: "allotted-resource-id"
31140         in: "path"
31141         description: "Id of security-zone-allotted-resource"
31142         required: true
31143         type: "string"
31144       responses:
31145         400:
31146           description: "Internal error"
31147         200:
31148           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31149           responseSchema:
31150             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31151             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31152           schema:
31153             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31154             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31155     post:
31156       tags:
31157       - "GENERIC-RESOURCE-API"
31158       description: "creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31159       parameters:
31160       - name: "allotted-resource-id"
31161         in: "path"
31162         description: "Id of security-zone-allotted-resource"
31163         required: true
31164         type: "string"
31165       - in: "body"
31166         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
31167         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
31168           \ to be added to list"
31169         required: false
31170         schema:
31171           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31172           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31173       responses:
31174         400:
31175           description: "Internal error"
31176         201:
31177           description: "Object created"
31178         409:
31179           description: "Object already exists"
31180     put:
31181       tags:
31182       - "GENERIC-RESOURCE-API"
31183       description: "creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31184       parameters:
31185       - name: "allotted-resource-id"
31186         in: "path"
31187         description: "Id of security-zone-allotted-resource"
31188         required: true
31189         type: "string"
31190       - in: "body"
31191         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
31192         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
31193           \ to be added or updated"
31194         required: false
31195         schema:
31196           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31197           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31198       responses:
31199         400:
31200           description: "Internal error"
31201         201:
31202           description: "Object created"
31203         204:
31204           description: "Object modified"
31205     delete:
31206       tags:
31207       - "GENERIC-RESOURCE-API"
31208       description: "removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
31209       parameters:
31210       - name: "allotted-resource-id"
31211         in: "path"
31212         description: "Id of security-zone-allotted-resource"
31213         required: true
31214         type: "string"
31215       responses:
31216         400:
31217           description: "Internal error"
31218         204:
31219           description: "Object deleted"
31220   /config/GENERIC-RESOURCE-API:services/:
31221     get:
31222       tags:
31223       - "GENERIC-RESOURCE-API"
31224       description: "returns generic.resource.api.ServiceModelInfrastructure"
31225       parameters: []
31226       responses:
31227         400:
31228           description: "Internal error"
31229         200:
31230           description: "generic.resource.api.ServiceModelInfrastructure"
31231           responseSchema:
31232             $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31233             originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31234           schema:
31235             $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31236             originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31237     post:
31238       tags:
31239       - "GENERIC-RESOURCE-API"
31240       description: "creates generic.resource.api.ServiceModelInfrastructure"
31241       parameters:
31242       - in: "body"
31243         name: "generic.resource.api.ServiceModelInfrastructure.body-param"
31244         description: "generic.resource.api.ServiceModelInfrastructure to be added\
31245           \ to list"
31246         required: false
31247         schema:
31248           $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31249           originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31250       responses:
31251         400:
31252           description: "Internal error"
31253         201:
31254           description: "Object created"
31255         409:
31256           description: "Object already exists"
31257     put:
31258       tags:
31259       - "GENERIC-RESOURCE-API"
31260       description: "creates or updates generic.resource.api.ServiceModelInfrastructure"
31261       parameters:
31262       - in: "body"
31263         name: "generic.resource.api.ServiceModelInfrastructure.body-param"
31264         description: "generic.resource.api.ServiceModelInfrastructure to be added\
31265           \ or updated"
31266         required: false
31267         schema:
31268           $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31269           originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
31270       responses:
31271         400:
31272           description: "Internal error"
31273         201:
31274           description: "Object created"
31275         204:
31276           description: "Object modified"
31277     delete:
31278       tags:
31279       - "GENERIC-RESOURCE-API"
31280       description: "removes generic.resource.api.ServiceModelInfrastructure"
31281       parameters: []
31282       responses:
31283         400:
31284           description: "Internal error"
31285         204:
31286           description: "Object deleted"
31287   /config/GENERIC-RESOURCE-API:services/service/:
31288     post:
31289       description: "creates generic.resource.api.servicemodelinfrastructure.Service"
31290       parameters:
31291       - in: "body"
31292         name: "generic.resource.api.servicemodelinfrastructure.Service.body-param"
31293         description: "generic.resource.api.servicemodelinfrastructure.Service to be\
31294           \ added to list"
31295         required: false
31296         schema:
31297           $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31298           originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31299       responses:
31300         400:
31301           description: "Internal error"
31302         201:
31303           description: "Object created"
31304         409:
31305           description: "Object already exists"
31306   /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/:
31307     get:
31308       tags:
31309       - "GENERIC-RESOURCE-API"
31310       description: "returns generic.resource.api.servicemodelinfrastructure.Service"
31311       parameters:
31312       - name: "service-instance-id"
31313         in: "path"
31314         description: "Id of service"
31315         required: true
31316         type: "string"
31317       responses:
31318         400:
31319           description: "Internal error"
31320         200:
31321           description: "generic.resource.api.servicemodelinfrastructure.Service"
31322           responseSchema:
31323             $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31324             originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31325           schema:
31326             $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31327             originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31328     post:
31329       tags:
31330       - "GENERIC-RESOURCE-API"
31331       description: "creates generic.resource.api.servicemodelinfrastructure.Service"
31332       parameters:
31333       - name: "service-instance-id"
31334         in: "path"
31335         description: "Id of service"
31336         required: true
31337         type: "string"
31338       - in: "body"
31339         name: "generic.resource.api.servicemodelinfrastructure.Service.body-param"
31340         description: "generic.resource.api.servicemodelinfrastructure.Service to be\
31341           \ added to list"
31342         required: false
31343         schema:
31344           $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31345           originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31346       responses:
31347         400:
31348           description: "Internal error"
31349         201:
31350           description: "Object created"
31351         409:
31352           description: "Object already exists"
31353     put:
31354       tags:
31355       - "GENERIC-RESOURCE-API"
31356       description: "creates or updates generic.resource.api.servicemodelinfrastructure.Service"
31357       parameters:
31358       - name: "service-instance-id"
31359         in: "path"
31360         description: "Id of service"
31361         required: true
31362         type: "string"
31363       - in: "body"
31364         name: "generic.resource.api.servicemodelinfrastructure.Service.body-param"
31365         description: "generic.resource.api.servicemodelinfrastructure.Service to be\
31366           \ added or updated"
31367         required: false
31368         schema:
31369           $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31370           originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
31371       responses:
31372         400:
31373           description: "Internal error"
31374         201:
31375           description: "Object created"
31376         204:
31377           description: "Object modified"
31378     delete:
31379       tags:
31380       - "GENERIC-RESOURCE-API"
31381       description: "removes generic.resource.api.servicemodelinfrastructure.Service"
31382       parameters:
31383       - name: "service-instance-id"
31384         in: "path"
31385         description: "Id of service"
31386         required: true
31387         type: "string"
31388       responses:
31389         400:
31390           description: "Internal error"
31391         204:
31392           description: "Object deleted"
31393   /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/:
31394     get:
31395       tags:
31396       - "GENERIC-RESOURCE-API"
31397       description: "returns generic.resource.api.servicedata.ServiceData"
31398       parameters:
31399       - name: "service-instance-id"
31400         in: "path"
31401         description: "Id of service"
31402         required: true
31403         type: "string"
31404       responses:
31405         400:
31406           description: "Internal error"
31407         200:
31408           description: "generic.resource.api.servicedata.ServiceData"
31409           responseSchema:
31410             $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
31411             originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
31412           schema:
31413             $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
31414             originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
31415     post:
31416       tags:
31417       - "GENERIC-RESOURCE-API"
31418       description: "creates generic.resource.api.servicedata.ServiceData"
31419       parameters:
31420       - name: "service-instance-id"
31421         in: "path"
31422         description: "Id of service"
31423         required: true
31424         type: "string"
31425       - in: "body"
31426         name: "generic.resource.api.servicedata.ServiceData.body-param"
31427         description: "generic.resource.api.servicedata.ServiceData to be added to\
31428           \ list"
31429         required: false
31430         schema:
31431           $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
31432           originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
31433       responses:
31434         400:
31435           description: "Internal error"
31436         201:
31437           description: "Object created"
31438         409:
31439           description: "Object already exists"
31440     put:
31441       tags:
31442       - "GENERIC-RESOURCE-API"
31443       description: "creates or updates generic.resource.api.servicedata.ServiceData"
31444       parameters:
31445       - name: "service-instance-id"
31446         in: "path"
31447         description: "Id of service"
31448         required: true
31449         type: "string"
31450       - in: "body"
31451         name: "generic.resource.api.servicedata.ServiceData.body-param"
31452         description: "generic.resource.api.servicedata.ServiceData to be added or\
31453           \ updated"
31454         required: false
31455         schema:
31456           $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
31457           originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
31458       responses:
31459         400:
31460           description: "Internal error"
31461         201:
31462           description: "Object created"
31463         204:
31464           description: "Object modified"
31465     delete:
31466       tags:
31467       - "GENERIC-RESOURCE-API"
31468       description: "removes generic.resource.api.servicedata.ServiceData"
31469       parameters:
31470       - name: "service-instance-id"
31471         in: "path"
31472         description: "Id of service"
31473         required: true
31474         type: "string"
31475       responses:
31476         400:
31477           description: "Internal error"
31478         204:
31479           description: "Object deleted"
31480   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/
31481   : get:
31482       tags:
31483       - "GENERIC-RESOURCE-API"
31484       description: "returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31485       parameters:
31486       - name: "service-instance-id"
31487         in: "path"
31488         description: "Id of service"
31489         required: true
31490         type: "string"
31491       responses:
31492         400:
31493           description: "Internal error"
31494         200:
31495           description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31496           responseSchema:
31497             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31498             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31499           schema:
31500             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31501             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31502     post:
31503       tags:
31504       - "GENERIC-RESOURCE-API"
31505       description: "creates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31506       parameters:
31507       - name: "service-instance-id"
31508         in: "path"
31509         description: "Id of service"
31510         required: true
31511         type: "string"
31512       - in: "body"
31513         name: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param"
31514         description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources\
31515           \ to be added to list"
31516         required: false
31517         schema:
31518           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31519           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31520       responses:
31521         400:
31522           description: "Internal error"
31523         201:
31524           description: "Object created"
31525         409:
31526           description: "Object already exists"
31527     put:
31528       tags:
31529       - "GENERIC-RESOURCE-API"
31530       description: "creates or updates generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31531       parameters:
31532       - name: "service-instance-id"
31533         in: "path"
31534         description: "Id of service"
31535         required: true
31536         type: "string"
31537       - in: "body"
31538         name: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources.body-param"
31539         description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources\
31540           \ to be added or updated"
31541         required: false
31542         schema:
31543           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31544           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31545       responses:
31546         400:
31547           description: "Internal error"
31548         201:
31549           description: "Object created"
31550         204:
31551           description: "Object modified"
31552     delete:
31553       tags:
31554       - "GENERIC-RESOURCE-API"
31555       description: "removes generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
31556       parameters:
31557       - name: "service-instance-id"
31558         in: "path"
31559         description: "Id of service"
31560         required: true
31561         type: "string"
31562       responses:
31563         400:
31564           description: "Internal error"
31565         204:
31566           description: "Object deleted"
31567   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/
31568   : post:
31569       description: "creates generic.resource.api.AllottedResourceInfo"
31570       parameters:
31571       - name: "service-instance-id"
31572         in: "path"
31573         description: "Id of service"
31574         required: true
31575         type: "string"
31576       - in: "body"
31577         name: "generic.resource.api.AllottedResourceInfo.body-param"
31578         description: "generic.resource.api.AllottedResourceInfo to be added to list"
31579         required: false
31580         schema:
31581           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
31582           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
31583       responses:
31584         400:
31585           description: "Internal error"
31586         201:
31587           description: "Object created"
31588         409:
31589           description: "Object already exists"
31590   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/{allotted-resource-id}/
31591   : get:
31592       tags:
31593       - "GENERIC-RESOURCE-API"
31594       description: "returns generic.resource.api.AllottedResourceInfo"
31595       parameters:
31596       - name: "service-instance-id"
31597         in: "path"
31598         description: "Id of service"
31599         required: true
31600         type: "string"
31601       - name: "allotted-resource-id"
31602         in: "path"
31603         description: "Id of consumed-allotted-resource"
31604         required: true
31605         type: "string"
31606       responses:
31607         400:
31608           description: "Internal error"
31609         200:
31610           description: "generic.resource.api.AllottedResourceInfo"
31611           responseSchema:
31612             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
31613             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
31614           schema:
31615             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
31616             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
31617     post:
31618       tags:
31619       - "GENERIC-RESOURCE-API"
31620       description: "creates generic.resource.api.AllottedResourceInfo"
31621       parameters:
31622       - name: "service-instance-id"
31623         in: "path"
31624         description: "Id of service"
31625         required: true
31626         type: "string"
31627       - name: "allotted-resource-id"
31628         in: "path"
31629         description: "Id of consumed-allotted-resource"
31630         required: true
31631         type: "string"
31632       - in: "body"
31633         name: "generic.resource.api.AllottedResourceInfo.body-param"
31634         description: "generic.resource.api.AllottedResourceInfo to be added to list"
31635         required: false
31636         schema:
31637           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
31638           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
31639       responses:
31640         400:
31641           description: "Internal error"
31642         201:
31643           description: "Object created"
31644         409:
31645           description: "Object already exists"
31646     put:
31647       tags:
31648       - "GENERIC-RESOURCE-API"
31649       description: "creates or updates generic.resource.api.AllottedResourceInfo"
31650       parameters:
31651       - name: "service-instance-id"
31652         in: "path"
31653         description: "Id of service"
31654         required: true
31655         type: "string"
31656       - name: "allotted-resource-id"
31657         in: "path"
31658         description: "Id of consumed-allotted-resource"
31659         required: true
31660         type: "string"
31661       - in: "body"
31662         name: "generic.resource.api.AllottedResourceInfo.body-param"
31663         description: "generic.resource.api.AllottedResourceInfo to be added or updated"
31664         required: false
31665         schema:
31666           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
31667           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
31668       responses:
31669         400:
31670           description: "Internal error"
31671         201:
31672           description: "Object created"
31673         204:
31674           description: "Object modified"
31675     delete:
31676       tags:
31677       - "GENERIC-RESOURCE-API"
31678       description: "removes generic.resource.api.AllottedResourceInfo"
31679       parameters:
31680       - name: "service-instance-id"
31681         in: "path"
31682         description: "Id of service"
31683         required: true
31684         type: "string"
31685       - name: "allotted-resource-id"
31686         in: "path"
31687         description: "Id of consumed-allotted-resource"
31688         required: true
31689         type: "string"
31690       responses:
31691         400:
31692           description: "Internal error"
31693         204:
31694           description: "Object deleted"
31695   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/
31696   : get:
31697       tags:
31698       - "GENERIC-RESOURCE-API"
31699       description: "returns generic.resource.api.servicedata.servicedata.ForwardingPaths"
31700       parameters:
31701       - name: "service-instance-id"
31702         in: "path"
31703         description: "Id of service"
31704         required: true
31705         type: "string"
31706       responses:
31707         400:
31708           description: "Internal error"
31709         200:
31710           description: "generic.resource.api.servicedata.servicedata.ForwardingPaths"
31711           responseSchema:
31712             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31713             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31714           schema:
31715             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31716             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31717     post:
31718       tags:
31719       - "GENERIC-RESOURCE-API"
31720       description: "creates generic.resource.api.servicedata.servicedata.ForwardingPaths"
31721       parameters:
31722       - name: "service-instance-id"
31723         in: "path"
31724         description: "Id of service"
31725         required: true
31726         type: "string"
31727       - in: "body"
31728         name: "generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param"
31729         description: "generic.resource.api.servicedata.servicedata.ForwardingPaths\
31730           \ to be added to list"
31731         required: false
31732         schema:
31733           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31734           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31735       responses:
31736         400:
31737           description: "Internal error"
31738         201:
31739           description: "Object created"
31740         409:
31741           description: "Object already exists"
31742     put:
31743       tags:
31744       - "GENERIC-RESOURCE-API"
31745       description: "creates or updates generic.resource.api.servicedata.servicedata.ForwardingPaths"
31746       parameters:
31747       - name: "service-instance-id"
31748         in: "path"
31749         description: "Id of service"
31750         required: true
31751         type: "string"
31752       - in: "body"
31753         name: "generic.resource.api.servicedata.servicedata.ForwardingPaths.body-param"
31754         description: "generic.resource.api.servicedata.servicedata.ForwardingPaths\
31755           \ to be added or updated"
31756         required: false
31757         schema:
31758           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31759           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
31760       responses:
31761         400:
31762           description: "Internal error"
31763         201:
31764           description: "Object created"
31765         204:
31766           description: "Object modified"
31767     delete:
31768       tags:
31769       - "GENERIC-RESOURCE-API"
31770       description: "removes generic.resource.api.servicedata.servicedata.ForwardingPaths"
31771       parameters:
31772       - name: "service-instance-id"
31773         in: "path"
31774         description: "Id of service"
31775         required: true
31776         type: "string"
31777       responses:
31778         400:
31779           description: "Internal error"
31780         204:
31781           description: "Object deleted"
31782   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/
31783   : post:
31784       description: "creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31785       parameters:
31786       - name: "service-instance-id"
31787         in: "path"
31788         description: "Id of service"
31789         required: true
31790         type: "string"
31791       - in: "body"
31792         name: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param"
31793         description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath\
31794           \ to be added to list"
31795         required: false
31796         schema:
31797           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31798           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31799       responses:
31800         400:
31801           description: "Internal error"
31802         201:
31803           description: "Object created"
31804         409:
31805           description: "Object already exists"
31806   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/
31807   : get:
31808       tags:
31809       - "GENERIC-RESOURCE-API"
31810       description: "returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31811       parameters:
31812       - name: "service-instance-id"
31813         in: "path"
31814         description: "Id of service"
31815         required: true
31816         type: "string"
31817       - name: "forwarding-path-id"
31818         in: "path"
31819         description: "Id of forwarding-path"
31820         required: true
31821         type: "string"
31822       responses:
31823         400:
31824           description: "Internal error"
31825         200:
31826           description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31827           responseSchema:
31828             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31829             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31830           schema:
31831             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31832             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31833     post:
31834       tags:
31835       - "GENERIC-RESOURCE-API"
31836       description: "creates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31837       parameters:
31838       - name: "service-instance-id"
31839         in: "path"
31840         description: "Id of service"
31841         required: true
31842         type: "string"
31843       - name: "forwarding-path-id"
31844         in: "path"
31845         description: "Id of forwarding-path"
31846         required: true
31847         type: "string"
31848       - in: "body"
31849         name: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param"
31850         description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath\
31851           \ to be added to list"
31852         required: false
31853         schema:
31854           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31855           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31856       responses:
31857         400:
31858           description: "Internal error"
31859         201:
31860           description: "Object created"
31861         409:
31862           description: "Object already exists"
31863     put:
31864       tags:
31865       - "GENERIC-RESOURCE-API"
31866       description: "creates or updates generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31867       parameters:
31868       - name: "service-instance-id"
31869         in: "path"
31870         description: "Id of service"
31871         required: true
31872         type: "string"
31873       - name: "forwarding-path-id"
31874         in: "path"
31875         description: "Id of forwarding-path"
31876         required: true
31877         type: "string"
31878       - in: "body"
31879         name: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath.body-param"
31880         description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath\
31881           \ to be added or updated"
31882         required: false
31883         schema:
31884           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31885           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31886       responses:
31887         400:
31888           description: "Internal error"
31889         201:
31890           description: "Object created"
31891         204:
31892           description: "Object modified"
31893     delete:
31894       tags:
31895       - "GENERIC-RESOURCE-API"
31896       description: "removes generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
31897       parameters:
31898       - name: "service-instance-id"
31899         in: "path"
31900         description: "Id of service"
31901         required: true
31902         type: "string"
31903       - name: "forwarding-path-id"
31904         in: "path"
31905         description: "Id of forwarding-path"
31906         required: true
31907         type: "string"
31908       responses:
31909         400:
31910           description: "Internal error"
31911         204:
31912           description: "Object deleted"
31913   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/onap-model-information/
31914   : get:
31915       tags:
31916       - "GENERIC-RESOURCE-API"
31917       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
31918       parameters:
31919       - name: "service-instance-id"
31920         in: "path"
31921         description: "Id of service"
31922         required: true
31923         type: "string"
31924       - name: "forwarding-path-id"
31925         in: "path"
31926         description: "Id of forwarding-path"
31927         required: true
31928         type: "string"
31929       responses:
31930         400:
31931           description: "Internal error"
31932         200:
31933           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
31934           responseSchema:
31935             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31936             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31937           schema:
31938             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31939             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31940     post:
31941       tags:
31942       - "GENERIC-RESOURCE-API"
31943       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
31944       parameters:
31945       - name: "service-instance-id"
31946         in: "path"
31947         description: "Id of service"
31948         required: true
31949         type: "string"
31950       - name: "forwarding-path-id"
31951         in: "path"
31952         description: "Id of forwarding-path"
31953         required: true
31954         type: "string"
31955       - in: "body"
31956         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
31957         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
31958           \ to be added to list"
31959         required: false
31960         schema:
31961           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31962           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31963       responses:
31964         400:
31965           description: "Internal error"
31966         201:
31967           description: "Object created"
31968         409:
31969           description: "Object already exists"
31970     put:
31971       tags:
31972       - "GENERIC-RESOURCE-API"
31973       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
31974       parameters:
31975       - name: "service-instance-id"
31976         in: "path"
31977         description: "Id of service"
31978         required: true
31979         type: "string"
31980       - name: "forwarding-path-id"
31981         in: "path"
31982         description: "Id of forwarding-path"
31983         required: true
31984         type: "string"
31985       - in: "body"
31986         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
31987         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
31988           \ to be added or updated"
31989         required: false
31990         schema:
31991           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31992           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
31993       responses:
31994         400:
31995           description: "Internal error"
31996         201:
31997           description: "Object created"
31998         204:
31999           description: "Object modified"
32000     delete:
32001       tags:
32002       - "GENERIC-RESOURCE-API"
32003       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
32004       parameters:
32005       - name: "service-instance-id"
32006         in: "path"
32007         description: "Id of service"
32008         required: true
32009         type: "string"
32010       - name: "forwarding-path-id"
32011         in: "path"
32012         description: "Id of forwarding-path"
32013         required: true
32014         type: "string"
32015       responses:
32016         400:
32017           description: "Internal error"
32018         204:
32019           description: "Object deleted"
32020   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/
32021   : get:
32022       tags:
32023       - "GENERIC-RESOURCE-API"
32024       description: "returns generic.resource.api.forwardingpathinformation.ServicePaths"
32025       parameters:
32026       - name: "service-instance-id"
32027         in: "path"
32028         description: "Id of service"
32029         required: true
32030         type: "string"
32031       - name: "forwarding-path-id"
32032         in: "path"
32033         description: "Id of forwarding-path"
32034         required: true
32035         type: "string"
32036       responses:
32037         400:
32038           description: "Internal error"
32039         200:
32040           description: "generic.resource.api.forwardingpathinformation.ServicePaths"
32041           responseSchema:
32042             $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32043             originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32044           schema:
32045             $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32046             originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32047     post:
32048       tags:
32049       - "GENERIC-RESOURCE-API"
32050       description: "creates generic.resource.api.forwardingpathinformation.ServicePaths"
32051       parameters:
32052       - name: "service-instance-id"
32053         in: "path"
32054         description: "Id of service"
32055         required: true
32056         type: "string"
32057       - name: "forwarding-path-id"
32058         in: "path"
32059         description: "Id of forwarding-path"
32060         required: true
32061         type: "string"
32062       - in: "body"
32063         name: "generic.resource.api.forwardingpathinformation.ServicePaths.body-param"
32064         description: "generic.resource.api.forwardingpathinformation.ServicePaths\
32065           \ to be added to list"
32066         required: false
32067         schema:
32068           $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32069           originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32070       responses:
32071         400:
32072           description: "Internal error"
32073         201:
32074           description: "Object created"
32075         409:
32076           description: "Object already exists"
32077     put:
32078       tags:
32079       - "GENERIC-RESOURCE-API"
32080       description: "creates or updates generic.resource.api.forwardingpathinformation.ServicePaths"
32081       parameters:
32082       - name: "service-instance-id"
32083         in: "path"
32084         description: "Id of service"
32085         required: true
32086         type: "string"
32087       - name: "forwarding-path-id"
32088         in: "path"
32089         description: "Id of forwarding-path"
32090         required: true
32091         type: "string"
32092       - in: "body"
32093         name: "generic.resource.api.forwardingpathinformation.ServicePaths.body-param"
32094         description: "generic.resource.api.forwardingpathinformation.ServicePaths\
32095           \ to be added or updated"
32096         required: false
32097         schema:
32098           $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32099           originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
32100       responses:
32101         400:
32102           description: "Internal error"
32103         201:
32104           description: "Object created"
32105         204:
32106           description: "Object modified"
32107     delete:
32108       tags:
32109       - "GENERIC-RESOURCE-API"
32110       description: "removes generic.resource.api.forwardingpathinformation.ServicePaths"
32111       parameters:
32112       - name: "service-instance-id"
32113         in: "path"
32114         description: "Id of service"
32115         required: true
32116         type: "string"
32117       - name: "forwarding-path-id"
32118         in: "path"
32119         description: "Id of forwarding-path"
32120         required: true
32121         type: "string"
32122       responses:
32123         400:
32124           description: "Internal error"
32125         204:
32126           description: "Object deleted"
32127   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/
32128   : post:
32129       description: "creates generic.resource.api.ServicePathInformation"
32130       parameters:
32131       - name: "service-instance-id"
32132         in: "path"
32133         description: "Id of service"
32134         required: true
32135         type: "string"
32136       - name: "forwarding-path-id"
32137         in: "path"
32138         description: "Id of forwarding-path"
32139         required: true
32140         type: "string"
32141       - in: "body"
32142         name: "generic.resource.api.ServicePathInformation.body-param"
32143         description: "generic.resource.api.ServicePathInformation to be added to list"
32144         required: false
32145         schema:
32146           $ref: "#/definitions/generic.resource.api.ServicePathInformation"
32147           originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
32148       responses:
32149         400:
32150           description: "Internal error"
32151         201:
32152           description: "Object created"
32153         409:
32154           description: "Object already exists"
32155   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/
32156   : get:
32157       tags:
32158       - "GENERIC-RESOURCE-API"
32159       description: "returns generic.resource.api.ServicePathInformation"
32160       parameters:
32161       - name: "service-instance-id"
32162         in: "path"
32163         description: "Id of service"
32164         required: true
32165         type: "string"
32166       - name: "forwarding-path-id"
32167         in: "path"
32168         description: "Id of forwarding-path"
32169         required: true
32170         type: "string"
32171       - name: "service-path-instance-id"
32172         in: "path"
32173         description: "Id of service-path"
32174         required: true
32175         type: "string"
32176       responses:
32177         400:
32178           description: "Internal error"
32179         200:
32180           description: "generic.resource.api.ServicePathInformation"
32181           responseSchema:
32182             $ref: "#/definitions/generic.resource.api.ServicePathInformation"
32183             originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
32184           schema:
32185             $ref: "#/definitions/generic.resource.api.ServicePathInformation"
32186             originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
32187     post:
32188       tags:
32189       - "GENERIC-RESOURCE-API"
32190       description: "creates generic.resource.api.ServicePathInformation"
32191       parameters:
32192       - name: "service-instance-id"
32193         in: "path"
32194         description: "Id of service"
32195         required: true
32196         type: "string"
32197       - name: "forwarding-path-id"
32198         in: "path"
32199         description: "Id of forwarding-path"
32200         required: true
32201         type: "string"
32202       - name: "service-path-instance-id"
32203         in: "path"
32204         description: "Id of service-path"
32205         required: true
32206         type: "string"
32207       - in: "body"
32208         name: "generic.resource.api.ServicePathInformation.body-param"
32209         description: "generic.resource.api.ServicePathInformation to be added to list"
32210         required: false
32211         schema:
32212           $ref: "#/definitions/generic.resource.api.ServicePathInformation"
32213           originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
32214       responses:
32215         400:
32216           description: "Internal error"
32217         201:
32218           description: "Object created"
32219         409:
32220           description: "Object already exists"
32221     put:
32222       tags:
32223       - "GENERIC-RESOURCE-API"
32224       description: "creates or updates generic.resource.api.ServicePathInformation"
32225       parameters:
32226       - name: "service-instance-id"
32227         in: "path"
32228         description: "Id of service"
32229         required: true
32230         type: "string"
32231       - name: "forwarding-path-id"
32232         in: "path"
32233         description: "Id of forwarding-path"
32234         required: true
32235         type: "string"
32236       - name: "service-path-instance-id"
32237         in: "path"
32238         description: "Id of service-path"
32239         required: true
32240         type: "string"
32241       - in: "body"
32242         name: "generic.resource.api.ServicePathInformation.body-param"
32243         description: "generic.resource.api.ServicePathInformation to be added or updated"
32244         required: false
32245         schema:
32246           $ref: "#/definitions/generic.resource.api.ServicePathInformation"
32247           originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
32248       responses:
32249         400:
32250           description: "Internal error"
32251         201:
32252           description: "Object created"
32253         204:
32254           description: "Object modified"
32255     delete:
32256       tags:
32257       - "GENERIC-RESOURCE-API"
32258       description: "removes generic.resource.api.ServicePathInformation"
32259       parameters:
32260       - name: "service-instance-id"
32261         in: "path"
32262         description: "Id of service"
32263         required: true
32264         type: "string"
32265       - name: "forwarding-path-id"
32266         in: "path"
32267         description: "Id of forwarding-path"
32268         required: true
32269         type: "string"
32270       - name: "service-path-instance-id"
32271         in: "path"
32272         description: "Id of service-path"
32273         required: true
32274         type: "string"
32275       responses:
32276         400:
32277           description: "Internal error"
32278         204:
32279           description: "Object deleted"
32280   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/
32281   : post:
32282       description: "creates generic.resource.api.servicepathinformation.Service"
32283       parameters:
32284       - name: "service-instance-id"
32285         in: "path"
32286         description: "Id of service"
32287         required: true
32288         type: "string"
32289       - name: "forwarding-path-id"
32290         in: "path"
32291         description: "Id of forwarding-path"
32292         required: true
32293         type: "string"
32294       - name: "service-path-instance-id"
32295         in: "path"
32296         description: "Id of service-path"
32297         required: true
32298         type: "string"
32299       - in: "body"
32300         name: "generic.resource.api.servicepathinformation.Service.body-param"
32301         description: "generic.resource.api.servicepathinformation.Service to be added\
32302           \ to list"
32303         required: false
32304         schema:
32305           $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
32306           originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
32307       responses:
32308         400:
32309           description: "Internal error"
32310         201:
32311           description: "Object created"
32312         409:
32313           description: "Object already exists"
32314   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/
32315   : get:
32316       tags:
32317       - "GENERIC-RESOURCE-API"
32318       description: "returns generic.resource.api.servicepathinformation.Service"
32319       parameters:
32320       - name: "service-instance-id"
32321         in: "path"
32322         description: "Id of service"
32323         required: true
32324         type: "string"
32325       - name: "forwarding-path-id"
32326         in: "path"
32327         description: "Id of forwarding-path"
32328         required: true
32329         type: "string"
32330       - name: "service-path-instance-id"
32331         in: "path"
32332         description: "Id of service-path"
32333         required: true
32334         type: "string"
32335       - name: "service-service-instance-id"
32336         in: "path"
32337         description: "Id of service"
32338         required: true
32339         type: "string"
32340       responses:
32341         400:
32342           description: "Internal error"
32343         200:
32344           description: "generic.resource.api.servicepathinformation.Service"
32345           responseSchema:
32346             $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
32347             originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
32348           schema:
32349             $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
32350             originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
32351     post:
32352       tags:
32353       - "GENERIC-RESOURCE-API"
32354       description: "creates generic.resource.api.servicepathinformation.Service"
32355       parameters:
32356       - name: "service-instance-id"
32357         in: "path"
32358         description: "Id of service"
32359         required: true
32360         type: "string"
32361       - name: "forwarding-path-id"
32362         in: "path"
32363         description: "Id of forwarding-path"
32364         required: true
32365         type: "string"
32366       - name: "service-path-instance-id"
32367         in: "path"
32368         description: "Id of service-path"
32369         required: true
32370         type: "string"
32371       - name: "service-service-instance-id"
32372         in: "path"
32373         description: "Id of service"
32374         required: true
32375         type: "string"
32376       - in: "body"
32377         name: "generic.resource.api.servicepathinformation.Service.body-param"
32378         description: "generic.resource.api.servicepathinformation.Service to be added\
32379           \ to list"
32380         required: false
32381         schema:
32382           $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
32383           originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
32384       responses:
32385         400:
32386           description: "Internal error"
32387         201:
32388           description: "Object created"
32389         409:
32390           description: "Object already exists"
32391     put:
32392       tags:
32393       - "GENERIC-RESOURCE-API"
32394       description: "creates or updates generic.resource.api.servicepathinformation.Service"
32395       parameters:
32396       - name: "service-instance-id"
32397         in: "path"
32398         description: "Id of service"
32399         required: true
32400         type: "string"
32401       - name: "forwarding-path-id"
32402         in: "path"
32403         description: "Id of forwarding-path"
32404         required: true
32405         type: "string"
32406       - name: "service-path-instance-id"
32407         in: "path"
32408         description: "Id of service-path"
32409         required: true
32410         type: "string"
32411       - name: "service-service-instance-id"
32412         in: "path"
32413         description: "Id of service"
32414         required: true
32415         type: "string"
32416       - in: "body"
32417         name: "generic.resource.api.servicepathinformation.Service.body-param"
32418         description: "generic.resource.api.servicepathinformation.Service to be added\
32419           \ or updated"
32420         required: false
32421         schema:
32422           $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
32423           originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
32424       responses:
32425         400:
32426           description: "Internal error"
32427         201:
32428           description: "Object created"
32429         204:
32430           description: "Object modified"
32431     delete:
32432       tags:
32433       - "GENERIC-RESOURCE-API"
32434       description: "removes generic.resource.api.servicepathinformation.Service"
32435       parameters:
32436       - name: "service-instance-id"
32437         in: "path"
32438         description: "Id of service"
32439         required: true
32440         type: "string"
32441       - name: "forwarding-path-id"
32442         in: "path"
32443         description: "Id of forwarding-path"
32444         required: true
32445         type: "string"
32446       - name: "service-path-instance-id"
32447         in: "path"
32448         description: "Id of service-path"
32449         required: true
32450         type: "string"
32451       - name: "service-service-instance-id"
32452         in: "path"
32453         description: "Id of service"
32454         required: true
32455         type: "string"
32456       responses:
32457         400:
32458           description: "Internal error"
32459         204:
32460           description: "Object deleted"
32461   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/
32462   : get:
32463       tags:
32464       - "GENERIC-RESOURCE-API"
32465       description: "returns generic.resource.api.servicepathinformation.service.Vnfs"
32466       parameters:
32467       - name: "service-instance-id"
32468         in: "path"
32469         description: "Id of service"
32470         required: true
32471         type: "string"
32472       - name: "forwarding-path-id"
32473         in: "path"
32474         description: "Id of forwarding-path"
32475         required: true
32476         type: "string"
32477       - name: "service-path-instance-id"
32478         in: "path"
32479         description: "Id of service-path"
32480         required: true
32481         type: "string"
32482       - name: "service-service-instance-id"
32483         in: "path"
32484         description: "Id of service"
32485         required: true
32486         type: "string"
32487       responses:
32488         400:
32489           description: "Internal error"
32490         200:
32491           description: "generic.resource.api.servicepathinformation.service.Vnfs"
32492           responseSchema:
32493             $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32494             originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32495           schema:
32496             $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32497             originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32498     post:
32499       tags:
32500       - "GENERIC-RESOURCE-API"
32501       description: "creates generic.resource.api.servicepathinformation.service.Vnfs"
32502       parameters:
32503       - name: "service-instance-id"
32504         in: "path"
32505         description: "Id of service"
32506         required: true
32507         type: "string"
32508       - name: "forwarding-path-id"
32509         in: "path"
32510         description: "Id of forwarding-path"
32511         required: true
32512         type: "string"
32513       - name: "service-path-instance-id"
32514         in: "path"
32515         description: "Id of service-path"
32516         required: true
32517         type: "string"
32518       - name: "service-service-instance-id"
32519         in: "path"
32520         description: "Id of service"
32521         required: true
32522         type: "string"
32523       - in: "body"
32524         name: "generic.resource.api.servicepathinformation.service.Vnfs.body-param"
32525         description: "generic.resource.api.servicepathinformation.service.Vnfs to\
32526           \ be added to list"
32527         required: false
32528         schema:
32529           $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32530           originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32531       responses:
32532         400:
32533           description: "Internal error"
32534         201:
32535           description: "Object created"
32536         409:
32537           description: "Object already exists"
32538     put:
32539       tags:
32540       - "GENERIC-RESOURCE-API"
32541       description: "creates or updates generic.resource.api.servicepathinformation.service.Vnfs"
32542       parameters:
32543       - name: "service-instance-id"
32544         in: "path"
32545         description: "Id of service"
32546         required: true
32547         type: "string"
32548       - name: "forwarding-path-id"
32549         in: "path"
32550         description: "Id of forwarding-path"
32551         required: true
32552         type: "string"
32553       - name: "service-path-instance-id"
32554         in: "path"
32555         description: "Id of service-path"
32556         required: true
32557         type: "string"
32558       - name: "service-service-instance-id"
32559         in: "path"
32560         description: "Id of service"
32561         required: true
32562         type: "string"
32563       - in: "body"
32564         name: "generic.resource.api.servicepathinformation.service.Vnfs.body-param"
32565         description: "generic.resource.api.servicepathinformation.service.Vnfs to\
32566           \ be added or updated"
32567         required: false
32568         schema:
32569           $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32570           originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
32571       responses:
32572         400:
32573           description: "Internal error"
32574         201:
32575           description: "Object created"
32576         204:
32577           description: "Object modified"
32578     delete:
32579       tags:
32580       - "GENERIC-RESOURCE-API"
32581       description: "removes generic.resource.api.servicepathinformation.service.Vnfs"
32582       parameters:
32583       - name: "service-instance-id"
32584         in: "path"
32585         description: "Id of service"
32586         required: true
32587         type: "string"
32588       - name: "forwarding-path-id"
32589         in: "path"
32590         description: "Id of forwarding-path"
32591         required: true
32592         type: "string"
32593       - name: "service-path-instance-id"
32594         in: "path"
32595         description: "Id of service-path"
32596         required: true
32597         type: "string"
32598       - name: "service-service-instance-id"
32599         in: "path"
32600         description: "Id of service"
32601         required: true
32602         type: "string"
32603       responses:
32604         400:
32605           description: "Internal error"
32606         204:
32607           description: "Object deleted"
32608   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/vnf/
32609   : post:
32610       description: "creates generic.resource.api.VnfPathInformation"
32611       parameters:
32612       - name: "service-instance-id"
32613         in: "path"
32614         description: "Id of service"
32615         required: true
32616         type: "string"
32617       - name: "forwarding-path-id"
32618         in: "path"
32619         description: "Id of forwarding-path"
32620         required: true
32621         type: "string"
32622       - name: "service-path-instance-id"
32623         in: "path"
32624         description: "Id of service-path"
32625         required: true
32626         type: "string"
32627       - name: "service-service-instance-id"
32628         in: "path"
32629         description: "Id of service"
32630         required: true
32631         type: "string"
32632       - in: "body"
32633         name: "generic.resource.api.VnfPathInformation.body-param"
32634         description: "generic.resource.api.VnfPathInformation to be added to list"
32635         required: false
32636         schema:
32637           $ref: "#/definitions/generic.resource.api.VnfPathInformation"
32638           originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
32639       responses:
32640         400:
32641           description: "Internal error"
32642         201:
32643           description: "Object created"
32644         409:
32645           description: "Object already exists"
32646   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/vnf/{vnf-instance-id}/
32647   : get:
32648       tags:
32649       - "GENERIC-RESOURCE-API"
32650       description: "returns generic.resource.api.VnfPathInformation"
32651       parameters:
32652       - name: "service-instance-id"
32653         in: "path"
32654         description: "Id of service"
32655         required: true
32656         type: "string"
32657       - name: "forwarding-path-id"
32658         in: "path"
32659         description: "Id of forwarding-path"
32660         required: true
32661         type: "string"
32662       - name: "service-path-instance-id"
32663         in: "path"
32664         description: "Id of service-path"
32665         required: true
32666         type: "string"
32667       - name: "service-service-instance-id"
32668         in: "path"
32669         description: "Id of service"
32670         required: true
32671         type: "string"
32672       - name: "vnf-instance-id"
32673         in: "path"
32674         description: "Id of vnf"
32675         required: true
32676         type: "string"
32677       responses:
32678         400:
32679           description: "Internal error"
32680         200:
32681           description: "generic.resource.api.VnfPathInformation"
32682           responseSchema:
32683             $ref: "#/definitions/generic.resource.api.VnfPathInformation"
32684             originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
32685           schema:
32686             $ref: "#/definitions/generic.resource.api.VnfPathInformation"
32687             originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
32688     post:
32689       tags:
32690       - "GENERIC-RESOURCE-API"
32691       description: "creates generic.resource.api.VnfPathInformation"
32692       parameters:
32693       - name: "service-instance-id"
32694         in: "path"
32695         description: "Id of service"
32696         required: true
32697         type: "string"
32698       - name: "forwarding-path-id"
32699         in: "path"
32700         description: "Id of forwarding-path"
32701         required: true
32702         type: "string"
32703       - name: "service-path-instance-id"
32704         in: "path"
32705         description: "Id of service-path"
32706         required: true
32707         type: "string"
32708       - name: "service-service-instance-id"
32709         in: "path"
32710         description: "Id of service"
32711         required: true
32712         type: "string"
32713       - name: "vnf-instance-id"
32714         in: "path"
32715         description: "Id of vnf"
32716         required: true
32717         type: "string"
32718       - in: "body"
32719         name: "generic.resource.api.VnfPathInformation.body-param"
32720         description: "generic.resource.api.VnfPathInformation to be added to list"
32721         required: false
32722         schema:
32723           $ref: "#/definitions/generic.resource.api.VnfPathInformation"
32724           originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
32725       responses:
32726         400:
32727           description: "Internal error"
32728         201:
32729           description: "Object created"
32730         409:
32731           description: "Object already exists"
32732     put:
32733       tags:
32734       - "GENERIC-RESOURCE-API"
32735       description: "creates or updates generic.resource.api.VnfPathInformation"
32736       parameters:
32737       - name: "service-instance-id"
32738         in: "path"
32739         description: "Id of service"
32740         required: true
32741         type: "string"
32742       - name: "forwarding-path-id"
32743         in: "path"
32744         description: "Id of forwarding-path"
32745         required: true
32746         type: "string"
32747       - name: "service-path-instance-id"
32748         in: "path"
32749         description: "Id of service-path"
32750         required: true
32751         type: "string"
32752       - name: "service-service-instance-id"
32753         in: "path"
32754         description: "Id of service"
32755         required: true
32756         type: "string"
32757       - name: "vnf-instance-id"
32758         in: "path"
32759         description: "Id of vnf"
32760         required: true
32761         type: "string"
32762       - in: "body"
32763         name: "generic.resource.api.VnfPathInformation.body-param"
32764         description: "generic.resource.api.VnfPathInformation to be added or updated"
32765         required: false
32766         schema:
32767           $ref: "#/definitions/generic.resource.api.VnfPathInformation"
32768           originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
32769       responses:
32770         400:
32771           description: "Internal error"
32772         201:
32773           description: "Object created"
32774         204:
32775           description: "Object modified"
32776     delete:
32777       tags:
32778       - "GENERIC-RESOURCE-API"
32779       description: "removes generic.resource.api.VnfPathInformation"
32780       parameters:
32781       - name: "service-instance-id"
32782         in: "path"
32783         description: "Id of service"
32784         required: true
32785         type: "string"
32786       - name: "forwarding-path-id"
32787         in: "path"
32788         description: "Id of forwarding-path"
32789         required: true
32790         type: "string"
32791       - name: "service-path-instance-id"
32792         in: "path"
32793         description: "Id of service-path"
32794         required: true
32795         type: "string"
32796       - name: "service-service-instance-id"
32797         in: "path"
32798         description: "Id of service"
32799         required: true
32800         type: "string"
32801       - name: "vnf-instance-id"
32802         in: "path"
32803         description: "Id of vnf"
32804         required: true
32805         type: "string"
32806       responses:
32807         400:
32808           description: "Internal error"
32809         204:
32810           description: "Object deleted"
32811   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/vnf/{vnf-instance-id}/vf-module-instance/
32812   : get:
32813       tags:
32814       - "GENERIC-RESOURCE-API"
32815       description: "returns generic.resource.api.vnfpathinformation.VfModuleInstance"
32816       parameters:
32817       - name: "service-instance-id"
32818         in: "path"
32819         description: "Id of service"
32820         required: true
32821         type: "string"
32822       - name: "forwarding-path-id"
32823         in: "path"
32824         description: "Id of forwarding-path"
32825         required: true
32826         type: "string"
32827       - name: "service-path-instance-id"
32828         in: "path"
32829         description: "Id of service-path"
32830         required: true
32831         type: "string"
32832       - name: "service-service-instance-id"
32833         in: "path"
32834         description: "Id of service"
32835         required: true
32836         type: "string"
32837       - name: "vnf-instance-id"
32838         in: "path"
32839         description: "Id of vnf"
32840         required: true
32841         type: "string"
32842       responses:
32843         400:
32844           description: "Internal error"
32845         200:
32846           description: "generic.resource.api.vnfpathinformation.VfModuleInstance"
32847           responseSchema:
32848             $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32849             originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32850           schema:
32851             $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32852             originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32853     post:
32854       tags:
32855       - "GENERIC-RESOURCE-API"
32856       description: "creates generic.resource.api.vnfpathinformation.VfModuleInstance"
32857       parameters:
32858       - name: "service-instance-id"
32859         in: "path"
32860         description: "Id of service"
32861         required: true
32862         type: "string"
32863       - name: "forwarding-path-id"
32864         in: "path"
32865         description: "Id of forwarding-path"
32866         required: true
32867         type: "string"
32868       - name: "service-path-instance-id"
32869         in: "path"
32870         description: "Id of service-path"
32871         required: true
32872         type: "string"
32873       - name: "service-service-instance-id"
32874         in: "path"
32875         description: "Id of service"
32876         required: true
32877         type: "string"
32878       - name: "vnf-instance-id"
32879         in: "path"
32880         description: "Id of vnf"
32881         required: true
32882         type: "string"
32883       - in: "body"
32884         name: "generic.resource.api.vnfpathinformation.VfModuleInstance.body-param"
32885         description: "generic.resource.api.vnfpathinformation.VfModuleInstance to\
32886           \ be added to list"
32887         required: false
32888         schema:
32889           $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32890           originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32891       responses:
32892         400:
32893           description: "Internal error"
32894         201:
32895           description: "Object created"
32896         409:
32897           description: "Object already exists"
32898     put:
32899       tags:
32900       - "GENERIC-RESOURCE-API"
32901       description: "creates or updates generic.resource.api.vnfpathinformation.VfModuleInstance"
32902       parameters:
32903       - name: "service-instance-id"
32904         in: "path"
32905         description: "Id of service"
32906         required: true
32907         type: "string"
32908       - name: "forwarding-path-id"
32909         in: "path"
32910         description: "Id of forwarding-path"
32911         required: true
32912         type: "string"
32913       - name: "service-path-instance-id"
32914         in: "path"
32915         description: "Id of service-path"
32916         required: true
32917         type: "string"
32918       - name: "service-service-instance-id"
32919         in: "path"
32920         description: "Id of service"
32921         required: true
32922         type: "string"
32923       - name: "vnf-instance-id"
32924         in: "path"
32925         description: "Id of vnf"
32926         required: true
32927         type: "string"
32928       - in: "body"
32929         name: "generic.resource.api.vnfpathinformation.VfModuleInstance.body-param"
32930         description: "generic.resource.api.vnfpathinformation.VfModuleInstance to\
32931           \ be added or updated"
32932         required: false
32933         schema:
32934           $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32935           originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
32936       responses:
32937         400:
32938           description: "Internal error"
32939         201:
32940           description: "Object created"
32941         204:
32942           description: "Object modified"
32943     delete:
32944       tags:
32945       - "GENERIC-RESOURCE-API"
32946       description: "removes generic.resource.api.vnfpathinformation.VfModuleInstance"
32947       parameters:
32948       - name: "service-instance-id"
32949         in: "path"
32950         description: "Id of service"
32951         required: true
32952         type: "string"
32953       - name: "forwarding-path-id"
32954         in: "path"
32955         description: "Id of forwarding-path"
32956         required: true
32957         type: "string"
32958       - name: "service-path-instance-id"
32959         in: "path"
32960         description: "Id of service-path"
32961         required: true
32962         type: "string"
32963       - name: "service-service-instance-id"
32964         in: "path"
32965         description: "Id of service"
32966         required: true
32967         type: "string"
32968       - name: "vnf-instance-id"
32969         in: "path"
32970         description: "Id of vnf"
32971         required: true
32972         type: "string"
32973       responses:
32974         400:
32975           description: "Internal error"
32976         204:
32977           description: "Object deleted"
32978   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/
32979   : get:
32980       tags:
32981       - "GENERIC-RESOURCE-API"
32982       description: "returns generic.resource.api.NetworkInstanceGroup"
32983       parameters:
32984       - name: "service-instance-id"
32985         in: "path"
32986         description: "Id of service"
32987         required: true
32988         type: "string"
32989       responses:
32990         400:
32991           description: "Internal error"
32992         200:
32993           description: "generic.resource.api.NetworkInstanceGroup"
32994           responseSchema:
32995             $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
32996             originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
32997           schema:
32998             $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
32999             originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
33000     post:
33001       tags:
33002       - "GENERIC-RESOURCE-API"
33003       description: "creates generic.resource.api.NetworkInstanceGroup"
33004       parameters:
33005       - name: "service-instance-id"
33006         in: "path"
33007         description: "Id of service"
33008         required: true
33009         type: "string"
33010       - in: "body"
33011         name: "generic.resource.api.NetworkInstanceGroup.body-param"
33012         description: "generic.resource.api.NetworkInstanceGroup to be added to list"
33013         required: false
33014         schema:
33015           $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
33016           originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
33017       responses:
33018         400:
33019           description: "Internal error"
33020         201:
33021           description: "Object created"
33022         409:
33023           description: "Object already exists"
33024     put:
33025       tags:
33026       - "GENERIC-RESOURCE-API"
33027       description: "creates or updates generic.resource.api.NetworkInstanceGroup"
33028       parameters:
33029       - name: "service-instance-id"
33030         in: "path"
33031         description: "Id of service"
33032         required: true
33033         type: "string"
33034       - in: "body"
33035         name: "generic.resource.api.NetworkInstanceGroup.body-param"
33036         description: "generic.resource.api.NetworkInstanceGroup to be added or updated"
33037         required: false
33038         schema:
33039           $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
33040           originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
33041       responses:
33042         400:
33043           description: "Internal error"
33044         201:
33045           description: "Object created"
33046         204:
33047           description: "Object modified"
33048     delete:
33049       tags:
33050       - "GENERIC-RESOURCE-API"
33051       description: "removes generic.resource.api.NetworkInstanceGroup"
33052       parameters:
33053       - name: "service-instance-id"
33054         in: "path"
33055         description: "Id of service"
33056         required: true
33057         type: "string"
33058       responses:
33059         400:
33060           description: "Internal error"
33061         204:
33062           description: "Object deleted"
33063   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/
33064   : post:
33065       description: "creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33066       parameters:
33067       - name: "service-instance-id"
33068         in: "path"
33069         description: "Id of service"
33070         required: true
33071         type: "string"
33072       - in: "body"
33073         name: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param"
33074         description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup\
33075           \ to be added to list"
33076         required: false
33077         schema:
33078           $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33079           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33080       responses:
33081         400:
33082           description: "Internal error"
33083         201:
33084           description: "Object created"
33085         409:
33086           description: "Object already exists"
33087   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/
33088   : get:
33089       tags:
33090       - "GENERIC-RESOURCE-API"
33091       description: "returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33092       parameters:
33093       - name: "service-instance-id"
33094         in: "path"
33095         description: "Id of service"
33096         required: true
33097         type: "string"
33098       - name: "network-instance-group-id"
33099         in: "path"
33100         description: "Id of network-instance-group"
33101         required: true
33102         type: "string"
33103       responses:
33104         400:
33105           description: "Internal error"
33106         200:
33107           description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33108           responseSchema:
33109             $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33110             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33111           schema:
33112             $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33113             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33114     post:
33115       tags:
33116       - "GENERIC-RESOURCE-API"
33117       description: "creates generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33118       parameters:
33119       - name: "service-instance-id"
33120         in: "path"
33121         description: "Id of service"
33122         required: true
33123         type: "string"
33124       - name: "network-instance-group-id"
33125         in: "path"
33126         description: "Id of network-instance-group"
33127         required: true
33128         type: "string"
33129       - in: "body"
33130         name: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param"
33131         description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup\
33132           \ to be added to list"
33133         required: false
33134         schema:
33135           $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33136           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33137       responses:
33138         400:
33139           description: "Internal error"
33140         201:
33141           description: "Object created"
33142         409:
33143           description: "Object already exists"
33144     put:
33145       tags:
33146       - "GENERIC-RESOURCE-API"
33147       description: "creates or updates generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33148       parameters:
33149       - name: "service-instance-id"
33150         in: "path"
33151         description: "Id of service"
33152         required: true
33153         type: "string"
33154       - name: "network-instance-group-id"
33155         in: "path"
33156         description: "Id of network-instance-group"
33157         required: true
33158         type: "string"
33159       - in: "body"
33160         name: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup.body-param"
33161         description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup\
33162           \ to be added or updated"
33163         required: false
33164         schema:
33165           $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33166           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33167       responses:
33168         400:
33169           description: "Internal error"
33170         201:
33171           description: "Object created"
33172         204:
33173           description: "Object modified"
33174     delete:
33175       tags:
33176       - "GENERIC-RESOURCE-API"
33177       description: "removes generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
33178       parameters:
33179       - name: "service-instance-id"
33180         in: "path"
33181         description: "Id of service"
33182         required: true
33183         type: "string"
33184       - name: "network-instance-group-id"
33185         in: "path"
33186         description: "Id of network-instance-group"
33187         required: true
33188         type: "string"
33189       responses:
33190         400:
33191           description: "Internal error"
33192         204:
33193           description: "Object deleted"
33194   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-route-policy/
33195   : get:
33196       tags:
33197       - "GENERIC-RESOURCE-API"
33198       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33199       parameters:
33200       - name: "service-instance-id"
33201         in: "path"
33202         description: "Id of service"
33203         required: true
33204         type: "string"
33205       - name: "network-instance-group-id"
33206         in: "path"
33207         description: "Id of network-instance-group"
33208         required: true
33209         type: "string"
33210       responses:
33211         400:
33212           description: "Internal error"
33213         200:
33214           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33215           responseSchema:
33216             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33217             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33218           schema:
33219             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33220             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33221     post:
33222       tags:
33223       - "GENERIC-RESOURCE-API"
33224       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33225       parameters:
33226       - name: "service-instance-id"
33227         in: "path"
33228         description: "Id of service"
33229         required: true
33230         type: "string"
33231       - name: "network-instance-group-id"
33232         in: "path"
33233         description: "Id of network-instance-group"
33234         required: true
33235         type: "string"
33236       - in: "body"
33237         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param"
33238         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy\
33239           \ to be added to list"
33240         required: false
33241         schema:
33242           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33243           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33244       responses:
33245         400:
33246           description: "Internal error"
33247         201:
33248           description: "Object created"
33249         409:
33250           description: "Object already exists"
33251     put:
33252       tags:
33253       - "GENERIC-RESOURCE-API"
33254       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33255       parameters:
33256       - name: "service-instance-id"
33257         in: "path"
33258         description: "Id of service"
33259         required: true
33260         type: "string"
33261       - name: "network-instance-group-id"
33262         in: "path"
33263         description: "Id of network-instance-group"
33264         required: true
33265         type: "string"
33266       - in: "body"
33267         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy.body-param"
33268         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy\
33269           \ to be added or updated"
33270         required: false
33271         schema:
33272           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33273           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33274       responses:
33275         400:
33276           description: "Internal error"
33277         201:
33278           description: "Object created"
33279         204:
33280           description: "Object modified"
33281     delete:
33282       tags:
33283       - "GENERIC-RESOURCE-API"
33284       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
33285       parameters:
33286       - name: "service-instance-id"
33287         in: "path"
33288         description: "Id of service"
33289         required: true
33290         type: "string"
33291       - name: "network-instance-group-id"
33292         in: "path"
33293         description: "Id of network-instance-group"
33294         required: true
33295         type: "string"
33296       responses:
33297         400:
33298           description: "Internal error"
33299         204:
33300           description: "Object deleted"
33301   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-routes/
33302   : post:
33303       description: "creates generic.resource.api.aggregateroutes.AggregateRoutes"
33304       parameters:
33305       - name: "service-instance-id"
33306         in: "path"
33307         description: "Id of service"
33308         required: true
33309         type: "string"
33310       - name: "network-instance-group-id"
33311         in: "path"
33312         description: "Id of network-instance-group"
33313         required: true
33314         type: "string"
33315       - in: "body"
33316         name: "generic.resource.api.aggregateroutes.AggregateRoutes.body-param"
33317         description: "generic.resource.api.aggregateroutes.AggregateRoutes to be added\
33318           \ to list"
33319         required: false
33320         schema:
33321           $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33322           originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33323       responses:
33324         400:
33325           description: "Internal error"
33326         201:
33327           description: "Object created"
33328         409:
33329           description: "Object already exists"
33330   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-routes/{route-id}/
33331   : get:
33332       tags:
33333       - "GENERIC-RESOURCE-API"
33334       description: "returns generic.resource.api.aggregateroutes.AggregateRoutes"
33335       parameters:
33336       - name: "service-instance-id"
33337         in: "path"
33338         description: "Id of service"
33339         required: true
33340         type: "string"
33341       - name: "network-instance-group-id"
33342         in: "path"
33343         description: "Id of network-instance-group"
33344         required: true
33345         type: "string"
33346       - name: "route-id"
33347         in: "path"
33348         description: "Id of aggregate-routes"
33349         required: true
33350         type: "string"
33351       responses:
33352         400:
33353           description: "Internal error"
33354         200:
33355           description: "generic.resource.api.aggregateroutes.AggregateRoutes"
33356           responseSchema:
33357             $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33358             originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33359           schema:
33360             $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33361             originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33362     post:
33363       tags:
33364       - "GENERIC-RESOURCE-API"
33365       description: "creates generic.resource.api.aggregateroutes.AggregateRoutes"
33366       parameters:
33367       - name: "service-instance-id"
33368         in: "path"
33369         description: "Id of service"
33370         required: true
33371         type: "string"
33372       - name: "network-instance-group-id"
33373         in: "path"
33374         description: "Id of network-instance-group"
33375         required: true
33376         type: "string"
33377       - name: "route-id"
33378         in: "path"
33379         description: "Id of aggregate-routes"
33380         required: true
33381         type: "string"
33382       - in: "body"
33383         name: "generic.resource.api.aggregateroutes.AggregateRoutes.body-param"
33384         description: "generic.resource.api.aggregateroutes.AggregateRoutes to be added\
33385           \ to list"
33386         required: false
33387         schema:
33388           $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33389           originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33390       responses:
33391         400:
33392           description: "Internal error"
33393         201:
33394           description: "Object created"
33395         409:
33396           description: "Object already exists"
33397     put:
33398       tags:
33399       - "GENERIC-RESOURCE-API"
33400       description: "creates or updates generic.resource.api.aggregateroutes.AggregateRoutes"
33401       parameters:
33402       - name: "service-instance-id"
33403         in: "path"
33404         description: "Id of service"
33405         required: true
33406         type: "string"
33407       - name: "network-instance-group-id"
33408         in: "path"
33409         description: "Id of network-instance-group"
33410         required: true
33411         type: "string"
33412       - name: "route-id"
33413         in: "path"
33414         description: "Id of aggregate-routes"
33415         required: true
33416         type: "string"
33417       - in: "body"
33418         name: "generic.resource.api.aggregateroutes.AggregateRoutes.body-param"
33419         description: "generic.resource.api.aggregateroutes.AggregateRoutes to be added\
33420           \ or updated"
33421         required: false
33422         schema:
33423           $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33424           originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
33425       responses:
33426         400:
33427           description: "Internal error"
33428         201:
33429           description: "Object created"
33430         204:
33431           description: "Object modified"
33432     delete:
33433       tags:
33434       - "GENERIC-RESOURCE-API"
33435       description: "removes generic.resource.api.aggregateroutes.AggregateRoutes"
33436       parameters:
33437       - name: "service-instance-id"
33438         in: "path"
33439         description: "Id of service"
33440         required: true
33441         type: "string"
33442       - name: "network-instance-group-id"
33443         in: "path"
33444         description: "Id of network-instance-group"
33445         required: true
33446         type: "string"
33447       - name: "route-id"
33448         in: "path"
33449         description: "Id of aggregate-routes"
33450         required: true
33451         type: "string"
33452       responses:
33453         400:
33454           description: "Internal error"
33455         204:
33456           description: "Object deleted"
33457   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/
33458   : get:
33459       tags:
33460       - "GENERIC-RESOURCE-API"
33461       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33462       parameters:
33463       - name: "service-instance-id"
33464         in: "path"
33465         description: "Id of service"
33466         required: true
33467         type: "string"
33468       - name: "network-instance-group-id"
33469         in: "path"
33470         description: "Id of network-instance-group"
33471         required: true
33472         type: "string"
33473       responses:
33474         400:
33475           description: "Internal error"
33476         200:
33477           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33478           responseSchema:
33479             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33480             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33481           schema:
33482             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33483             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33484     post:
33485       tags:
33486       - "GENERIC-RESOURCE-API"
33487       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33488       parameters:
33489       - name: "service-instance-id"
33490         in: "path"
33491         description: "Id of service"
33492         required: true
33493         type: "string"
33494       - name: "network-instance-group-id"
33495         in: "path"
33496         description: "Id of network-instance-group"
33497         required: true
33498         type: "string"
33499       - in: "body"
33500         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param"
33501         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks\
33502           \ to be added to list"
33503         required: false
33504         schema:
33505           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33506           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33507       responses:
33508         400:
33509           description: "Internal error"
33510         201:
33511           description: "Object created"
33512         409:
33513           description: "Object already exists"
33514     put:
33515       tags:
33516       - "GENERIC-RESOURCE-API"
33517       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33518       parameters:
33519       - name: "service-instance-id"
33520         in: "path"
33521         description: "Id of service"
33522         required: true
33523         type: "string"
33524       - name: "network-instance-group-id"
33525         in: "path"
33526         description: "Id of network-instance-group"
33527         required: true
33528         type: "string"
33529       - in: "body"
33530         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks.body-param"
33531         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks\
33532           \ to be added or updated"
33533         required: false
33534         schema:
33535           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33536           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33537       responses:
33538         400:
33539           description: "Internal error"
33540         201:
33541           description: "Object created"
33542         204:
33543           description: "Object modified"
33544     delete:
33545       tags:
33546       - "GENERIC-RESOURCE-API"
33547       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
33548       parameters:
33549       - name: "service-instance-id"
33550         in: "path"
33551         description: "Id of service"
33552         required: true
33553         type: "string"
33554       - name: "network-instance-group-id"
33555         in: "path"
33556         description: "Id of network-instance-group"
33557         required: true
33558         type: "string"
33559       responses:
33560         400:
33561           description: "Internal error"
33562         204:
33563           description: "Object deleted"
33564   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/
33565   : post:
33566       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33567       parameters:
33568       - name: "service-instance-id"
33569         in: "path"
33570         description: "Id of service"
33571         required: true
33572         type: "string"
33573       - name: "network-instance-group-id"
33574         in: "path"
33575         description: "Id of network-instance-group"
33576         required: true
33577         type: "string"
33578       - in: "body"
33579         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param"
33580         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network\
33581           \ to be added to list"
33582         required: false
33583         schema:
33584           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33585           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33586       responses:
33587         400:
33588           description: "Internal error"
33589         201:
33590           description: "Object created"
33591         409:
33592           description: "Object already exists"
33593   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/
33594   : get:
33595       tags:
33596       - "GENERIC-RESOURCE-API"
33597       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33598       parameters:
33599       - name: "service-instance-id"
33600         in: "path"
33601         description: "Id of service"
33602         required: true
33603         type: "string"
33604       - name: "network-instance-group-id"
33605         in: "path"
33606         description: "Id of network-instance-group"
33607         required: true
33608         type: "string"
33609       - name: "network-id"
33610         in: "path"
33611         description: "Id of network"
33612         required: true
33613         type: "string"
33614       responses:
33615         400:
33616           description: "Internal error"
33617         200:
33618           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33619           responseSchema:
33620             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33621             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33622           schema:
33623             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33624             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33625     post:
33626       tags:
33627       - "GENERIC-RESOURCE-API"
33628       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33629       parameters:
33630       - name: "service-instance-id"
33631         in: "path"
33632         description: "Id of service"
33633         required: true
33634         type: "string"
33635       - name: "network-instance-group-id"
33636         in: "path"
33637         description: "Id of network-instance-group"
33638         required: true
33639         type: "string"
33640       - name: "network-id"
33641         in: "path"
33642         description: "Id of network"
33643         required: true
33644         type: "string"
33645       - in: "body"
33646         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param"
33647         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network\
33648           \ to be added to list"
33649         required: false
33650         schema:
33651           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33652           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33653       responses:
33654         400:
33655           description: "Internal error"
33656         201:
33657           description: "Object created"
33658         409:
33659           description: "Object already exists"
33660     put:
33661       tags:
33662       - "GENERIC-RESOURCE-API"
33663       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33664       parameters:
33665       - name: "service-instance-id"
33666         in: "path"
33667         description: "Id of service"
33668         required: true
33669         type: "string"
33670       - name: "network-instance-group-id"
33671         in: "path"
33672         description: "Id of network-instance-group"
33673         required: true
33674         type: "string"
33675       - name: "network-id"
33676         in: "path"
33677         description: "Id of network"
33678         required: true
33679         type: "string"
33680       - in: "body"
33681         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network.body-param"
33682         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network\
33683           \ to be added or updated"
33684         required: false
33685         schema:
33686           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33687           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33688       responses:
33689         400:
33690           description: "Internal error"
33691         201:
33692           description: "Object created"
33693         204:
33694           description: "Object modified"
33695     delete:
33696       tags:
33697       - "GENERIC-RESOURCE-API"
33698       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
33699       parameters:
33700       - name: "service-instance-id"
33701         in: "path"
33702         description: "Id of service"
33703         required: true
33704         type: "string"
33705       - name: "network-instance-group-id"
33706         in: "path"
33707         description: "Id of network-instance-group"
33708         required: true
33709         type: "string"
33710       - name: "network-id"
33711         in: "path"
33712         description: "Id of network"
33713         required: true
33714         type: "string"
33715       responses:
33716         400:
33717           description: "Internal error"
33718         204:
33719           description: "Object deleted"
33720   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/customer-bonding-requests/
33721   : get:
33722       tags:
33723       - "GENERIC-RESOURCE-API"
33724       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33725       parameters:
33726       - name: "service-instance-id"
33727         in: "path"
33728         description: "Id of service"
33729         required: true
33730         type: "string"
33731       - name: "network-instance-group-id"
33732         in: "path"
33733         description: "Id of network-instance-group"
33734         required: true
33735         type: "string"
33736       - name: "network-id"
33737         in: "path"
33738         description: "Id of network"
33739         required: true
33740         type: "string"
33741       responses:
33742         400:
33743           description: "Internal error"
33744         200:
33745           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33746           responseSchema:
33747             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33748             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33749           schema:
33750             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33751             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33752     post:
33753       tags:
33754       - "GENERIC-RESOURCE-API"
33755       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33756       parameters:
33757       - name: "service-instance-id"
33758         in: "path"
33759         description: "Id of service"
33760         required: true
33761         type: "string"
33762       - name: "network-instance-group-id"
33763         in: "path"
33764         description: "Id of network-instance-group"
33765         required: true
33766         type: "string"
33767       - name: "network-id"
33768         in: "path"
33769         description: "Id of network"
33770         required: true
33771         type: "string"
33772       - in: "body"
33773         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param"
33774         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests\
33775           \ to be added to list"
33776         required: false
33777         schema:
33778           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33779           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33780       responses:
33781         400:
33782           description: "Internal error"
33783         201:
33784           description: "Object created"
33785         409:
33786           description: "Object already exists"
33787     put:
33788       tags:
33789       - "GENERIC-RESOURCE-API"
33790       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33791       parameters:
33792       - name: "service-instance-id"
33793         in: "path"
33794         description: "Id of service"
33795         required: true
33796         type: "string"
33797       - name: "network-instance-group-id"
33798         in: "path"
33799         description: "Id of network-instance-group"
33800         required: true
33801         type: "string"
33802       - name: "network-id"
33803         in: "path"
33804         description: "Id of network"
33805         required: true
33806         type: "string"
33807       - in: "body"
33808         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests.body-param"
33809         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests\
33810           \ to be added or updated"
33811         required: false
33812         schema:
33813           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33814           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33815       responses:
33816         400:
33817           description: "Internal error"
33818         201:
33819           description: "Object created"
33820         204:
33821           description: "Object modified"
33822     delete:
33823       tags:
33824       - "GENERIC-RESOURCE-API"
33825       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
33826       parameters:
33827       - name: "service-instance-id"
33828         in: "path"
33829         description: "Id of service"
33830         required: true
33831         type: "string"
33832       - name: "network-instance-group-id"
33833         in: "path"
33834         description: "Id of network-instance-group"
33835         required: true
33836         type: "string"
33837       - name: "network-id"
33838         in: "path"
33839         description: "Id of network"
33840         required: true
33841         type: "string"
33842       responses:
33843         400:
33844           description: "Internal error"
33845         204:
33846           description: "Object deleted"
33847   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/customer-bonding-requests/customer-bonding-request/
33848   : post:
33849       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33850       parameters:
33851       - name: "service-instance-id"
33852         in: "path"
33853         description: "Id of service"
33854         required: true
33855         type: "string"
33856       - name: "network-instance-group-id"
33857         in: "path"
33858         description: "Id of network-instance-group"
33859         required: true
33860         type: "string"
33861       - name: "network-id"
33862         in: "path"
33863         description: "Id of network"
33864         required: true
33865         type: "string"
33866       - in: "body"
33867         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param"
33868         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest\
33869           \ to be added to list"
33870         required: false
33871         schema:
33872           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33873           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33874       responses:
33875         400:
33876           description: "Internal error"
33877         201:
33878           description: "Object created"
33879         409:
33880           description: "Object already exists"
33881   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/customer-bonding-requests/customer-bonding-request/{configuration-id}/
33882   : get:
33883       tags:
33884       - "GENERIC-RESOURCE-API"
33885       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33886       parameters:
33887       - name: "service-instance-id"
33888         in: "path"
33889         description: "Id of service"
33890         required: true
33891         type: "string"
33892       - name: "network-instance-group-id"
33893         in: "path"
33894         description: "Id of network-instance-group"
33895         required: true
33896         type: "string"
33897       - name: "network-id"
33898         in: "path"
33899         description: "Id of network"
33900         required: true
33901         type: "string"
33902       - name: "configuration-id"
33903         in: "path"
33904         description: "Id of customer-bonding-request"
33905         required: true
33906         type: "string"
33907       responses:
33908         400:
33909           description: "Internal error"
33910         200:
33911           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33912           responseSchema:
33913             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33914             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33915           schema:
33916             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33917             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33918     post:
33919       tags:
33920       - "GENERIC-RESOURCE-API"
33921       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33922       parameters:
33923       - name: "service-instance-id"
33924         in: "path"
33925         description: "Id of service"
33926         required: true
33927         type: "string"
33928       - name: "network-instance-group-id"
33929         in: "path"
33930         description: "Id of network-instance-group"
33931         required: true
33932         type: "string"
33933       - name: "network-id"
33934         in: "path"
33935         description: "Id of network"
33936         required: true
33937         type: "string"
33938       - name: "configuration-id"
33939         in: "path"
33940         description: "Id of customer-bonding-request"
33941         required: true
33942         type: "string"
33943       - in: "body"
33944         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param"
33945         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest\
33946           \ to be added to list"
33947         required: false
33948         schema:
33949           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33950           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33951       responses:
33952         400:
33953           description: "Internal error"
33954         201:
33955           description: "Object created"
33956         409:
33957           description: "Object already exists"
33958     put:
33959       tags:
33960       - "GENERIC-RESOURCE-API"
33961       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33962       parameters:
33963       - name: "service-instance-id"
33964         in: "path"
33965         description: "Id of service"
33966         required: true
33967         type: "string"
33968       - name: "network-instance-group-id"
33969         in: "path"
33970         description: "Id of network-instance-group"
33971         required: true
33972         type: "string"
33973       - name: "network-id"
33974         in: "path"
33975         description: "Id of network"
33976         required: true
33977         type: "string"
33978       - name: "configuration-id"
33979         in: "path"
33980         description: "Id of customer-bonding-request"
33981         required: true
33982         type: "string"
33983       - in: "body"
33984         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest.body-param"
33985         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest\
33986           \ to be added or updated"
33987         required: false
33988         schema:
33989           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33990           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
33991       responses:
33992         400:
33993           description: "Internal error"
33994         201:
33995           description: "Object created"
33996         204:
33997           description: "Object modified"
33998     delete:
33999       tags:
34000       - "GENERIC-RESOURCE-API"
34001       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
34002       parameters:
34003       - name: "service-instance-id"
34004         in: "path"
34005         description: "Id of service"
34006         required: true
34007         type: "string"
34008       - name: "network-instance-group-id"
34009         in: "path"
34010         description: "Id of network-instance-group"
34011         required: true
34012         type: "string"
34013       - name: "network-id"
34014         in: "path"
34015         description: "Id of network"
34016         required: true
34017         type: "string"
34018       - name: "configuration-id"
34019         in: "path"
34020         description: "Id of customer-bonding-request"
34021         required: true
34022         type: "string"
34023       responses:
34024         400:
34025           description: "Internal error"
34026         204:
34027           description: "Object deleted"
34028   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/vpn-bindings/
34029   : post:
34030       description: "creates generic.resource.api.vpnbindings.VpnBindings"
34031       parameters:
34032       - name: "service-instance-id"
34033         in: "path"
34034         description: "Id of service"
34035         required: true
34036         type: "string"
34037       - name: "network-instance-group-id"
34038         in: "path"
34039         description: "Id of network-instance-group"
34040         required: true
34041         type: "string"
34042       - name: "network-id"
34043         in: "path"
34044         description: "Id of network"
34045         required: true
34046         type: "string"
34047       - in: "body"
34048         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
34049         description: "generic.resource.api.vpnbindings.VpnBindings to be added to\
34050           \ list"
34051         required: false
34052         schema:
34053           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34054           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34055       responses:
34056         400:
34057           description: "Internal error"
34058         201:
34059           description: "Object created"
34060         409:
34061           description: "Object already exists"
34062   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/vpn-bindings/{vpn-binding-id}/
34063   : get:
34064       tags:
34065       - "GENERIC-RESOURCE-API"
34066       description: "returns generic.resource.api.vpnbindings.VpnBindings"
34067       parameters:
34068       - name: "service-instance-id"
34069         in: "path"
34070         description: "Id of service"
34071         required: true
34072         type: "string"
34073       - name: "network-instance-group-id"
34074         in: "path"
34075         description: "Id of network-instance-group"
34076         required: true
34077         type: "string"
34078       - name: "network-id"
34079         in: "path"
34080         description: "Id of network"
34081         required: true
34082         type: "string"
34083       - name: "vpn-binding-id"
34084         in: "path"
34085         description: "Id of vpn-bindings"
34086         required: true
34087         type: "string"
34088       responses:
34089         400:
34090           description: "Internal error"
34091         200:
34092           description: "generic.resource.api.vpnbindings.VpnBindings"
34093           responseSchema:
34094             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34095             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34096           schema:
34097             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34098             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34099     post:
34100       tags:
34101       - "GENERIC-RESOURCE-API"
34102       description: "creates generic.resource.api.vpnbindings.VpnBindings"
34103       parameters:
34104       - name: "service-instance-id"
34105         in: "path"
34106         description: "Id of service"
34107         required: true
34108         type: "string"
34109       - name: "network-instance-group-id"
34110         in: "path"
34111         description: "Id of network-instance-group"
34112         required: true
34113         type: "string"
34114       - name: "network-id"
34115         in: "path"
34116         description: "Id of network"
34117         required: true
34118         type: "string"
34119       - name: "vpn-binding-id"
34120         in: "path"
34121         description: "Id of vpn-bindings"
34122         required: true
34123         type: "string"
34124       - in: "body"
34125         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
34126         description: "generic.resource.api.vpnbindings.VpnBindings to be added to\
34127           \ list"
34128         required: false
34129         schema:
34130           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34131           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34132       responses:
34133         400:
34134           description: "Internal error"
34135         201:
34136           description: "Object created"
34137         409:
34138           description: "Object already exists"
34139     put:
34140       tags:
34141       - "GENERIC-RESOURCE-API"
34142       description: "creates or updates generic.resource.api.vpnbindings.VpnBindings"
34143       parameters:
34144       - name: "service-instance-id"
34145         in: "path"
34146         description: "Id of service"
34147         required: true
34148         type: "string"
34149       - name: "network-instance-group-id"
34150         in: "path"
34151         description: "Id of network-instance-group"
34152         required: true
34153         type: "string"
34154       - name: "network-id"
34155         in: "path"
34156         description: "Id of network"
34157         required: true
34158         type: "string"
34159       - name: "vpn-binding-id"
34160         in: "path"
34161         description: "Id of vpn-bindings"
34162         required: true
34163         type: "string"
34164       - in: "body"
34165         name: "generic.resource.api.vpnbindings.VpnBindings.body-param"
34166         description: "generic.resource.api.vpnbindings.VpnBindings to be added or\
34167           \ updated"
34168         required: false
34169         schema:
34170           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34171           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
34172       responses:
34173         400:
34174           description: "Internal error"
34175         201:
34176           description: "Object created"
34177         204:
34178           description: "Object modified"
34179     delete:
34180       tags:
34181       - "GENERIC-RESOURCE-API"
34182       description: "removes generic.resource.api.vpnbindings.VpnBindings"
34183       parameters:
34184       - name: "service-instance-id"
34185         in: "path"
34186         description: "Id of service"
34187         required: true
34188         type: "string"
34189       - name: "network-instance-group-id"
34190         in: "path"
34191         description: "Id of network-instance-group"
34192         required: true
34193         type: "string"
34194       - name: "network-id"
34195         in: "path"
34196         description: "Id of network"
34197         required: true
34198         type: "string"
34199       - name: "vpn-binding-id"
34200         in: "path"
34201         description: "Id of vpn-bindings"
34202         required: true
34203         type: "string"
34204       responses:
34205         400:
34206           description: "Internal error"
34207         204:
34208           description: "Object deleted"
34209   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/onap-model-information/
34210   : get:
34211       tags:
34212       - "GENERIC-RESOURCE-API"
34213       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
34214       parameters:
34215       - name: "service-instance-id"
34216         in: "path"
34217         description: "Id of service"
34218         required: true
34219         type: "string"
34220       - name: "network-instance-group-id"
34221         in: "path"
34222         description: "Id of network-instance-group"
34223         required: true
34224         type: "string"
34225       responses:
34226         400:
34227           description: "Internal error"
34228         200:
34229           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
34230           responseSchema:
34231             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34232             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34233           schema:
34234             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34235             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34236     post:
34237       tags:
34238       - "GENERIC-RESOURCE-API"
34239       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
34240       parameters:
34241       - name: "service-instance-id"
34242         in: "path"
34243         description: "Id of service"
34244         required: true
34245         type: "string"
34246       - name: "network-instance-group-id"
34247         in: "path"
34248         description: "Id of network-instance-group"
34249         required: true
34250         type: "string"
34251       - in: "body"
34252         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
34253         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
34254           \ to be added to list"
34255         required: false
34256         schema:
34257           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34258           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34259       responses:
34260         400:
34261           description: "Internal error"
34262         201:
34263           description: "Object created"
34264         409:
34265           description: "Object already exists"
34266     put:
34267       tags:
34268       - "GENERIC-RESOURCE-API"
34269       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
34270       parameters:
34271       - name: "service-instance-id"
34272         in: "path"
34273         description: "Id of service"
34274         required: true
34275         type: "string"
34276       - name: "network-instance-group-id"
34277         in: "path"
34278         description: "Id of network-instance-group"
34279         required: true
34280         type: "string"
34281       - in: "body"
34282         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
34283         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
34284           \ to be added or updated"
34285         required: false
34286         schema:
34287           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34288           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
34289       responses:
34290         400:
34291           description: "Internal error"
34292         201:
34293           description: "Object created"
34294         204:
34295           description: "Object modified"
34296     delete:
34297       tags:
34298       - "GENERIC-RESOURCE-API"
34299       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
34300       parameters:
34301       - name: "service-instance-id"
34302         in: "path"
34303         description: "Id of service"
34304         required: true
34305         type: "string"
34306       - name: "network-instance-group-id"
34307         in: "path"
34308         description: "Id of network-instance-group"
34309         required: true
34310         type: "string"
34311       responses:
34312         400:
34313           description: "Internal error"
34314         204:
34315           description: "Object deleted"
34316   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnet-assignment-policy/
34317   : get:
34318       tags:
34319       - "GENERIC-RESOURCE-API"
34320       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34321       parameters:
34322       - name: "service-instance-id"
34323         in: "path"
34324         description: "Id of service"
34325         required: true
34326         type: "string"
34327       - name: "network-instance-group-id"
34328         in: "path"
34329         description: "Id of network-instance-group"
34330         required: true
34331         type: "string"
34332       responses:
34333         400:
34334           description: "Internal error"
34335         200:
34336           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34337           responseSchema:
34338             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34339             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34340           schema:
34341             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34342             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34343     post:
34344       tags:
34345       - "GENERIC-RESOURCE-API"
34346       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34347       parameters:
34348       - name: "service-instance-id"
34349         in: "path"
34350         description: "Id of service"
34351         required: true
34352         type: "string"
34353       - name: "network-instance-group-id"
34354         in: "path"
34355         description: "Id of network-instance-group"
34356         required: true
34357         type: "string"
34358       - in: "body"
34359         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param"
34360         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy\
34361           \ to be added to list"
34362         required: false
34363         schema:
34364           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34365           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34366       responses:
34367         400:
34368           description: "Internal error"
34369         201:
34370           description: "Object created"
34371         409:
34372           description: "Object already exists"
34373     put:
34374       tags:
34375       - "GENERIC-RESOURCE-API"
34376       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34377       parameters:
34378       - name: "service-instance-id"
34379         in: "path"
34380         description: "Id of service"
34381         required: true
34382         type: "string"
34383       - name: "network-instance-group-id"
34384         in: "path"
34385         description: "Id of network-instance-group"
34386         required: true
34387         type: "string"
34388       - in: "body"
34389         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy.body-param"
34390         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy\
34391           \ to be added or updated"
34392         required: false
34393         schema:
34394           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34395           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34396       responses:
34397         400:
34398           description: "Internal error"
34399         201:
34400           description: "Object created"
34401         204:
34402           description: "Object modified"
34403     delete:
34404       tags:
34405       - "GENERIC-RESOURCE-API"
34406       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
34407       parameters:
34408       - name: "service-instance-id"
34409         in: "path"
34410         description: "Id of service"
34411         required: true
34412         type: "string"
34413       - name: "network-instance-group-id"
34414         in: "path"
34415         description: "Id of network-instance-group"
34416         required: true
34417         type: "string"
34418       responses:
34419         400:
34420           description: "Internal error"
34421         204:
34422           description: "Object deleted"
34423   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/
34424   : post:
34425       description: "creates generic.resource.api.subnets.Subnets"
34426       parameters:
34427       - name: "service-instance-id"
34428         in: "path"
34429         description: "Id of service"
34430         required: true
34431         type: "string"
34432       - name: "network-instance-group-id"
34433         in: "path"
34434         description: "Id of network-instance-group"
34435         required: true
34436         type: "string"
34437       - in: "body"
34438         name: "generic.resource.api.subnets.Subnets.body-param"
34439         description: "generic.resource.api.subnets.Subnets to be added to list"
34440         required: false
34441         schema:
34442           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
34443           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
34444       responses:
34445         400:
34446           description: "Internal error"
34447         201:
34448           description: "Object created"
34449         409:
34450           description: "Object already exists"
34451   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/{start-address}/
34452   : get:
34453       tags:
34454       - "GENERIC-RESOURCE-API"
34455       description: "returns generic.resource.api.subnets.Subnets"
34456       parameters:
34457       - name: "service-instance-id"
34458         in: "path"
34459         description: "Id of service"
34460         required: true
34461         type: "string"
34462       - name: "network-instance-group-id"
34463         in: "path"
34464         description: "Id of network-instance-group"
34465         required: true
34466         type: "string"
34467       - name: "start-address"
34468         in: "path"
34469         description: "Id of subnets"
34470         required: true
34471         type: "string"
34472       responses:
34473         400:
34474           description: "Internal error"
34475         200:
34476           description: "generic.resource.api.subnets.Subnets"
34477           responseSchema:
34478             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
34479             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
34480           schema:
34481             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
34482             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
34483     post:
34484       tags:
34485       - "GENERIC-RESOURCE-API"
34486       description: "creates generic.resource.api.subnets.Subnets"
34487       parameters:
34488       - name: "service-instance-id"
34489         in: "path"
34490         description: "Id of service"
34491         required: true
34492         type: "string"
34493       - name: "network-instance-group-id"
34494         in: "path"
34495         description: "Id of network-instance-group"
34496         required: true
34497         type: "string"
34498       - name: "start-address"
34499         in: "path"
34500         description: "Id of subnets"
34501         required: true
34502         type: "string"
34503       - in: "body"
34504         name: "generic.resource.api.subnets.Subnets.body-param"
34505         description: "generic.resource.api.subnets.Subnets to be added to list"
34506         required: false
34507         schema:
34508           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
34509           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
34510       responses:
34511         400:
34512           description: "Internal error"
34513         201:
34514           description: "Object created"
34515         409:
34516           description: "Object already exists"
34517     put:
34518       tags:
34519       - "GENERIC-RESOURCE-API"
34520       description: "creates or updates generic.resource.api.subnets.Subnets"
34521       parameters:
34522       - name: "service-instance-id"
34523         in: "path"
34524         description: "Id of service"
34525         required: true
34526         type: "string"
34527       - name: "network-instance-group-id"
34528         in: "path"
34529         description: "Id of network-instance-group"
34530         required: true
34531         type: "string"
34532       - name: "start-address"
34533         in: "path"
34534         description: "Id of subnets"
34535         required: true
34536         type: "string"
34537       - in: "body"
34538         name: "generic.resource.api.subnets.Subnets.body-param"
34539         description: "generic.resource.api.subnets.Subnets to be added or updated"
34540         required: false
34541         schema:
34542           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
34543           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
34544       responses:
34545         400:
34546           description: "Internal error"
34547         201:
34548           description: "Object created"
34549         204:
34550           description: "Object modified"
34551     delete:
34552       tags:
34553       - "GENERIC-RESOURCE-API"
34554       description: "removes generic.resource.api.subnets.Subnets"
34555       parameters:
34556       - name: "service-instance-id"
34557         in: "path"
34558         description: "Id of service"
34559         required: true
34560         type: "string"
34561       - name: "network-instance-group-id"
34562         in: "path"
34563         description: "Id of network-instance-group"
34564         required: true
34565         type: "string"
34566       - name: "start-address"
34567         in: "path"
34568         description: "Id of subnets"
34569         required: true
34570         type: "string"
34571       responses:
34572         400:
34573           description: "Internal error"
34574         204:
34575           description: "Object deleted"
34576   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/vpn-binding-policy/
34577   : get:
34578       tags:
34579       - "GENERIC-RESOURCE-API"
34580       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34581       parameters:
34582       - name: "service-instance-id"
34583         in: "path"
34584         description: "Id of service"
34585         required: true
34586         type: "string"
34587       - name: "network-instance-group-id"
34588         in: "path"
34589         description: "Id of network-instance-group"
34590         required: true
34591         type: "string"
34592       responses:
34593         400:
34594           description: "Internal error"
34595         200:
34596           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34597           responseSchema:
34598             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34599             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34600           schema:
34601             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34602             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34603     post:
34604       tags:
34605       - "GENERIC-RESOURCE-API"
34606       description: "creates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34607       parameters:
34608       - name: "service-instance-id"
34609         in: "path"
34610         description: "Id of service"
34611         required: true
34612         type: "string"
34613       - name: "network-instance-group-id"
34614         in: "path"
34615         description: "Id of network-instance-group"
34616         required: true
34617         type: "string"
34618       - in: "body"
34619         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param"
34620         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy\
34621           \ to be added to list"
34622         required: false
34623         schema:
34624           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34625           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34626       responses:
34627         400:
34628           description: "Internal error"
34629         201:
34630           description: "Object created"
34631         409:
34632           description: "Object already exists"
34633     put:
34634       tags:
34635       - "GENERIC-RESOURCE-API"
34636       description: "creates or updates generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34637       parameters:
34638       - name: "service-instance-id"
34639         in: "path"
34640         description: "Id of service"
34641         required: true
34642         type: "string"
34643       - name: "network-instance-group-id"
34644         in: "path"
34645         description: "Id of network-instance-group"
34646         required: true
34647         type: "string"
34648       - in: "body"
34649         name: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy.body-param"
34650         description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy\
34651           \ to be added or updated"
34652         required: false
34653         schema:
34654           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34655           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34656       responses:
34657         400:
34658           description: "Internal error"
34659         201:
34660           description: "Object created"
34661         204:
34662           description: "Object modified"
34663     delete:
34664       tags:
34665       - "GENERIC-RESOURCE-API"
34666       description: "removes generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
34667       parameters:
34668       - name: "service-instance-id"
34669         in: "path"
34670         description: "Id of service"
34671         required: true
34672         type: "string"
34673       - name: "network-instance-group-id"
34674         in: "path"
34675         description: "Id of network-instance-group"
34676         required: true
34677         type: "string"
34678       responses:
34679         400:
34680           description: "Internal error"
34681         204:
34682           description: "Object deleted"
34683   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/
34684   : get:
34685       tags:
34686       - "GENERIC-RESOURCE-API"
34687       description: "returns generic.resource.api.servicedata.servicedata.Networks"
34688       parameters:
34689       - name: "service-instance-id"
34690         in: "path"
34691         description: "Id of service"
34692         required: true
34693         type: "string"
34694       responses:
34695         400:
34696           description: "Internal error"
34697         200:
34698           description: "generic.resource.api.servicedata.servicedata.Networks"
34699           responseSchema:
34700             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34701             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34702           schema:
34703             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34704             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34705     post:
34706       tags:
34707       - "GENERIC-RESOURCE-API"
34708       description: "creates generic.resource.api.servicedata.servicedata.Networks"
34709       parameters:
34710       - name: "service-instance-id"
34711         in: "path"
34712         description: "Id of service"
34713         required: true
34714         type: "string"
34715       - in: "body"
34716         name: "generic.resource.api.servicedata.servicedata.Networks.body-param"
34717         description: "generic.resource.api.servicedata.servicedata.Networks to be\
34718           \ added to list"
34719         required: false
34720         schema:
34721           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34722           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34723       responses:
34724         400:
34725           description: "Internal error"
34726         201:
34727           description: "Object created"
34728         409:
34729           description: "Object already exists"
34730     put:
34731       tags:
34732       - "GENERIC-RESOURCE-API"
34733       description: "creates or updates generic.resource.api.servicedata.servicedata.Networks"
34734       parameters:
34735       - name: "service-instance-id"
34736         in: "path"
34737         description: "Id of service"
34738         required: true
34739         type: "string"
34740       - in: "body"
34741         name: "generic.resource.api.servicedata.servicedata.Networks.body-param"
34742         description: "generic.resource.api.servicedata.servicedata.Networks to be\
34743           \ added or updated"
34744         required: false
34745         schema:
34746           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34747           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
34748       responses:
34749         400:
34750           description: "Internal error"
34751         201:
34752           description: "Object created"
34753         204:
34754           description: "Object modified"
34755     delete:
34756       tags:
34757       - "GENERIC-RESOURCE-API"
34758       description: "removes generic.resource.api.servicedata.servicedata.Networks"
34759       parameters:
34760       - name: "service-instance-id"
34761         in: "path"
34762         description: "Id of service"
34763         required: true
34764         type: "string"
34765       responses:
34766         400:
34767           description: "Internal error"
34768         204:
34769           description: "Object deleted"
34770   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/
34771   : post:
34772       description: "creates generic.resource.api.servicedata.servicedata.networks.Network"
34773       parameters:
34774       - name: "service-instance-id"
34775         in: "path"
34776         description: "Id of service"
34777         required: true
34778         type: "string"
34779       - in: "body"
34780         name: "generic.resource.api.servicedata.servicedata.networks.Network.body-param"
34781         description: "generic.resource.api.servicedata.servicedata.networks.Network\
34782           \ to be added to list"
34783         required: false
34784         schema:
34785           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34786           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34787       responses:
34788         400:
34789           description: "Internal error"
34790         201:
34791           description: "Object created"
34792         409:
34793           description: "Object already exists"
34794   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/
34795   : get:
34796       tags:
34797       - "GENERIC-RESOURCE-API"
34798       description: "returns generic.resource.api.servicedata.servicedata.networks.Network"
34799       parameters:
34800       - name: "service-instance-id"
34801         in: "path"
34802         description: "Id of service"
34803         required: true
34804         type: "string"
34805       - name: "network-id"
34806         in: "path"
34807         description: "Id of network"
34808         required: true
34809         type: "string"
34810       responses:
34811         400:
34812           description: "Internal error"
34813         200:
34814           description: "generic.resource.api.servicedata.servicedata.networks.Network"
34815           responseSchema:
34816             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34817             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34818           schema:
34819             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34820             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34821     post:
34822       tags:
34823       - "GENERIC-RESOURCE-API"
34824       description: "creates generic.resource.api.servicedata.servicedata.networks.Network"
34825       parameters:
34826       - name: "service-instance-id"
34827         in: "path"
34828         description: "Id of service"
34829         required: true
34830         type: "string"
34831       - name: "network-id"
34832         in: "path"
34833         description: "Id of network"
34834         required: true
34835         type: "string"
34836       - in: "body"
34837         name: "generic.resource.api.servicedata.servicedata.networks.Network.body-param"
34838         description: "generic.resource.api.servicedata.servicedata.networks.Network\
34839           \ to be added to list"
34840         required: false
34841         schema:
34842           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34843           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34844       responses:
34845         400:
34846           description: "Internal error"
34847         201:
34848           description: "Object created"
34849         409:
34850           description: "Object already exists"
34851     put:
34852       tags:
34853       - "GENERIC-RESOURCE-API"
34854       description: "creates or updates generic.resource.api.servicedata.servicedata.networks.Network"
34855       parameters:
34856       - name: "service-instance-id"
34857         in: "path"
34858         description: "Id of service"
34859         required: true
34860         type: "string"
34861       - name: "network-id"
34862         in: "path"
34863         description: "Id of network"
34864         required: true
34865         type: "string"
34866       - in: "body"
34867         name: "generic.resource.api.servicedata.servicedata.networks.Network.body-param"
34868         description: "generic.resource.api.servicedata.servicedata.networks.Network\
34869           \ to be added or updated"
34870         required: false
34871         schema:
34872           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34873           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
34874       responses:
34875         400:
34876           description: "Internal error"
34877         201:
34878           description: "Object created"
34879         204:
34880           description: "Object modified"
34881     delete:
34882       tags:
34883       - "GENERIC-RESOURCE-API"
34884       description: "removes generic.resource.api.servicedata.servicedata.networks.Network"
34885       parameters:
34886       - name: "service-instance-id"
34887         in: "path"
34888         description: "Id of service"
34889         required: true
34890         type: "string"
34891       - name: "network-id"
34892         in: "path"
34893         description: "Id of network"
34894         required: true
34895         type: "string"
34896       responses:
34897         400:
34898           description: "Internal error"
34899         204:
34900           description: "Object deleted"
34901   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/
34902   : get:
34903       tags:
34904       - "GENERIC-RESOURCE-API"
34905       description: "returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34906       parameters:
34907       - name: "service-instance-id"
34908         in: "path"
34909         description: "Id of service"
34910         required: true
34911         type: "string"
34912       - name: "network-id"
34913         in: "path"
34914         description: "Id of network"
34915         required: true
34916         type: "string"
34917       responses:
34918         400:
34919           description: "Internal error"
34920         200:
34921           description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34922           responseSchema:
34923             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34924             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34925           schema:
34926             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34927             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34928     post:
34929       tags:
34930       - "GENERIC-RESOURCE-API"
34931       description: "creates generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34932       parameters:
34933       - name: "service-instance-id"
34934         in: "path"
34935         description: "Id of service"
34936         required: true
34937         type: "string"
34938       - name: "network-id"
34939         in: "path"
34940         description: "Id of network"
34941         required: true
34942         type: "string"
34943       - in: "body"
34944         name: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param"
34945         description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData\
34946           \ to be added to list"
34947         required: false
34948         schema:
34949           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34950           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34951       responses:
34952         400:
34953           description: "Internal error"
34954         201:
34955           description: "Object created"
34956         409:
34957           description: "Object already exists"
34958     put:
34959       tags:
34960       - "GENERIC-RESOURCE-API"
34961       description: "creates or updates generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34962       parameters:
34963       - name: "service-instance-id"
34964         in: "path"
34965         description: "Id of service"
34966         required: true
34967         type: "string"
34968       - name: "network-id"
34969         in: "path"
34970         description: "Id of network"
34971         required: true
34972         type: "string"
34973       - in: "body"
34974         name: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData.body-param"
34975         description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData\
34976           \ to be added or updated"
34977         required: false
34978         schema:
34979           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34980           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34981       responses:
34982         400:
34983           description: "Internal error"
34984         201:
34985           description: "Object created"
34986         204:
34987           description: "Object modified"
34988     delete:
34989       tags:
34990       - "GENERIC-RESOURCE-API"
34991       description: "removes generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
34992       parameters:
34993       - name: "service-instance-id"
34994         in: "path"
34995         description: "Id of service"
34996         required: true
34997         type: "string"
34998       - name: "network-id"
34999         in: "path"
35000         description: "Id of network"
35001         required: true
35002         type: "string"
35003       responses:
35004         400:
35005           description: "Internal error"
35006         204:
35007           description: "Object deleted"
35008   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/
35009   : get:
35010       tags:
35011       - "GENERIC-RESOURCE-API"
35012       description: "returns generic.resource.api.networkinformation.NetworkInformation"
35013       parameters:
35014       - name: "service-instance-id"
35015         in: "path"
35016         description: "Id of service"
35017         required: true
35018         type: "string"
35019       - name: "network-id"
35020         in: "path"
35021         description: "Id of network"
35022         required: true
35023         type: "string"
35024       responses:
35025         400:
35026           description: "Internal error"
35027         200:
35028           description: "generic.resource.api.networkinformation.NetworkInformation"
35029           responseSchema:
35030             $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35031             originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35032           schema:
35033             $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35034             originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35035     post:
35036       tags:
35037       - "GENERIC-RESOURCE-API"
35038       description: "creates generic.resource.api.networkinformation.NetworkInformation"
35039       parameters:
35040       - name: "service-instance-id"
35041         in: "path"
35042         description: "Id of service"
35043         required: true
35044         type: "string"
35045       - name: "network-id"
35046         in: "path"
35047         description: "Id of network"
35048         required: true
35049         type: "string"
35050       - in: "body"
35051         name: "generic.resource.api.networkinformation.NetworkInformation.body-param"
35052         description: "generic.resource.api.networkinformation.NetworkInformation to\
35053           \ be added to list"
35054         required: false
35055         schema:
35056           $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35057           originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35058       responses:
35059         400:
35060           description: "Internal error"
35061         201:
35062           description: "Object created"
35063         409:
35064           description: "Object already exists"
35065     put:
35066       tags:
35067       - "GENERIC-RESOURCE-API"
35068       description: "creates or updates generic.resource.api.networkinformation.NetworkInformation"
35069       parameters:
35070       - name: "service-instance-id"
35071         in: "path"
35072         description: "Id of service"
35073         required: true
35074         type: "string"
35075       - name: "network-id"
35076         in: "path"
35077         description: "Id of network"
35078         required: true
35079         type: "string"
35080       - in: "body"
35081         name: "generic.resource.api.networkinformation.NetworkInformation.body-param"
35082         description: "generic.resource.api.networkinformation.NetworkInformation to\
35083           \ be added or updated"
35084         required: false
35085         schema:
35086           $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35087           originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
35088       responses:
35089         400:
35090           description: "Internal error"
35091         201:
35092           description: "Object created"
35093         204:
35094           description: "Object modified"
35095     delete:
35096       tags:
35097       - "GENERIC-RESOURCE-API"
35098       description: "removes generic.resource.api.networkinformation.NetworkInformation"
35099       parameters:
35100       - name: "service-instance-id"
35101         in: "path"
35102         description: "Id of service"
35103         required: true
35104         type: "string"
35105       - name: "network-id"
35106         in: "path"
35107         description: "Id of network"
35108         required: true
35109         type: "string"
35110       responses:
35111         400:
35112           description: "Internal error"
35113         204:
35114           description: "Object deleted"
35115   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/onap-model-information/
35116   : get:
35117       tags:
35118       - "GENERIC-RESOURCE-API"
35119       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
35120       parameters:
35121       - name: "service-instance-id"
35122         in: "path"
35123         description: "Id of service"
35124         required: true
35125         type: "string"
35126       - name: "network-id"
35127         in: "path"
35128         description: "Id of network"
35129         required: true
35130         type: "string"
35131       responses:
35132         400:
35133           description: "Internal error"
35134         200:
35135           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
35136           responseSchema:
35137             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35138             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35139           schema:
35140             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35141             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35142     post:
35143       tags:
35144       - "GENERIC-RESOURCE-API"
35145       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
35146       parameters:
35147       - name: "service-instance-id"
35148         in: "path"
35149         description: "Id of service"
35150         required: true
35151         type: "string"
35152       - name: "network-id"
35153         in: "path"
35154         description: "Id of network"
35155         required: true
35156         type: "string"
35157       - in: "body"
35158         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
35159         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
35160           \ to be added to list"
35161         required: false
35162         schema:
35163           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35164           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35165       responses:
35166         400:
35167           description: "Internal error"
35168         201:
35169           description: "Object created"
35170         409:
35171           description: "Object already exists"
35172     put:
35173       tags:
35174       - "GENERIC-RESOURCE-API"
35175       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
35176       parameters:
35177       - name: "service-instance-id"
35178         in: "path"
35179         description: "Id of service"
35180         required: true
35181         type: "string"
35182       - name: "network-id"
35183         in: "path"
35184         description: "Id of network"
35185         required: true
35186         type: "string"
35187       - in: "body"
35188         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
35189         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
35190           \ to be added or updated"
35191         required: false
35192         schema:
35193           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35194           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
35195       responses:
35196         400:
35197           description: "Internal error"
35198         201:
35199           description: "Object created"
35200         204:
35201           description: "Object modified"
35202     delete:
35203       tags:
35204       - "GENERIC-RESOURCE-API"
35205       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
35206       parameters:
35207       - name: "service-instance-id"
35208         in: "path"
35209         description: "Id of service"
35210         required: true
35211         type: "string"
35212       - name: "network-id"
35213         in: "path"
35214         description: "Id of network"
35215         required: true
35216         type: "string"
35217       responses:
35218         400:
35219           description: "Internal error"
35220         204:
35221           description: "Object deleted"
35222   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-level-oper-status/
35223   : get:
35224       tags:
35225       - "GENERIC-RESOURCE-API"
35226       description: "returns generic.resource.api.OperStatusData"
35227       parameters:
35228       - name: "service-instance-id"
35229         in: "path"
35230         description: "Id of service"
35231         required: true
35232         type: "string"
35233       - name: "network-id"
35234         in: "path"
35235         description: "Id of network"
35236         required: true
35237         type: "string"
35238       responses:
35239         400:
35240           description: "Internal error"
35241         200:
35242           description: "generic.resource.api.OperStatusData"
35243           responseSchema:
35244             $ref: "#/definitions/generic.resource.api.OperStatusData"
35245             originalRef: "#/definitions/generic.resource.api.OperStatusData"
35246           schema:
35247             $ref: "#/definitions/generic.resource.api.OperStatusData"
35248             originalRef: "#/definitions/generic.resource.api.OperStatusData"
35249     post:
35250       tags:
35251       - "GENERIC-RESOURCE-API"
35252       description: "creates generic.resource.api.OperStatusData"
35253       parameters:
35254       - name: "service-instance-id"
35255         in: "path"
35256         description: "Id of service"
35257         required: true
35258         type: "string"
35259       - name: "network-id"
35260         in: "path"
35261         description: "Id of network"
35262         required: true
35263         type: "string"
35264       - in: "body"
35265         name: "generic.resource.api.OperStatusData.body-param"
35266         description: "generic.resource.api.OperStatusData to be added to list"
35267         required: false
35268         schema:
35269           $ref: "#/definitions/generic.resource.api.OperStatusData"
35270           originalRef: "#/definitions/generic.resource.api.OperStatusData"
35271       responses:
35272         400:
35273           description: "Internal error"
35274         201:
35275           description: "Object created"
35276         409:
35277           description: "Object already exists"
35278     put:
35279       tags:
35280       - "GENERIC-RESOURCE-API"
35281       description: "creates or updates generic.resource.api.OperStatusData"
35282       parameters:
35283       - name: "service-instance-id"
35284         in: "path"
35285         description: "Id of service"
35286         required: true
35287         type: "string"
35288       - name: "network-id"
35289         in: "path"
35290         description: "Id of network"
35291         required: true
35292         type: "string"
35293       - in: "body"
35294         name: "generic.resource.api.OperStatusData.body-param"
35295         description: "generic.resource.api.OperStatusData to be added or updated"
35296         required: false
35297         schema:
35298           $ref: "#/definitions/generic.resource.api.OperStatusData"
35299           originalRef: "#/definitions/generic.resource.api.OperStatusData"
35300       responses:
35301         400:
35302           description: "Internal error"
35303         201:
35304           description: "Object created"
35305         204:
35306           description: "Object modified"
35307     delete:
35308       tags:
35309       - "GENERIC-RESOURCE-API"
35310       description: "removes generic.resource.api.OperStatusData"
35311       parameters:
35312       - name: "service-instance-id"
35313         in: "path"
35314         description: "Id of service"
35315         required: true
35316         type: "string"
35317       - name: "network-id"
35318         in: "path"
35319         description: "Id of network"
35320         required: true
35321         type: "string"
35322       responses:
35323         400:
35324           description: "Internal error"
35325         204:
35326           description: "Object deleted"
35327   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-provided-allotted-resources/
35328   : get:
35329       tags:
35330       - "GENERIC-RESOURCE-API"
35331       description: "returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35332       parameters:
35333       - name: "service-instance-id"
35334         in: "path"
35335         description: "Id of service"
35336         required: true
35337         type: "string"
35338       - name: "network-id"
35339         in: "path"
35340         description: "Id of network"
35341         required: true
35342         type: "string"
35343       responses:
35344         400:
35345           description: "Internal error"
35346         200:
35347           description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35348           responseSchema:
35349             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35350             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35351           schema:
35352             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35353             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35354     post:
35355       tags:
35356       - "GENERIC-RESOURCE-API"
35357       description: "creates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35358       parameters:
35359       - name: "service-instance-id"
35360         in: "path"
35361         description: "Id of service"
35362         required: true
35363         type: "string"
35364       - name: "network-id"
35365         in: "path"
35366         description: "Id of network"
35367         required: true
35368         type: "string"
35369       - in: "body"
35370         name: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param"
35371         description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources\
35372           \ to be added to list"
35373         required: false
35374         schema:
35375           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35376           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35377       responses:
35378         400:
35379           description: "Internal error"
35380         201:
35381           description: "Object created"
35382         409:
35383           description: "Object already exists"
35384     put:
35385       tags:
35386       - "GENERIC-RESOURCE-API"
35387       description: "creates or updates generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35388       parameters:
35389       - name: "service-instance-id"
35390         in: "path"
35391         description: "Id of service"
35392         required: true
35393         type: "string"
35394       - name: "network-id"
35395         in: "path"
35396         description: "Id of network"
35397         required: true
35398         type: "string"
35399       - in: "body"
35400         name: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources.body-param"
35401         description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources\
35402           \ to be added or updated"
35403         required: false
35404         schema:
35405           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35406           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35407       responses:
35408         400:
35409           description: "Internal error"
35410         201:
35411           description: "Object created"
35412         204:
35413           description: "Object modified"
35414     delete:
35415       tags:
35416       - "GENERIC-RESOURCE-API"
35417       description: "removes generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
35418       parameters:
35419       - name: "service-instance-id"
35420         in: "path"
35421         description: "Id of service"
35422         required: true
35423         type: "string"
35424       - name: "network-id"
35425         in: "path"
35426         description: "Id of network"
35427         required: true
35428         type: "string"
35429       responses:
35430         400:
35431           description: "Internal error"
35432         204:
35433           description: "Object deleted"
35434   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/
35435   : get:
35436       tags:
35437       - "GENERIC-RESOURCE-API"
35438       description: "returns generic.resource.api.networkrequestinput.NetworkRequestInput"
35439       parameters:
35440       - name: "service-instance-id"
35441         in: "path"
35442         description: "Id of service"
35443         required: true
35444         type: "string"
35445       - name: "network-id"
35446         in: "path"
35447         description: "Id of network"
35448         required: true
35449         type: "string"
35450       responses:
35451         400:
35452           description: "Internal error"
35453         200:
35454           description: "generic.resource.api.networkrequestinput.NetworkRequestInput"
35455           responseSchema:
35456             $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35457             originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35458           schema:
35459             $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35460             originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35461     post:
35462       tags:
35463       - "GENERIC-RESOURCE-API"
35464       description: "creates generic.resource.api.networkrequestinput.NetworkRequestInput"
35465       parameters:
35466       - name: "service-instance-id"
35467         in: "path"
35468         description: "Id of service"
35469         required: true
35470         type: "string"
35471       - name: "network-id"
35472         in: "path"
35473         description: "Id of network"
35474         required: true
35475         type: "string"
35476       - in: "body"
35477         name: "generic.resource.api.networkrequestinput.NetworkRequestInput.body-param"
35478         description: "generic.resource.api.networkrequestinput.NetworkRequestInput\
35479           \ to be added to list"
35480         required: false
35481         schema:
35482           $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35483           originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35484       responses:
35485         400:
35486           description: "Internal error"
35487         201:
35488           description: "Object created"
35489         409:
35490           description: "Object already exists"
35491     put:
35492       tags:
35493       - "GENERIC-RESOURCE-API"
35494       description: "creates or updates generic.resource.api.networkrequestinput.NetworkRequestInput"
35495       parameters:
35496       - name: "service-instance-id"
35497         in: "path"
35498         description: "Id of service"
35499         required: true
35500         type: "string"
35501       - name: "network-id"
35502         in: "path"
35503         description: "Id of network"
35504         required: true
35505         type: "string"
35506       - in: "body"
35507         name: "generic.resource.api.networkrequestinput.NetworkRequestInput.body-param"
35508         description: "generic.resource.api.networkrequestinput.NetworkRequestInput\
35509           \ to be added or updated"
35510         required: false
35511         schema:
35512           $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35513           originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
35514       responses:
35515         400:
35516           description: "Internal error"
35517         201:
35518           description: "Object created"
35519         204:
35520           description: "Object modified"
35521     delete:
35522       tags:
35523       - "GENERIC-RESOURCE-API"
35524       description: "removes generic.resource.api.networkrequestinput.NetworkRequestInput"
35525       parameters:
35526       - name: "service-instance-id"
35527         in: "path"
35528         description: "Id of service"
35529         required: true
35530         type: "string"
35531       - name: "network-id"
35532         in: "path"
35533         description: "Id of network"
35534         required: true
35535         type: "string"
35536       responses:
35537         400:
35538           description: "Internal error"
35539         204:
35540           description: "Object deleted"
35541   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/
35542   : get:
35543       tags:
35544       - "GENERIC-RESOURCE-API"
35545       description: "returns generic.resource.api.Param"
35546       parameters:
35547       - name: "service-instance-id"
35548         in: "path"
35549         description: "Id of service"
35550         required: true
35551         type: "string"
35552       - name: "network-id"
35553         in: "path"
35554         description: "Id of network"
35555         required: true
35556         type: "string"
35557       responses:
35558         400:
35559           description: "Internal error"
35560         200:
35561           description: "generic.resource.api.Param"
35562           responseSchema:
35563             $ref: "#/definitions/generic.resource.api.Param"
35564             originalRef: "#/definitions/generic.resource.api.Param"
35565           schema:
35566             $ref: "#/definitions/generic.resource.api.Param"
35567             originalRef: "#/definitions/generic.resource.api.Param"
35568     post:
35569       tags:
35570       - "GENERIC-RESOURCE-API"
35571       description: "creates generic.resource.api.Param"
35572       parameters:
35573       - name: "service-instance-id"
35574         in: "path"
35575         description: "Id of service"
35576         required: true
35577         type: "string"
35578       - name: "network-id"
35579         in: "path"
35580         description: "Id of network"
35581         required: true
35582         type: "string"
35583       - in: "body"
35584         name: "generic.resource.api.Param.body-param"
35585         description: "generic.resource.api.Param to be added to list"
35586         required: false
35587         schema:
35588           $ref: "#/definitions/generic.resource.api.Param"
35589           originalRef: "#/definitions/generic.resource.api.Param"
35590       responses:
35591         400:
35592           description: "Internal error"
35593         201:
35594           description: "Object created"
35595         409:
35596           description: "Object already exists"
35597     put:
35598       tags:
35599       - "GENERIC-RESOURCE-API"
35600       description: "creates or updates generic.resource.api.Param"
35601       parameters:
35602       - name: "service-instance-id"
35603         in: "path"
35604         description: "Id of service"
35605         required: true
35606         type: "string"
35607       - name: "network-id"
35608         in: "path"
35609         description: "Id of network"
35610         required: true
35611         type: "string"
35612       - in: "body"
35613         name: "generic.resource.api.Param.body-param"
35614         description: "generic.resource.api.Param to be added or updated"
35615         required: false
35616         schema:
35617           $ref: "#/definitions/generic.resource.api.Param"
35618           originalRef: "#/definitions/generic.resource.api.Param"
35619       responses:
35620         400:
35621           description: "Internal error"
35622         201:
35623           description: "Object created"
35624         204:
35625           description: "Object modified"
35626     delete:
35627       tags:
35628       - "GENERIC-RESOURCE-API"
35629       description: "removes generic.resource.api.Param"
35630       parameters:
35631       - name: "service-instance-id"
35632         in: "path"
35633         description: "Id of service"
35634         required: true
35635         type: "string"
35636       - name: "network-id"
35637         in: "path"
35638         description: "Id of network"
35639         required: true
35640         type: "string"
35641       responses:
35642         400:
35643           description: "Internal error"
35644         204:
35645           description: "Object deleted"
35646   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/
35647   : post:
35648       description: "creates generic.resource.api.param.Param"
35649       parameters:
35650       - name: "service-instance-id"
35651         in: "path"
35652         description: "Id of service"
35653         required: true
35654         type: "string"
35655       - name: "network-id"
35656         in: "path"
35657         description: "Id of network"
35658         required: true
35659         type: "string"
35660       - in: "body"
35661         name: "generic.resource.api.param.Param.body-param"
35662         description: "generic.resource.api.param.Param to be added to list"
35663         required: false
35664         schema:
35665           $ref: "#/definitions/generic.resource.api.param.Param"
35666           originalRef: "#/definitions/generic.resource.api.param.Param"
35667       responses:
35668         400:
35669           description: "Internal error"
35670         201:
35671           description: "Object created"
35672         409:
35673           description: "Object already exists"
35674   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/
35675   : get:
35676       tags:
35677       - "GENERIC-RESOURCE-API"
35678       description: "returns generic.resource.api.param.Param"
35679       parameters:
35680       - name: "service-instance-id"
35681         in: "path"
35682         description: "Id of service"
35683         required: true
35684         type: "string"
35685       - name: "network-id"
35686         in: "path"
35687         description: "Id of network"
35688         required: true
35689         type: "string"
35690       - name: "name"
35691         in: "path"
35692         description: "Id of param"
35693         required: true
35694         type: "string"
35695       responses:
35696         400:
35697           description: "Internal error"
35698         200:
35699           description: "generic.resource.api.param.Param"
35700           responseSchema:
35701             $ref: "#/definitions/generic.resource.api.param.Param"
35702             originalRef: "#/definitions/generic.resource.api.param.Param"
35703           schema:
35704             $ref: "#/definitions/generic.resource.api.param.Param"
35705             originalRef: "#/definitions/generic.resource.api.param.Param"
35706     post:
35707       tags:
35708       - "GENERIC-RESOURCE-API"
35709       description: "creates generic.resource.api.param.Param"
35710       parameters:
35711       - name: "service-instance-id"
35712         in: "path"
35713         description: "Id of service"
35714         required: true
35715         type: "string"
35716       - name: "network-id"
35717         in: "path"
35718         description: "Id of network"
35719         required: true
35720         type: "string"
35721       - name: "name"
35722         in: "path"
35723         description: "Id of param"
35724         required: true
35725         type: "string"
35726       - in: "body"
35727         name: "generic.resource.api.param.Param.body-param"
35728         description: "generic.resource.api.param.Param to be added to list"
35729         required: false
35730         schema:
35731           $ref: "#/definitions/generic.resource.api.param.Param"
35732           originalRef: "#/definitions/generic.resource.api.param.Param"
35733       responses:
35734         400:
35735           description: "Internal error"
35736         201:
35737           description: "Object created"
35738         409:
35739           description: "Object already exists"
35740     put:
35741       tags:
35742       - "GENERIC-RESOURCE-API"
35743       description: "creates or updates generic.resource.api.param.Param"
35744       parameters:
35745       - name: "service-instance-id"
35746         in: "path"
35747         description: "Id of service"
35748         required: true
35749         type: "string"
35750       - name: "network-id"
35751         in: "path"
35752         description: "Id of network"
35753         required: true
35754         type: "string"
35755       - name: "name"
35756         in: "path"
35757         description: "Id of param"
35758         required: true
35759         type: "string"
35760       - in: "body"
35761         name: "generic.resource.api.param.Param.body-param"
35762         description: "generic.resource.api.param.Param to be added or updated"
35763         required: false
35764         schema:
35765           $ref: "#/definitions/generic.resource.api.param.Param"
35766           originalRef: "#/definitions/generic.resource.api.param.Param"
35767       responses:
35768         400:
35769           description: "Internal error"
35770         201:
35771           description: "Object created"
35772         204:
35773           description: "Object modified"
35774     delete:
35775       tags:
35776       - "GENERIC-RESOURCE-API"
35777       description: "removes generic.resource.api.param.Param"
35778       parameters:
35779       - name: "service-instance-id"
35780         in: "path"
35781         description: "Id of service"
35782         required: true
35783         type: "string"
35784       - name: "network-id"
35785         in: "path"
35786         description: "Id of network"
35787         required: true
35788         type: "string"
35789       - name: "name"
35790         in: "path"
35791         description: "Id of param"
35792         required: true
35793         type: "string"
35794       responses:
35795         400:
35796           description: "Internal error"
35797         204:
35798           description: "Object deleted"
35799   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/resource-resolution-data/
35800   : get:
35801       tags:
35802       - "GENERIC-RESOURCE-API"
35803       description: "returns generic.resource.api.param.param.ResourceResolutionData"
35804       parameters:
35805       - name: "service-instance-id"
35806         in: "path"
35807         description: "Id of service"
35808         required: true
35809         type: "string"
35810       - name: "network-id"
35811         in: "path"
35812         description: "Id of network"
35813         required: true
35814         type: "string"
35815       - name: "name"
35816         in: "path"
35817         description: "Id of param"
35818         required: true
35819         type: "string"
35820       responses:
35821         400:
35822           description: "Internal error"
35823         200:
35824           description: "generic.resource.api.param.param.ResourceResolutionData"
35825           responseSchema:
35826             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35827             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35828           schema:
35829             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35830             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35831     post:
35832       tags:
35833       - "GENERIC-RESOURCE-API"
35834       description: "creates generic.resource.api.param.param.ResourceResolutionData"
35835       parameters:
35836       - name: "service-instance-id"
35837         in: "path"
35838         description: "Id of service"
35839         required: true
35840         type: "string"
35841       - name: "network-id"
35842         in: "path"
35843         description: "Id of network"
35844         required: true
35845         type: "string"
35846       - name: "name"
35847         in: "path"
35848         description: "Id of param"
35849         required: true
35850         type: "string"
35851       - in: "body"
35852         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
35853         description: "generic.resource.api.param.param.ResourceResolutionData to be\
35854           \ added to list"
35855         required: false
35856         schema:
35857           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35858           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35859       responses:
35860         400:
35861           description: "Internal error"
35862         201:
35863           description: "Object created"
35864         409:
35865           description: "Object already exists"
35866     put:
35867       tags:
35868       - "GENERIC-RESOURCE-API"
35869       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
35870       parameters:
35871       - name: "service-instance-id"
35872         in: "path"
35873         description: "Id of service"
35874         required: true
35875         type: "string"
35876       - name: "network-id"
35877         in: "path"
35878         description: "Id of network"
35879         required: true
35880         type: "string"
35881       - name: "name"
35882         in: "path"
35883         description: "Id of param"
35884         required: true
35885         type: "string"
35886       - in: "body"
35887         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
35888         description: "generic.resource.api.param.param.ResourceResolutionData to be\
35889           \ added or updated"
35890         required: false
35891         schema:
35892           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35893           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
35894       responses:
35895         400:
35896           description: "Internal error"
35897         201:
35898           description: "Object created"
35899         204:
35900           description: "Object modified"
35901     delete:
35902       tags:
35903       - "GENERIC-RESOURCE-API"
35904       description: "removes generic.resource.api.param.param.ResourceResolutionData"
35905       parameters:
35906       - name: "service-instance-id"
35907         in: "path"
35908         description: "Id of service"
35909         required: true
35910         type: "string"
35911       - name: "network-id"
35912         in: "path"
35913         description: "Id of network"
35914         required: true
35915         type: "string"
35916       - name: "name"
35917         in: "path"
35918         description: "Id of param"
35919         required: true
35920         type: "string"
35921       responses:
35922         400:
35923           description: "Internal error"
35924         204:
35925           description: "Object deleted"
35926   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/resource-resolution-data/resource-key/
35927   : post:
35928       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35929       parameters:
35930       - name: "service-instance-id"
35931         in: "path"
35932         description: "Id of service"
35933         required: true
35934         type: "string"
35935       - name: "network-id"
35936         in: "path"
35937         description: "Id of network"
35938         required: true
35939         type: "string"
35940       - name: "name"
35941         in: "path"
35942         description: "Id of param"
35943         required: true
35944         type: "string"
35945       - in: "body"
35946         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
35947         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
35948           \ to be added to list"
35949         required: false
35950         schema:
35951           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35952           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35953       responses:
35954         400:
35955           description: "Internal error"
35956         201:
35957           description: "Object created"
35958         409:
35959           description: "Object already exists"
35960   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
35961   : get:
35962       tags:
35963       - "GENERIC-RESOURCE-API"
35964       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35965       parameters:
35966       - name: "service-instance-id"
35967         in: "path"
35968         description: "Id of service"
35969         required: true
35970         type: "string"
35971       - name: "network-id"
35972         in: "path"
35973         description: "Id of network"
35974         required: true
35975         type: "string"
35976       - name: "name"
35977         in: "path"
35978         description: "Id of param"
35979         required: true
35980         type: "string"
35981       - name: "resource-key-name"
35982         in: "path"
35983         description: "Id of resource-key"
35984         required: true
35985         type: "string"
35986       responses:
35987         400:
35988           description: "Internal error"
35989         200:
35990           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35991           responseSchema:
35992             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35993             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35994           schema:
35995             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35996             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
35997     post:
35998       tags:
35999       - "GENERIC-RESOURCE-API"
36000       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36001       parameters:
36002       - name: "service-instance-id"
36003         in: "path"
36004         description: "Id of service"
36005         required: true
36006         type: "string"
36007       - name: "network-id"
36008         in: "path"
36009         description: "Id of network"
36010         required: true
36011         type: "string"
36012       - name: "name"
36013         in: "path"
36014         description: "Id of param"
36015         required: true
36016         type: "string"
36017       - name: "resource-key-name"
36018         in: "path"
36019         description: "Id of resource-key"
36020         required: true
36021         type: "string"
36022       - in: "body"
36023         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
36024         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
36025           \ to be added to list"
36026         required: false
36027         schema:
36028           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36029           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36030       responses:
36031         400:
36032           description: "Internal error"
36033         201:
36034           description: "Object created"
36035         409:
36036           description: "Object already exists"
36037     put:
36038       tags:
36039       - "GENERIC-RESOURCE-API"
36040       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36041       parameters:
36042       - name: "service-instance-id"
36043         in: "path"
36044         description: "Id of service"
36045         required: true
36046         type: "string"
36047       - name: "network-id"
36048         in: "path"
36049         description: "Id of network"
36050         required: true
36051         type: "string"
36052       - name: "name"
36053         in: "path"
36054         description: "Id of param"
36055         required: true
36056         type: "string"
36057       - name: "resource-key-name"
36058         in: "path"
36059         description: "Id of resource-key"
36060         required: true
36061         type: "string"
36062       - in: "body"
36063         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
36064         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
36065           \ to be added or updated"
36066         required: false
36067         schema:
36068           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36069           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36070       responses:
36071         400:
36072           description: "Internal error"
36073         201:
36074           description: "Object created"
36075         204:
36076           description: "Object modified"
36077     delete:
36078       tags:
36079       - "GENERIC-RESOURCE-API"
36080       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
36081       parameters:
36082       - name: "service-instance-id"
36083         in: "path"
36084         description: "Id of service"
36085         required: true
36086         type: "string"
36087       - name: "network-id"
36088         in: "path"
36089         description: "Id of network"
36090         required: true
36091         type: "string"
36092       - name: "name"
36093         in: "path"
36094         description: "Id of param"
36095         required: true
36096         type: "string"
36097       - name: "resource-key-name"
36098         in: "path"
36099         description: "Id of resource-key"
36100         required: true
36101         type: "string"
36102       responses:
36103         400:
36104           description: "Internal error"
36105         204:
36106           description: "Object deleted"
36107   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/
36108   : get:
36109       tags:
36110       - "GENERIC-RESOURCE-API"
36111       description: "returns generic.resource.api.networktopology.NetworkTopology"
36112       parameters:
36113       - name: "service-instance-id"
36114         in: "path"
36115         description: "Id of service"
36116         required: true
36117         type: "string"
36118       - name: "network-id"
36119         in: "path"
36120         description: "Id of network"
36121         required: true
36122         type: "string"
36123       responses:
36124         400:
36125           description: "Internal error"
36126         200:
36127           description: "generic.resource.api.networktopology.NetworkTopology"
36128           responseSchema:
36129             $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36130             originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36131           schema:
36132             $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36133             originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36134     post:
36135       tags:
36136       - "GENERIC-RESOURCE-API"
36137       description: "creates generic.resource.api.networktopology.NetworkTopology"
36138       parameters:
36139       - name: "service-instance-id"
36140         in: "path"
36141         description: "Id of service"
36142         required: true
36143         type: "string"
36144       - name: "network-id"
36145         in: "path"
36146         description: "Id of network"
36147         required: true
36148         type: "string"
36149       - in: "body"
36150         name: "generic.resource.api.networktopology.NetworkTopology.body-param"
36151         description: "generic.resource.api.networktopology.NetworkTopology to be added\
36152           \ to list"
36153         required: false
36154         schema:
36155           $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36156           originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36157       responses:
36158         400:
36159           description: "Internal error"
36160         201:
36161           description: "Object created"
36162         409:
36163           description: "Object already exists"
36164     put:
36165       tags:
36166       - "GENERIC-RESOURCE-API"
36167       description: "creates or updates generic.resource.api.networktopology.NetworkTopology"
36168       parameters:
36169       - name: "service-instance-id"
36170         in: "path"
36171         description: "Id of service"
36172         required: true
36173         type: "string"
36174       - name: "network-id"
36175         in: "path"
36176         description: "Id of network"
36177         required: true
36178         type: "string"
36179       - in: "body"
36180         name: "generic.resource.api.networktopology.NetworkTopology.body-param"
36181         description: "generic.resource.api.networktopology.NetworkTopology to be added\
36182           \ or updated"
36183         required: false
36184         schema:
36185           $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36186           originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
36187       responses:
36188         400:
36189           description: "Internal error"
36190         201:
36191           description: "Object created"
36192         204:
36193           description: "Object modified"
36194     delete:
36195       tags:
36196       - "GENERIC-RESOURCE-API"
36197       description: "removes generic.resource.api.networktopology.NetworkTopology"
36198       parameters:
36199       - name: "service-instance-id"
36200         in: "path"
36201         description: "Id of service"
36202         required: true
36203         type: "string"
36204       - name: "network-id"
36205         in: "path"
36206         description: "Id of network"
36207         required: true
36208         type: "string"
36209       responses:
36210         400:
36211           description: "Internal error"
36212         204:
36213           description: "Object deleted"
36214   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-assignments/
36215   : get:
36216       tags:
36217       - "GENERIC-RESOURCE-API"
36218       description: "returns generic.resource.api.networkassignments.NetworkAssignments"
36219       parameters:
36220       - name: "service-instance-id"
36221         in: "path"
36222         description: "Id of service"
36223         required: true
36224         type: "string"
36225       - name: "network-id"
36226         in: "path"
36227         description: "Id of network"
36228         required: true
36229         type: "string"
36230       responses:
36231         400:
36232           description: "Internal error"
36233         200:
36234           description: "generic.resource.api.networkassignments.NetworkAssignments"
36235           responseSchema:
36236             $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36237             originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36238           schema:
36239             $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36240             originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36241     post:
36242       tags:
36243       - "GENERIC-RESOURCE-API"
36244       description: "creates generic.resource.api.networkassignments.NetworkAssignments"
36245       parameters:
36246       - name: "service-instance-id"
36247         in: "path"
36248         description: "Id of service"
36249         required: true
36250         type: "string"
36251       - name: "network-id"
36252         in: "path"
36253         description: "Id of network"
36254         required: true
36255         type: "string"
36256       - in: "body"
36257         name: "generic.resource.api.networkassignments.NetworkAssignments.body-param"
36258         description: "generic.resource.api.networkassignments.NetworkAssignments to\
36259           \ be added to list"
36260         required: false
36261         schema:
36262           $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36263           originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36264       responses:
36265         400:
36266           description: "Internal error"
36267         201:
36268           description: "Object created"
36269         409:
36270           description: "Object already exists"
36271     put:
36272       tags:
36273       - "GENERIC-RESOURCE-API"
36274       description: "creates or updates generic.resource.api.networkassignments.NetworkAssignments"
36275       parameters:
36276       - name: "service-instance-id"
36277         in: "path"
36278         description: "Id of service"
36279         required: true
36280         type: "string"
36281       - name: "network-id"
36282         in: "path"
36283         description: "Id of network"
36284         required: true
36285         type: "string"
36286       - in: "body"
36287         name: "generic.resource.api.networkassignments.NetworkAssignments.body-param"
36288         description: "generic.resource.api.networkassignments.NetworkAssignments to\
36289           \ be added or updated"
36290         required: false
36291         schema:
36292           $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36293           originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
36294       responses:
36295         400:
36296           description: "Internal error"
36297         201:
36298           description: "Object created"
36299         204:
36300           description: "Object modified"
36301     delete:
36302       tags:
36303       - "GENERIC-RESOURCE-API"
36304       description: "removes generic.resource.api.networkassignments.NetworkAssignments"
36305       parameters:
36306       - name: "service-instance-id"
36307         in: "path"
36308         description: "Id of service"
36309         required: true
36310         type: "string"
36311       - name: "network-id"
36312         in: "path"
36313         description: "Id of network"
36314         required: true
36315         type: "string"
36316       responses:
36317         400:
36318           description: "Internal error"
36319         204:
36320           description: "Object deleted"
36321   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/
36322   : get:
36323       tags:
36324       - "GENERIC-RESOURCE-API"
36325       description: "returns generic.resource.api.networkparameters.NetworkParameters"
36326       parameters:
36327       - name: "service-instance-id"
36328         in: "path"
36329         description: "Id of service"
36330         required: true
36331         type: "string"
36332       - name: "network-id"
36333         in: "path"
36334         description: "Id of network"
36335         required: true
36336         type: "string"
36337       responses:
36338         400:
36339           description: "Internal error"
36340         200:
36341           description: "generic.resource.api.networkparameters.NetworkParameters"
36342           responseSchema:
36343             $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36344             originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36345           schema:
36346             $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36347             originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36348     post:
36349       tags:
36350       - "GENERIC-RESOURCE-API"
36351       description: "creates generic.resource.api.networkparameters.NetworkParameters"
36352       parameters:
36353       - name: "service-instance-id"
36354         in: "path"
36355         description: "Id of service"
36356         required: true
36357         type: "string"
36358       - name: "network-id"
36359         in: "path"
36360         description: "Id of network"
36361         required: true
36362         type: "string"
36363       - in: "body"
36364         name: "generic.resource.api.networkparameters.NetworkParameters.body-param"
36365         description: "generic.resource.api.networkparameters.NetworkParameters to\
36366           \ be added to list"
36367         required: false
36368         schema:
36369           $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36370           originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36371       responses:
36372         400:
36373           description: "Internal error"
36374         201:
36375           description: "Object created"
36376         409:
36377           description: "Object already exists"
36378     put:
36379       tags:
36380       - "GENERIC-RESOURCE-API"
36381       description: "creates or updates generic.resource.api.networkparameters.NetworkParameters"
36382       parameters:
36383       - name: "service-instance-id"
36384         in: "path"
36385         description: "Id of service"
36386         required: true
36387         type: "string"
36388       - name: "network-id"
36389         in: "path"
36390         description: "Id of network"
36391         required: true
36392         type: "string"
36393       - in: "body"
36394         name: "generic.resource.api.networkparameters.NetworkParameters.body-param"
36395         description: "generic.resource.api.networkparameters.NetworkParameters to\
36396           \ be added or updated"
36397         required: false
36398         schema:
36399           $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36400           originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
36401       responses:
36402         400:
36403           description: "Internal error"
36404         201:
36405           description: "Object created"
36406         204:
36407           description: "Object modified"
36408     delete:
36409       tags:
36410       - "GENERIC-RESOURCE-API"
36411       description: "removes generic.resource.api.networkparameters.NetworkParameters"
36412       parameters:
36413       - name: "service-instance-id"
36414         in: "path"
36415         description: "Id of service"
36416         required: true
36417         type: "string"
36418       - name: "network-id"
36419         in: "path"
36420         description: "Id of network"
36421         required: true
36422         type: "string"
36423       responses:
36424         400:
36425           description: "Internal error"
36426         204:
36427           description: "Object deleted"
36428   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/network-parameter/
36429   : post:
36430       description: "creates generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36431       parameters:
36432       - name: "service-instance-id"
36433         in: "path"
36434         description: "Id of service"
36435         required: true
36436         type: "string"
36437       - name: "network-id"
36438         in: "path"
36439         description: "Id of network"
36440         required: true
36441         type: "string"
36442       - in: "body"
36443         name: "generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param"
36444         description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter\
36445           \ to be added to list"
36446         required: false
36447         schema:
36448           $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36449           originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36450       responses:
36451         400:
36452           description: "Internal error"
36453         201:
36454           description: "Object created"
36455         409:
36456           description: "Object already exists"
36457   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/network-parameter/{network-parameter-name}/
36458   : get:
36459       tags:
36460       - "GENERIC-RESOURCE-API"
36461       description: "returns generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36462       parameters:
36463       - name: "service-instance-id"
36464         in: "path"
36465         description: "Id of service"
36466         required: true
36467         type: "string"
36468       - name: "network-id"
36469         in: "path"
36470         description: "Id of network"
36471         required: true
36472         type: "string"
36473       - name: "network-parameter-name"
36474         in: "path"
36475         description: "Id of network-parameter"
36476         required: true
36477         type: "string"
36478       responses:
36479         400:
36480           description: "Internal error"
36481         200:
36482           description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36483           responseSchema:
36484             $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36485             originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36486           schema:
36487             $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36488             originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36489     post:
36490       tags:
36491       - "GENERIC-RESOURCE-API"
36492       description: "creates generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36493       parameters:
36494       - name: "service-instance-id"
36495         in: "path"
36496         description: "Id of service"
36497         required: true
36498         type: "string"
36499       - name: "network-id"
36500         in: "path"
36501         description: "Id of network"
36502         required: true
36503         type: "string"
36504       - name: "network-parameter-name"
36505         in: "path"
36506         description: "Id of network-parameter"
36507         required: true
36508         type: "string"
36509       - in: "body"
36510         name: "generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param"
36511         description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter\
36512           \ to be added to list"
36513         required: false
36514         schema:
36515           $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36516           originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36517       responses:
36518         400:
36519           description: "Internal error"
36520         201:
36521           description: "Object created"
36522         409:
36523           description: "Object already exists"
36524     put:
36525       tags:
36526       - "GENERIC-RESOURCE-API"
36527       description: "creates or updates generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36528       parameters:
36529       - name: "service-instance-id"
36530         in: "path"
36531         description: "Id of service"
36532         required: true
36533         type: "string"
36534       - name: "network-id"
36535         in: "path"
36536         description: "Id of network"
36537         required: true
36538         type: "string"
36539       - name: "network-parameter-name"
36540         in: "path"
36541         description: "Id of network-parameter"
36542         required: true
36543         type: "string"
36544       - in: "body"
36545         name: "generic.resource.api.networkparameters.networkparameters.NetworkParameter.body-param"
36546         description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter\
36547           \ to be added or updated"
36548         required: false
36549         schema:
36550           $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36551           originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36552       responses:
36553         400:
36554           description: "Internal error"
36555         201:
36556           description: "Object created"
36557         204:
36558           description: "Object modified"
36559     delete:
36560       tags:
36561       - "GENERIC-RESOURCE-API"
36562       description: "removes generic.resource.api.networkparameters.networkparameters.NetworkParameter"
36563       parameters:
36564       - name: "service-instance-id"
36565         in: "path"
36566         description: "Id of service"
36567         required: true
36568         type: "string"
36569       - name: "network-id"
36570         in: "path"
36571         description: "Id of network"
36572         required: true
36573         type: "string"
36574       - name: "network-parameter-name"
36575         in: "path"
36576         description: "Id of network-parameter"
36577         required: true
36578         type: "string"
36579       responses:
36580         400:
36581           description: "Internal error"
36582         204:
36583           description: "Object deleted"
36584   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/
36585   : get:
36586       tags:
36587       - "GENERIC-RESOURCE-API"
36588       description: "returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36589       parameters:
36590       - name: "service-instance-id"
36591         in: "path"
36592         description: "Id of service"
36593         required: true
36594         type: "string"
36595       - name: "network-id"
36596         in: "path"
36597         description: "Id of network"
36598         required: true
36599         type: "string"
36600       responses:
36601         400:
36602           description: "Internal error"
36603         200:
36604           description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36605           responseSchema:
36606             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36607             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36608           schema:
36609             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36610             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36611     post:
36612       tags:
36613       - "GENERIC-RESOURCE-API"
36614       description: "creates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36615       parameters:
36616       - name: "service-instance-id"
36617         in: "path"
36618         description: "Id of service"
36619         required: true
36620         type: "string"
36621       - name: "network-id"
36622         in: "path"
36623         description: "Id of network"
36624         required: true
36625         type: "string"
36626       - in: "body"
36627         name: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param"
36628         description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure\
36629           \ to be added to list"
36630         required: false
36631         schema:
36632           $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36633           originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36634       responses:
36635         400:
36636           description: "Internal error"
36637         201:
36638           description: "Object created"
36639         409:
36640           description: "Object already exists"
36641     put:
36642       tags:
36643       - "GENERIC-RESOURCE-API"
36644       description: "creates or updates generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36645       parameters:
36646       - name: "service-instance-id"
36647         in: "path"
36648         description: "Id of service"
36649         required: true
36650         type: "string"
36651       - name: "network-id"
36652         in: "path"
36653         description: "Id of network"
36654         required: true
36655         type: "string"
36656       - in: "body"
36657         name: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure.body-param"
36658         description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure\
36659           \ to be added or updated"
36660         required: false
36661         schema:
36662           $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36663           originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36664       responses:
36665         400:
36666           description: "Internal error"
36667         201:
36668           description: "Object created"
36669         204:
36670           description: "Object modified"
36671     delete:
36672       tags:
36673       - "GENERIC-RESOURCE-API"
36674       description: "removes generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
36675       parameters:
36676       - name: "service-instance-id"
36677         in: "path"
36678         description: "Id of service"
36679         required: true
36680         type: "string"
36681       - name: "network-id"
36682         in: "path"
36683         description: "Id of network"
36684         required: true
36685         type: "string"
36686       responses:
36687         400:
36688           description: "Internal error"
36689         204:
36690           description: "Object deleted"
36691   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/
36692   : get:
36693       tags:
36694       - "GENERIC-RESOURCE-API"
36695       description: "returns generic.resource.api.RelatedNetwork"
36696       parameters:
36697       - name: "service-instance-id"
36698         in: "path"
36699         description: "Id of service"
36700         required: true
36701         type: "string"
36702       - name: "network-id"
36703         in: "path"
36704         description: "Id of network"
36705         required: true
36706         type: "string"
36707       responses:
36708         400:
36709           description: "Internal error"
36710         200:
36711           description: "generic.resource.api.RelatedNetwork"
36712           responseSchema:
36713             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
36714             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
36715           schema:
36716             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
36717             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
36718     post:
36719       tags:
36720       - "GENERIC-RESOURCE-API"
36721       description: "creates generic.resource.api.RelatedNetwork"
36722       parameters:
36723       - name: "service-instance-id"
36724         in: "path"
36725         description: "Id of service"
36726         required: true
36727         type: "string"
36728       - name: "network-id"
36729         in: "path"
36730         description: "Id of network"
36731         required: true
36732         type: "string"
36733       - in: "body"
36734         name: "generic.resource.api.RelatedNetwork.body-param"
36735         description: "generic.resource.api.RelatedNetwork to be added to list"
36736         required: false
36737         schema:
36738           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
36739           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
36740       responses:
36741         400:
36742           description: "Internal error"
36743         201:
36744           description: "Object created"
36745         409:
36746           description: "Object already exists"
36747     put:
36748       tags:
36749       - "GENERIC-RESOURCE-API"
36750       description: "creates or updates generic.resource.api.RelatedNetwork"
36751       parameters:
36752       - name: "service-instance-id"
36753         in: "path"
36754         description: "Id of service"
36755         required: true
36756         type: "string"
36757       - name: "network-id"
36758         in: "path"
36759         description: "Id of network"
36760         required: true
36761         type: "string"
36762       - in: "body"
36763         name: "generic.resource.api.RelatedNetwork.body-param"
36764         description: "generic.resource.api.RelatedNetwork to be added or updated"
36765         required: false
36766         schema:
36767           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
36768           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
36769       responses:
36770         400:
36771           description: "Internal error"
36772         201:
36773           description: "Object created"
36774         204:
36775           description: "Object modified"
36776     delete:
36777       tags:
36778       - "GENERIC-RESOURCE-API"
36779       description: "removes generic.resource.api.RelatedNetwork"
36780       parameters:
36781       - name: "service-instance-id"
36782         in: "path"
36783         description: "Id of service"
36784         required: true
36785         type: "string"
36786       - name: "network-id"
36787         in: "path"
36788         description: "Id of network"
36789         required: true
36790         type: "string"
36791       responses:
36792         400:
36793           description: "Internal error"
36794         204:
36795           description: "Object deleted"
36796   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/related-network/
36797   : post:
36798       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
36799       parameters:
36800       - name: "service-instance-id"
36801         in: "path"
36802         description: "Id of service"
36803         required: true
36804         type: "string"
36805       - name: "network-id"
36806         in: "path"
36807         description: "Id of network"
36808         required: true
36809         type: "string"
36810       - in: "body"
36811         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
36812         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
36813           \ to list"
36814         required: false
36815         schema:
36816           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36817           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36818       responses:
36819         400:
36820           description: "Internal error"
36821         201:
36822           description: "Object created"
36823         409:
36824           description: "Object already exists"
36825   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/related-network/{related-network-network-id}/
36826   : get:
36827       tags:
36828       - "GENERIC-RESOURCE-API"
36829       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
36830       parameters:
36831       - name: "service-instance-id"
36832         in: "path"
36833         description: "Id of service"
36834         required: true
36835         type: "string"
36836       - name: "network-id"
36837         in: "path"
36838         description: "Id of network"
36839         required: true
36840         type: "string"
36841       - name: "related-network-network-id"
36842         in: "path"
36843         description: "Id of related-network"
36844         required: true
36845         type: "string"
36846       responses:
36847         400:
36848           description: "Internal error"
36849         200:
36850           description: "generic.resource.api.relatednetwork.RelatedNetwork"
36851           responseSchema:
36852             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36853             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36854           schema:
36855             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36856             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36857     post:
36858       tags:
36859       - "GENERIC-RESOURCE-API"
36860       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
36861       parameters:
36862       - name: "service-instance-id"
36863         in: "path"
36864         description: "Id of service"
36865         required: true
36866         type: "string"
36867       - name: "network-id"
36868         in: "path"
36869         description: "Id of network"
36870         required: true
36871         type: "string"
36872       - name: "related-network-network-id"
36873         in: "path"
36874         description: "Id of related-network"
36875         required: true
36876         type: "string"
36877       - in: "body"
36878         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
36879         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
36880           \ to list"
36881         required: false
36882         schema:
36883           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36884           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36885       responses:
36886         400:
36887           description: "Internal error"
36888         201:
36889           description: "Object created"
36890         409:
36891           description: "Object already exists"
36892     put:
36893       tags:
36894       - "GENERIC-RESOURCE-API"
36895       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
36896       parameters:
36897       - name: "service-instance-id"
36898         in: "path"
36899         description: "Id of service"
36900         required: true
36901         type: "string"
36902       - name: "network-id"
36903         in: "path"
36904         description: "Id of network"
36905         required: true
36906         type: "string"
36907       - name: "related-network-network-id"
36908         in: "path"
36909         description: "Id of related-network"
36910         required: true
36911         type: "string"
36912       - in: "body"
36913         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
36914         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
36915           \ or updated"
36916         required: false
36917         schema:
36918           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36919           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
36920       responses:
36921         400:
36922           description: "Internal error"
36923         201:
36924           description: "Object created"
36925         204:
36926           description: "Object modified"
36927     delete:
36928       tags:
36929       - "GENERIC-RESOURCE-API"
36930       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
36931       parameters:
36932       - name: "service-instance-id"
36933         in: "path"
36934         description: "Id of service"
36935         required: true
36936         type: "string"
36937       - name: "network-id"
36938         in: "path"
36939         description: "Id of network"
36940         required: true
36941         type: "string"
36942       - name: "related-network-network-id"
36943         in: "path"
36944         description: "Id of related-network"
36945         required: true
36946         type: "string"
36947       responses:
36948         400:
36949           description: "Internal error"
36950         204:
36951           description: "Object deleted"
36952   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/related-network/{related-network-network-id}/vlan-tags/
36953   : get:
36954       tags:
36955       - "GENERIC-RESOURCE-API"
36956       description: "returns generic.resource.api.vlantags.VlanTags"
36957       parameters:
36958       - name: "service-instance-id"
36959         in: "path"
36960         description: "Id of service"
36961         required: true
36962         type: "string"
36963       - name: "network-id"
36964         in: "path"
36965         description: "Id of network"
36966         required: true
36967         type: "string"
36968       - name: "related-network-network-id"
36969         in: "path"
36970         description: "Id of related-network"
36971         required: true
36972         type: "string"
36973       responses:
36974         400:
36975           description: "Internal error"
36976         200:
36977           description: "generic.resource.api.vlantags.VlanTags"
36978           responseSchema:
36979             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
36980             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
36981           schema:
36982             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
36983             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
36984     post:
36985       tags:
36986       - "GENERIC-RESOURCE-API"
36987       description: "creates generic.resource.api.vlantags.VlanTags"
36988       parameters:
36989       - name: "service-instance-id"
36990         in: "path"
36991         description: "Id of service"
36992         required: true
36993         type: "string"
36994       - name: "network-id"
36995         in: "path"
36996         description: "Id of network"
36997         required: true
36998         type: "string"
36999       - name: "related-network-network-id"
37000         in: "path"
37001         description: "Id of related-network"
37002         required: true
37003         type: "string"
37004       - in: "body"
37005         name: "generic.resource.api.vlantags.VlanTags.body-param"
37006         description: "generic.resource.api.vlantags.VlanTags to be added to list"
37007         required: false
37008         schema:
37009           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
37010           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
37011       responses:
37012         400:
37013           description: "Internal error"
37014         201:
37015           description: "Object created"
37016         409:
37017           description: "Object already exists"
37018     put:
37019       tags:
37020       - "GENERIC-RESOURCE-API"
37021       description: "creates or updates generic.resource.api.vlantags.VlanTags"
37022       parameters:
37023       - name: "service-instance-id"
37024         in: "path"
37025         description: "Id of service"
37026         required: true
37027         type: "string"
37028       - name: "network-id"
37029         in: "path"
37030         description: "Id of network"
37031         required: true
37032         type: "string"
37033       - name: "related-network-network-id"
37034         in: "path"
37035         description: "Id of related-network"
37036         required: true
37037         type: "string"
37038       - in: "body"
37039         name: "generic.resource.api.vlantags.VlanTags.body-param"
37040         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
37041         required: false
37042         schema:
37043           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
37044           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
37045       responses:
37046         400:
37047           description: "Internal error"
37048         201:
37049           description: "Object created"
37050         204:
37051           description: "Object modified"
37052     delete:
37053       tags:
37054       - "GENERIC-RESOURCE-API"
37055       description: "removes generic.resource.api.vlantags.VlanTags"
37056       parameters:
37057       - name: "service-instance-id"
37058         in: "path"
37059         description: "Id of service"
37060         required: true
37061         type: "string"
37062       - name: "network-id"
37063         in: "path"
37064         description: "Id of network"
37065         required: true
37066         type: "string"
37067       - name: "related-network-network-id"
37068         in: "path"
37069         description: "Id of related-network"
37070         required: true
37071         type: "string"
37072       responses:
37073         400:
37074           description: "Internal error"
37075         204:
37076           description: "Object deleted"
37077   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/onap-model-information/
37078   : get:
37079       tags:
37080       - "GENERIC-RESOURCE-API"
37081       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
37082       parameters:
37083       - name: "service-instance-id"
37084         in: "path"
37085         description: "Id of service"
37086         required: true
37087         type: "string"
37088       - name: "network-id"
37089         in: "path"
37090         description: "Id of network"
37091         required: true
37092         type: "string"
37093       responses:
37094         400:
37095           description: "Internal error"
37096         200:
37097           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
37098           responseSchema:
37099             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37100             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37101           schema:
37102             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37103             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37104     post:
37105       tags:
37106       - "GENERIC-RESOURCE-API"
37107       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
37108       parameters:
37109       - name: "service-instance-id"
37110         in: "path"
37111         description: "Id of service"
37112         required: true
37113         type: "string"
37114       - name: "network-id"
37115         in: "path"
37116         description: "Id of network"
37117         required: true
37118         type: "string"
37119       - in: "body"
37120         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
37121         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
37122           \ to be added to list"
37123         required: false
37124         schema:
37125           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37126           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37127       responses:
37128         400:
37129           description: "Internal error"
37130         201:
37131           description: "Object created"
37132         409:
37133           description: "Object already exists"
37134     put:
37135       tags:
37136       - "GENERIC-RESOURCE-API"
37137       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
37138       parameters:
37139       - name: "service-instance-id"
37140         in: "path"
37141         description: "Id of service"
37142         required: true
37143         type: "string"
37144       - name: "network-id"
37145         in: "path"
37146         description: "Id of network"
37147         required: true
37148         type: "string"
37149       - in: "body"
37150         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
37151         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
37152           \ to be added or updated"
37153         required: false
37154         schema:
37155           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37156           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37157       responses:
37158         400:
37159           description: "Internal error"
37160         201:
37161           description: "Object created"
37162         204:
37163           description: "Object modified"
37164     delete:
37165       tags:
37166       - "GENERIC-RESOURCE-API"
37167       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
37168       parameters:
37169       - name: "service-instance-id"
37170         in: "path"
37171         description: "Id of service"
37172         required: true
37173         type: "string"
37174       - name: "network-id"
37175         in: "path"
37176         description: "Id of network"
37177         required: true
37178         type: "string"
37179       responses:
37180         400:
37181           description: "Internal error"
37182         204:
37183           description: "Object deleted"
37184   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/request-information/
37185   : get:
37186       tags:
37187       - "GENERIC-RESOURCE-API"
37188       description: "returns generic.resource.api.requestinformation.RequestInformation"
37189       parameters:
37190       - name: "service-instance-id"
37191         in: "path"
37192         description: "Id of service"
37193         required: true
37194         type: "string"
37195       - name: "network-id"
37196         in: "path"
37197         description: "Id of network"
37198         required: true
37199         type: "string"
37200       responses:
37201         400:
37202           description: "Internal error"
37203         200:
37204           description: "generic.resource.api.requestinformation.RequestInformation"
37205           responseSchema:
37206             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37207             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37208           schema:
37209             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37210             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37211     post:
37212       tags:
37213       - "GENERIC-RESOURCE-API"
37214       description: "creates generic.resource.api.requestinformation.RequestInformation"
37215       parameters:
37216       - name: "service-instance-id"
37217         in: "path"
37218         description: "Id of service"
37219         required: true
37220         type: "string"
37221       - name: "network-id"
37222         in: "path"
37223         description: "Id of network"
37224         required: true
37225         type: "string"
37226       - in: "body"
37227         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
37228         description: "generic.resource.api.requestinformation.RequestInformation to\
37229           \ be added to list"
37230         required: false
37231         schema:
37232           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37233           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37234       responses:
37235         400:
37236           description: "Internal error"
37237         201:
37238           description: "Object created"
37239         409:
37240           description: "Object already exists"
37241     put:
37242       tags:
37243       - "GENERIC-RESOURCE-API"
37244       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
37245       parameters:
37246       - name: "service-instance-id"
37247         in: "path"
37248         description: "Id of service"
37249         required: true
37250         type: "string"
37251       - name: "network-id"
37252         in: "path"
37253         description: "Id of network"
37254         required: true
37255         type: "string"
37256       - in: "body"
37257         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
37258         description: "generic.resource.api.requestinformation.RequestInformation to\
37259           \ be added or updated"
37260         required: false
37261         schema:
37262           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37263           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
37264       responses:
37265         400:
37266           description: "Internal error"
37267         201:
37268           description: "Object created"
37269         204:
37270           description: "Object modified"
37271     delete:
37272       tags:
37273       - "GENERIC-RESOURCE-API"
37274       description: "removes generic.resource.api.requestinformation.RequestInformation"
37275       parameters:
37276       - name: "service-instance-id"
37277         in: "path"
37278         description: "Id of service"
37279         required: true
37280         type: "string"
37281       - name: "network-id"
37282         in: "path"
37283         description: "Id of network"
37284         required: true
37285         type: "string"
37286       responses:
37287         400:
37288           description: "Internal error"
37289         204:
37290           description: "Object deleted"
37291   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/sdnc-request-header/
37292   : get:
37293       tags:
37294       - "GENERIC-RESOURCE-API"
37295       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
37296       parameters:
37297       - name: "service-instance-id"
37298         in: "path"
37299         description: "Id of service"
37300         required: true
37301         type: "string"
37302       - name: "network-id"
37303         in: "path"
37304         description: "Id of network"
37305         required: true
37306         type: "string"
37307       responses:
37308         400:
37309           description: "Internal error"
37310         200:
37311           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
37312           responseSchema:
37313             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37314             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37315           schema:
37316             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37317             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37318     post:
37319       tags:
37320       - "GENERIC-RESOURCE-API"
37321       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
37322       parameters:
37323       - name: "service-instance-id"
37324         in: "path"
37325         description: "Id of service"
37326         required: true
37327         type: "string"
37328       - name: "network-id"
37329         in: "path"
37330         description: "Id of network"
37331         required: true
37332         type: "string"
37333       - in: "body"
37334         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
37335         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
37336           \ be added to list"
37337         required: false
37338         schema:
37339           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37340           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37341       responses:
37342         400:
37343           description: "Internal error"
37344         201:
37345           description: "Object created"
37346         409:
37347           description: "Object already exists"
37348     put:
37349       tags:
37350       - "GENERIC-RESOURCE-API"
37351       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
37352       parameters:
37353       - name: "service-instance-id"
37354         in: "path"
37355         description: "Id of service"
37356         required: true
37357         type: "string"
37358       - name: "network-id"
37359         in: "path"
37360         description: "Id of network"
37361         required: true
37362         type: "string"
37363       - in: "body"
37364         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
37365         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
37366           \ be added or updated"
37367         required: false
37368         schema:
37369           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37370           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
37371       responses:
37372         400:
37373           description: "Internal error"
37374         201:
37375           description: "Object created"
37376         204:
37377           description: "Object modified"
37378     delete:
37379       tags:
37380       - "GENERIC-RESOURCE-API"
37381       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
37382       parameters:
37383       - name: "service-instance-id"
37384         in: "path"
37385         description: "Id of service"
37386         required: true
37387         type: "string"
37388       - name: "network-id"
37389         in: "path"
37390         description: "Id of network"
37391         required: true
37392         type: "string"
37393       responses:
37394         400:
37395           description: "Internal error"
37396         204:
37397           description: "Object deleted"
37398   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/
37399   : get:
37400       tags:
37401       - "GENERIC-RESOURCE-API"
37402       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
37403       parameters:
37404       - name: "service-instance-id"
37405         in: "path"
37406         description: "Id of service"
37407         required: true
37408         type: "string"
37409       - name: "network-id"
37410         in: "path"
37411         description: "Id of network"
37412         required: true
37413         type: "string"
37414       responses:
37415         400:
37416           description: "Internal error"
37417         200:
37418           description: "generic.resource.api.serviceinformation.ServiceInformation"
37419           responseSchema:
37420             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37421             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37422           schema:
37423             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37424             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37425     post:
37426       tags:
37427       - "GENERIC-RESOURCE-API"
37428       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
37429       parameters:
37430       - name: "service-instance-id"
37431         in: "path"
37432         description: "Id of service"
37433         required: true
37434         type: "string"
37435       - name: "network-id"
37436         in: "path"
37437         description: "Id of network"
37438         required: true
37439         type: "string"
37440       - in: "body"
37441         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
37442         description: "generic.resource.api.serviceinformation.ServiceInformation to\
37443           \ be added to list"
37444         required: false
37445         schema:
37446           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37447           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37448       responses:
37449         400:
37450           description: "Internal error"
37451         201:
37452           description: "Object created"
37453         409:
37454           description: "Object already exists"
37455     put:
37456       tags:
37457       - "GENERIC-RESOURCE-API"
37458       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
37459       parameters:
37460       - name: "service-instance-id"
37461         in: "path"
37462         description: "Id of service"
37463         required: true
37464         type: "string"
37465       - name: "network-id"
37466         in: "path"
37467         description: "Id of network"
37468         required: true
37469         type: "string"
37470       - in: "body"
37471         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
37472         description: "generic.resource.api.serviceinformation.ServiceInformation to\
37473           \ be added or updated"
37474         required: false
37475         schema:
37476           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37477           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
37478       responses:
37479         400:
37480           description: "Internal error"
37481         201:
37482           description: "Object created"
37483         204:
37484           description: "Object modified"
37485     delete:
37486       tags:
37487       - "GENERIC-RESOURCE-API"
37488       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
37489       parameters:
37490       - name: "service-instance-id"
37491         in: "path"
37492         description: "Id of service"
37493         required: true
37494         type: "string"
37495       - name: "network-id"
37496         in: "path"
37497         description: "Id of network"
37498         required: true
37499         type: "string"
37500       responses:
37501         400:
37502           description: "Internal error"
37503         204:
37504           description: "Object deleted"
37505   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/onap-model-information/
37506   : get:
37507       tags:
37508       - "GENERIC-RESOURCE-API"
37509       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
37510       parameters:
37511       - name: "service-instance-id"
37512         in: "path"
37513         description: "Id of service"
37514         required: true
37515         type: "string"
37516       - name: "network-id"
37517         in: "path"
37518         description: "Id of network"
37519         required: true
37520         type: "string"
37521       responses:
37522         400:
37523           description: "Internal error"
37524         200:
37525           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
37526           responseSchema:
37527             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37528             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37529           schema:
37530             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37531             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37532     post:
37533       tags:
37534       - "GENERIC-RESOURCE-API"
37535       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
37536       parameters:
37537       - name: "service-instance-id"
37538         in: "path"
37539         description: "Id of service"
37540         required: true
37541         type: "string"
37542       - name: "network-id"
37543         in: "path"
37544         description: "Id of network"
37545         required: true
37546         type: "string"
37547       - in: "body"
37548         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
37549         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
37550           \ to be added to list"
37551         required: false
37552         schema:
37553           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37554           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37555       responses:
37556         400:
37557           description: "Internal error"
37558         201:
37559           description: "Object created"
37560         409:
37561           description: "Object already exists"
37562     put:
37563       tags:
37564       - "GENERIC-RESOURCE-API"
37565       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
37566       parameters:
37567       - name: "service-instance-id"
37568         in: "path"
37569         description: "Id of service"
37570         required: true
37571         type: "string"
37572       - name: "network-id"
37573         in: "path"
37574         description: "Id of network"
37575         required: true
37576         type: "string"
37577       - in: "body"
37578         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
37579         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
37580           \ to be added or updated"
37581         required: false
37582         schema:
37583           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37584           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
37585       responses:
37586         400:
37587           description: "Internal error"
37588         201:
37589           description: "Object created"
37590         204:
37591           description: "Object modified"
37592     delete:
37593       tags:
37594       - "GENERIC-RESOURCE-API"
37595       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
37596       parameters:
37597       - name: "service-instance-id"
37598         in: "path"
37599         description: "Id of service"
37600         required: true
37601         type: "string"
37602       - name: "network-id"
37603         in: "path"
37604         description: "Id of network"
37605         required: true
37606         type: "string"
37607       responses:
37608         400:
37609           description: "Internal error"
37610         204:
37611           description: "Object deleted"
37612   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/
37613   : get:
37614       tags:
37615       - "GENERIC-RESOURCE-API"
37616       description: "returns generic.resource.api.servicedata.servicedata.Pnfs"
37617       parameters:
37618       - name: "service-instance-id"
37619         in: "path"
37620         description: "Id of service"
37621         required: true
37622         type: "string"
37623       responses:
37624         400:
37625           description: "Internal error"
37626         200:
37627           description: "generic.resource.api.servicedata.servicedata.Pnfs"
37628           responseSchema:
37629             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37630             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37631           schema:
37632             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37633             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37634     post:
37635       tags:
37636       - "GENERIC-RESOURCE-API"
37637       description: "creates generic.resource.api.servicedata.servicedata.Pnfs"
37638       parameters:
37639       - name: "service-instance-id"
37640         in: "path"
37641         description: "Id of service"
37642         required: true
37643         type: "string"
37644       - in: "body"
37645         name: "generic.resource.api.servicedata.servicedata.Pnfs.body-param"
37646         description: "generic.resource.api.servicedata.servicedata.Pnfs to be added\
37647           \ to list"
37648         required: false
37649         schema:
37650           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37651           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37652       responses:
37653         400:
37654           description: "Internal error"
37655         201:
37656           description: "Object created"
37657         409:
37658           description: "Object already exists"
37659     put:
37660       tags:
37661       - "GENERIC-RESOURCE-API"
37662       description: "creates or updates generic.resource.api.servicedata.servicedata.Pnfs"
37663       parameters:
37664       - name: "service-instance-id"
37665         in: "path"
37666         description: "Id of service"
37667         required: true
37668         type: "string"
37669       - in: "body"
37670         name: "generic.resource.api.servicedata.servicedata.Pnfs.body-param"
37671         description: "generic.resource.api.servicedata.servicedata.Pnfs to be added\
37672           \ or updated"
37673         required: false
37674         schema:
37675           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37676           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
37677       responses:
37678         400:
37679           description: "Internal error"
37680         201:
37681           description: "Object created"
37682         204:
37683           description: "Object modified"
37684     delete:
37685       tags:
37686       - "GENERIC-RESOURCE-API"
37687       description: "removes generic.resource.api.servicedata.servicedata.Pnfs"
37688       parameters:
37689       - name: "service-instance-id"
37690         in: "path"
37691         description: "Id of service"
37692         required: true
37693         type: "string"
37694       responses:
37695         400:
37696           description: "Internal error"
37697         204:
37698           description: "Object deleted"
37699   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/
37700   : post:
37701       description: "creates generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37702       parameters:
37703       - name: "service-instance-id"
37704         in: "path"
37705         description: "Id of service"
37706         required: true
37707         type: "string"
37708       - in: "body"
37709         name: "generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param"
37710         description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf to be\
37711           \ added to list"
37712         required: false
37713         schema:
37714           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37715           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37716       responses:
37717         400:
37718           description: "Internal error"
37719         201:
37720           description: "Object created"
37721         409:
37722           description: "Object already exists"
37723   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/
37724   : get:
37725       tags:
37726       - "GENERIC-RESOURCE-API"
37727       description: "returns generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37728       parameters:
37729       - name: "service-instance-id"
37730         in: "path"
37731         description: "Id of service"
37732         required: true
37733         type: "string"
37734       - name: "pnf-id"
37735         in: "path"
37736         description: "Id of pnf"
37737         required: true
37738         type: "string"
37739       responses:
37740         400:
37741           description: "Internal error"
37742         200:
37743           description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37744           responseSchema:
37745             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37746             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37747           schema:
37748             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37749             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37750     post:
37751       tags:
37752       - "GENERIC-RESOURCE-API"
37753       description: "creates generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37754       parameters:
37755       - name: "service-instance-id"
37756         in: "path"
37757         description: "Id of service"
37758         required: true
37759         type: "string"
37760       - name: "pnf-id"
37761         in: "path"
37762         description: "Id of pnf"
37763         required: true
37764         type: "string"
37765       - in: "body"
37766         name: "generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param"
37767         description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf to be\
37768           \ added to list"
37769         required: false
37770         schema:
37771           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37772           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37773       responses:
37774         400:
37775           description: "Internal error"
37776         201:
37777           description: "Object created"
37778         409:
37779           description: "Object already exists"
37780     put:
37781       tags:
37782       - "GENERIC-RESOURCE-API"
37783       description: "creates or updates generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37784       parameters:
37785       - name: "service-instance-id"
37786         in: "path"
37787         description: "Id of service"
37788         required: true
37789         type: "string"
37790       - name: "pnf-id"
37791         in: "path"
37792         description: "Id of pnf"
37793         required: true
37794         type: "string"
37795       - in: "body"
37796         name: "generic.resource.api.servicedata.servicedata.pnfs.Pnf.body-param"
37797         description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf to be\
37798           \ added or updated"
37799         required: false
37800         schema:
37801           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37802           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37803       responses:
37804         400:
37805           description: "Internal error"
37806         201:
37807           description: "Object created"
37808         204:
37809           description: "Object modified"
37810     delete:
37811       tags:
37812       - "GENERIC-RESOURCE-API"
37813       description: "removes generic.resource.api.servicedata.servicedata.pnfs.Pnf"
37814       parameters:
37815       - name: "service-instance-id"
37816         in: "path"
37817         description: "Id of service"
37818         required: true
37819         type: "string"
37820       - name: "pnf-id"
37821         in: "path"
37822         description: "Id of pnf"
37823         required: true
37824         type: "string"
37825       responses:
37826         400:
37827           description: "Internal error"
37828         204:
37829           description: "Object deleted"
37830   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/
37831   : get:
37832       tags:
37833       - "GENERIC-RESOURCE-API"
37834       description: "returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37835       parameters:
37836       - name: "service-instance-id"
37837         in: "path"
37838         description: "Id of service"
37839         required: true
37840         type: "string"
37841       - name: "pnf-id"
37842         in: "path"
37843         description: "Id of pnf"
37844         required: true
37845         type: "string"
37846       responses:
37847         400:
37848           description: "Internal error"
37849         200:
37850           description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37851           responseSchema:
37852             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37853             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37854           schema:
37855             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37856             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37857     post:
37858       tags:
37859       - "GENERIC-RESOURCE-API"
37860       description: "creates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37861       parameters:
37862       - name: "service-instance-id"
37863         in: "path"
37864         description: "Id of service"
37865         required: true
37866         type: "string"
37867       - name: "pnf-id"
37868         in: "path"
37869         description: "Id of pnf"
37870         required: true
37871         type: "string"
37872       - in: "body"
37873         name: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param"
37874         description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData\
37875           \ to be added to list"
37876         required: false
37877         schema:
37878           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37879           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37880       responses:
37881         400:
37882           description: "Internal error"
37883         201:
37884           description: "Object created"
37885         409:
37886           description: "Object already exists"
37887     put:
37888       tags:
37889       - "GENERIC-RESOURCE-API"
37890       description: "creates or updates generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37891       parameters:
37892       - name: "service-instance-id"
37893         in: "path"
37894         description: "Id of service"
37895         required: true
37896         type: "string"
37897       - name: "pnf-id"
37898         in: "path"
37899         description: "Id of pnf"
37900         required: true
37901         type: "string"
37902       - in: "body"
37903         name: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData.body-param"
37904         description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData\
37905           \ to be added or updated"
37906         required: false
37907         schema:
37908           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37909           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37910       responses:
37911         400:
37912           description: "Internal error"
37913         201:
37914           description: "Object created"
37915         204:
37916           description: "Object modified"
37917     delete:
37918       tags:
37919       - "GENERIC-RESOURCE-API"
37920       description: "removes generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
37921       parameters:
37922       - name: "service-instance-id"
37923         in: "path"
37924         description: "Id of service"
37925         required: true
37926         type: "string"
37927       - name: "pnf-id"
37928         in: "path"
37929         description: "Id of pnf"
37930         required: true
37931         type: "string"
37932       responses:
37933         400:
37934           description: "Internal error"
37935         204:
37936           description: "Object deleted"
37937   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/
37938   : get:
37939       tags:
37940       - "GENERIC-RESOURCE-API"
37941       description: "returns generic.resource.api.pnfdetails.PnfDetails"
37942       parameters:
37943       - name: "service-instance-id"
37944         in: "path"
37945         description: "Id of service"
37946         required: true
37947         type: "string"
37948       - name: "pnf-id"
37949         in: "path"
37950         description: "Id of pnf"
37951         required: true
37952         type: "string"
37953       responses:
37954         400:
37955           description: "Internal error"
37956         200:
37957           description: "generic.resource.api.pnfdetails.PnfDetails"
37958           responseSchema:
37959             $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37960             originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37961           schema:
37962             $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37963             originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37964     post:
37965       tags:
37966       - "GENERIC-RESOURCE-API"
37967       description: "creates generic.resource.api.pnfdetails.PnfDetails"
37968       parameters:
37969       - name: "service-instance-id"
37970         in: "path"
37971         description: "Id of service"
37972         required: true
37973         type: "string"
37974       - name: "pnf-id"
37975         in: "path"
37976         description: "Id of pnf"
37977         required: true
37978         type: "string"
37979       - in: "body"
37980         name: "generic.resource.api.pnfdetails.PnfDetails.body-param"
37981         description: "generic.resource.api.pnfdetails.PnfDetails to be added to list"
37982         required: false
37983         schema:
37984           $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37985           originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
37986       responses:
37987         400:
37988           description: "Internal error"
37989         201:
37990           description: "Object created"
37991         409:
37992           description: "Object already exists"
37993     put:
37994       tags:
37995       - "GENERIC-RESOURCE-API"
37996       description: "creates or updates generic.resource.api.pnfdetails.PnfDetails"
37997       parameters:
37998       - name: "service-instance-id"
37999         in: "path"
38000         description: "Id of service"
38001         required: true
38002         type: "string"
38003       - name: "pnf-id"
38004         in: "path"
38005         description: "Id of pnf"
38006         required: true
38007         type: "string"
38008       - in: "body"
38009         name: "generic.resource.api.pnfdetails.PnfDetails.body-param"
38010         description: "generic.resource.api.pnfdetails.PnfDetails to be added or updated"
38011         required: false
38012         schema:
38013           $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
38014           originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
38015       responses:
38016         400:
38017           description: "Internal error"
38018         201:
38019           description: "Object created"
38020         204:
38021           description: "Object modified"
38022     delete:
38023       tags:
38024       - "GENERIC-RESOURCE-API"
38025       description: "removes generic.resource.api.pnfdetails.PnfDetails"
38026       parameters:
38027       - name: "service-instance-id"
38028         in: "path"
38029         description: "Id of service"
38030         required: true
38031         type: "string"
38032       - name: "pnf-id"
38033         in: "path"
38034         description: "Id of pnf"
38035         required: true
38036         type: "string"
38037       responses:
38038         400:
38039           description: "Internal error"
38040         204:
38041           description: "Object deleted"
38042   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/onap-model-information/
38043   : get:
38044       tags:
38045       - "GENERIC-RESOURCE-API"
38046       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
38047       parameters:
38048       - name: "service-instance-id"
38049         in: "path"
38050         description: "Id of service"
38051         required: true
38052         type: "string"
38053       - name: "pnf-id"
38054         in: "path"
38055         description: "Id of pnf"
38056         required: true
38057         type: "string"
38058       responses:
38059         400:
38060           description: "Internal error"
38061         200:
38062           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
38063           responseSchema:
38064             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38065             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38066           schema:
38067             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38068             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38069     post:
38070       tags:
38071       - "GENERIC-RESOURCE-API"
38072       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
38073       parameters:
38074       - name: "service-instance-id"
38075         in: "path"
38076         description: "Id of service"
38077         required: true
38078         type: "string"
38079       - name: "pnf-id"
38080         in: "path"
38081         description: "Id of pnf"
38082         required: true
38083         type: "string"
38084       - in: "body"
38085         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
38086         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
38087           \ to be added to list"
38088         required: false
38089         schema:
38090           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38091           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38092       responses:
38093         400:
38094           description: "Internal error"
38095         201:
38096           description: "Object created"
38097         409:
38098           description: "Object already exists"
38099     put:
38100       tags:
38101       - "GENERIC-RESOURCE-API"
38102       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
38103       parameters:
38104       - name: "service-instance-id"
38105         in: "path"
38106         description: "Id of service"
38107         required: true
38108         type: "string"
38109       - name: "pnf-id"
38110         in: "path"
38111         description: "Id of pnf"
38112         required: true
38113         type: "string"
38114       - in: "body"
38115         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
38116         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
38117           \ to be added or updated"
38118         required: false
38119         schema:
38120           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38121           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
38122       responses:
38123         400:
38124           description: "Internal error"
38125         201:
38126           description: "Object created"
38127         204:
38128           description: "Object modified"
38129     delete:
38130       tags:
38131       - "GENERIC-RESOURCE-API"
38132       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
38133       parameters:
38134       - name: "service-instance-id"
38135         in: "path"
38136         description: "Id of service"
38137         required: true
38138         type: "string"
38139       - name: "pnf-id"
38140         in: "path"
38141         description: "Id of pnf"
38142         required: true
38143         type: "string"
38144       responses:
38145         400:
38146           description: "Internal error"
38147         204:
38148           description: "Object deleted"
38149   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-level-oper-status/
38150   : get:
38151       tags:
38152       - "GENERIC-RESOURCE-API"
38153       description: "returns generic.resource.api.OperStatusData"
38154       parameters:
38155       - name: "service-instance-id"
38156         in: "path"
38157         description: "Id of service"
38158         required: true
38159         type: "string"
38160       - name: "pnf-id"
38161         in: "path"
38162         description: "Id of pnf"
38163         required: true
38164         type: "string"
38165       responses:
38166         400:
38167           description: "Internal error"
38168         200:
38169           description: "generic.resource.api.OperStatusData"
38170           responseSchema:
38171             $ref: "#/definitions/generic.resource.api.OperStatusData"
38172             originalRef: "#/definitions/generic.resource.api.OperStatusData"
38173           schema:
38174             $ref: "#/definitions/generic.resource.api.OperStatusData"
38175             originalRef: "#/definitions/generic.resource.api.OperStatusData"
38176     post:
38177       tags:
38178       - "GENERIC-RESOURCE-API"
38179       description: "creates generic.resource.api.OperStatusData"
38180       parameters:
38181       - name: "service-instance-id"
38182         in: "path"
38183         description: "Id of service"
38184         required: true
38185         type: "string"
38186       - name: "pnf-id"
38187         in: "path"
38188         description: "Id of pnf"
38189         required: true
38190         type: "string"
38191       - in: "body"
38192         name: "generic.resource.api.OperStatusData.body-param"
38193         description: "generic.resource.api.OperStatusData to be added to list"
38194         required: false
38195         schema:
38196           $ref: "#/definitions/generic.resource.api.OperStatusData"
38197           originalRef: "#/definitions/generic.resource.api.OperStatusData"
38198       responses:
38199         400:
38200           description: "Internal error"
38201         201:
38202           description: "Object created"
38203         409:
38204           description: "Object already exists"
38205     put:
38206       tags:
38207       - "GENERIC-RESOURCE-API"
38208       description: "creates or updates generic.resource.api.OperStatusData"
38209       parameters:
38210       - name: "service-instance-id"
38211         in: "path"
38212         description: "Id of service"
38213         required: true
38214         type: "string"
38215       - name: "pnf-id"
38216         in: "path"
38217         description: "Id of pnf"
38218         required: true
38219         type: "string"
38220       - in: "body"
38221         name: "generic.resource.api.OperStatusData.body-param"
38222         description: "generic.resource.api.OperStatusData to be added or updated"
38223         required: false
38224         schema:
38225           $ref: "#/definitions/generic.resource.api.OperStatusData"
38226           originalRef: "#/definitions/generic.resource.api.OperStatusData"
38227       responses:
38228         400:
38229           description: "Internal error"
38230         201:
38231           description: "Object created"
38232         204:
38233           description: "Object modified"
38234     delete:
38235       tags:
38236       - "GENERIC-RESOURCE-API"
38237       description: "removes generic.resource.api.OperStatusData"
38238       parameters:
38239       - name: "service-instance-id"
38240         in: "path"
38241         description: "Id of service"
38242         required: true
38243         type: "string"
38244       - name: "pnf-id"
38245         in: "path"
38246         description: "Id of pnf"
38247         required: true
38248         type: "string"
38249       responses:
38250         400:
38251           description: "Internal error"
38252         204:
38253           description: "Object deleted"
38254   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/
38255   : get:
38256       tags:
38257       - "GENERIC-RESOURCE-API"
38258       description: "returns generic.resource.api.pnfrequestinput.PnfRequestInput"
38259       parameters:
38260       - name: "service-instance-id"
38261         in: "path"
38262         description: "Id of service"
38263         required: true
38264         type: "string"
38265       - name: "pnf-id"
38266         in: "path"
38267         description: "Id of pnf"
38268         required: true
38269         type: "string"
38270       responses:
38271         400:
38272           description: "Internal error"
38273         200:
38274           description: "generic.resource.api.pnfrequestinput.PnfRequestInput"
38275           responseSchema:
38276             $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38277             originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38278           schema:
38279             $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38280             originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38281     post:
38282       tags:
38283       - "GENERIC-RESOURCE-API"
38284       description: "creates generic.resource.api.pnfrequestinput.PnfRequestInput"
38285       parameters:
38286       - name: "service-instance-id"
38287         in: "path"
38288         description: "Id of service"
38289         required: true
38290         type: "string"
38291       - name: "pnf-id"
38292         in: "path"
38293         description: "Id of pnf"
38294         required: true
38295         type: "string"
38296       - in: "body"
38297         name: "generic.resource.api.pnfrequestinput.PnfRequestInput.body-param"
38298         description: "generic.resource.api.pnfrequestinput.PnfRequestInput to be added\
38299           \ to list"
38300         required: false
38301         schema:
38302           $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38303           originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38304       responses:
38305         400:
38306           description: "Internal error"
38307         201:
38308           description: "Object created"
38309         409:
38310           description: "Object already exists"
38311     put:
38312       tags:
38313       - "GENERIC-RESOURCE-API"
38314       description: "creates or updates generic.resource.api.pnfrequestinput.PnfRequestInput"
38315       parameters:
38316       - name: "service-instance-id"
38317         in: "path"
38318         description: "Id of service"
38319         required: true
38320         type: "string"
38321       - name: "pnf-id"
38322         in: "path"
38323         description: "Id of pnf"
38324         required: true
38325         type: "string"
38326       - in: "body"
38327         name: "generic.resource.api.pnfrequestinput.PnfRequestInput.body-param"
38328         description: "generic.resource.api.pnfrequestinput.PnfRequestInput to be added\
38329           \ or updated"
38330         required: false
38331         schema:
38332           $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38333           originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
38334       responses:
38335         400:
38336           description: "Internal error"
38337         201:
38338           description: "Object created"
38339         204:
38340           description: "Object modified"
38341     delete:
38342       tags:
38343       - "GENERIC-RESOURCE-API"
38344       description: "removes generic.resource.api.pnfrequestinput.PnfRequestInput"
38345       parameters:
38346       - name: "service-instance-id"
38347         in: "path"
38348         description: "Id of service"
38349         required: true
38350         type: "string"
38351       - name: "pnf-id"
38352         in: "path"
38353         description: "Id of pnf"
38354         required: true
38355         type: "string"
38356       responses:
38357         400:
38358           description: "Internal error"
38359         204:
38360           description: "Object deleted"
38361   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/
38362   : get:
38363       tags:
38364       - "GENERIC-RESOURCE-API"
38365       description: "returns generic.resource.api.Param"
38366       parameters:
38367       - name: "service-instance-id"
38368         in: "path"
38369         description: "Id of service"
38370         required: true
38371         type: "string"
38372       - name: "pnf-id"
38373         in: "path"
38374         description: "Id of pnf"
38375         required: true
38376         type: "string"
38377       responses:
38378         400:
38379           description: "Internal error"
38380         200:
38381           description: "generic.resource.api.Param"
38382           responseSchema:
38383             $ref: "#/definitions/generic.resource.api.Param"
38384             originalRef: "#/definitions/generic.resource.api.Param"
38385           schema:
38386             $ref: "#/definitions/generic.resource.api.Param"
38387             originalRef: "#/definitions/generic.resource.api.Param"
38388     post:
38389       tags:
38390       - "GENERIC-RESOURCE-API"
38391       description: "creates generic.resource.api.Param"
38392       parameters:
38393       - name: "service-instance-id"
38394         in: "path"
38395         description: "Id of service"
38396         required: true
38397         type: "string"
38398       - name: "pnf-id"
38399         in: "path"
38400         description: "Id of pnf"
38401         required: true
38402         type: "string"
38403       - in: "body"
38404         name: "generic.resource.api.Param.body-param"
38405         description: "generic.resource.api.Param to be added to list"
38406         required: false
38407         schema:
38408           $ref: "#/definitions/generic.resource.api.Param"
38409           originalRef: "#/definitions/generic.resource.api.Param"
38410       responses:
38411         400:
38412           description: "Internal error"
38413         201:
38414           description: "Object created"
38415         409:
38416           description: "Object already exists"
38417     put:
38418       tags:
38419       - "GENERIC-RESOURCE-API"
38420       description: "creates or updates generic.resource.api.Param"
38421       parameters:
38422       - name: "service-instance-id"
38423         in: "path"
38424         description: "Id of service"
38425         required: true
38426         type: "string"
38427       - name: "pnf-id"
38428         in: "path"
38429         description: "Id of pnf"
38430         required: true
38431         type: "string"
38432       - in: "body"
38433         name: "generic.resource.api.Param.body-param"
38434         description: "generic.resource.api.Param to be added or updated"
38435         required: false
38436         schema:
38437           $ref: "#/definitions/generic.resource.api.Param"
38438           originalRef: "#/definitions/generic.resource.api.Param"
38439       responses:
38440         400:
38441           description: "Internal error"
38442         201:
38443           description: "Object created"
38444         204:
38445           description: "Object modified"
38446     delete:
38447       tags:
38448       - "GENERIC-RESOURCE-API"
38449       description: "removes generic.resource.api.Param"
38450       parameters:
38451       - name: "service-instance-id"
38452         in: "path"
38453         description: "Id of service"
38454         required: true
38455         type: "string"
38456       - name: "pnf-id"
38457         in: "path"
38458         description: "Id of pnf"
38459         required: true
38460         type: "string"
38461       responses:
38462         400:
38463           description: "Internal error"
38464         204:
38465           description: "Object deleted"
38466   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/
38467   : post:
38468       description: "creates generic.resource.api.param.Param"
38469       parameters:
38470       - name: "service-instance-id"
38471         in: "path"
38472         description: "Id of service"
38473         required: true
38474         type: "string"
38475       - name: "pnf-id"
38476         in: "path"
38477         description: "Id of pnf"
38478         required: true
38479         type: "string"
38480       - in: "body"
38481         name: "generic.resource.api.param.Param.body-param"
38482         description: "generic.resource.api.param.Param to be added to list"
38483         required: false
38484         schema:
38485           $ref: "#/definitions/generic.resource.api.param.Param"
38486           originalRef: "#/definitions/generic.resource.api.param.Param"
38487       responses:
38488         400:
38489           description: "Internal error"
38490         201:
38491           description: "Object created"
38492         409:
38493           description: "Object already exists"
38494   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/
38495   : get:
38496       tags:
38497       - "GENERIC-RESOURCE-API"
38498       description: "returns generic.resource.api.param.Param"
38499       parameters:
38500       - name: "service-instance-id"
38501         in: "path"
38502         description: "Id of service"
38503         required: true
38504         type: "string"
38505       - name: "pnf-id"
38506         in: "path"
38507         description: "Id of pnf"
38508         required: true
38509         type: "string"
38510       - name: "name"
38511         in: "path"
38512         description: "Id of param"
38513         required: true
38514         type: "string"
38515       responses:
38516         400:
38517           description: "Internal error"
38518         200:
38519           description: "generic.resource.api.param.Param"
38520           responseSchema:
38521             $ref: "#/definitions/generic.resource.api.param.Param"
38522             originalRef: "#/definitions/generic.resource.api.param.Param"
38523           schema:
38524             $ref: "#/definitions/generic.resource.api.param.Param"
38525             originalRef: "#/definitions/generic.resource.api.param.Param"
38526     post:
38527       tags:
38528       - "GENERIC-RESOURCE-API"
38529       description: "creates generic.resource.api.param.Param"
38530       parameters:
38531       - name: "service-instance-id"
38532         in: "path"
38533         description: "Id of service"
38534         required: true
38535         type: "string"
38536       - name: "pnf-id"
38537         in: "path"
38538         description: "Id of pnf"
38539         required: true
38540         type: "string"
38541       - name: "name"
38542         in: "path"
38543         description: "Id of param"
38544         required: true
38545         type: "string"
38546       - in: "body"
38547         name: "generic.resource.api.param.Param.body-param"
38548         description: "generic.resource.api.param.Param to be added to list"
38549         required: false
38550         schema:
38551           $ref: "#/definitions/generic.resource.api.param.Param"
38552           originalRef: "#/definitions/generic.resource.api.param.Param"
38553       responses:
38554         400:
38555           description: "Internal error"
38556         201:
38557           description: "Object created"
38558         409:
38559           description: "Object already exists"
38560     put:
38561       tags:
38562       - "GENERIC-RESOURCE-API"
38563       description: "creates or updates generic.resource.api.param.Param"
38564       parameters:
38565       - name: "service-instance-id"
38566         in: "path"
38567         description: "Id of service"
38568         required: true
38569         type: "string"
38570       - name: "pnf-id"
38571         in: "path"
38572         description: "Id of pnf"
38573         required: true
38574         type: "string"
38575       - name: "name"
38576         in: "path"
38577         description: "Id of param"
38578         required: true
38579         type: "string"
38580       - in: "body"
38581         name: "generic.resource.api.param.Param.body-param"
38582         description: "generic.resource.api.param.Param to be added or updated"
38583         required: false
38584         schema:
38585           $ref: "#/definitions/generic.resource.api.param.Param"
38586           originalRef: "#/definitions/generic.resource.api.param.Param"
38587       responses:
38588         400:
38589           description: "Internal error"
38590         201:
38591           description: "Object created"
38592         204:
38593           description: "Object modified"
38594     delete:
38595       tags:
38596       - "GENERIC-RESOURCE-API"
38597       description: "removes generic.resource.api.param.Param"
38598       parameters:
38599       - name: "service-instance-id"
38600         in: "path"
38601         description: "Id of service"
38602         required: true
38603         type: "string"
38604       - name: "pnf-id"
38605         in: "path"
38606         description: "Id of pnf"
38607         required: true
38608         type: "string"
38609       - name: "name"
38610         in: "path"
38611         description: "Id of param"
38612         required: true
38613         type: "string"
38614       responses:
38615         400:
38616           description: "Internal error"
38617         204:
38618           description: "Object deleted"
38619   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/resource-resolution-data/
38620   : get:
38621       tags:
38622       - "GENERIC-RESOURCE-API"
38623       description: "returns generic.resource.api.param.param.ResourceResolutionData"
38624       parameters:
38625       - name: "service-instance-id"
38626         in: "path"
38627         description: "Id of service"
38628         required: true
38629         type: "string"
38630       - name: "pnf-id"
38631         in: "path"
38632         description: "Id of pnf"
38633         required: true
38634         type: "string"
38635       - name: "name"
38636         in: "path"
38637         description: "Id of param"
38638         required: true
38639         type: "string"
38640       responses:
38641         400:
38642           description: "Internal error"
38643         200:
38644           description: "generic.resource.api.param.param.ResourceResolutionData"
38645           responseSchema:
38646             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38647             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38648           schema:
38649             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38650             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38651     post:
38652       tags:
38653       - "GENERIC-RESOURCE-API"
38654       description: "creates generic.resource.api.param.param.ResourceResolutionData"
38655       parameters:
38656       - name: "service-instance-id"
38657         in: "path"
38658         description: "Id of service"
38659         required: true
38660         type: "string"
38661       - name: "pnf-id"
38662         in: "path"
38663         description: "Id of pnf"
38664         required: true
38665         type: "string"
38666       - name: "name"
38667         in: "path"
38668         description: "Id of param"
38669         required: true
38670         type: "string"
38671       - in: "body"
38672         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
38673         description: "generic.resource.api.param.param.ResourceResolutionData to be\
38674           \ added to list"
38675         required: false
38676         schema:
38677           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38678           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38679       responses:
38680         400:
38681           description: "Internal error"
38682         201:
38683           description: "Object created"
38684         409:
38685           description: "Object already exists"
38686     put:
38687       tags:
38688       - "GENERIC-RESOURCE-API"
38689       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
38690       parameters:
38691       - name: "service-instance-id"
38692         in: "path"
38693         description: "Id of service"
38694         required: true
38695         type: "string"
38696       - name: "pnf-id"
38697         in: "path"
38698         description: "Id of pnf"
38699         required: true
38700         type: "string"
38701       - name: "name"
38702         in: "path"
38703         description: "Id of param"
38704         required: true
38705         type: "string"
38706       - in: "body"
38707         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
38708         description: "generic.resource.api.param.param.ResourceResolutionData to be\
38709           \ added or updated"
38710         required: false
38711         schema:
38712           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38713           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
38714       responses:
38715         400:
38716           description: "Internal error"
38717         201:
38718           description: "Object created"
38719         204:
38720           description: "Object modified"
38721     delete:
38722       tags:
38723       - "GENERIC-RESOURCE-API"
38724       description: "removes generic.resource.api.param.param.ResourceResolutionData"
38725       parameters:
38726       - name: "service-instance-id"
38727         in: "path"
38728         description: "Id of service"
38729         required: true
38730         type: "string"
38731       - name: "pnf-id"
38732         in: "path"
38733         description: "Id of pnf"
38734         required: true
38735         type: "string"
38736       - name: "name"
38737         in: "path"
38738         description: "Id of param"
38739         required: true
38740         type: "string"
38741       responses:
38742         400:
38743           description: "Internal error"
38744         204:
38745           description: "Object deleted"
38746   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/resource-resolution-data/resource-key/
38747   : post:
38748       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38749       parameters:
38750       - name: "service-instance-id"
38751         in: "path"
38752         description: "Id of service"
38753         required: true
38754         type: "string"
38755       - name: "pnf-id"
38756         in: "path"
38757         description: "Id of pnf"
38758         required: true
38759         type: "string"
38760       - name: "name"
38761         in: "path"
38762         description: "Id of param"
38763         required: true
38764         type: "string"
38765       - in: "body"
38766         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
38767         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
38768           \ to be added to list"
38769         required: false
38770         schema:
38771           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38772           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38773       responses:
38774         400:
38775           description: "Internal error"
38776         201:
38777           description: "Object created"
38778         409:
38779           description: "Object already exists"
38780   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
38781   : get:
38782       tags:
38783       - "GENERIC-RESOURCE-API"
38784       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38785       parameters:
38786       - name: "service-instance-id"
38787         in: "path"
38788         description: "Id of service"
38789         required: true
38790         type: "string"
38791       - name: "pnf-id"
38792         in: "path"
38793         description: "Id of pnf"
38794         required: true
38795         type: "string"
38796       - name: "name"
38797         in: "path"
38798         description: "Id of param"
38799         required: true
38800         type: "string"
38801       - name: "resource-key-name"
38802         in: "path"
38803         description: "Id of resource-key"
38804         required: true
38805         type: "string"
38806       responses:
38807         400:
38808           description: "Internal error"
38809         200:
38810           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38811           responseSchema:
38812             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38813             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38814           schema:
38815             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38816             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38817     post:
38818       tags:
38819       - "GENERIC-RESOURCE-API"
38820       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38821       parameters:
38822       - name: "service-instance-id"
38823         in: "path"
38824         description: "Id of service"
38825         required: true
38826         type: "string"
38827       - name: "pnf-id"
38828         in: "path"
38829         description: "Id of pnf"
38830         required: true
38831         type: "string"
38832       - name: "name"
38833         in: "path"
38834         description: "Id of param"
38835         required: true
38836         type: "string"
38837       - name: "resource-key-name"
38838         in: "path"
38839         description: "Id of resource-key"
38840         required: true
38841         type: "string"
38842       - in: "body"
38843         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
38844         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
38845           \ to be added to list"
38846         required: false
38847         schema:
38848           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38849           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38850       responses:
38851         400:
38852           description: "Internal error"
38853         201:
38854           description: "Object created"
38855         409:
38856           description: "Object already exists"
38857     put:
38858       tags:
38859       - "GENERIC-RESOURCE-API"
38860       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38861       parameters:
38862       - name: "service-instance-id"
38863         in: "path"
38864         description: "Id of service"
38865         required: true
38866         type: "string"
38867       - name: "pnf-id"
38868         in: "path"
38869         description: "Id of pnf"
38870         required: true
38871         type: "string"
38872       - name: "name"
38873         in: "path"
38874         description: "Id of param"
38875         required: true
38876         type: "string"
38877       - name: "resource-key-name"
38878         in: "path"
38879         description: "Id of resource-key"
38880         required: true
38881         type: "string"
38882       - in: "body"
38883         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
38884         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
38885           \ to be added or updated"
38886         required: false
38887         schema:
38888           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38889           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38890       responses:
38891         400:
38892           description: "Internal error"
38893         201:
38894           description: "Object created"
38895         204:
38896           description: "Object modified"
38897     delete:
38898       tags:
38899       - "GENERIC-RESOURCE-API"
38900       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
38901       parameters:
38902       - name: "service-instance-id"
38903         in: "path"
38904         description: "Id of service"
38905         required: true
38906         type: "string"
38907       - name: "pnf-id"
38908         in: "path"
38909         description: "Id of pnf"
38910         required: true
38911         type: "string"
38912       - name: "name"
38913         in: "path"
38914         description: "Id of param"
38915         required: true
38916         type: "string"
38917       - name: "resource-key-name"
38918         in: "path"
38919         description: "Id of resource-key"
38920         required: true
38921         type: "string"
38922       responses:
38923         400:
38924           description: "Internal error"
38925         204:
38926           description: "Object deleted"
38927   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/
38928   : get:
38929       tags:
38930       - "GENERIC-RESOURCE-API"
38931       description: "returns generic.resource.api.pnftopology.PnfTopology"
38932       parameters:
38933       - name: "service-instance-id"
38934         in: "path"
38935         description: "Id of service"
38936         required: true
38937         type: "string"
38938       - name: "pnf-id"
38939         in: "path"
38940         description: "Id of pnf"
38941         required: true
38942         type: "string"
38943       responses:
38944         400:
38945           description: "Internal error"
38946         200:
38947           description: "generic.resource.api.pnftopology.PnfTopology"
38948           responseSchema:
38949             $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38950             originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38951           schema:
38952             $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38953             originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38954     post:
38955       tags:
38956       - "GENERIC-RESOURCE-API"
38957       description: "creates generic.resource.api.pnftopology.PnfTopology"
38958       parameters:
38959       - name: "service-instance-id"
38960         in: "path"
38961         description: "Id of service"
38962         required: true
38963         type: "string"
38964       - name: "pnf-id"
38965         in: "path"
38966         description: "Id of pnf"
38967         required: true
38968         type: "string"
38969       - in: "body"
38970         name: "generic.resource.api.pnftopology.PnfTopology.body-param"
38971         description: "generic.resource.api.pnftopology.PnfTopology to be added to\
38972           \ list"
38973         required: false
38974         schema:
38975           $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38976           originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
38977       responses:
38978         400:
38979           description: "Internal error"
38980         201:
38981           description: "Object created"
38982         409:
38983           description: "Object already exists"
38984     put:
38985       tags:
38986       - "GENERIC-RESOURCE-API"
38987       description: "creates or updates generic.resource.api.pnftopology.PnfTopology"
38988       parameters:
38989       - name: "service-instance-id"
38990         in: "path"
38991         description: "Id of service"
38992         required: true
38993         type: "string"
38994       - name: "pnf-id"
38995         in: "path"
38996         description: "Id of pnf"
38997         required: true
38998         type: "string"
38999       - in: "body"
39000         name: "generic.resource.api.pnftopology.PnfTopology.body-param"
39001         description: "generic.resource.api.pnftopology.PnfTopology to be added or\
39002           \ updated"
39003         required: false
39004         schema:
39005           $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
39006           originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
39007       responses:
39008         400:
39009           description: "Internal error"
39010         201:
39011           description: "Object created"
39012         204:
39013           description: "Object modified"
39014     delete:
39015       tags:
39016       - "GENERIC-RESOURCE-API"
39017       description: "removes generic.resource.api.pnftopology.PnfTopology"
39018       parameters:
39019       - name: "service-instance-id"
39020         in: "path"
39021         description: "Id of service"
39022         required: true
39023         type: "string"
39024       - name: "pnf-id"
39025         in: "path"
39026         description: "Id of pnf"
39027         required: true
39028         type: "string"
39029       responses:
39030         400:
39031           description: "Internal error"
39032         204:
39033           description: "Object deleted"
39034   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/onap-model-information/
39035   : get:
39036       tags:
39037       - "GENERIC-RESOURCE-API"
39038       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
39039       parameters:
39040       - name: "service-instance-id"
39041         in: "path"
39042         description: "Id of service"
39043         required: true
39044         type: "string"
39045       - name: "pnf-id"
39046         in: "path"
39047         description: "Id of pnf"
39048         required: true
39049         type: "string"
39050       responses:
39051         400:
39052           description: "Internal error"
39053         200:
39054           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
39055           responseSchema:
39056             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39057             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39058           schema:
39059             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39060             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39061     post:
39062       tags:
39063       - "GENERIC-RESOURCE-API"
39064       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
39065       parameters:
39066       - name: "service-instance-id"
39067         in: "path"
39068         description: "Id of service"
39069         required: true
39070         type: "string"
39071       - name: "pnf-id"
39072         in: "path"
39073         description: "Id of pnf"
39074         required: true
39075         type: "string"
39076       - in: "body"
39077         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
39078         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
39079           \ to be added to list"
39080         required: false
39081         schema:
39082           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39083           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39084       responses:
39085         400:
39086           description: "Internal error"
39087         201:
39088           description: "Object created"
39089         409:
39090           description: "Object already exists"
39091     put:
39092       tags:
39093       - "GENERIC-RESOURCE-API"
39094       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
39095       parameters:
39096       - name: "service-instance-id"
39097         in: "path"
39098         description: "Id of service"
39099         required: true
39100         type: "string"
39101       - name: "pnf-id"
39102         in: "path"
39103         description: "Id of pnf"
39104         required: true
39105         type: "string"
39106       - in: "body"
39107         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
39108         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
39109           \ to be added or updated"
39110         required: false
39111         schema:
39112           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39113           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
39114       responses:
39115         400:
39116           description: "Internal error"
39117         201:
39118           description: "Object created"
39119         204:
39120           description: "Object modified"
39121     delete:
39122       tags:
39123       - "GENERIC-RESOURCE-API"
39124       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
39125       parameters:
39126       - name: "service-instance-id"
39127         in: "path"
39128         description: "Id of service"
39129         required: true
39130         type: "string"
39131       - name: "pnf-id"
39132         in: "path"
39133         description: "Id of pnf"
39134         required: true
39135         type: "string"
39136       responses:
39137         400:
39138           description: "Internal error"
39139         204:
39140           description: "Object deleted"
39141   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/
39142   : get:
39143       tags:
39144       - "GENERIC-RESOURCE-API"
39145       description: "returns generic.resource.api.Param"
39146       parameters:
39147       - name: "service-instance-id"
39148         in: "path"
39149         description: "Id of service"
39150         required: true
39151         type: "string"
39152       - name: "pnf-id"
39153         in: "path"
39154         description: "Id of pnf"
39155         required: true
39156         type: "string"
39157       responses:
39158         400:
39159           description: "Internal error"
39160         200:
39161           description: "generic.resource.api.Param"
39162           responseSchema:
39163             $ref: "#/definitions/generic.resource.api.Param"
39164             originalRef: "#/definitions/generic.resource.api.Param"
39165           schema:
39166             $ref: "#/definitions/generic.resource.api.Param"
39167             originalRef: "#/definitions/generic.resource.api.Param"
39168     post:
39169       tags:
39170       - "GENERIC-RESOURCE-API"
39171       description: "creates generic.resource.api.Param"
39172       parameters:
39173       - name: "service-instance-id"
39174         in: "path"
39175         description: "Id of service"
39176         required: true
39177         type: "string"
39178       - name: "pnf-id"
39179         in: "path"
39180         description: "Id of pnf"
39181         required: true
39182         type: "string"
39183       - in: "body"
39184         name: "generic.resource.api.Param.body-param"
39185         description: "generic.resource.api.Param to be added to list"
39186         required: false
39187         schema:
39188           $ref: "#/definitions/generic.resource.api.Param"
39189           originalRef: "#/definitions/generic.resource.api.Param"
39190       responses:
39191         400:
39192           description: "Internal error"
39193         201:
39194           description: "Object created"
39195         409:
39196           description: "Object already exists"
39197     put:
39198       tags:
39199       - "GENERIC-RESOURCE-API"
39200       description: "creates or updates generic.resource.api.Param"
39201       parameters:
39202       - name: "service-instance-id"
39203         in: "path"
39204         description: "Id of service"
39205         required: true
39206         type: "string"
39207       - name: "pnf-id"
39208         in: "path"
39209         description: "Id of pnf"
39210         required: true
39211         type: "string"
39212       - in: "body"
39213         name: "generic.resource.api.Param.body-param"
39214         description: "generic.resource.api.Param to be added or updated"
39215         required: false
39216         schema:
39217           $ref: "#/definitions/generic.resource.api.Param"
39218           originalRef: "#/definitions/generic.resource.api.Param"
39219       responses:
39220         400:
39221           description: "Internal error"
39222         201:
39223           description: "Object created"
39224         204:
39225           description: "Object modified"
39226     delete:
39227       tags:
39228       - "GENERIC-RESOURCE-API"
39229       description: "removes generic.resource.api.Param"
39230       parameters:
39231       - name: "service-instance-id"
39232         in: "path"
39233         description: "Id of service"
39234         required: true
39235         type: "string"
39236       - name: "pnf-id"
39237         in: "path"
39238         description: "Id of pnf"
39239         required: true
39240         type: "string"
39241       responses:
39242         400:
39243           description: "Internal error"
39244         204:
39245           description: "Object deleted"
39246   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/
39247   : post:
39248       description: "creates generic.resource.api.param.Param"
39249       parameters:
39250       - name: "service-instance-id"
39251         in: "path"
39252         description: "Id of service"
39253         required: true
39254         type: "string"
39255       - name: "pnf-id"
39256         in: "path"
39257         description: "Id of pnf"
39258         required: true
39259         type: "string"
39260       - in: "body"
39261         name: "generic.resource.api.param.Param.body-param"
39262         description: "generic.resource.api.param.Param to be added to list"
39263         required: false
39264         schema:
39265           $ref: "#/definitions/generic.resource.api.param.Param"
39266           originalRef: "#/definitions/generic.resource.api.param.Param"
39267       responses:
39268         400:
39269           description: "Internal error"
39270         201:
39271           description: "Object created"
39272         409:
39273           description: "Object already exists"
39274   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/
39275   : get:
39276       tags:
39277       - "GENERIC-RESOURCE-API"
39278       description: "returns generic.resource.api.param.Param"
39279       parameters:
39280       - name: "service-instance-id"
39281         in: "path"
39282         description: "Id of service"
39283         required: true
39284         type: "string"
39285       - name: "pnf-id"
39286         in: "path"
39287         description: "Id of pnf"
39288         required: true
39289         type: "string"
39290       - name: "name"
39291         in: "path"
39292         description: "Id of param"
39293         required: true
39294         type: "string"
39295       responses:
39296         400:
39297           description: "Internal error"
39298         200:
39299           description: "generic.resource.api.param.Param"
39300           responseSchema:
39301             $ref: "#/definitions/generic.resource.api.param.Param"
39302             originalRef: "#/definitions/generic.resource.api.param.Param"
39303           schema:
39304             $ref: "#/definitions/generic.resource.api.param.Param"
39305             originalRef: "#/definitions/generic.resource.api.param.Param"
39306     post:
39307       tags:
39308       - "GENERIC-RESOURCE-API"
39309       description: "creates generic.resource.api.param.Param"
39310       parameters:
39311       - name: "service-instance-id"
39312         in: "path"
39313         description: "Id of service"
39314         required: true
39315         type: "string"
39316       - name: "pnf-id"
39317         in: "path"
39318         description: "Id of pnf"
39319         required: true
39320         type: "string"
39321       - name: "name"
39322         in: "path"
39323         description: "Id of param"
39324         required: true
39325         type: "string"
39326       - in: "body"
39327         name: "generic.resource.api.param.Param.body-param"
39328         description: "generic.resource.api.param.Param to be added to list"
39329         required: false
39330         schema:
39331           $ref: "#/definitions/generic.resource.api.param.Param"
39332           originalRef: "#/definitions/generic.resource.api.param.Param"
39333       responses:
39334         400:
39335           description: "Internal error"
39336         201:
39337           description: "Object created"
39338         409:
39339           description: "Object already exists"
39340     put:
39341       tags:
39342       - "GENERIC-RESOURCE-API"
39343       description: "creates or updates generic.resource.api.param.Param"
39344       parameters:
39345       - name: "service-instance-id"
39346         in: "path"
39347         description: "Id of service"
39348         required: true
39349         type: "string"
39350       - name: "pnf-id"
39351         in: "path"
39352         description: "Id of pnf"
39353         required: true
39354         type: "string"
39355       - name: "name"
39356         in: "path"
39357         description: "Id of param"
39358         required: true
39359         type: "string"
39360       - in: "body"
39361         name: "generic.resource.api.param.Param.body-param"
39362         description: "generic.resource.api.param.Param to be added or updated"
39363         required: false
39364         schema:
39365           $ref: "#/definitions/generic.resource.api.param.Param"
39366           originalRef: "#/definitions/generic.resource.api.param.Param"
39367       responses:
39368         400:
39369           description: "Internal error"
39370         201:
39371           description: "Object created"
39372         204:
39373           description: "Object modified"
39374     delete:
39375       tags:
39376       - "GENERIC-RESOURCE-API"
39377       description: "removes generic.resource.api.param.Param"
39378       parameters:
39379       - name: "service-instance-id"
39380         in: "path"
39381         description: "Id of service"
39382         required: true
39383         type: "string"
39384       - name: "pnf-id"
39385         in: "path"
39386         description: "Id of pnf"
39387         required: true
39388         type: "string"
39389       - name: "name"
39390         in: "path"
39391         description: "Id of param"
39392         required: true
39393         type: "string"
39394       responses:
39395         400:
39396           description: "Internal error"
39397         204:
39398           description: "Object deleted"
39399   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/resource-resolution-data/
39400   : get:
39401       tags:
39402       - "GENERIC-RESOURCE-API"
39403       description: "returns generic.resource.api.param.param.ResourceResolutionData"
39404       parameters:
39405       - name: "service-instance-id"
39406         in: "path"
39407         description: "Id of service"
39408         required: true
39409         type: "string"
39410       - name: "pnf-id"
39411         in: "path"
39412         description: "Id of pnf"
39413         required: true
39414         type: "string"
39415       - name: "name"
39416         in: "path"
39417         description: "Id of param"
39418         required: true
39419         type: "string"
39420       responses:
39421         400:
39422           description: "Internal error"
39423         200:
39424           description: "generic.resource.api.param.param.ResourceResolutionData"
39425           responseSchema:
39426             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39427             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39428           schema:
39429             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39430             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39431     post:
39432       tags:
39433       - "GENERIC-RESOURCE-API"
39434       description: "creates generic.resource.api.param.param.ResourceResolutionData"
39435       parameters:
39436       - name: "service-instance-id"
39437         in: "path"
39438         description: "Id of service"
39439         required: true
39440         type: "string"
39441       - name: "pnf-id"
39442         in: "path"
39443         description: "Id of pnf"
39444         required: true
39445         type: "string"
39446       - name: "name"
39447         in: "path"
39448         description: "Id of param"
39449         required: true
39450         type: "string"
39451       - in: "body"
39452         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
39453         description: "generic.resource.api.param.param.ResourceResolutionData to be\
39454           \ added to list"
39455         required: false
39456         schema:
39457           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39458           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39459       responses:
39460         400:
39461           description: "Internal error"
39462         201:
39463           description: "Object created"
39464         409:
39465           description: "Object already exists"
39466     put:
39467       tags:
39468       - "GENERIC-RESOURCE-API"
39469       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
39470       parameters:
39471       - name: "service-instance-id"
39472         in: "path"
39473         description: "Id of service"
39474         required: true
39475         type: "string"
39476       - name: "pnf-id"
39477         in: "path"
39478         description: "Id of pnf"
39479         required: true
39480         type: "string"
39481       - name: "name"
39482         in: "path"
39483         description: "Id of param"
39484         required: true
39485         type: "string"
39486       - in: "body"
39487         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
39488         description: "generic.resource.api.param.param.ResourceResolutionData to be\
39489           \ added or updated"
39490         required: false
39491         schema:
39492           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39493           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
39494       responses:
39495         400:
39496           description: "Internal error"
39497         201:
39498           description: "Object created"
39499         204:
39500           description: "Object modified"
39501     delete:
39502       tags:
39503       - "GENERIC-RESOURCE-API"
39504       description: "removes generic.resource.api.param.param.ResourceResolutionData"
39505       parameters:
39506       - name: "service-instance-id"
39507         in: "path"
39508         description: "Id of service"
39509         required: true
39510         type: "string"
39511       - name: "pnf-id"
39512         in: "path"
39513         description: "Id of pnf"
39514         required: true
39515         type: "string"
39516       - name: "name"
39517         in: "path"
39518         description: "Id of param"
39519         required: true
39520         type: "string"
39521       responses:
39522         400:
39523           description: "Internal error"
39524         204:
39525           description: "Object deleted"
39526   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/resource-resolution-data/resource-key/
39527   : post:
39528       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39529       parameters:
39530       - name: "service-instance-id"
39531         in: "path"
39532         description: "Id of service"
39533         required: true
39534         type: "string"
39535       - name: "pnf-id"
39536         in: "path"
39537         description: "Id of pnf"
39538         required: true
39539         type: "string"
39540       - name: "name"
39541         in: "path"
39542         description: "Id of param"
39543         required: true
39544         type: "string"
39545       - in: "body"
39546         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
39547         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
39548           \ to be added to list"
39549         required: false
39550         schema:
39551           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39552           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39553       responses:
39554         400:
39555           description: "Internal error"
39556         201:
39557           description: "Object created"
39558         409:
39559           description: "Object already exists"
39560   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
39561   : get:
39562       tags:
39563       - "GENERIC-RESOURCE-API"
39564       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39565       parameters:
39566       - name: "service-instance-id"
39567         in: "path"
39568         description: "Id of service"
39569         required: true
39570         type: "string"
39571       - name: "pnf-id"
39572         in: "path"
39573         description: "Id of pnf"
39574         required: true
39575         type: "string"
39576       - name: "name"
39577         in: "path"
39578         description: "Id of param"
39579         required: true
39580         type: "string"
39581       - name: "resource-key-name"
39582         in: "path"
39583         description: "Id of resource-key"
39584         required: true
39585         type: "string"
39586       responses:
39587         400:
39588           description: "Internal error"
39589         200:
39590           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39591           responseSchema:
39592             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39593             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39594           schema:
39595             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39596             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39597     post:
39598       tags:
39599       - "GENERIC-RESOURCE-API"
39600       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39601       parameters:
39602       - name: "service-instance-id"
39603         in: "path"
39604         description: "Id of service"
39605         required: true
39606         type: "string"
39607       - name: "pnf-id"
39608         in: "path"
39609         description: "Id of pnf"
39610         required: true
39611         type: "string"
39612       - name: "name"
39613         in: "path"
39614         description: "Id of param"
39615         required: true
39616         type: "string"
39617       - name: "resource-key-name"
39618         in: "path"
39619         description: "Id of resource-key"
39620         required: true
39621         type: "string"
39622       - in: "body"
39623         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
39624         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
39625           \ to be added to list"
39626         required: false
39627         schema:
39628           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39629           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39630       responses:
39631         400:
39632           description: "Internal error"
39633         201:
39634           description: "Object created"
39635         409:
39636           description: "Object already exists"
39637     put:
39638       tags:
39639       - "GENERIC-RESOURCE-API"
39640       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39641       parameters:
39642       - name: "service-instance-id"
39643         in: "path"
39644         description: "Id of service"
39645         required: true
39646         type: "string"
39647       - name: "pnf-id"
39648         in: "path"
39649         description: "Id of pnf"
39650         required: true
39651         type: "string"
39652       - name: "name"
39653         in: "path"
39654         description: "Id of param"
39655         required: true
39656         type: "string"
39657       - name: "resource-key-name"
39658         in: "path"
39659         description: "Id of resource-key"
39660         required: true
39661         type: "string"
39662       - in: "body"
39663         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
39664         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
39665           \ to be added or updated"
39666         required: false
39667         schema:
39668           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39669           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39670       responses:
39671         400:
39672           description: "Internal error"
39673         201:
39674           description: "Object created"
39675         204:
39676           description: "Object modified"
39677     delete:
39678       tags:
39679       - "GENERIC-RESOURCE-API"
39680       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
39681       parameters:
39682       - name: "service-instance-id"
39683         in: "path"
39684         description: "Id of service"
39685         required: true
39686         type: "string"
39687       - name: "pnf-id"
39688         in: "path"
39689         description: "Id of pnf"
39690         required: true
39691         type: "string"
39692       - name: "name"
39693         in: "path"
39694         description: "Id of param"
39695         required: true
39696         type: "string"
39697       - name: "resource-key-name"
39698         in: "path"
39699         description: "Id of resource-key"
39700         required: true
39701         type: "string"
39702       responses:
39703         400:
39704           description: "Internal error"
39705         204:
39706           description: "Object deleted"
39707   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-topology-identifier-structure/
39708   : get:
39709       tags:
39710       - "GENERIC-RESOURCE-API"
39711       description: "returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39712       parameters:
39713       - name: "service-instance-id"
39714         in: "path"
39715         description: "Id of service"
39716         required: true
39717         type: "string"
39718       - name: "pnf-id"
39719         in: "path"
39720         description: "Id of pnf"
39721         required: true
39722         type: "string"
39723       responses:
39724         400:
39725           description: "Internal error"
39726         200:
39727           description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39728           responseSchema:
39729             $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39730             originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39731           schema:
39732             $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39733             originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39734     post:
39735       tags:
39736       - "GENERIC-RESOURCE-API"
39737       description: "creates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39738       parameters:
39739       - name: "service-instance-id"
39740         in: "path"
39741         description: "Id of service"
39742         required: true
39743         type: "string"
39744       - name: "pnf-id"
39745         in: "path"
39746         description: "Id of pnf"
39747         required: true
39748         type: "string"
39749       - in: "body"
39750         name: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param"
39751         description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure\
39752           \ to be added to list"
39753         required: false
39754         schema:
39755           $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39756           originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39757       responses:
39758         400:
39759           description: "Internal error"
39760         201:
39761           description: "Object created"
39762         409:
39763           description: "Object already exists"
39764     put:
39765       tags:
39766       - "GENERIC-RESOURCE-API"
39767       description: "creates or updates generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39768       parameters:
39769       - name: "service-instance-id"
39770         in: "path"
39771         description: "Id of service"
39772         required: true
39773         type: "string"
39774       - name: "pnf-id"
39775         in: "path"
39776         description: "Id of pnf"
39777         required: true
39778         type: "string"
39779       - in: "body"
39780         name: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure.body-param"
39781         description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure\
39782           \ to be added or updated"
39783         required: false
39784         schema:
39785           $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39786           originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39787       responses:
39788         400:
39789           description: "Internal error"
39790         201:
39791           description: "Object created"
39792         204:
39793           description: "Object modified"
39794     delete:
39795       tags:
39796       - "GENERIC-RESOURCE-API"
39797       description: "removes generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
39798       parameters:
39799       - name: "service-instance-id"
39800         in: "path"
39801         description: "Id of service"
39802         required: true
39803         type: "string"
39804       - name: "pnf-id"
39805         in: "path"
39806         description: "Id of pnf"
39807         required: true
39808         type: "string"
39809       responses:
39810         400:
39811           description: "Internal error"
39812         204:
39813           description: "Object deleted"
39814   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/request-information/
39815   : get:
39816       tags:
39817       - "GENERIC-RESOURCE-API"
39818       description: "returns generic.resource.api.requestinformation.RequestInformation"
39819       parameters:
39820       - name: "service-instance-id"
39821         in: "path"
39822         description: "Id of service"
39823         required: true
39824         type: "string"
39825       - name: "pnf-id"
39826         in: "path"
39827         description: "Id of pnf"
39828         required: true
39829         type: "string"
39830       responses:
39831         400:
39832           description: "Internal error"
39833         200:
39834           description: "generic.resource.api.requestinformation.RequestInformation"
39835           responseSchema:
39836             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39837             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39838           schema:
39839             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39840             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39841     post:
39842       tags:
39843       - "GENERIC-RESOURCE-API"
39844       description: "creates generic.resource.api.requestinformation.RequestInformation"
39845       parameters:
39846       - name: "service-instance-id"
39847         in: "path"
39848         description: "Id of service"
39849         required: true
39850         type: "string"
39851       - name: "pnf-id"
39852         in: "path"
39853         description: "Id of pnf"
39854         required: true
39855         type: "string"
39856       - in: "body"
39857         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
39858         description: "generic.resource.api.requestinformation.RequestInformation to\
39859           \ be added to list"
39860         required: false
39861         schema:
39862           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39863           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39864       responses:
39865         400:
39866           description: "Internal error"
39867         201:
39868           description: "Object created"
39869         409:
39870           description: "Object already exists"
39871     put:
39872       tags:
39873       - "GENERIC-RESOURCE-API"
39874       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
39875       parameters:
39876       - name: "service-instance-id"
39877         in: "path"
39878         description: "Id of service"
39879         required: true
39880         type: "string"
39881       - name: "pnf-id"
39882         in: "path"
39883         description: "Id of pnf"
39884         required: true
39885         type: "string"
39886       - in: "body"
39887         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
39888         description: "generic.resource.api.requestinformation.RequestInformation to\
39889           \ be added or updated"
39890         required: false
39891         schema:
39892           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39893           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
39894       responses:
39895         400:
39896           description: "Internal error"
39897         201:
39898           description: "Object created"
39899         204:
39900           description: "Object modified"
39901     delete:
39902       tags:
39903       - "GENERIC-RESOURCE-API"
39904       description: "removes generic.resource.api.requestinformation.RequestInformation"
39905       parameters:
39906       - name: "service-instance-id"
39907         in: "path"
39908         description: "Id of service"
39909         required: true
39910         type: "string"
39911       - name: "pnf-id"
39912         in: "path"
39913         description: "Id of pnf"
39914         required: true
39915         type: "string"
39916       responses:
39917         400:
39918           description: "Internal error"
39919         204:
39920           description: "Object deleted"
39921   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/sdnc-request-header/
39922   : get:
39923       tags:
39924       - "GENERIC-RESOURCE-API"
39925       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
39926       parameters:
39927       - name: "service-instance-id"
39928         in: "path"
39929         description: "Id of service"
39930         required: true
39931         type: "string"
39932       - name: "pnf-id"
39933         in: "path"
39934         description: "Id of pnf"
39935         required: true
39936         type: "string"
39937       responses:
39938         400:
39939           description: "Internal error"
39940         200:
39941           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
39942           responseSchema:
39943             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39944             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39945           schema:
39946             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39947             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39948     post:
39949       tags:
39950       - "GENERIC-RESOURCE-API"
39951       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
39952       parameters:
39953       - name: "service-instance-id"
39954         in: "path"
39955         description: "Id of service"
39956         required: true
39957         type: "string"
39958       - name: "pnf-id"
39959         in: "path"
39960         description: "Id of pnf"
39961         required: true
39962         type: "string"
39963       - in: "body"
39964         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
39965         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
39966           \ be added to list"
39967         required: false
39968         schema:
39969           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39970           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
39971       responses:
39972         400:
39973           description: "Internal error"
39974         201:
39975           description: "Object created"
39976         409:
39977           description: "Object already exists"
39978     put:
39979       tags:
39980       - "GENERIC-RESOURCE-API"
39981       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
39982       parameters:
39983       - name: "service-instance-id"
39984         in: "path"
39985         description: "Id of service"
39986         required: true
39987         type: "string"
39988       - name: "pnf-id"
39989         in: "path"
39990         description: "Id of pnf"
39991         required: true
39992         type: "string"
39993       - in: "body"
39994         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
39995         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
39996           \ be added or updated"
39997         required: false
39998         schema:
39999           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40000           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40001       responses:
40002         400:
40003           description: "Internal error"
40004         201:
40005           description: "Object created"
40006         204:
40007           description: "Object modified"
40008     delete:
40009       tags:
40010       - "GENERIC-RESOURCE-API"
40011       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
40012       parameters:
40013       - name: "service-instance-id"
40014         in: "path"
40015         description: "Id of service"
40016         required: true
40017         type: "string"
40018       - name: "pnf-id"
40019         in: "path"
40020         description: "Id of pnf"
40021         required: true
40022         type: "string"
40023       responses:
40024         400:
40025           description: "Internal error"
40026         204:
40027           description: "Object deleted"
40028   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/
40029   : get:
40030       tags:
40031       - "GENERIC-RESOURCE-API"
40032       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
40033       parameters:
40034       - name: "service-instance-id"
40035         in: "path"
40036         description: "Id of service"
40037         required: true
40038         type: "string"
40039       - name: "pnf-id"
40040         in: "path"
40041         description: "Id of pnf"
40042         required: true
40043         type: "string"
40044       responses:
40045         400:
40046           description: "Internal error"
40047         200:
40048           description: "generic.resource.api.serviceinformation.ServiceInformation"
40049           responseSchema:
40050             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40051             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40052           schema:
40053             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40054             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40055     post:
40056       tags:
40057       - "GENERIC-RESOURCE-API"
40058       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
40059       parameters:
40060       - name: "service-instance-id"
40061         in: "path"
40062         description: "Id of service"
40063         required: true
40064         type: "string"
40065       - name: "pnf-id"
40066         in: "path"
40067         description: "Id of pnf"
40068         required: true
40069         type: "string"
40070       - in: "body"
40071         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
40072         description: "generic.resource.api.serviceinformation.ServiceInformation to\
40073           \ be added to list"
40074         required: false
40075         schema:
40076           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40077           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40078       responses:
40079         400:
40080           description: "Internal error"
40081         201:
40082           description: "Object created"
40083         409:
40084           description: "Object already exists"
40085     put:
40086       tags:
40087       - "GENERIC-RESOURCE-API"
40088       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
40089       parameters:
40090       - name: "service-instance-id"
40091         in: "path"
40092         description: "Id of service"
40093         required: true
40094         type: "string"
40095       - name: "pnf-id"
40096         in: "path"
40097         description: "Id of pnf"
40098         required: true
40099         type: "string"
40100       - in: "body"
40101         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
40102         description: "generic.resource.api.serviceinformation.ServiceInformation to\
40103           \ be added or updated"
40104         required: false
40105         schema:
40106           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40107           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40108       responses:
40109         400:
40110           description: "Internal error"
40111         201:
40112           description: "Object created"
40113         204:
40114           description: "Object modified"
40115     delete:
40116       tags:
40117       - "GENERIC-RESOURCE-API"
40118       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
40119       parameters:
40120       - name: "service-instance-id"
40121         in: "path"
40122         description: "Id of service"
40123         required: true
40124         type: "string"
40125       - name: "pnf-id"
40126         in: "path"
40127         description: "Id of pnf"
40128         required: true
40129         type: "string"
40130       responses:
40131         400:
40132           description: "Internal error"
40133         204:
40134           description: "Object deleted"
40135   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/onap-model-information/
40136   : get:
40137       tags:
40138       - "GENERIC-RESOURCE-API"
40139       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
40140       parameters:
40141       - name: "service-instance-id"
40142         in: "path"
40143         description: "Id of service"
40144         required: true
40145         type: "string"
40146       - name: "pnf-id"
40147         in: "path"
40148         description: "Id of pnf"
40149         required: true
40150         type: "string"
40151       responses:
40152         400:
40153           description: "Internal error"
40154         200:
40155           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
40156           responseSchema:
40157             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40158             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40159           schema:
40160             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40161             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40162     post:
40163       tags:
40164       - "GENERIC-RESOURCE-API"
40165       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
40166       parameters:
40167       - name: "service-instance-id"
40168         in: "path"
40169         description: "Id of service"
40170         required: true
40171         type: "string"
40172       - name: "pnf-id"
40173         in: "path"
40174         description: "Id of pnf"
40175         required: true
40176         type: "string"
40177       - in: "body"
40178         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
40179         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
40180           \ to be added to list"
40181         required: false
40182         schema:
40183           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40184           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40185       responses:
40186         400:
40187           description: "Internal error"
40188         201:
40189           description: "Object created"
40190         409:
40191           description: "Object already exists"
40192     put:
40193       tags:
40194       - "GENERIC-RESOURCE-API"
40195       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
40196       parameters:
40197       - name: "service-instance-id"
40198         in: "path"
40199         description: "Id of service"
40200         required: true
40201         type: "string"
40202       - name: "pnf-id"
40203         in: "path"
40204         description: "Id of pnf"
40205         required: true
40206         type: "string"
40207       - in: "body"
40208         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
40209         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
40210           \ to be added or updated"
40211         required: false
40212         schema:
40213           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40214           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40215       responses:
40216         400:
40217           description: "Internal error"
40218         201:
40219           description: "Object created"
40220         204:
40221           description: "Object modified"
40222     delete:
40223       tags:
40224       - "GENERIC-RESOURCE-API"
40225       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
40226       parameters:
40227       - name: "service-instance-id"
40228         in: "path"
40229         description: "Id of service"
40230         required: true
40231         type: "string"
40232       - name: "pnf-id"
40233         in: "path"
40234         description: "Id of pnf"
40235         required: true
40236         type: "string"
40237       responses:
40238         400:
40239           description: "Internal error"
40240         204:
40241           description: "Object deleted"
40242   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/
40243   : get:
40244       tags:
40245       - "GENERIC-RESOURCE-API"
40246       description: "returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40247       parameters:
40248       - name: "service-instance-id"
40249         in: "path"
40250         description: "Id of service"
40251         required: true
40252         type: "string"
40253       responses:
40254         400:
40255           description: "Internal error"
40256         200:
40257           description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40258           responseSchema:
40259             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40260             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40261           schema:
40262             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40263             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40264     post:
40265       tags:
40266       - "GENERIC-RESOURCE-API"
40267       description: "creates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40268       parameters:
40269       - name: "service-instance-id"
40270         in: "path"
40271         description: "Id of service"
40272         required: true
40273         type: "string"
40274       - in: "body"
40275         name: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param"
40276         description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources\
40277           \ to be added to list"
40278         required: false
40279         schema:
40280           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40281           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40282       responses:
40283         400:
40284           description: "Internal error"
40285         201:
40286           description: "Object created"
40287         409:
40288           description: "Object already exists"
40289     put:
40290       tags:
40291       - "GENERIC-RESOURCE-API"
40292       description: "creates or updates generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40293       parameters:
40294       - name: "service-instance-id"
40295         in: "path"
40296         description: "Id of service"
40297         required: true
40298         type: "string"
40299       - in: "body"
40300         name: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources.body-param"
40301         description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources\
40302           \ to be added or updated"
40303         required: false
40304         schema:
40305           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40306           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40307       responses:
40308         400:
40309           description: "Internal error"
40310         201:
40311           description: "Object created"
40312         204:
40313           description: "Object modified"
40314     delete:
40315       tags:
40316       - "GENERIC-RESOURCE-API"
40317       description: "removes generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
40318       parameters:
40319       - name: "service-instance-id"
40320         in: "path"
40321         description: "Id of service"
40322         required: true
40323         type: "string"
40324       responses:
40325         400:
40326           description: "Internal error"
40327         204:
40328           description: "Object deleted"
40329   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/
40330   : post:
40331       description: "creates generic.resource.api.AllottedResourceInfo"
40332       parameters:
40333       - name: "service-instance-id"
40334         in: "path"
40335         description: "Id of service"
40336         required: true
40337         type: "string"
40338       - in: "body"
40339         name: "generic.resource.api.AllottedResourceInfo.body-param"
40340         description: "generic.resource.api.AllottedResourceInfo to be added to list"
40341         required: false
40342         schema:
40343           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
40344           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
40345       responses:
40346         400:
40347           description: "Internal error"
40348         201:
40349           description: "Object created"
40350         409:
40351           description: "Object already exists"
40352   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/{allotted-resource-id}/
40353   : get:
40354       tags:
40355       - "GENERIC-RESOURCE-API"
40356       description: "returns generic.resource.api.AllottedResourceInfo"
40357       parameters:
40358       - name: "service-instance-id"
40359         in: "path"
40360         description: "Id of service"
40361         required: true
40362         type: "string"
40363       - name: "allotted-resource-id"
40364         in: "path"
40365         description: "Id of provided-allotted-resource"
40366         required: true
40367         type: "string"
40368       responses:
40369         400:
40370           description: "Internal error"
40371         200:
40372           description: "generic.resource.api.AllottedResourceInfo"
40373           responseSchema:
40374             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
40375             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
40376           schema:
40377             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
40378             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
40379     post:
40380       tags:
40381       - "GENERIC-RESOURCE-API"
40382       description: "creates generic.resource.api.AllottedResourceInfo"
40383       parameters:
40384       - name: "service-instance-id"
40385         in: "path"
40386         description: "Id of service"
40387         required: true
40388         type: "string"
40389       - name: "allotted-resource-id"
40390         in: "path"
40391         description: "Id of provided-allotted-resource"
40392         required: true
40393         type: "string"
40394       - in: "body"
40395         name: "generic.resource.api.AllottedResourceInfo.body-param"
40396         description: "generic.resource.api.AllottedResourceInfo to be added to list"
40397         required: false
40398         schema:
40399           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
40400           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
40401       responses:
40402         400:
40403           description: "Internal error"
40404         201:
40405           description: "Object created"
40406         409:
40407           description: "Object already exists"
40408     put:
40409       tags:
40410       - "GENERIC-RESOURCE-API"
40411       description: "creates or updates generic.resource.api.AllottedResourceInfo"
40412       parameters:
40413       - name: "service-instance-id"
40414         in: "path"
40415         description: "Id of service"
40416         required: true
40417         type: "string"
40418       - name: "allotted-resource-id"
40419         in: "path"
40420         description: "Id of provided-allotted-resource"
40421         required: true
40422         type: "string"
40423       - in: "body"
40424         name: "generic.resource.api.AllottedResourceInfo.body-param"
40425         description: "generic.resource.api.AllottedResourceInfo to be added or updated"
40426         required: false
40427         schema:
40428           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
40429           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
40430       responses:
40431         400:
40432           description: "Internal error"
40433         201:
40434           description: "Object created"
40435         204:
40436           description: "Object modified"
40437     delete:
40438       tags:
40439       - "GENERIC-RESOURCE-API"
40440       description: "removes generic.resource.api.AllottedResourceInfo"
40441       parameters:
40442       - name: "service-instance-id"
40443         in: "path"
40444         description: "Id of service"
40445         required: true
40446         type: "string"
40447       - name: "allotted-resource-id"
40448         in: "path"
40449         description: "Id of provided-allotted-resource"
40450         required: true
40451         type: "string"
40452       responses:
40453         400:
40454           description: "Internal error"
40455         204:
40456           description: "Object deleted"
40457   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/
40458   : get:
40459       tags:
40460       - "GENERIC-RESOURCE-API"
40461       description: "returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40462       parameters:
40463       - name: "service-instance-id"
40464         in: "path"
40465         description: "Id of service"
40466         required: true
40467         type: "string"
40468       responses:
40469         400:
40470           description: "Internal error"
40471         200:
40472           description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40473           responseSchema:
40474             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40475             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40476           schema:
40477             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40478             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40479     post:
40480       tags:
40481       - "GENERIC-RESOURCE-API"
40482       description: "creates generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40483       parameters:
40484       - name: "service-instance-id"
40485         in: "path"
40486         description: "Id of service"
40487         required: true
40488         type: "string"
40489       - in: "body"
40490         name: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param"
40491         description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations\
40492           \ to be added to list"
40493         required: false
40494         schema:
40495           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40496           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40497       responses:
40498         400:
40499           description: "Internal error"
40500         201:
40501           description: "Object created"
40502         409:
40503           description: "Object already exists"
40504     put:
40505       tags:
40506       - "GENERIC-RESOURCE-API"
40507       description: "creates or updates generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40508       parameters:
40509       - name: "service-instance-id"
40510         in: "path"
40511         description: "Id of service"
40512         required: true
40513         type: "string"
40514       - in: "body"
40515         name: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations.body-param"
40516         description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations\
40517           \ to be added or updated"
40518         required: false
40519         schema:
40520           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40521           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40522       responses:
40523         400:
40524           description: "Internal error"
40525         201:
40526           description: "Object created"
40527         204:
40528           description: "Object modified"
40529     delete:
40530       tags:
40531       - "GENERIC-RESOURCE-API"
40532       description: "removes generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
40533       parameters:
40534       - name: "service-instance-id"
40535         in: "path"
40536         description: "Id of service"
40537         required: true
40538         type: "string"
40539       responses:
40540         400:
40541           description: "Internal error"
40542         204:
40543           description: "Object deleted"
40544   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/
40545   : post:
40546       description: "creates generic.resource.api.ConfigurationInfo"
40547       parameters:
40548       - name: "service-instance-id"
40549         in: "path"
40550         description: "Id of service"
40551         required: true
40552         type: "string"
40553       - in: "body"
40554         name: "generic.resource.api.ConfigurationInfo.body-param"
40555         description: "generic.resource.api.ConfigurationInfo to be added to list"
40556         required: false
40557         schema:
40558           $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
40559           originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
40560       responses:
40561         400:
40562           description: "Internal error"
40563         201:
40564           description: "Object created"
40565         409:
40566           description: "Object already exists"
40567   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/{configuration-id}/
40568   : get:
40569       tags:
40570       - "GENERIC-RESOURCE-API"
40571       description: "returns generic.resource.api.ConfigurationInfo"
40572       parameters:
40573       - name: "service-instance-id"
40574         in: "path"
40575         description: "Id of service"
40576         required: true
40577         type: "string"
40578       - name: "configuration-id"
40579         in: "path"
40580         description: "Id of provided-configuration"
40581         required: true
40582         type: "string"
40583       responses:
40584         400:
40585           description: "Internal error"
40586         200:
40587           description: "generic.resource.api.ConfigurationInfo"
40588           responseSchema:
40589             $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
40590             originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
40591           schema:
40592             $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
40593             originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
40594     post:
40595       tags:
40596       - "GENERIC-RESOURCE-API"
40597       description: "creates generic.resource.api.ConfigurationInfo"
40598       parameters:
40599       - name: "service-instance-id"
40600         in: "path"
40601         description: "Id of service"
40602         required: true
40603         type: "string"
40604       - name: "configuration-id"
40605         in: "path"
40606         description: "Id of provided-configuration"
40607         required: true
40608         type: "string"
40609       - in: "body"
40610         name: "generic.resource.api.ConfigurationInfo.body-param"
40611         description: "generic.resource.api.ConfigurationInfo to be added to list"
40612         required: false
40613         schema:
40614           $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
40615           originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
40616       responses:
40617         400:
40618           description: "Internal error"
40619         201:
40620           description: "Object created"
40621         409:
40622           description: "Object already exists"
40623     put:
40624       tags:
40625       - "GENERIC-RESOURCE-API"
40626       description: "creates or updates generic.resource.api.ConfigurationInfo"
40627       parameters:
40628       - name: "service-instance-id"
40629         in: "path"
40630         description: "Id of service"
40631         required: true
40632         type: "string"
40633       - name: "configuration-id"
40634         in: "path"
40635         description: "Id of provided-configuration"
40636         required: true
40637         type: "string"
40638       - in: "body"
40639         name: "generic.resource.api.ConfigurationInfo.body-param"
40640         description: "generic.resource.api.ConfigurationInfo to be added or updated"
40641         required: false
40642         schema:
40643           $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
40644           originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
40645       responses:
40646         400:
40647           description: "Internal error"
40648         201:
40649           description: "Object created"
40650         204:
40651           description: "Object modified"
40652     delete:
40653       tags:
40654       - "GENERIC-RESOURCE-API"
40655       description: "removes generic.resource.api.ConfigurationInfo"
40656       parameters:
40657       - name: "service-instance-id"
40658         in: "path"
40659         description: "Id of service"
40660         required: true
40661         type: "string"
40662       - name: "configuration-id"
40663         in: "path"
40664         description: "Id of provided-configuration"
40665         required: true
40666         type: "string"
40667       responses:
40668         400:
40669           description: "Internal error"
40670         204:
40671           description: "Object deleted"
40672   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/request-information/
40673   : get:
40674       tags:
40675       - "GENERIC-RESOURCE-API"
40676       description: "returns generic.resource.api.requestinformation.RequestInformation"
40677       parameters:
40678       - name: "service-instance-id"
40679         in: "path"
40680         description: "Id of service"
40681         required: true
40682         type: "string"
40683       responses:
40684         400:
40685           description: "Internal error"
40686         200:
40687           description: "generic.resource.api.requestinformation.RequestInformation"
40688           responseSchema:
40689             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40690             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40691           schema:
40692             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40693             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40694     post:
40695       tags:
40696       - "GENERIC-RESOURCE-API"
40697       description: "creates generic.resource.api.requestinformation.RequestInformation"
40698       parameters:
40699       - name: "service-instance-id"
40700         in: "path"
40701         description: "Id of service"
40702         required: true
40703         type: "string"
40704       - in: "body"
40705         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
40706         description: "generic.resource.api.requestinformation.RequestInformation to\
40707           \ be added to list"
40708         required: false
40709         schema:
40710           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40711           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40712       responses:
40713         400:
40714           description: "Internal error"
40715         201:
40716           description: "Object created"
40717         409:
40718           description: "Object already exists"
40719     put:
40720       tags:
40721       - "GENERIC-RESOURCE-API"
40722       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
40723       parameters:
40724       - name: "service-instance-id"
40725         in: "path"
40726         description: "Id of service"
40727         required: true
40728         type: "string"
40729       - in: "body"
40730         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
40731         description: "generic.resource.api.requestinformation.RequestInformation to\
40732           \ be added or updated"
40733         required: false
40734         schema:
40735           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40736           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
40737       responses:
40738         400:
40739           description: "Internal error"
40740         201:
40741           description: "Object created"
40742         204:
40743           description: "Object modified"
40744     delete:
40745       tags:
40746       - "GENERIC-RESOURCE-API"
40747       description: "removes generic.resource.api.requestinformation.RequestInformation"
40748       parameters:
40749       - name: "service-instance-id"
40750         in: "path"
40751         description: "Id of service"
40752         required: true
40753         type: "string"
40754       responses:
40755         400:
40756           description: "Internal error"
40757         204:
40758           description: "Object deleted"
40759   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/sdnc-request-header/
40760   : get:
40761       tags:
40762       - "GENERIC-RESOURCE-API"
40763       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
40764       parameters:
40765       - name: "service-instance-id"
40766         in: "path"
40767         description: "Id of service"
40768         required: true
40769         type: "string"
40770       responses:
40771         400:
40772           description: "Internal error"
40773         200:
40774           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
40775           responseSchema:
40776             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40777             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40778           schema:
40779             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40780             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40781     post:
40782       tags:
40783       - "GENERIC-RESOURCE-API"
40784       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
40785       parameters:
40786       - name: "service-instance-id"
40787         in: "path"
40788         description: "Id of service"
40789         required: true
40790         type: "string"
40791       - in: "body"
40792         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
40793         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
40794           \ be added to list"
40795         required: false
40796         schema:
40797           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40798           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40799       responses:
40800         400:
40801           description: "Internal error"
40802         201:
40803           description: "Object created"
40804         409:
40805           description: "Object already exists"
40806     put:
40807       tags:
40808       - "GENERIC-RESOURCE-API"
40809       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
40810       parameters:
40811       - name: "service-instance-id"
40812         in: "path"
40813         description: "Id of service"
40814         required: true
40815         type: "string"
40816       - in: "body"
40817         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
40818         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
40819           \ be added or updated"
40820         required: false
40821         schema:
40822           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40823           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
40824       responses:
40825         400:
40826           description: "Internal error"
40827         201:
40828           description: "Object created"
40829         204:
40830           description: "Object modified"
40831     delete:
40832       tags:
40833       - "GENERIC-RESOURCE-API"
40834       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
40835       parameters:
40836       - name: "service-instance-id"
40837         in: "path"
40838         description: "Id of service"
40839         required: true
40840         type: "string"
40841       responses:
40842         400:
40843           description: "Internal error"
40844         204:
40845           description: "Object deleted"
40846   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/
40847   : get:
40848       tags:
40849       - "GENERIC-RESOURCE-API"
40850       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
40851       parameters:
40852       - name: "service-instance-id"
40853         in: "path"
40854         description: "Id of service"
40855         required: true
40856         type: "string"
40857       responses:
40858         400:
40859           description: "Internal error"
40860         200:
40861           description: "generic.resource.api.serviceinformation.ServiceInformation"
40862           responseSchema:
40863             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40864             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40865           schema:
40866             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40867             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40868     post:
40869       tags:
40870       - "GENERIC-RESOURCE-API"
40871       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
40872       parameters:
40873       - name: "service-instance-id"
40874         in: "path"
40875         description: "Id of service"
40876         required: true
40877         type: "string"
40878       - in: "body"
40879         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
40880         description: "generic.resource.api.serviceinformation.ServiceInformation to\
40881           \ be added to list"
40882         required: false
40883         schema:
40884           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40885           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40886       responses:
40887         400:
40888           description: "Internal error"
40889         201:
40890           description: "Object created"
40891         409:
40892           description: "Object already exists"
40893     put:
40894       tags:
40895       - "GENERIC-RESOURCE-API"
40896       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
40897       parameters:
40898       - name: "service-instance-id"
40899         in: "path"
40900         description: "Id of service"
40901         required: true
40902         type: "string"
40903       - in: "body"
40904         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
40905         description: "generic.resource.api.serviceinformation.ServiceInformation to\
40906           \ be added or updated"
40907         required: false
40908         schema:
40909           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40910           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
40911       responses:
40912         400:
40913           description: "Internal error"
40914         201:
40915           description: "Object created"
40916         204:
40917           description: "Object modified"
40918     delete:
40919       tags:
40920       - "GENERIC-RESOURCE-API"
40921       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
40922       parameters:
40923       - name: "service-instance-id"
40924         in: "path"
40925         description: "Id of service"
40926         required: true
40927         type: "string"
40928       responses:
40929         400:
40930           description: "Internal error"
40931         204:
40932           description: "Object deleted"
40933   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/onap-model-information/
40934   : get:
40935       tags:
40936       - "GENERIC-RESOURCE-API"
40937       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
40938       parameters:
40939       - name: "service-instance-id"
40940         in: "path"
40941         description: "Id of service"
40942         required: true
40943         type: "string"
40944       responses:
40945         400:
40946           description: "Internal error"
40947         200:
40948           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
40949           responseSchema:
40950             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40951             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40952           schema:
40953             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40954             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40955     post:
40956       tags:
40957       - "GENERIC-RESOURCE-API"
40958       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
40959       parameters:
40960       - name: "service-instance-id"
40961         in: "path"
40962         description: "Id of service"
40963         required: true
40964         type: "string"
40965       - in: "body"
40966         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
40967         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
40968           \ to be added to list"
40969         required: false
40970         schema:
40971           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40972           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40973       responses:
40974         400:
40975           description: "Internal error"
40976         201:
40977           description: "Object created"
40978         409:
40979           description: "Object already exists"
40980     put:
40981       tags:
40982       - "GENERIC-RESOURCE-API"
40983       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
40984       parameters:
40985       - name: "service-instance-id"
40986         in: "path"
40987         description: "Id of service"
40988         required: true
40989         type: "string"
40990       - in: "body"
40991         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
40992         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
40993           \ to be added or updated"
40994         required: false
40995         schema:
40996           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40997           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
40998       responses:
40999         400:
41000           description: "Internal error"
41001         201:
41002           description: "Object created"
41003         204:
41004           description: "Object modified"
41005     delete:
41006       tags:
41007       - "GENERIC-RESOURCE-API"
41008       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
41009       parameters:
41010       - name: "service-instance-id"
41011         in: "path"
41012         description: "Id of service"
41013         required: true
41014         type: "string"
41015       responses:
41016         400:
41017           description: "Internal error"
41018         204:
41019           description: "Object deleted"
41020   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-level-oper-status/
41021   : get:
41022       tags:
41023       - "GENERIC-RESOURCE-API"
41024       description: "returns generic.resource.api.OperStatusData"
41025       parameters:
41026       - name: "service-instance-id"
41027         in: "path"
41028         description: "Id of service"
41029         required: true
41030         type: "string"
41031       responses:
41032         400:
41033           description: "Internal error"
41034         200:
41035           description: "generic.resource.api.OperStatusData"
41036           responseSchema:
41037             $ref: "#/definitions/generic.resource.api.OperStatusData"
41038             originalRef: "#/definitions/generic.resource.api.OperStatusData"
41039           schema:
41040             $ref: "#/definitions/generic.resource.api.OperStatusData"
41041             originalRef: "#/definitions/generic.resource.api.OperStatusData"
41042     post:
41043       tags:
41044       - "GENERIC-RESOURCE-API"
41045       description: "creates generic.resource.api.OperStatusData"
41046       parameters:
41047       - name: "service-instance-id"
41048         in: "path"
41049         description: "Id of service"
41050         required: true
41051         type: "string"
41052       - in: "body"
41053         name: "generic.resource.api.OperStatusData.body-param"
41054         description: "generic.resource.api.OperStatusData to be added to list"
41055         required: false
41056         schema:
41057           $ref: "#/definitions/generic.resource.api.OperStatusData"
41058           originalRef: "#/definitions/generic.resource.api.OperStatusData"
41059       responses:
41060         400:
41061           description: "Internal error"
41062         201:
41063           description: "Object created"
41064         409:
41065           description: "Object already exists"
41066     put:
41067       tags:
41068       - "GENERIC-RESOURCE-API"
41069       description: "creates or updates generic.resource.api.OperStatusData"
41070       parameters:
41071       - name: "service-instance-id"
41072         in: "path"
41073         description: "Id of service"
41074         required: true
41075         type: "string"
41076       - in: "body"
41077         name: "generic.resource.api.OperStatusData.body-param"
41078         description: "generic.resource.api.OperStatusData to be added or updated"
41079         required: false
41080         schema:
41081           $ref: "#/definitions/generic.resource.api.OperStatusData"
41082           originalRef: "#/definitions/generic.resource.api.OperStatusData"
41083       responses:
41084         400:
41085           description: "Internal error"
41086         201:
41087           description: "Object created"
41088         204:
41089           description: "Object modified"
41090     delete:
41091       tags:
41092       - "GENERIC-RESOURCE-API"
41093       description: "removes generic.resource.api.OperStatusData"
41094       parameters:
41095       - name: "service-instance-id"
41096         in: "path"
41097         description: "Id of service"
41098         required: true
41099         type: "string"
41100       responses:
41101         400:
41102           description: "Internal error"
41103         204:
41104           description: "Object deleted"
41105   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/
41106   : get:
41107       tags:
41108       - "GENERIC-RESOURCE-API"
41109       description: "returns generic.resource.api.servicerequestinput.ServiceRequestInput"
41110       parameters:
41111       - name: "service-instance-id"
41112         in: "path"
41113         description: "Id of service"
41114         required: true
41115         type: "string"
41116       responses:
41117         400:
41118           description: "Internal error"
41119         200:
41120           description: "generic.resource.api.servicerequestinput.ServiceRequestInput"
41121           responseSchema:
41122             $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41123             originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41124           schema:
41125             $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41126             originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41127     post:
41128       tags:
41129       - "GENERIC-RESOURCE-API"
41130       description: "creates generic.resource.api.servicerequestinput.ServiceRequestInput"
41131       parameters:
41132       - name: "service-instance-id"
41133         in: "path"
41134         description: "Id of service"
41135         required: true
41136         type: "string"
41137       - in: "body"
41138         name: "generic.resource.api.servicerequestinput.ServiceRequestInput.body-param"
41139         description: "generic.resource.api.servicerequestinput.ServiceRequestInput\
41140           \ to be added to list"
41141         required: false
41142         schema:
41143           $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41144           originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41145       responses:
41146         400:
41147           description: "Internal error"
41148         201:
41149           description: "Object created"
41150         409:
41151           description: "Object already exists"
41152     put:
41153       tags:
41154       - "GENERIC-RESOURCE-API"
41155       description: "creates or updates generic.resource.api.servicerequestinput.ServiceRequestInput"
41156       parameters:
41157       - name: "service-instance-id"
41158         in: "path"
41159         description: "Id of service"
41160         required: true
41161         type: "string"
41162       - in: "body"
41163         name: "generic.resource.api.servicerequestinput.ServiceRequestInput.body-param"
41164         description: "generic.resource.api.servicerequestinput.ServiceRequestInput\
41165           \ to be added or updated"
41166         required: false
41167         schema:
41168           $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41169           originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
41170       responses:
41171         400:
41172           description: "Internal error"
41173         201:
41174           description: "Object created"
41175         204:
41176           description: "Object modified"
41177     delete:
41178       tags:
41179       - "GENERIC-RESOURCE-API"
41180       description: "removes generic.resource.api.servicerequestinput.ServiceRequestInput"
41181       parameters:
41182       - name: "service-instance-id"
41183         in: "path"
41184         description: "Id of service"
41185         required: true
41186         type: "string"
41187       responses:
41188         400:
41189           description: "Internal error"
41190         204:
41191           description: "Object deleted"
41192   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/
41193   : get:
41194       tags:
41195       - "GENERIC-RESOURCE-API"
41196       description: "returns generic.resource.api.Param"
41197       parameters:
41198       - name: "service-instance-id"
41199         in: "path"
41200         description: "Id of service"
41201         required: true
41202         type: "string"
41203       responses:
41204         400:
41205           description: "Internal error"
41206         200:
41207           description: "generic.resource.api.Param"
41208           responseSchema:
41209             $ref: "#/definitions/generic.resource.api.Param"
41210             originalRef: "#/definitions/generic.resource.api.Param"
41211           schema:
41212             $ref: "#/definitions/generic.resource.api.Param"
41213             originalRef: "#/definitions/generic.resource.api.Param"
41214     post:
41215       tags:
41216       - "GENERIC-RESOURCE-API"
41217       description: "creates generic.resource.api.Param"
41218       parameters:
41219       - name: "service-instance-id"
41220         in: "path"
41221         description: "Id of service"
41222         required: true
41223         type: "string"
41224       - in: "body"
41225         name: "generic.resource.api.Param.body-param"
41226         description: "generic.resource.api.Param to be added to list"
41227         required: false
41228         schema:
41229           $ref: "#/definitions/generic.resource.api.Param"
41230           originalRef: "#/definitions/generic.resource.api.Param"
41231       responses:
41232         400:
41233           description: "Internal error"
41234         201:
41235           description: "Object created"
41236         409:
41237           description: "Object already exists"
41238     put:
41239       tags:
41240       - "GENERIC-RESOURCE-API"
41241       description: "creates or updates generic.resource.api.Param"
41242       parameters:
41243       - name: "service-instance-id"
41244         in: "path"
41245         description: "Id of service"
41246         required: true
41247         type: "string"
41248       - in: "body"
41249         name: "generic.resource.api.Param.body-param"
41250         description: "generic.resource.api.Param to be added or updated"
41251         required: false
41252         schema:
41253           $ref: "#/definitions/generic.resource.api.Param"
41254           originalRef: "#/definitions/generic.resource.api.Param"
41255       responses:
41256         400:
41257           description: "Internal error"
41258         201:
41259           description: "Object created"
41260         204:
41261           description: "Object modified"
41262     delete:
41263       tags:
41264       - "GENERIC-RESOURCE-API"
41265       description: "removes generic.resource.api.Param"
41266       parameters:
41267       - name: "service-instance-id"
41268         in: "path"
41269         description: "Id of service"
41270         required: true
41271         type: "string"
41272       responses:
41273         400:
41274           description: "Internal error"
41275         204:
41276           description: "Object deleted"
41277   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/
41278   : post:
41279       description: "creates generic.resource.api.param.Param"
41280       parameters:
41281       - name: "service-instance-id"
41282         in: "path"
41283         description: "Id of service"
41284         required: true
41285         type: "string"
41286       - in: "body"
41287         name: "generic.resource.api.param.Param.body-param"
41288         description: "generic.resource.api.param.Param to be added to list"
41289         required: false
41290         schema:
41291           $ref: "#/definitions/generic.resource.api.param.Param"
41292           originalRef: "#/definitions/generic.resource.api.param.Param"
41293       responses:
41294         400:
41295           description: "Internal error"
41296         201:
41297           description: "Object created"
41298         409:
41299           description: "Object already exists"
41300   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/
41301   : get:
41302       tags:
41303       - "GENERIC-RESOURCE-API"
41304       description: "returns generic.resource.api.param.Param"
41305       parameters:
41306       - name: "service-instance-id"
41307         in: "path"
41308         description: "Id of service"
41309         required: true
41310         type: "string"
41311       - name: "name"
41312         in: "path"
41313         description: "Id of param"
41314         required: true
41315         type: "string"
41316       responses:
41317         400:
41318           description: "Internal error"
41319         200:
41320           description: "generic.resource.api.param.Param"
41321           responseSchema:
41322             $ref: "#/definitions/generic.resource.api.param.Param"
41323             originalRef: "#/definitions/generic.resource.api.param.Param"
41324           schema:
41325             $ref: "#/definitions/generic.resource.api.param.Param"
41326             originalRef: "#/definitions/generic.resource.api.param.Param"
41327     post:
41328       tags:
41329       - "GENERIC-RESOURCE-API"
41330       description: "creates generic.resource.api.param.Param"
41331       parameters:
41332       - name: "service-instance-id"
41333         in: "path"
41334         description: "Id of service"
41335         required: true
41336         type: "string"
41337       - name: "name"
41338         in: "path"
41339         description: "Id of param"
41340         required: true
41341         type: "string"
41342       - in: "body"
41343         name: "generic.resource.api.param.Param.body-param"
41344         description: "generic.resource.api.param.Param to be added to list"
41345         required: false
41346         schema:
41347           $ref: "#/definitions/generic.resource.api.param.Param"
41348           originalRef: "#/definitions/generic.resource.api.param.Param"
41349       responses:
41350         400:
41351           description: "Internal error"
41352         201:
41353           description: "Object created"
41354         409:
41355           description: "Object already exists"
41356     put:
41357       tags:
41358       - "GENERIC-RESOURCE-API"
41359       description: "creates or updates generic.resource.api.param.Param"
41360       parameters:
41361       - name: "service-instance-id"
41362         in: "path"
41363         description: "Id of service"
41364         required: true
41365         type: "string"
41366       - name: "name"
41367         in: "path"
41368         description: "Id of param"
41369         required: true
41370         type: "string"
41371       - in: "body"
41372         name: "generic.resource.api.param.Param.body-param"
41373         description: "generic.resource.api.param.Param to be added or updated"
41374         required: false
41375         schema:
41376           $ref: "#/definitions/generic.resource.api.param.Param"
41377           originalRef: "#/definitions/generic.resource.api.param.Param"
41378       responses:
41379         400:
41380           description: "Internal error"
41381         201:
41382           description: "Object created"
41383         204:
41384           description: "Object modified"
41385     delete:
41386       tags:
41387       - "GENERIC-RESOURCE-API"
41388       description: "removes generic.resource.api.param.Param"
41389       parameters:
41390       - name: "service-instance-id"
41391         in: "path"
41392         description: "Id of service"
41393         required: true
41394         type: "string"
41395       - name: "name"
41396         in: "path"
41397         description: "Id of param"
41398         required: true
41399         type: "string"
41400       responses:
41401         400:
41402           description: "Internal error"
41403         204:
41404           description: "Object deleted"
41405   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/
41406   : get:
41407       tags:
41408       - "GENERIC-RESOURCE-API"
41409       description: "returns generic.resource.api.param.param.ResourceResolutionData"
41410       parameters:
41411       - name: "service-instance-id"
41412         in: "path"
41413         description: "Id of service"
41414         required: true
41415         type: "string"
41416       - name: "name"
41417         in: "path"
41418         description: "Id of param"
41419         required: true
41420         type: "string"
41421       responses:
41422         400:
41423           description: "Internal error"
41424         200:
41425           description: "generic.resource.api.param.param.ResourceResolutionData"
41426           responseSchema:
41427             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41428             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41429           schema:
41430             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41431             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41432     post:
41433       tags:
41434       - "GENERIC-RESOURCE-API"
41435       description: "creates generic.resource.api.param.param.ResourceResolutionData"
41436       parameters:
41437       - name: "service-instance-id"
41438         in: "path"
41439         description: "Id of service"
41440         required: true
41441         type: "string"
41442       - name: "name"
41443         in: "path"
41444         description: "Id of param"
41445         required: true
41446         type: "string"
41447       - in: "body"
41448         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
41449         description: "generic.resource.api.param.param.ResourceResolutionData to be\
41450           \ added to list"
41451         required: false
41452         schema:
41453           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41454           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41455       responses:
41456         400:
41457           description: "Internal error"
41458         201:
41459           description: "Object created"
41460         409:
41461           description: "Object already exists"
41462     put:
41463       tags:
41464       - "GENERIC-RESOURCE-API"
41465       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
41466       parameters:
41467       - name: "service-instance-id"
41468         in: "path"
41469         description: "Id of service"
41470         required: true
41471         type: "string"
41472       - name: "name"
41473         in: "path"
41474         description: "Id of param"
41475         required: true
41476         type: "string"
41477       - in: "body"
41478         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
41479         description: "generic.resource.api.param.param.ResourceResolutionData to be\
41480           \ added or updated"
41481         required: false
41482         schema:
41483           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41484           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
41485       responses:
41486         400:
41487           description: "Internal error"
41488         201:
41489           description: "Object created"
41490         204:
41491           description: "Object modified"
41492     delete:
41493       tags:
41494       - "GENERIC-RESOURCE-API"
41495       description: "removes generic.resource.api.param.param.ResourceResolutionData"
41496       parameters:
41497       - name: "service-instance-id"
41498         in: "path"
41499         description: "Id of service"
41500         required: true
41501         type: "string"
41502       - name: "name"
41503         in: "path"
41504         description: "Id of param"
41505         required: true
41506         type: "string"
41507       responses:
41508         400:
41509           description: "Internal error"
41510         204:
41511           description: "Object deleted"
41512   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/resource-key/
41513   : post:
41514       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41515       parameters:
41516       - name: "service-instance-id"
41517         in: "path"
41518         description: "Id of service"
41519         required: true
41520         type: "string"
41521       - name: "name"
41522         in: "path"
41523         description: "Id of param"
41524         required: true
41525         type: "string"
41526       - in: "body"
41527         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
41528         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
41529           \ to be added to list"
41530         required: false
41531         schema:
41532           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41533           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41534       responses:
41535         400:
41536           description: "Internal error"
41537         201:
41538           description: "Object created"
41539         409:
41540           description: "Object already exists"
41541   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
41542   : get:
41543       tags:
41544       - "GENERIC-RESOURCE-API"
41545       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41546       parameters:
41547       - name: "service-instance-id"
41548         in: "path"
41549         description: "Id of service"
41550         required: true
41551         type: "string"
41552       - name: "name"
41553         in: "path"
41554         description: "Id of param"
41555         required: true
41556         type: "string"
41557       - name: "resource-key-name"
41558         in: "path"
41559         description: "Id of resource-key"
41560         required: true
41561         type: "string"
41562       responses:
41563         400:
41564           description: "Internal error"
41565         200:
41566           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41567           responseSchema:
41568             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41569             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41570           schema:
41571             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41572             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41573     post:
41574       tags:
41575       - "GENERIC-RESOURCE-API"
41576       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41577       parameters:
41578       - name: "service-instance-id"
41579         in: "path"
41580         description: "Id of service"
41581         required: true
41582         type: "string"
41583       - name: "name"
41584         in: "path"
41585         description: "Id of param"
41586         required: true
41587         type: "string"
41588       - name: "resource-key-name"
41589         in: "path"
41590         description: "Id of resource-key"
41591         required: true
41592         type: "string"
41593       - in: "body"
41594         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
41595         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
41596           \ to be added to list"
41597         required: false
41598         schema:
41599           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41600           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41601       responses:
41602         400:
41603           description: "Internal error"
41604         201:
41605           description: "Object created"
41606         409:
41607           description: "Object already exists"
41608     put:
41609       tags:
41610       - "GENERIC-RESOURCE-API"
41611       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41612       parameters:
41613       - name: "service-instance-id"
41614         in: "path"
41615         description: "Id of service"
41616         required: true
41617         type: "string"
41618       - name: "name"
41619         in: "path"
41620         description: "Id of param"
41621         required: true
41622         type: "string"
41623       - name: "resource-key-name"
41624         in: "path"
41625         description: "Id of resource-key"
41626         required: true
41627         type: "string"
41628       - in: "body"
41629         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
41630         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
41631           \ to be added or updated"
41632         required: false
41633         schema:
41634           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41635           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41636       responses:
41637         400:
41638           description: "Internal error"
41639         201:
41640           description: "Object created"
41641         204:
41642           description: "Object modified"
41643     delete:
41644       tags:
41645       - "GENERIC-RESOURCE-API"
41646       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
41647       parameters:
41648       - name: "service-instance-id"
41649         in: "path"
41650         description: "Id of service"
41651         required: true
41652         type: "string"
41653       - name: "name"
41654         in: "path"
41655         description: "Id of param"
41656         required: true
41657         type: "string"
41658       - name: "resource-key-name"
41659         in: "path"
41660         description: "Id of resource-key"
41661         required: true
41662         type: "string"
41663       responses:
41664         400:
41665           description: "Internal error"
41666         204:
41667           description: "Object deleted"
41668   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/
41669   : get:
41670       tags:
41671       - "GENERIC-RESOURCE-API"
41672       description: "returns generic.resource.api.servicetopology.ServiceTopology"
41673       parameters:
41674       - name: "service-instance-id"
41675         in: "path"
41676         description: "Id of service"
41677         required: true
41678         type: "string"
41679       responses:
41680         400:
41681           description: "Internal error"
41682         200:
41683           description: "generic.resource.api.servicetopology.ServiceTopology"
41684           responseSchema:
41685             $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41686             originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41687           schema:
41688             $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41689             originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41690     post:
41691       tags:
41692       - "GENERIC-RESOURCE-API"
41693       description: "creates generic.resource.api.servicetopology.ServiceTopology"
41694       parameters:
41695       - name: "service-instance-id"
41696         in: "path"
41697         description: "Id of service"
41698         required: true
41699         type: "string"
41700       - in: "body"
41701         name: "generic.resource.api.servicetopology.ServiceTopology.body-param"
41702         description: "generic.resource.api.servicetopology.ServiceTopology to be added\
41703           \ to list"
41704         required: false
41705         schema:
41706           $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41707           originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41708       responses:
41709         400:
41710           description: "Internal error"
41711         201:
41712           description: "Object created"
41713         409:
41714           description: "Object already exists"
41715     put:
41716       tags:
41717       - "GENERIC-RESOURCE-API"
41718       description: "creates or updates generic.resource.api.servicetopology.ServiceTopology"
41719       parameters:
41720       - name: "service-instance-id"
41721         in: "path"
41722         description: "Id of service"
41723         required: true
41724         type: "string"
41725       - in: "body"
41726         name: "generic.resource.api.servicetopology.ServiceTopology.body-param"
41727         description: "generic.resource.api.servicetopology.ServiceTopology to be added\
41728           \ or updated"
41729         required: false
41730         schema:
41731           $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41732           originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
41733       responses:
41734         400:
41735           description: "Internal error"
41736         201:
41737           description: "Object created"
41738         204:
41739           description: "Object modified"
41740     delete:
41741       tags:
41742       - "GENERIC-RESOURCE-API"
41743       description: "removes generic.resource.api.servicetopology.ServiceTopology"
41744       parameters:
41745       - name: "service-instance-id"
41746         in: "path"
41747         description: "Id of service"
41748         required: true
41749         type: "string"
41750       responses:
41751         400:
41752           description: "Internal error"
41753         204:
41754           description: "Object deleted"
41755   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/onap-model-information/
41756   : get:
41757       tags:
41758       - "GENERIC-RESOURCE-API"
41759       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
41760       parameters:
41761       - name: "service-instance-id"
41762         in: "path"
41763         description: "Id of service"
41764         required: true
41765         type: "string"
41766       responses:
41767         400:
41768           description: "Internal error"
41769         200:
41770           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
41771           responseSchema:
41772             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41773             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41774           schema:
41775             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41776             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41777     post:
41778       tags:
41779       - "GENERIC-RESOURCE-API"
41780       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
41781       parameters:
41782       - name: "service-instance-id"
41783         in: "path"
41784         description: "Id of service"
41785         required: true
41786         type: "string"
41787       - in: "body"
41788         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
41789         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
41790           \ to be added to list"
41791         required: false
41792         schema:
41793           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41794           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41795       responses:
41796         400:
41797           description: "Internal error"
41798         201:
41799           description: "Object created"
41800         409:
41801           description: "Object already exists"
41802     put:
41803       tags:
41804       - "GENERIC-RESOURCE-API"
41805       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
41806       parameters:
41807       - name: "service-instance-id"
41808         in: "path"
41809         description: "Id of service"
41810         required: true
41811         type: "string"
41812       - in: "body"
41813         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
41814         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
41815           \ to be added or updated"
41816         required: false
41817         schema:
41818           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41819           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
41820       responses:
41821         400:
41822           description: "Internal error"
41823         201:
41824           description: "Object created"
41825         204:
41826           description: "Object modified"
41827     delete:
41828       tags:
41829       - "GENERIC-RESOURCE-API"
41830       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
41831       parameters:
41832       - name: "service-instance-id"
41833         in: "path"
41834         description: "Id of service"
41835         required: true
41836         type: "string"
41837       responses:
41838         400:
41839           description: "Internal error"
41840         204:
41841           description: "Object deleted"
41842   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-assignments/
41843   : get:
41844       tags:
41845       - "GENERIC-RESOURCE-API"
41846       description: "returns generic.resource.api.serviceassignments.ServiceAssignments"
41847       parameters:
41848       - name: "service-instance-id"
41849         in: "path"
41850         description: "Id of service"
41851         required: true
41852         type: "string"
41853       responses:
41854         400:
41855           description: "Internal error"
41856         200:
41857           description: "generic.resource.api.serviceassignments.ServiceAssignments"
41858           responseSchema:
41859             $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41860             originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41861           schema:
41862             $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41863             originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41864     post:
41865       tags:
41866       - "GENERIC-RESOURCE-API"
41867       description: "creates generic.resource.api.serviceassignments.ServiceAssignments"
41868       parameters:
41869       - name: "service-instance-id"
41870         in: "path"
41871         description: "Id of service"
41872         required: true
41873         type: "string"
41874       - in: "body"
41875         name: "generic.resource.api.serviceassignments.ServiceAssignments.body-param"
41876         description: "generic.resource.api.serviceassignments.ServiceAssignments to\
41877           \ be added to list"
41878         required: false
41879         schema:
41880           $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41881           originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41882       responses:
41883         400:
41884           description: "Internal error"
41885         201:
41886           description: "Object created"
41887         409:
41888           description: "Object already exists"
41889     put:
41890       tags:
41891       - "GENERIC-RESOURCE-API"
41892       description: "creates or updates generic.resource.api.serviceassignments.ServiceAssignments"
41893       parameters:
41894       - name: "service-instance-id"
41895         in: "path"
41896         description: "Id of service"
41897         required: true
41898         type: "string"
41899       - in: "body"
41900         name: "generic.resource.api.serviceassignments.ServiceAssignments.body-param"
41901         description: "generic.resource.api.serviceassignments.ServiceAssignments to\
41902           \ be added or updated"
41903         required: false
41904         schema:
41905           $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41906           originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
41907       responses:
41908         400:
41909           description: "Internal error"
41910         201:
41911           description: "Object created"
41912         204:
41913           description: "Object modified"
41914     delete:
41915       tags:
41916       - "GENERIC-RESOURCE-API"
41917       description: "removes generic.resource.api.serviceassignments.ServiceAssignments"
41918       parameters:
41919       - name: "service-instance-id"
41920         in: "path"
41921         description: "Id of service"
41922         required: true
41923         type: "string"
41924       responses:
41925         400:
41926           description: "Internal error"
41927         204:
41928           description: "Object deleted"
41929   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/
41930   : get:
41931       tags:
41932       - "GENERIC-RESOURCE-API"
41933       description: "returns generic.resource.api.serviceparameters.ServiceParameters"
41934       parameters:
41935       - name: "service-instance-id"
41936         in: "path"
41937         description: "Id of service"
41938         required: true
41939         type: "string"
41940       responses:
41941         400:
41942           description: "Internal error"
41943         200:
41944           description: "generic.resource.api.serviceparameters.ServiceParameters"
41945           responseSchema:
41946             $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41947             originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41948           schema:
41949             $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41950             originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41951     post:
41952       tags:
41953       - "GENERIC-RESOURCE-API"
41954       description: "creates generic.resource.api.serviceparameters.ServiceParameters"
41955       parameters:
41956       - name: "service-instance-id"
41957         in: "path"
41958         description: "Id of service"
41959         required: true
41960         type: "string"
41961       - in: "body"
41962         name: "generic.resource.api.serviceparameters.ServiceParameters.body-param"
41963         description: "generic.resource.api.serviceparameters.ServiceParameters to\
41964           \ be added to list"
41965         required: false
41966         schema:
41967           $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41968           originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41969       responses:
41970         400:
41971           description: "Internal error"
41972         201:
41973           description: "Object created"
41974         409:
41975           description: "Object already exists"
41976     put:
41977       tags:
41978       - "GENERIC-RESOURCE-API"
41979       description: "creates or updates generic.resource.api.serviceparameters.ServiceParameters"
41980       parameters:
41981       - name: "service-instance-id"
41982         in: "path"
41983         description: "Id of service"
41984         required: true
41985         type: "string"
41986       - in: "body"
41987         name: "generic.resource.api.serviceparameters.ServiceParameters.body-param"
41988         description: "generic.resource.api.serviceparameters.ServiceParameters to\
41989           \ be added or updated"
41990         required: false
41991         schema:
41992           $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41993           originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
41994       responses:
41995         400:
41996           description: "Internal error"
41997         201:
41998           description: "Object created"
41999         204:
42000           description: "Object modified"
42001     delete:
42002       tags:
42003       - "GENERIC-RESOURCE-API"
42004       description: "removes generic.resource.api.serviceparameters.ServiceParameters"
42005       parameters:
42006       - name: "service-instance-id"
42007         in: "path"
42008         description: "Id of service"
42009         required: true
42010         type: "string"
42011       responses:
42012         400:
42013           description: "Internal error"
42014         204:
42015           description: "Object deleted"
42016   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/
42017   : post:
42018       description: "creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42019       parameters:
42020       - name: "service-instance-id"
42021         in: "path"
42022         description: "Id of service"
42023         required: true
42024         type: "string"
42025       - in: "body"
42026         name: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param"
42027         description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter\
42028           \ to be added to list"
42029         required: false
42030         schema:
42031           $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42032           originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42033       responses:
42034         400:
42035           description: "Internal error"
42036         201:
42037           description: "Object created"
42038         409:
42039           description: "Object already exists"
42040   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/{service-parameter-name}/
42041   : get:
42042       tags:
42043       - "GENERIC-RESOURCE-API"
42044       description: "returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42045       parameters:
42046       - name: "service-instance-id"
42047         in: "path"
42048         description: "Id of service"
42049         required: true
42050         type: "string"
42051       - name: "service-parameter-name"
42052         in: "path"
42053         description: "Id of service-parameter"
42054         required: true
42055         type: "string"
42056       responses:
42057         400:
42058           description: "Internal error"
42059         200:
42060           description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42061           responseSchema:
42062             $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42063             originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42064           schema:
42065             $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42066             originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42067     post:
42068       tags:
42069       - "GENERIC-RESOURCE-API"
42070       description: "creates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42071       parameters:
42072       - name: "service-instance-id"
42073         in: "path"
42074         description: "Id of service"
42075         required: true
42076         type: "string"
42077       - name: "service-parameter-name"
42078         in: "path"
42079         description: "Id of service-parameter"
42080         required: true
42081         type: "string"
42082       - in: "body"
42083         name: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param"
42084         description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter\
42085           \ to be added to list"
42086         required: false
42087         schema:
42088           $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42089           originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42090       responses:
42091         400:
42092           description: "Internal error"
42093         201:
42094           description: "Object created"
42095         409:
42096           description: "Object already exists"
42097     put:
42098       tags:
42099       - "GENERIC-RESOURCE-API"
42100       description: "creates or updates generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42101       parameters:
42102       - name: "service-instance-id"
42103         in: "path"
42104         description: "Id of service"
42105         required: true
42106         type: "string"
42107       - name: "service-parameter-name"
42108         in: "path"
42109         description: "Id of service-parameter"
42110         required: true
42111         type: "string"
42112       - in: "body"
42113         name: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter.body-param"
42114         description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter\
42115           \ to be added or updated"
42116         required: false
42117         schema:
42118           $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42119           originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42120       responses:
42121         400:
42122           description: "Internal error"
42123         201:
42124           description: "Object created"
42125         204:
42126           description: "Object modified"
42127     delete:
42128       tags:
42129       - "GENERIC-RESOURCE-API"
42130       description: "removes generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
42131       parameters:
42132       - name: "service-instance-id"
42133         in: "path"
42134         description: "Id of service"
42135         required: true
42136         type: "string"
42137       - name: "service-parameter-name"
42138         in: "path"
42139         description: "Id of service-parameter"
42140         required: true
42141         type: "string"
42142       responses:
42143         400:
42144           description: "Internal error"
42145         204:
42146           description: "Object deleted"
42147   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-topology-identifier/
42148   : get:
42149       tags:
42150       - "GENERIC-RESOURCE-API"
42151       description: "returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42152       parameters:
42153       - name: "service-instance-id"
42154         in: "path"
42155         description: "Id of service"
42156         required: true
42157         type: "string"
42158       responses:
42159         400:
42160           description: "Internal error"
42161         200:
42162           description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42163           responseSchema:
42164             $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42165             originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42166           schema:
42167             $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42168             originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42169     post:
42170       tags:
42171       - "GENERIC-RESOURCE-API"
42172       description: "creates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42173       parameters:
42174       - name: "service-instance-id"
42175         in: "path"
42176         description: "Id of service"
42177         required: true
42178         type: "string"
42179       - in: "body"
42180         name: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param"
42181         description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier\
42182           \ to be added to list"
42183         required: false
42184         schema:
42185           $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42186           originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42187       responses:
42188         400:
42189           description: "Internal error"
42190         201:
42191           description: "Object created"
42192         409:
42193           description: "Object already exists"
42194     put:
42195       tags:
42196       - "GENERIC-RESOURCE-API"
42197       description: "creates or updates generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42198       parameters:
42199       - name: "service-instance-id"
42200         in: "path"
42201         description: "Id of service"
42202         required: true
42203         type: "string"
42204       - in: "body"
42205         name: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier.body-param"
42206         description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier\
42207           \ to be added or updated"
42208         required: false
42209         schema:
42210           $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42211           originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42212       responses:
42213         400:
42214           description: "Internal error"
42215         201:
42216           description: "Object created"
42217         204:
42218           description: "Object modified"
42219     delete:
42220       tags:
42221       - "GENERIC-RESOURCE-API"
42222       description: "removes generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
42223       parameters:
42224       - name: "service-instance-id"
42225         in: "path"
42226         description: "Id of service"
42227         required: true
42228         type: "string"
42229       responses:
42230         400:
42231           description: "Internal error"
42232         204:
42233           description: "Object deleted"
42234   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/
42235   : get:
42236       tags:
42237       - "GENERIC-RESOURCE-API"
42238       description: "returns generic.resource.api.VnfcInstanceGroup"
42239       parameters:
42240       - name: "service-instance-id"
42241         in: "path"
42242         description: "Id of service"
42243         required: true
42244         type: "string"
42245       responses:
42246         400:
42247           description: "Internal error"
42248         200:
42249           description: "generic.resource.api.VnfcInstanceGroup"
42250           responseSchema:
42251             $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42252             originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42253           schema:
42254             $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42255             originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42256     post:
42257       tags:
42258       - "GENERIC-RESOURCE-API"
42259       description: "creates generic.resource.api.VnfcInstanceGroup"
42260       parameters:
42261       - name: "service-instance-id"
42262         in: "path"
42263         description: "Id of service"
42264         required: true
42265         type: "string"
42266       - in: "body"
42267         name: "generic.resource.api.VnfcInstanceGroup.body-param"
42268         description: "generic.resource.api.VnfcInstanceGroup to be added to list"
42269         required: false
42270         schema:
42271           $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42272           originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42273       responses:
42274         400:
42275           description: "Internal error"
42276         201:
42277           description: "Object created"
42278         409:
42279           description: "Object already exists"
42280     put:
42281       tags:
42282       - "GENERIC-RESOURCE-API"
42283       description: "creates or updates generic.resource.api.VnfcInstanceGroup"
42284       parameters:
42285       - name: "service-instance-id"
42286         in: "path"
42287         description: "Id of service"
42288         required: true
42289         type: "string"
42290       - in: "body"
42291         name: "generic.resource.api.VnfcInstanceGroup.body-param"
42292         description: "generic.resource.api.VnfcInstanceGroup to be added or updated"
42293         required: false
42294         schema:
42295           $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42296           originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
42297       responses:
42298         400:
42299           description: "Internal error"
42300         201:
42301           description: "Object created"
42302         204:
42303           description: "Object modified"
42304     delete:
42305       tags:
42306       - "GENERIC-RESOURCE-API"
42307       description: "removes generic.resource.api.VnfcInstanceGroup"
42308       parameters:
42309       - name: "service-instance-id"
42310         in: "path"
42311         description: "Id of service"
42312         required: true
42313         type: "string"
42314       responses:
42315         400:
42316           description: "Internal error"
42317         204:
42318           description: "Object deleted"
42319   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/
42320   : post:
42321       description: "creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42322       parameters:
42323       - name: "service-instance-id"
42324         in: "path"
42325         description: "Id of service"
42326         required: true
42327         type: "string"
42328       - in: "body"
42329         name: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param"
42330         description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to\
42331           \ be added to list"
42332         required: false
42333         schema:
42334           $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42335           originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42336       responses:
42337         400:
42338           description: "Internal error"
42339         201:
42340           description: "Object created"
42341         409:
42342           description: "Object already exists"
42343   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/
42344   : get:
42345       tags:
42346       - "GENERIC-RESOURCE-API"
42347       description: "returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42348       parameters:
42349       - name: "service-instance-id"
42350         in: "path"
42351         description: "Id of service"
42352         required: true
42353         type: "string"
42354       - name: "instance-group-role"
42355         in: "path"
42356         description: "Id of vnfc-instance-group"
42357         required: true
42358         type: "string"
42359       - name: "nfc-naming-code"
42360         in: "path"
42361         description: "Id of vnfc-instance-group"
42362         required: true
42363         type: "string"
42364       - name: "configuration-id"
42365         in: "path"
42366         description: "Id of vnfc-instance-group"
42367         required: true
42368         type: "string"
42369       responses:
42370         400:
42371           description: "Internal error"
42372         200:
42373           description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42374           responseSchema:
42375             $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42376             originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42377           schema:
42378             $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42379             originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42380     post:
42381       tags:
42382       - "GENERIC-RESOURCE-API"
42383       description: "creates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42384       parameters:
42385       - name: "service-instance-id"
42386         in: "path"
42387         description: "Id of service"
42388         required: true
42389         type: "string"
42390       - name: "instance-group-role"
42391         in: "path"
42392         description: "Id of vnfc-instance-group"
42393         required: true
42394         type: "string"
42395       - name: "nfc-naming-code"
42396         in: "path"
42397         description: "Id of vnfc-instance-group"
42398         required: true
42399         type: "string"
42400       - name: "configuration-id"
42401         in: "path"
42402         description: "Id of vnfc-instance-group"
42403         required: true
42404         type: "string"
42405       - in: "body"
42406         name: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param"
42407         description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to\
42408           \ be added to list"
42409         required: false
42410         schema:
42411           $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42412           originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42413       responses:
42414         400:
42415           description: "Internal error"
42416         201:
42417           description: "Object created"
42418         409:
42419           description: "Object already exists"
42420     put:
42421       tags:
42422       - "GENERIC-RESOURCE-API"
42423       description: "creates or updates generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42424       parameters:
42425       - name: "service-instance-id"
42426         in: "path"
42427         description: "Id of service"
42428         required: true
42429         type: "string"
42430       - name: "instance-group-role"
42431         in: "path"
42432         description: "Id of vnfc-instance-group"
42433         required: true
42434         type: "string"
42435       - name: "nfc-naming-code"
42436         in: "path"
42437         description: "Id of vnfc-instance-group"
42438         required: true
42439         type: "string"
42440       - name: "configuration-id"
42441         in: "path"
42442         description: "Id of vnfc-instance-group"
42443         required: true
42444         type: "string"
42445       - in: "body"
42446         name: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup.body-param"
42447         description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup to\
42448           \ be added or updated"
42449         required: false
42450         schema:
42451           $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42452           originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42453       responses:
42454         400:
42455           description: "Internal error"
42456         201:
42457           description: "Object created"
42458         204:
42459           description: "Object modified"
42460     delete:
42461       tags:
42462       - "GENERIC-RESOURCE-API"
42463       description: "removes generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
42464       parameters:
42465       - name: "service-instance-id"
42466         in: "path"
42467         description: "Id of service"
42468         required: true
42469         type: "string"
42470       - name: "instance-group-role"
42471         in: "path"
42472         description: "Id of vnfc-instance-group"
42473         required: true
42474         type: "string"
42475       - name: "nfc-naming-code"
42476         in: "path"
42477         description: "Id of vnfc-instance-group"
42478         required: true
42479         type: "string"
42480       - name: "configuration-id"
42481         in: "path"
42482         description: "Id of vnfc-instance-group"
42483         required: true
42484         type: "string"
42485       responses:
42486         400:
42487           description: "Internal error"
42488         204:
42489           description: "Object deleted"
42490   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/
42491   : get:
42492       tags:
42493       - "GENERIC-RESOURCE-API"
42494       description: "returns generic.resource.api.vnfcobjects.VnfcObjects"
42495       parameters:
42496       - name: "service-instance-id"
42497         in: "path"
42498         description: "Id of service"
42499         required: true
42500         type: "string"
42501       - name: "instance-group-role"
42502         in: "path"
42503         description: "Id of vnfc-instance-group"
42504         required: true
42505         type: "string"
42506       - name: "nfc-naming-code"
42507         in: "path"
42508         description: "Id of vnfc-instance-group"
42509         required: true
42510         type: "string"
42511       - name: "configuration-id"
42512         in: "path"
42513         description: "Id of vnfc-instance-group"
42514         required: true
42515         type: "string"
42516       responses:
42517         400:
42518           description: "Internal error"
42519         200:
42520           description: "generic.resource.api.vnfcobjects.VnfcObjects"
42521           responseSchema:
42522             $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42523             originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42524           schema:
42525             $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42526             originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42527     post:
42528       tags:
42529       - "GENERIC-RESOURCE-API"
42530       description: "creates generic.resource.api.vnfcobjects.VnfcObjects"
42531       parameters:
42532       - name: "service-instance-id"
42533         in: "path"
42534         description: "Id of service"
42535         required: true
42536         type: "string"
42537       - name: "instance-group-role"
42538         in: "path"
42539         description: "Id of vnfc-instance-group"
42540         required: true
42541         type: "string"
42542       - name: "nfc-naming-code"
42543         in: "path"
42544         description: "Id of vnfc-instance-group"
42545         required: true
42546         type: "string"
42547       - name: "configuration-id"
42548         in: "path"
42549         description: "Id of vnfc-instance-group"
42550         required: true
42551         type: "string"
42552       - in: "body"
42553         name: "generic.resource.api.vnfcobjects.VnfcObjects.body-param"
42554         description: "generic.resource.api.vnfcobjects.VnfcObjects to be added to\
42555           \ list"
42556         required: false
42557         schema:
42558           $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42559           originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42560       responses:
42561         400:
42562           description: "Internal error"
42563         201:
42564           description: "Object created"
42565         409:
42566           description: "Object already exists"
42567     put:
42568       tags:
42569       - "GENERIC-RESOURCE-API"
42570       description: "creates or updates generic.resource.api.vnfcobjects.VnfcObjects"
42571       parameters:
42572       - name: "service-instance-id"
42573         in: "path"
42574         description: "Id of service"
42575         required: true
42576         type: "string"
42577       - name: "instance-group-role"
42578         in: "path"
42579         description: "Id of vnfc-instance-group"
42580         required: true
42581         type: "string"
42582       - name: "nfc-naming-code"
42583         in: "path"
42584         description: "Id of vnfc-instance-group"
42585         required: true
42586         type: "string"
42587       - name: "configuration-id"
42588         in: "path"
42589         description: "Id of vnfc-instance-group"
42590         required: true
42591         type: "string"
42592       - in: "body"
42593         name: "generic.resource.api.vnfcobjects.VnfcObjects.body-param"
42594         description: "generic.resource.api.vnfcobjects.VnfcObjects to be added or\
42595           \ updated"
42596         required: false
42597         schema:
42598           $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42599           originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
42600       responses:
42601         400:
42602           description: "Internal error"
42603         201:
42604           description: "Object created"
42605         204:
42606           description: "Object modified"
42607     delete:
42608       tags:
42609       - "GENERIC-RESOURCE-API"
42610       description: "removes generic.resource.api.vnfcobjects.VnfcObjects"
42611       parameters:
42612       - name: "service-instance-id"
42613         in: "path"
42614         description: "Id of service"
42615         required: true
42616         type: "string"
42617       - name: "instance-group-role"
42618         in: "path"
42619         description: "Id of vnfc-instance-group"
42620         required: true
42621         type: "string"
42622       - name: "nfc-naming-code"
42623         in: "path"
42624         description: "Id of vnfc-instance-group"
42625         required: true
42626         type: "string"
42627       - name: "configuration-id"
42628         in: "path"
42629         description: "Id of vnfc-instance-group"
42630         required: true
42631         type: "string"
42632       responses:
42633         400:
42634           description: "Internal error"
42635         204:
42636           description: "Object deleted"
42637   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/
42638   : post:
42639       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42640       parameters:
42641       - name: "service-instance-id"
42642         in: "path"
42643         description: "Id of service"
42644         required: true
42645         type: "string"
42646       - name: "instance-group-role"
42647         in: "path"
42648         description: "Id of vnfc-instance-group"
42649         required: true
42650         type: "string"
42651       - name: "nfc-naming-code"
42652         in: "path"
42653         description: "Id of vnfc-instance-group"
42654         required: true
42655         type: "string"
42656       - name: "configuration-id"
42657         in: "path"
42658         description: "Id of vnfc-instance-group"
42659         required: true
42660         type: "string"
42661       - in: "body"
42662         name: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param"
42663         description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be\
42664           \ added to list"
42665         required: false
42666         schema:
42667           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42668           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42669       responses:
42670         400:
42671           description: "Internal error"
42672         201:
42673           description: "Object created"
42674         409:
42675           description: "Object already exists"
42676   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/
42677   : get:
42678       tags:
42679       - "GENERIC-RESOURCE-API"
42680       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42681       parameters:
42682       - name: "service-instance-id"
42683         in: "path"
42684         description: "Id of service"
42685         required: true
42686         type: "string"
42687       - name: "instance-group-role"
42688         in: "path"
42689         description: "Id of vnfc-instance-group"
42690         required: true
42691         type: "string"
42692       - name: "nfc-naming-code"
42693         in: "path"
42694         description: "Id of vnfc-instance-group"
42695         required: true
42696         type: "string"
42697       - name: "configuration-id"
42698         in: "path"
42699         description: "Id of vnfc-instance-group"
42700         required: true
42701         type: "string"
42702       - name: "vnfc-key"
42703         in: "path"
42704         description: "Id of vnfc-object"
42705         required: true
42706         type: "string"
42707       responses:
42708         400:
42709           description: "Internal error"
42710         200:
42711           description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42712           responseSchema:
42713             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42714             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42715           schema:
42716             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42717             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42718     post:
42719       tags:
42720       - "GENERIC-RESOURCE-API"
42721       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42722       parameters:
42723       - name: "service-instance-id"
42724         in: "path"
42725         description: "Id of service"
42726         required: true
42727         type: "string"
42728       - name: "instance-group-role"
42729         in: "path"
42730         description: "Id of vnfc-instance-group"
42731         required: true
42732         type: "string"
42733       - name: "nfc-naming-code"
42734         in: "path"
42735         description: "Id of vnfc-instance-group"
42736         required: true
42737         type: "string"
42738       - name: "configuration-id"
42739         in: "path"
42740         description: "Id of vnfc-instance-group"
42741         required: true
42742         type: "string"
42743       - name: "vnfc-key"
42744         in: "path"
42745         description: "Id of vnfc-object"
42746         required: true
42747         type: "string"
42748       - in: "body"
42749         name: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param"
42750         description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be\
42751           \ added to list"
42752         required: false
42753         schema:
42754           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42755           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42756       responses:
42757         400:
42758           description: "Internal error"
42759         201:
42760           description: "Object created"
42761         409:
42762           description: "Object already exists"
42763     put:
42764       tags:
42765       - "GENERIC-RESOURCE-API"
42766       description: "creates or updates generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42767       parameters:
42768       - name: "service-instance-id"
42769         in: "path"
42770         description: "Id of service"
42771         required: true
42772         type: "string"
42773       - name: "instance-group-role"
42774         in: "path"
42775         description: "Id of vnfc-instance-group"
42776         required: true
42777         type: "string"
42778       - name: "nfc-naming-code"
42779         in: "path"
42780         description: "Id of vnfc-instance-group"
42781         required: true
42782         type: "string"
42783       - name: "configuration-id"
42784         in: "path"
42785         description: "Id of vnfc-instance-group"
42786         required: true
42787         type: "string"
42788       - name: "vnfc-key"
42789         in: "path"
42790         description: "Id of vnfc-object"
42791         required: true
42792         type: "string"
42793       - in: "body"
42794         name: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject.body-param"
42795         description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject to be\
42796           \ added or updated"
42797         required: false
42798         schema:
42799           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42800           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42801       responses:
42802         400:
42803           description: "Internal error"
42804         201:
42805           description: "Object created"
42806         204:
42807           description: "Object modified"
42808     delete:
42809       tags:
42810       - "GENERIC-RESOURCE-API"
42811       description: "removes generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
42812       parameters:
42813       - name: "service-instance-id"
42814         in: "path"
42815         description: "Id of service"
42816         required: true
42817         type: "string"
42818       - name: "instance-group-role"
42819         in: "path"
42820         description: "Id of vnfc-instance-group"
42821         required: true
42822         type: "string"
42823       - name: "nfc-naming-code"
42824         in: "path"
42825         description: "Id of vnfc-instance-group"
42826         required: true
42827         type: "string"
42828       - name: "configuration-id"
42829         in: "path"
42830         description: "Id of vnfc-instance-group"
42831         required: true
42832         type: "string"
42833       - name: "vnfc-key"
42834         in: "path"
42835         description: "Id of vnfc-object"
42836         required: true
42837         type: "string"
42838       responses:
42839         400:
42840           description: "Internal error"
42841         204:
42842           description: "Object deleted"
42843   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/
42844   : get:
42845       tags:
42846       - "GENERIC-RESOURCE-API"
42847       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42848       parameters:
42849       - name: "service-instance-id"
42850         in: "path"
42851         description: "Id of service"
42852         required: true
42853         type: "string"
42854       - name: "instance-group-role"
42855         in: "path"
42856         description: "Id of vnfc-instance-group"
42857         required: true
42858         type: "string"
42859       - name: "nfc-naming-code"
42860         in: "path"
42861         description: "Id of vnfc-instance-group"
42862         required: true
42863         type: "string"
42864       - name: "configuration-id"
42865         in: "path"
42866         description: "Id of vnfc-instance-group"
42867         required: true
42868         type: "string"
42869       - name: "vnfc-key"
42870         in: "path"
42871         description: "Id of vnfc-object"
42872         required: true
42873         type: "string"
42874       responses:
42875         400:
42876           description: "Internal error"
42877         200:
42878           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42879           responseSchema:
42880             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42881             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42882           schema:
42883             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42884             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42885     post:
42886       tags:
42887       - "GENERIC-RESOURCE-API"
42888       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42889       parameters:
42890       - name: "service-instance-id"
42891         in: "path"
42892         description: "Id of service"
42893         required: true
42894         type: "string"
42895       - name: "instance-group-role"
42896         in: "path"
42897         description: "Id of vnfc-instance-group"
42898         required: true
42899         type: "string"
42900       - name: "nfc-naming-code"
42901         in: "path"
42902         description: "Id of vnfc-instance-group"
42903         required: true
42904         type: "string"
42905       - name: "configuration-id"
42906         in: "path"
42907         description: "Id of vnfc-instance-group"
42908         required: true
42909         type: "string"
42910       - name: "vnfc-key"
42911         in: "path"
42912         description: "Id of vnfc-object"
42913         required: true
42914         type: "string"
42915       - in: "body"
42916         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param"
42917         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics\
42918           \ to be added to list"
42919         required: false
42920         schema:
42921           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42922           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42923       responses:
42924         400:
42925           description: "Internal error"
42926         201:
42927           description: "Object created"
42928         409:
42929           description: "Object already exists"
42930     put:
42931       tags:
42932       - "GENERIC-RESOURCE-API"
42933       description: "creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42934       parameters:
42935       - name: "service-instance-id"
42936         in: "path"
42937         description: "Id of service"
42938         required: true
42939         type: "string"
42940       - name: "instance-group-role"
42941         in: "path"
42942         description: "Id of vnfc-instance-group"
42943         required: true
42944         type: "string"
42945       - name: "nfc-naming-code"
42946         in: "path"
42947         description: "Id of vnfc-instance-group"
42948         required: true
42949         type: "string"
42950       - name: "configuration-id"
42951         in: "path"
42952         description: "Id of vnfc-instance-group"
42953         required: true
42954         type: "string"
42955       - name: "vnfc-key"
42956         in: "path"
42957         description: "Id of vnfc-object"
42958         required: true
42959         type: "string"
42960       - in: "body"
42961         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics.body-param"
42962         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics\
42963           \ to be added or updated"
42964         required: false
42965         schema:
42966           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42967           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42968       responses:
42969         400:
42970           description: "Internal error"
42971         201:
42972           description: "Object created"
42973         204:
42974           description: "Object modified"
42975     delete:
42976       tags:
42977       - "GENERIC-RESOURCE-API"
42978       description: "removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
42979       parameters:
42980       - name: "service-instance-id"
42981         in: "path"
42982         description: "Id of service"
42983         required: true
42984         type: "string"
42985       - name: "instance-group-role"
42986         in: "path"
42987         description: "Id of vnfc-instance-group"
42988         required: true
42989         type: "string"
42990       - name: "nfc-naming-code"
42991         in: "path"
42992         description: "Id of vnfc-instance-group"
42993         required: true
42994         type: "string"
42995       - name: "configuration-id"
42996         in: "path"
42997         description: "Id of vnfc-instance-group"
42998         required: true
42999         type: "string"
43000       - name: "vnfc-key"
43001         in: "path"
43002         description: "Id of vnfc-object"
43003         required: true
43004         type: "string"
43005       responses:
43006         400:
43007           description: "Internal error"
43008         204:
43009           description: "Object deleted"
43010   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/
43011   : post:
43012       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43013       parameters:
43014       - name: "service-instance-id"
43015         in: "path"
43016         description: "Id of service"
43017         required: true
43018         type: "string"
43019       - name: "instance-group-role"
43020         in: "path"
43021         description: "Id of vnfc-instance-group"
43022         required: true
43023         type: "string"
43024       - name: "nfc-naming-code"
43025         in: "path"
43026         description: "Id of vnfc-instance-group"
43027         required: true
43028         type: "string"
43029       - name: "configuration-id"
43030         in: "path"
43031         description: "Id of vnfc-instance-group"
43032         required: true
43033         type: "string"
43034       - name: "vnfc-key"
43035         in: "path"
43036         description: "Id of vnfc-object"
43037         required: true
43038         type: "string"
43039       - in: "body"
43040         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param"
43041         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic\
43042           \ to be added to list"
43043         required: false
43044         schema:
43045           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43046           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43047       responses:
43048         400:
43049           description: "Internal error"
43050         201:
43051           description: "Object created"
43052         409:
43053           description: "Object already exists"
43054   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/
43055   : get:
43056       tags:
43057       - "GENERIC-RESOURCE-API"
43058       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43059       parameters:
43060       - name: "service-instance-id"
43061         in: "path"
43062         description: "Id of service"
43063         required: true
43064         type: "string"
43065       - name: "instance-group-role"
43066         in: "path"
43067         description: "Id of vnfc-instance-group"
43068         required: true
43069         type: "string"
43070       - name: "nfc-naming-code"
43071         in: "path"
43072         description: "Id of vnfc-instance-group"
43073         required: true
43074         type: "string"
43075       - name: "configuration-id"
43076         in: "path"
43077         description: "Id of vnfc-instance-group"
43078         required: true
43079         type: "string"
43080       - name: "vnfc-key"
43081         in: "path"
43082         description: "Id of vnfc-object"
43083         required: true
43084         type: "string"
43085       - name: "vnic-port-name"
43086         in: "path"
43087         description: "Id of vnic"
43088         required: true
43089         type: "string"
43090       responses:
43091         400:
43092           description: "Internal error"
43093         200:
43094           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43095           responseSchema:
43096             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43097             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43098           schema:
43099             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43100             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43101     post:
43102       tags:
43103       - "GENERIC-RESOURCE-API"
43104       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43105       parameters:
43106       - name: "service-instance-id"
43107         in: "path"
43108         description: "Id of service"
43109         required: true
43110         type: "string"
43111       - name: "instance-group-role"
43112         in: "path"
43113         description: "Id of vnfc-instance-group"
43114         required: true
43115         type: "string"
43116       - name: "nfc-naming-code"
43117         in: "path"
43118         description: "Id of vnfc-instance-group"
43119         required: true
43120         type: "string"
43121       - name: "configuration-id"
43122         in: "path"
43123         description: "Id of vnfc-instance-group"
43124         required: true
43125         type: "string"
43126       - name: "vnfc-key"
43127         in: "path"
43128         description: "Id of vnfc-object"
43129         required: true
43130         type: "string"
43131       - name: "vnic-port-name"
43132         in: "path"
43133         description: "Id of vnic"
43134         required: true
43135         type: "string"
43136       - in: "body"
43137         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param"
43138         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic\
43139           \ to be added to list"
43140         required: false
43141         schema:
43142           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43143           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43144       responses:
43145         400:
43146           description: "Internal error"
43147         201:
43148           description: "Object created"
43149         409:
43150           description: "Object already exists"
43151     put:
43152       tags:
43153       - "GENERIC-RESOURCE-API"
43154       description: "creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43155       parameters:
43156       - name: "service-instance-id"
43157         in: "path"
43158         description: "Id of service"
43159         required: true
43160         type: "string"
43161       - name: "instance-group-role"
43162         in: "path"
43163         description: "Id of vnfc-instance-group"
43164         required: true
43165         type: "string"
43166       - name: "nfc-naming-code"
43167         in: "path"
43168         description: "Id of vnfc-instance-group"
43169         required: true
43170         type: "string"
43171       - name: "configuration-id"
43172         in: "path"
43173         description: "Id of vnfc-instance-group"
43174         required: true
43175         type: "string"
43176       - name: "vnfc-key"
43177         in: "path"
43178         description: "Id of vnfc-object"
43179         required: true
43180         type: "string"
43181       - name: "vnic-port-name"
43182         in: "path"
43183         description: "Id of vnic"
43184         required: true
43185         type: "string"
43186       - in: "body"
43187         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic.body-param"
43188         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic\
43189           \ to be added or updated"
43190         required: false
43191         schema:
43192           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43193           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43194       responses:
43195         400:
43196           description: "Internal error"
43197         201:
43198           description: "Object created"
43199         204:
43200           description: "Object modified"
43201     delete:
43202       tags:
43203       - "GENERIC-RESOURCE-API"
43204       description: "removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
43205       parameters:
43206       - name: "service-instance-id"
43207         in: "path"
43208         description: "Id of service"
43209         required: true
43210         type: "string"
43211       - name: "instance-group-role"
43212         in: "path"
43213         description: "Id of vnfc-instance-group"
43214         required: true
43215         type: "string"
43216       - name: "nfc-naming-code"
43217         in: "path"
43218         description: "Id of vnfc-instance-group"
43219         required: true
43220         type: "string"
43221       - name: "configuration-id"
43222         in: "path"
43223         description: "Id of vnfc-instance-group"
43224         required: true
43225         type: "string"
43226       - name: "vnfc-key"
43227         in: "path"
43228         description: "Id of vnfc-object"
43229         required: true
43230         type: "string"
43231       - name: "vnic-port-name"
43232         in: "path"
43233         description: "Id of vnic"
43234         required: true
43235         type: "string"
43236       responses:
43237         400:
43238           description: "Internal error"
43239         204:
43240           description: "Object deleted"
43241   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/capacity/
43242   : get:
43243       tags:
43244       - "GENERIC-RESOURCE-API"
43245       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43246       parameters:
43247       - name: "service-instance-id"
43248         in: "path"
43249         description: "Id of service"
43250         required: true
43251         type: "string"
43252       - name: "instance-group-role"
43253         in: "path"
43254         description: "Id of vnfc-instance-group"
43255         required: true
43256         type: "string"
43257       - name: "nfc-naming-code"
43258         in: "path"
43259         description: "Id of vnfc-instance-group"
43260         required: true
43261         type: "string"
43262       - name: "configuration-id"
43263         in: "path"
43264         description: "Id of vnfc-instance-group"
43265         required: true
43266         type: "string"
43267       - name: "vnfc-key"
43268         in: "path"
43269         description: "Id of vnfc-object"
43270         required: true
43271         type: "string"
43272       - name: "vnic-port-name"
43273         in: "path"
43274         description: "Id of vnic"
43275         required: true
43276         type: "string"
43277       responses:
43278         400:
43279           description: "Internal error"
43280         200:
43281           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43282           responseSchema:
43283             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43284             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43285           schema:
43286             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43287             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43288     post:
43289       tags:
43290       - "GENERIC-RESOURCE-API"
43291       description: "creates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43292       parameters:
43293       - name: "service-instance-id"
43294         in: "path"
43295         description: "Id of service"
43296         required: true
43297         type: "string"
43298       - name: "instance-group-role"
43299         in: "path"
43300         description: "Id of vnfc-instance-group"
43301         required: true
43302         type: "string"
43303       - name: "nfc-naming-code"
43304         in: "path"
43305         description: "Id of vnfc-instance-group"
43306         required: true
43307         type: "string"
43308       - name: "configuration-id"
43309         in: "path"
43310         description: "Id of vnfc-instance-group"
43311         required: true
43312         type: "string"
43313       - name: "vnfc-key"
43314         in: "path"
43315         description: "Id of vnfc-object"
43316         required: true
43317         type: "string"
43318       - name: "vnic-port-name"
43319         in: "path"
43320         description: "Id of vnic"
43321         required: true
43322         type: "string"
43323       - in: "body"
43324         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param"
43325         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity\
43326           \ to be added to list"
43327         required: false
43328         schema:
43329           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43330           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43331       responses:
43332         400:
43333           description: "Internal error"
43334         201:
43335           description: "Object created"
43336         409:
43337           description: "Object already exists"
43338     put:
43339       tags:
43340       - "GENERIC-RESOURCE-API"
43341       description: "creates or updates generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43342       parameters:
43343       - name: "service-instance-id"
43344         in: "path"
43345         description: "Id of service"
43346         required: true
43347         type: "string"
43348       - name: "instance-group-role"
43349         in: "path"
43350         description: "Id of vnfc-instance-group"
43351         required: true
43352         type: "string"
43353       - name: "nfc-naming-code"
43354         in: "path"
43355         description: "Id of vnfc-instance-group"
43356         required: true
43357         type: "string"
43358       - name: "configuration-id"
43359         in: "path"
43360         description: "Id of vnfc-instance-group"
43361         required: true
43362         type: "string"
43363       - name: "vnfc-key"
43364         in: "path"
43365         description: "Id of vnfc-object"
43366         required: true
43367         type: "string"
43368       - name: "vnic-port-name"
43369         in: "path"
43370         description: "Id of vnic"
43371         required: true
43372         type: "string"
43373       - in: "body"
43374         name: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity.body-param"
43375         description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity\
43376           \ to be added or updated"
43377         required: false
43378         schema:
43379           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43380           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43381       responses:
43382         400:
43383           description: "Internal error"
43384         201:
43385           description: "Object created"
43386         204:
43387           description: "Object modified"
43388     delete:
43389       tags:
43390       - "GENERIC-RESOURCE-API"
43391       description: "removes generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
43392       parameters:
43393       - name: "service-instance-id"
43394         in: "path"
43395         description: "Id of service"
43396         required: true
43397         type: "string"
43398       - name: "instance-group-role"
43399         in: "path"
43400         description: "Id of vnfc-instance-group"
43401         required: true
43402         type: "string"
43403       - name: "nfc-naming-code"
43404         in: "path"
43405         description: "Id of vnfc-instance-group"
43406         required: true
43407         type: "string"
43408       - name: "configuration-id"
43409         in: "path"
43410         description: "Id of vnfc-instance-group"
43411         required: true
43412         type: "string"
43413       - name: "vnfc-key"
43414         in: "path"
43415         description: "Id of vnfc-object"
43416         required: true
43417         type: "string"
43418       - name: "vnic-port-name"
43419         in: "path"
43420         description: "Id of vnic"
43421         required: true
43422         type: "string"
43423       responses:
43424         400:
43425           description: "Internal error"
43426         204:
43427           description: "Object deleted"
43428   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/vnic-ip-addresses/
43429   : get:
43430       tags:
43431       - "GENERIC-RESOURCE-API"
43432       description: "returns generic.resource.api.IpAddresses"
43433       parameters:
43434       - name: "service-instance-id"
43435         in: "path"
43436         description: "Id of service"
43437         required: true
43438         type: "string"
43439       - name: "instance-group-role"
43440         in: "path"
43441         description: "Id of vnfc-instance-group"
43442         required: true
43443         type: "string"
43444       - name: "nfc-naming-code"
43445         in: "path"
43446         description: "Id of vnfc-instance-group"
43447         required: true
43448         type: "string"
43449       - name: "configuration-id"
43450         in: "path"
43451         description: "Id of vnfc-instance-group"
43452         required: true
43453         type: "string"
43454       - name: "vnfc-key"
43455         in: "path"
43456         description: "Id of vnfc-object"
43457         required: true
43458         type: "string"
43459       - name: "vnic-port-name"
43460         in: "path"
43461         description: "Id of vnic"
43462         required: true
43463         type: "string"
43464       responses:
43465         400:
43466           description: "Internal error"
43467         200:
43468           description: "generic.resource.api.IpAddresses"
43469           responseSchema:
43470             $ref: "#/definitions/generic.resource.api.IpAddresses"
43471             originalRef: "#/definitions/generic.resource.api.IpAddresses"
43472           schema:
43473             $ref: "#/definitions/generic.resource.api.IpAddresses"
43474             originalRef: "#/definitions/generic.resource.api.IpAddresses"
43475     post:
43476       tags:
43477       - "GENERIC-RESOURCE-API"
43478       description: "creates generic.resource.api.IpAddresses"
43479       parameters:
43480       - name: "service-instance-id"
43481         in: "path"
43482         description: "Id of service"
43483         required: true
43484         type: "string"
43485       - name: "instance-group-role"
43486         in: "path"
43487         description: "Id of vnfc-instance-group"
43488         required: true
43489         type: "string"
43490       - name: "nfc-naming-code"
43491         in: "path"
43492         description: "Id of vnfc-instance-group"
43493         required: true
43494         type: "string"
43495       - name: "configuration-id"
43496         in: "path"
43497         description: "Id of vnfc-instance-group"
43498         required: true
43499         type: "string"
43500       - name: "vnfc-key"
43501         in: "path"
43502         description: "Id of vnfc-object"
43503         required: true
43504         type: "string"
43505       - name: "vnic-port-name"
43506         in: "path"
43507         description: "Id of vnic"
43508         required: true
43509         type: "string"
43510       - in: "body"
43511         name: "generic.resource.api.IpAddresses.body-param"
43512         description: "generic.resource.api.IpAddresses to be added to list"
43513         required: false
43514         schema:
43515           $ref: "#/definitions/generic.resource.api.IpAddresses"
43516           originalRef: "#/definitions/generic.resource.api.IpAddresses"
43517       responses:
43518         400:
43519           description: "Internal error"
43520         201:
43521           description: "Object created"
43522         409:
43523           description: "Object already exists"
43524     put:
43525       tags:
43526       - "GENERIC-RESOURCE-API"
43527       description: "creates or updates generic.resource.api.IpAddresses"
43528       parameters:
43529       - name: "service-instance-id"
43530         in: "path"
43531         description: "Id of service"
43532         required: true
43533         type: "string"
43534       - name: "instance-group-role"
43535         in: "path"
43536         description: "Id of vnfc-instance-group"
43537         required: true
43538         type: "string"
43539       - name: "nfc-naming-code"
43540         in: "path"
43541         description: "Id of vnfc-instance-group"
43542         required: true
43543         type: "string"
43544       - name: "configuration-id"
43545         in: "path"
43546         description: "Id of vnfc-instance-group"
43547         required: true
43548         type: "string"
43549       - name: "vnfc-key"
43550         in: "path"
43551         description: "Id of vnfc-object"
43552         required: true
43553         type: "string"
43554       - name: "vnic-port-name"
43555         in: "path"
43556         description: "Id of vnic"
43557         required: true
43558         type: "string"
43559       - in: "body"
43560         name: "generic.resource.api.IpAddresses.body-param"
43561         description: "generic.resource.api.IpAddresses to be added or updated"
43562         required: false
43563         schema:
43564           $ref: "#/definitions/generic.resource.api.IpAddresses"
43565           originalRef: "#/definitions/generic.resource.api.IpAddresses"
43566       responses:
43567         400:
43568           description: "Internal error"
43569         201:
43570           description: "Object created"
43571         204:
43572           description: "Object modified"
43573     delete:
43574       tags:
43575       - "GENERIC-RESOURCE-API"
43576       description: "removes generic.resource.api.IpAddresses"
43577       parameters:
43578       - name: "service-instance-id"
43579         in: "path"
43580         description: "Id of service"
43581         required: true
43582         type: "string"
43583       - name: "instance-group-role"
43584         in: "path"
43585         description: "Id of vnfc-instance-group"
43586         required: true
43587         type: "string"
43588       - name: "nfc-naming-code"
43589         in: "path"
43590         description: "Id of vnfc-instance-group"
43591         required: true
43592         type: "string"
43593       - name: "configuration-id"
43594         in: "path"
43595         description: "Id of vnfc-instance-group"
43596         required: true
43597         type: "string"
43598       - name: "vnfc-key"
43599         in: "path"
43600         description: "Id of vnfc-object"
43601         required: true
43602         type: "string"
43603       - name: "vnic-port-name"
43604         in: "path"
43605         description: "Id of vnic"
43606         required: true
43607         type: "string"
43608       responses:
43609         400:
43610           description: "Internal error"
43611         204:
43612           description: "Object deleted"
43613   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/vnic-ip-addresses/ip-addresses/
43614   : get:
43615       tags:
43616       - "GENERIC-RESOURCE-API"
43617       description: "returns generic.resource.api.ipaddresses.IpAddresses"
43618       parameters:
43619       - name: "service-instance-id"
43620         in: "path"
43621         description: "Id of service"
43622         required: true
43623         type: "string"
43624       - name: "instance-group-role"
43625         in: "path"
43626         description: "Id of vnfc-instance-group"
43627         required: true
43628         type: "string"
43629       - name: "nfc-naming-code"
43630         in: "path"
43631         description: "Id of vnfc-instance-group"
43632         required: true
43633         type: "string"
43634       - name: "configuration-id"
43635         in: "path"
43636         description: "Id of vnfc-instance-group"
43637         required: true
43638         type: "string"
43639       - name: "vnfc-key"
43640         in: "path"
43641         description: "Id of vnfc-object"
43642         required: true
43643         type: "string"
43644       - name: "vnic-port-name"
43645         in: "path"
43646         description: "Id of vnic"
43647         required: true
43648         type: "string"
43649       responses:
43650         400:
43651           description: "Internal error"
43652         200:
43653           description: "generic.resource.api.ipaddresses.IpAddresses"
43654           responseSchema:
43655             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43656             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43657           schema:
43658             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43659             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43660     post:
43661       tags:
43662       - "GENERIC-RESOURCE-API"
43663       description: "creates generic.resource.api.ipaddresses.IpAddresses"
43664       parameters:
43665       - name: "service-instance-id"
43666         in: "path"
43667         description: "Id of service"
43668         required: true
43669         type: "string"
43670       - name: "instance-group-role"
43671         in: "path"
43672         description: "Id of vnfc-instance-group"
43673         required: true
43674         type: "string"
43675       - name: "nfc-naming-code"
43676         in: "path"
43677         description: "Id of vnfc-instance-group"
43678         required: true
43679         type: "string"
43680       - name: "configuration-id"
43681         in: "path"
43682         description: "Id of vnfc-instance-group"
43683         required: true
43684         type: "string"
43685       - name: "vnfc-key"
43686         in: "path"
43687         description: "Id of vnfc-object"
43688         required: true
43689         type: "string"
43690       - name: "vnic-port-name"
43691         in: "path"
43692         description: "Id of vnic"
43693         required: true
43694         type: "string"
43695       - in: "body"
43696         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
43697         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
43698           \ list"
43699         required: false
43700         schema:
43701           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43702           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43703       responses:
43704         400:
43705           description: "Internal error"
43706         201:
43707           description: "Object created"
43708         409:
43709           description: "Object already exists"
43710     put:
43711       tags:
43712       - "GENERIC-RESOURCE-API"
43713       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
43714       parameters:
43715       - name: "service-instance-id"
43716         in: "path"
43717         description: "Id of service"
43718         required: true
43719         type: "string"
43720       - name: "instance-group-role"
43721         in: "path"
43722         description: "Id of vnfc-instance-group"
43723         required: true
43724         type: "string"
43725       - name: "nfc-naming-code"
43726         in: "path"
43727         description: "Id of vnfc-instance-group"
43728         required: true
43729         type: "string"
43730       - name: "configuration-id"
43731         in: "path"
43732         description: "Id of vnfc-instance-group"
43733         required: true
43734         type: "string"
43735       - name: "vnfc-key"
43736         in: "path"
43737         description: "Id of vnfc-object"
43738         required: true
43739         type: "string"
43740       - name: "vnic-port-name"
43741         in: "path"
43742         description: "Id of vnic"
43743         required: true
43744         type: "string"
43745       - in: "body"
43746         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
43747         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
43748           \ updated"
43749         required: false
43750         schema:
43751           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43752           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
43753       responses:
43754         400:
43755           description: "Internal error"
43756         201:
43757           description: "Object created"
43758         204:
43759           description: "Object modified"
43760     delete:
43761       tags:
43762       - "GENERIC-RESOURCE-API"
43763       description: "removes generic.resource.api.ipaddresses.IpAddresses"
43764       parameters:
43765       - name: "service-instance-id"
43766         in: "path"
43767         description: "Id of service"
43768         required: true
43769         type: "string"
43770       - name: "instance-group-role"
43771         in: "path"
43772         description: "Id of vnfc-instance-group"
43773         required: true
43774         type: "string"
43775       - name: "nfc-naming-code"
43776         in: "path"
43777         description: "Id of vnfc-instance-group"
43778         required: true
43779         type: "string"
43780       - name: "configuration-id"
43781         in: "path"
43782         description: "Id of vnfc-instance-group"
43783         required: true
43784         type: "string"
43785       - name: "vnfc-key"
43786         in: "path"
43787         description: "Id of vnfc-object"
43788         required: true
43789         type: "string"
43790       - name: "vnic-port-name"
43791         in: "path"
43792         description: "Id of vnic"
43793         required: true
43794         type: "string"
43795       responses:
43796         400:
43797           description: "Internal error"
43798         204:
43799           description: "Object deleted"
43800   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/
43801   : get:
43802       tags:
43803       - "GENERIC-RESOURCE-API"
43804       description: "returns generic.resource.api.servicedata.servicedata.Vnfs"
43805       parameters:
43806       - name: "service-instance-id"
43807         in: "path"
43808         description: "Id of service"
43809         required: true
43810         type: "string"
43811       responses:
43812         400:
43813           description: "Internal error"
43814         200:
43815           description: "generic.resource.api.servicedata.servicedata.Vnfs"
43816           responseSchema:
43817             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43818             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43819           schema:
43820             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43821             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43822     post:
43823       tags:
43824       - "GENERIC-RESOURCE-API"
43825       description: "creates generic.resource.api.servicedata.servicedata.Vnfs"
43826       parameters:
43827       - name: "service-instance-id"
43828         in: "path"
43829         description: "Id of service"
43830         required: true
43831         type: "string"
43832       - in: "body"
43833         name: "generic.resource.api.servicedata.servicedata.Vnfs.body-param"
43834         description: "generic.resource.api.servicedata.servicedata.Vnfs to be added\
43835           \ to list"
43836         required: false
43837         schema:
43838           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43839           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43840       responses:
43841         400:
43842           description: "Internal error"
43843         201:
43844           description: "Object created"
43845         409:
43846           description: "Object already exists"
43847     put:
43848       tags:
43849       - "GENERIC-RESOURCE-API"
43850       description: "creates or updates generic.resource.api.servicedata.servicedata.Vnfs"
43851       parameters:
43852       - name: "service-instance-id"
43853         in: "path"
43854         description: "Id of service"
43855         required: true
43856         type: "string"
43857       - in: "body"
43858         name: "generic.resource.api.servicedata.servicedata.Vnfs.body-param"
43859         description: "generic.resource.api.servicedata.servicedata.Vnfs to be added\
43860           \ or updated"
43861         required: false
43862         schema:
43863           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43864           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
43865       responses:
43866         400:
43867           description: "Internal error"
43868         201:
43869           description: "Object created"
43870         204:
43871           description: "Object modified"
43872     delete:
43873       tags:
43874       - "GENERIC-RESOURCE-API"
43875       description: "removes generic.resource.api.servicedata.servicedata.Vnfs"
43876       parameters:
43877       - name: "service-instance-id"
43878         in: "path"
43879         description: "Id of service"
43880         required: true
43881         type: "string"
43882       responses:
43883         400:
43884           description: "Internal error"
43885         204:
43886           description: "Object deleted"
43887   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/
43888   : post:
43889       description: "creates generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43890       parameters:
43891       - name: "service-instance-id"
43892         in: "path"
43893         description: "Id of service"
43894         required: true
43895         type: "string"
43896       - in: "body"
43897         name: "generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param"
43898         description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf to be\
43899           \ added to list"
43900         required: false
43901         schema:
43902           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43903           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43904       responses:
43905         400:
43906           description: "Internal error"
43907         201:
43908           description: "Object created"
43909         409:
43910           description: "Object already exists"
43911   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/
43912   : get:
43913       tags:
43914       - "GENERIC-RESOURCE-API"
43915       description: "returns generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43916       parameters:
43917       - name: "service-instance-id"
43918         in: "path"
43919         description: "Id of service"
43920         required: true
43921         type: "string"
43922       - name: "vnf-id"
43923         in: "path"
43924         description: "Id of vnf"
43925         required: true
43926         type: "string"
43927       responses:
43928         400:
43929           description: "Internal error"
43930         200:
43931           description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43932           responseSchema:
43933             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43934             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43935           schema:
43936             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43937             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43938     post:
43939       tags:
43940       - "GENERIC-RESOURCE-API"
43941       description: "creates generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43942       parameters:
43943       - name: "service-instance-id"
43944         in: "path"
43945         description: "Id of service"
43946         required: true
43947         type: "string"
43948       - name: "vnf-id"
43949         in: "path"
43950         description: "Id of vnf"
43951         required: true
43952         type: "string"
43953       - in: "body"
43954         name: "generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param"
43955         description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf to be\
43956           \ added to list"
43957         required: false
43958         schema:
43959           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43960           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43961       responses:
43962         400:
43963           description: "Internal error"
43964         201:
43965           description: "Object created"
43966         409:
43967           description: "Object already exists"
43968     put:
43969       tags:
43970       - "GENERIC-RESOURCE-API"
43971       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43972       parameters:
43973       - name: "service-instance-id"
43974         in: "path"
43975         description: "Id of service"
43976         required: true
43977         type: "string"
43978       - name: "vnf-id"
43979         in: "path"
43980         description: "Id of vnf"
43981         required: true
43982         type: "string"
43983       - in: "body"
43984         name: "generic.resource.api.servicedata.servicedata.vnfs.Vnf.body-param"
43985         description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf to be\
43986           \ added or updated"
43987         required: false
43988         schema:
43989           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43990           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
43991       responses:
43992         400:
43993           description: "Internal error"
43994         201:
43995           description: "Object created"
43996         204:
43997           description: "Object modified"
43998     delete:
43999       tags:
44000       - "GENERIC-RESOURCE-API"
44001       description: "removes generic.resource.api.servicedata.servicedata.vnfs.Vnf"
44002       parameters:
44003       - name: "service-instance-id"
44004         in: "path"
44005         description: "Id of service"
44006         required: true
44007         type: "string"
44008       - name: "vnf-id"
44009         in: "path"
44010         description: "Id of vnf"
44011         required: true
44012         type: "string"
44013       responses:
44014         400:
44015           description: "Internal error"
44016         204:
44017           description: "Object deleted"
44018   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/
44019   : get:
44020       tags:
44021       - "GENERIC-RESOURCE-API"
44022       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44023       parameters:
44024       - name: "service-instance-id"
44025         in: "path"
44026         description: "Id of service"
44027         required: true
44028         type: "string"
44029       - name: "vnf-id"
44030         in: "path"
44031         description: "Id of vnf"
44032         required: true
44033         type: "string"
44034       responses:
44035         400:
44036           description: "Internal error"
44037         200:
44038           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44039           responseSchema:
44040             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44041             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44042           schema:
44043             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44044             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44045     post:
44046       tags:
44047       - "GENERIC-RESOURCE-API"
44048       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44049       parameters:
44050       - name: "service-instance-id"
44051         in: "path"
44052         description: "Id of service"
44053         required: true
44054         type: "string"
44055       - name: "vnf-id"
44056         in: "path"
44057         description: "Id of vnf"
44058         required: true
44059         type: "string"
44060       - in: "body"
44061         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param"
44062         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData\
44063           \ to be added to list"
44064         required: false
44065         schema:
44066           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44067           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44068       responses:
44069         400:
44070           description: "Internal error"
44071         201:
44072           description: "Object created"
44073         409:
44074           description: "Object already exists"
44075     put:
44076       tags:
44077       - "GENERIC-RESOURCE-API"
44078       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44079       parameters:
44080       - name: "service-instance-id"
44081         in: "path"
44082         description: "Id of service"
44083         required: true
44084         type: "string"
44085       - name: "vnf-id"
44086         in: "path"
44087         description: "Id of vnf"
44088         required: true
44089         type: "string"
44090       - in: "body"
44091         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData.body-param"
44092         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData\
44093           \ to be added or updated"
44094         required: false
44095         schema:
44096           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44097           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44098       responses:
44099         400:
44100           description: "Internal error"
44101         201:
44102           description: "Object created"
44103         204:
44104           description: "Object modified"
44105     delete:
44106       tags:
44107       - "GENERIC-RESOURCE-API"
44108       description: "removes generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
44109       parameters:
44110       - name: "service-instance-id"
44111         in: "path"
44112         description: "Id of service"
44113         required: true
44114         type: "string"
44115       - name: "vnf-id"
44116         in: "path"
44117         description: "Id of vnf"
44118         required: true
44119         type: "string"
44120       responses:
44121         400:
44122           description: "Internal error"
44123         204:
44124           description: "Object deleted"
44125   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/
44126   : get:
44127       tags:
44128       - "GENERIC-RESOURCE-API"
44129       description: "returns generic.resource.api.licenseinformation.LicenseInformation"
44130       parameters:
44131       - name: "service-instance-id"
44132         in: "path"
44133         description: "Id of service"
44134         required: true
44135         type: "string"
44136       - name: "vnf-id"
44137         in: "path"
44138         description: "Id of vnf"
44139         required: true
44140         type: "string"
44141       responses:
44142         400:
44143           description: "Internal error"
44144         200:
44145           description: "generic.resource.api.licenseinformation.LicenseInformation"
44146           responseSchema:
44147             $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44148             originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44149           schema:
44150             $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44151             originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44152     post:
44153       tags:
44154       - "GENERIC-RESOURCE-API"
44155       description: "creates generic.resource.api.licenseinformation.LicenseInformation"
44156       parameters:
44157       - name: "service-instance-id"
44158         in: "path"
44159         description: "Id of service"
44160         required: true
44161         type: "string"
44162       - name: "vnf-id"
44163         in: "path"
44164         description: "Id of vnf"
44165         required: true
44166         type: "string"
44167       - in: "body"
44168         name: "generic.resource.api.licenseinformation.LicenseInformation.body-param"
44169         description: "generic.resource.api.licenseinformation.LicenseInformation to\
44170           \ be added to list"
44171         required: false
44172         schema:
44173           $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44174           originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44175       responses:
44176         400:
44177           description: "Internal error"
44178         201:
44179           description: "Object created"
44180         409:
44181           description: "Object already exists"
44182     put:
44183       tags:
44184       - "GENERIC-RESOURCE-API"
44185       description: "creates or updates generic.resource.api.licenseinformation.LicenseInformation"
44186       parameters:
44187       - name: "service-instance-id"
44188         in: "path"
44189         description: "Id of service"
44190         required: true
44191         type: "string"
44192       - name: "vnf-id"
44193         in: "path"
44194         description: "Id of vnf"
44195         required: true
44196         type: "string"
44197       - in: "body"
44198         name: "generic.resource.api.licenseinformation.LicenseInformation.body-param"
44199         description: "generic.resource.api.licenseinformation.LicenseInformation to\
44200           \ be added or updated"
44201         required: false
44202         schema:
44203           $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44204           originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
44205       responses:
44206         400:
44207           description: "Internal error"
44208         201:
44209           description: "Object created"
44210         204:
44211           description: "Object modified"
44212     delete:
44213       tags:
44214       - "GENERIC-RESOURCE-API"
44215       description: "removes generic.resource.api.licenseinformation.LicenseInformation"
44216       parameters:
44217       - name: "service-instance-id"
44218         in: "path"
44219         description: "Id of service"
44220         required: true
44221         type: "string"
44222       - name: "vnf-id"
44223         in: "path"
44224         description: "Id of vnf"
44225         required: true
44226         type: "string"
44227       responses:
44228         400:
44229           description: "Internal error"
44230         204:
44231           description: "Object deleted"
44232   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/entitlement-pool-list/
44233   : post:
44234       description: "creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44235       parameters:
44236       - name: "service-instance-id"
44237         in: "path"
44238         description: "Id of service"
44239         required: true
44240         type: "string"
44241       - name: "vnf-id"
44242         in: "path"
44243         description: "Id of vnf"
44244         required: true
44245         type: "string"
44246       - in: "body"
44247         name: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param"
44248         description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList\
44249           \ to be added to list"
44250         required: false
44251         schema:
44252           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44253           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44254       responses:
44255         400:
44256           description: "Internal error"
44257         201:
44258           description: "Object created"
44259         409:
44260           description: "Object already exists"
44261   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/entitlement-pool-list/{entitlement-pool-uuid}/{action}/
44262   : get:
44263       tags:
44264       - "GENERIC-RESOURCE-API"
44265       description: "returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44266       parameters:
44267       - name: "service-instance-id"
44268         in: "path"
44269         description: "Id of service"
44270         required: true
44271         type: "string"
44272       - name: "vnf-id"
44273         in: "path"
44274         description: "Id of vnf"
44275         required: true
44276         type: "string"
44277       - name: "entitlement-pool-uuid"
44278         in: "path"
44279         description: "Id of entitlement-pool-list"
44280         required: true
44281         type: "string"
44282       - name: "action"
44283         in: "path"
44284         description: "Id of entitlement-pool-list"
44285         required: true
44286         type: "string"
44287       responses:
44288         400:
44289           description: "Internal error"
44290         200:
44291           description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44292           responseSchema:
44293             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44294             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44295           schema:
44296             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44297             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44298     post:
44299       tags:
44300       - "GENERIC-RESOURCE-API"
44301       description: "creates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44302       parameters:
44303       - name: "service-instance-id"
44304         in: "path"
44305         description: "Id of service"
44306         required: true
44307         type: "string"
44308       - name: "vnf-id"
44309         in: "path"
44310         description: "Id of vnf"
44311         required: true
44312         type: "string"
44313       - name: "entitlement-pool-uuid"
44314         in: "path"
44315         description: "Id of entitlement-pool-list"
44316         required: true
44317         type: "string"
44318       - name: "action"
44319         in: "path"
44320         description: "Id of entitlement-pool-list"
44321         required: true
44322         type: "string"
44323       - in: "body"
44324         name: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param"
44325         description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList\
44326           \ to be added to list"
44327         required: false
44328         schema:
44329           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44330           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44331       responses:
44332         400:
44333           description: "Internal error"
44334         201:
44335           description: "Object created"
44336         409:
44337           description: "Object already exists"
44338     put:
44339       tags:
44340       - "GENERIC-RESOURCE-API"
44341       description: "creates or updates generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44342       parameters:
44343       - name: "service-instance-id"
44344         in: "path"
44345         description: "Id of service"
44346         required: true
44347         type: "string"
44348       - name: "vnf-id"
44349         in: "path"
44350         description: "Id of vnf"
44351         required: true
44352         type: "string"
44353       - name: "entitlement-pool-uuid"
44354         in: "path"
44355         description: "Id of entitlement-pool-list"
44356         required: true
44357         type: "string"
44358       - name: "action"
44359         in: "path"
44360         description: "Id of entitlement-pool-list"
44361         required: true
44362         type: "string"
44363       - in: "body"
44364         name: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList.body-param"
44365         description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList\
44366           \ to be added or updated"
44367         required: false
44368         schema:
44369           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44370           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44371       responses:
44372         400:
44373           description: "Internal error"
44374         201:
44375           description: "Object created"
44376         204:
44377           description: "Object modified"
44378     delete:
44379       tags:
44380       - "GENERIC-RESOURCE-API"
44381       description: "removes generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
44382       parameters:
44383       - name: "service-instance-id"
44384         in: "path"
44385         description: "Id of service"
44386         required: true
44387         type: "string"
44388       - name: "vnf-id"
44389         in: "path"
44390         description: "Id of vnf"
44391         required: true
44392         type: "string"
44393       - name: "entitlement-pool-uuid"
44394         in: "path"
44395         description: "Id of entitlement-pool-list"
44396         required: true
44397         type: "string"
44398       - name: "action"
44399         in: "path"
44400         description: "Id of entitlement-pool-list"
44401         required: true
44402         type: "string"
44403       responses:
44404         400:
44405           description: "Internal error"
44406         204:
44407           description: "Object deleted"
44408   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/license-key-group-list/
44409   : post:
44410       description: "creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44411       parameters:
44412       - name: "service-instance-id"
44413         in: "path"
44414         description: "Id of service"
44415         required: true
44416         type: "string"
44417       - name: "vnf-id"
44418         in: "path"
44419         description: "Id of vnf"
44420         required: true
44421         type: "string"
44422       - in: "body"
44423         name: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param"
44424         description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList\
44425           \ to be added to list"
44426         required: false
44427         schema:
44428           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44429           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44430       responses:
44431         400:
44432           description: "Internal error"
44433         201:
44434           description: "Object created"
44435         409:
44436           description: "Object already exists"
44437   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/license-key-group-list/{license-key-group-uuid}/{action}/
44438   : get:
44439       tags:
44440       - "GENERIC-RESOURCE-API"
44441       description: "returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44442       parameters:
44443       - name: "service-instance-id"
44444         in: "path"
44445         description: "Id of service"
44446         required: true
44447         type: "string"
44448       - name: "vnf-id"
44449         in: "path"
44450         description: "Id of vnf"
44451         required: true
44452         type: "string"
44453       - name: "license-key-group-uuid"
44454         in: "path"
44455         description: "Id of license-key-group-list"
44456         required: true
44457         type: "string"
44458       - name: "action"
44459         in: "path"
44460         description: "Id of license-key-group-list"
44461         required: true
44462         type: "string"
44463       responses:
44464         400:
44465           description: "Internal error"
44466         200:
44467           description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44468           responseSchema:
44469             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44470             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44471           schema:
44472             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44473             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44474     post:
44475       tags:
44476       - "GENERIC-RESOURCE-API"
44477       description: "creates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44478       parameters:
44479       - name: "service-instance-id"
44480         in: "path"
44481         description: "Id of service"
44482         required: true
44483         type: "string"
44484       - name: "vnf-id"
44485         in: "path"
44486         description: "Id of vnf"
44487         required: true
44488         type: "string"
44489       - name: "license-key-group-uuid"
44490         in: "path"
44491         description: "Id of license-key-group-list"
44492         required: true
44493         type: "string"
44494       - name: "action"
44495         in: "path"
44496         description: "Id of license-key-group-list"
44497         required: true
44498         type: "string"
44499       - in: "body"
44500         name: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param"
44501         description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList\
44502           \ to be added to list"
44503         required: false
44504         schema:
44505           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44506           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44507       responses:
44508         400:
44509           description: "Internal error"
44510         201:
44511           description: "Object created"
44512         409:
44513           description: "Object already exists"
44514     put:
44515       tags:
44516       - "GENERIC-RESOURCE-API"
44517       description: "creates or updates generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44518       parameters:
44519       - name: "service-instance-id"
44520         in: "path"
44521         description: "Id of service"
44522         required: true
44523         type: "string"
44524       - name: "vnf-id"
44525         in: "path"
44526         description: "Id of vnf"
44527         required: true
44528         type: "string"
44529       - name: "license-key-group-uuid"
44530         in: "path"
44531         description: "Id of license-key-group-list"
44532         required: true
44533         type: "string"
44534       - name: "action"
44535         in: "path"
44536         description: "Id of license-key-group-list"
44537         required: true
44538         type: "string"
44539       - in: "body"
44540         name: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList.body-param"
44541         description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList\
44542           \ to be added or updated"
44543         required: false
44544         schema:
44545           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44546           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44547       responses:
44548         400:
44549           description: "Internal error"
44550         201:
44551           description: "Object created"
44552         204:
44553           description: "Object modified"
44554     delete:
44555       tags:
44556       - "GENERIC-RESOURCE-API"
44557       description: "removes generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
44558       parameters:
44559       - name: "service-instance-id"
44560         in: "path"
44561         description: "Id of service"
44562         required: true
44563         type: "string"
44564       - name: "vnf-id"
44565         in: "path"
44566         description: "Id of vnf"
44567         required: true
44568         type: "string"
44569       - name: "license-key-group-uuid"
44570         in: "path"
44571         description: "Id of license-key-group-list"
44572         required: true
44573         type: "string"
44574       - name: "action"
44575         in: "path"
44576         description: "Id of license-key-group-list"
44577         required: true
44578         type: "string"
44579       responses:
44580         400:
44581           description: "Internal error"
44582         204:
44583           description: "Object deleted"
44584   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/request-information/
44585   : get:
44586       tags:
44587       - "GENERIC-RESOURCE-API"
44588       description: "returns generic.resource.api.requestinformation.RequestInformation"
44589       parameters:
44590       - name: "service-instance-id"
44591         in: "path"
44592         description: "Id of service"
44593         required: true
44594         type: "string"
44595       - name: "vnf-id"
44596         in: "path"
44597         description: "Id of vnf"
44598         required: true
44599         type: "string"
44600       responses:
44601         400:
44602           description: "Internal error"
44603         200:
44604           description: "generic.resource.api.requestinformation.RequestInformation"
44605           responseSchema:
44606             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44607             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44608           schema:
44609             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44610             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44611     post:
44612       tags:
44613       - "GENERIC-RESOURCE-API"
44614       description: "creates generic.resource.api.requestinformation.RequestInformation"
44615       parameters:
44616       - name: "service-instance-id"
44617         in: "path"
44618         description: "Id of service"
44619         required: true
44620         type: "string"
44621       - name: "vnf-id"
44622         in: "path"
44623         description: "Id of vnf"
44624         required: true
44625         type: "string"
44626       - in: "body"
44627         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
44628         description: "generic.resource.api.requestinformation.RequestInformation to\
44629           \ be added to list"
44630         required: false
44631         schema:
44632           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44633           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44634       responses:
44635         400:
44636           description: "Internal error"
44637         201:
44638           description: "Object created"
44639         409:
44640           description: "Object already exists"
44641     put:
44642       tags:
44643       - "GENERIC-RESOURCE-API"
44644       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
44645       parameters:
44646       - name: "service-instance-id"
44647         in: "path"
44648         description: "Id of service"
44649         required: true
44650         type: "string"
44651       - name: "vnf-id"
44652         in: "path"
44653         description: "Id of vnf"
44654         required: true
44655         type: "string"
44656       - in: "body"
44657         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
44658         description: "generic.resource.api.requestinformation.RequestInformation to\
44659           \ be added or updated"
44660         required: false
44661         schema:
44662           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44663           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
44664       responses:
44665         400:
44666           description: "Internal error"
44667         201:
44668           description: "Object created"
44669         204:
44670           description: "Object modified"
44671     delete:
44672       tags:
44673       - "GENERIC-RESOURCE-API"
44674       description: "removes generic.resource.api.requestinformation.RequestInformation"
44675       parameters:
44676       - name: "service-instance-id"
44677         in: "path"
44678         description: "Id of service"
44679         required: true
44680         type: "string"
44681       - name: "vnf-id"
44682         in: "path"
44683         description: "Id of vnf"
44684         required: true
44685         type: "string"
44686       responses:
44687         400:
44688           description: "Internal error"
44689         204:
44690           description: "Object deleted"
44691   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/sdnc-request-header/
44692   : get:
44693       tags:
44694       - "GENERIC-RESOURCE-API"
44695       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
44696       parameters:
44697       - name: "service-instance-id"
44698         in: "path"
44699         description: "Id of service"
44700         required: true
44701         type: "string"
44702       - name: "vnf-id"
44703         in: "path"
44704         description: "Id of vnf"
44705         required: true
44706         type: "string"
44707       responses:
44708         400:
44709           description: "Internal error"
44710         200:
44711           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
44712           responseSchema:
44713             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44714             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44715           schema:
44716             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44717             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44718     post:
44719       tags:
44720       - "GENERIC-RESOURCE-API"
44721       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
44722       parameters:
44723       - name: "service-instance-id"
44724         in: "path"
44725         description: "Id of service"
44726         required: true
44727         type: "string"
44728       - name: "vnf-id"
44729         in: "path"
44730         description: "Id of vnf"
44731         required: true
44732         type: "string"
44733       - in: "body"
44734         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
44735         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
44736           \ be added to list"
44737         required: false
44738         schema:
44739           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44740           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44741       responses:
44742         400:
44743           description: "Internal error"
44744         201:
44745           description: "Object created"
44746         409:
44747           description: "Object already exists"
44748     put:
44749       tags:
44750       - "GENERIC-RESOURCE-API"
44751       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
44752       parameters:
44753       - name: "service-instance-id"
44754         in: "path"
44755         description: "Id of service"
44756         required: true
44757         type: "string"
44758       - name: "vnf-id"
44759         in: "path"
44760         description: "Id of vnf"
44761         required: true
44762         type: "string"
44763       - in: "body"
44764         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
44765         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
44766           \ be added or updated"
44767         required: false
44768         schema:
44769           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44770           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
44771       responses:
44772         400:
44773           description: "Internal error"
44774         201:
44775           description: "Object created"
44776         204:
44777           description: "Object modified"
44778     delete:
44779       tags:
44780       - "GENERIC-RESOURCE-API"
44781       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
44782       parameters:
44783       - name: "service-instance-id"
44784         in: "path"
44785         description: "Id of service"
44786         required: true
44787         type: "string"
44788       - name: "vnf-id"
44789         in: "path"
44790         description: "Id of vnf"
44791         required: true
44792         type: "string"
44793       responses:
44794         400:
44795           description: "Internal error"
44796         204:
44797           description: "Object deleted"
44798   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/
44799   : get:
44800       tags:
44801       - "GENERIC-RESOURCE-API"
44802       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
44803       parameters:
44804       - name: "service-instance-id"
44805         in: "path"
44806         description: "Id of service"
44807         required: true
44808         type: "string"
44809       - name: "vnf-id"
44810         in: "path"
44811         description: "Id of vnf"
44812         required: true
44813         type: "string"
44814       responses:
44815         400:
44816           description: "Internal error"
44817         200:
44818           description: "generic.resource.api.serviceinformation.ServiceInformation"
44819           responseSchema:
44820             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44821             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44822           schema:
44823             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44824             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44825     post:
44826       tags:
44827       - "GENERIC-RESOURCE-API"
44828       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
44829       parameters:
44830       - name: "service-instance-id"
44831         in: "path"
44832         description: "Id of service"
44833         required: true
44834         type: "string"
44835       - name: "vnf-id"
44836         in: "path"
44837         description: "Id of vnf"
44838         required: true
44839         type: "string"
44840       - in: "body"
44841         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
44842         description: "generic.resource.api.serviceinformation.ServiceInformation to\
44843           \ be added to list"
44844         required: false
44845         schema:
44846           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44847           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44848       responses:
44849         400:
44850           description: "Internal error"
44851         201:
44852           description: "Object created"
44853         409:
44854           description: "Object already exists"
44855     put:
44856       tags:
44857       - "GENERIC-RESOURCE-API"
44858       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
44859       parameters:
44860       - name: "service-instance-id"
44861         in: "path"
44862         description: "Id of service"
44863         required: true
44864         type: "string"
44865       - name: "vnf-id"
44866         in: "path"
44867         description: "Id of vnf"
44868         required: true
44869         type: "string"
44870       - in: "body"
44871         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
44872         description: "generic.resource.api.serviceinformation.ServiceInformation to\
44873           \ be added or updated"
44874         required: false
44875         schema:
44876           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44877           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
44878       responses:
44879         400:
44880           description: "Internal error"
44881         201:
44882           description: "Object created"
44883         204:
44884           description: "Object modified"
44885     delete:
44886       tags:
44887       - "GENERIC-RESOURCE-API"
44888       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
44889       parameters:
44890       - name: "service-instance-id"
44891         in: "path"
44892         description: "Id of service"
44893         required: true
44894         type: "string"
44895       - name: "vnf-id"
44896         in: "path"
44897         description: "Id of vnf"
44898         required: true
44899         type: "string"
44900       responses:
44901         400:
44902           description: "Internal error"
44903         204:
44904           description: "Object deleted"
44905   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/onap-model-information/
44906   : get:
44907       tags:
44908       - "GENERIC-RESOURCE-API"
44909       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
44910       parameters:
44911       - name: "service-instance-id"
44912         in: "path"
44913         description: "Id of service"
44914         required: true
44915         type: "string"
44916       - name: "vnf-id"
44917         in: "path"
44918         description: "Id of vnf"
44919         required: true
44920         type: "string"
44921       responses:
44922         400:
44923           description: "Internal error"
44924         200:
44925           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
44926           responseSchema:
44927             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44928             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44929           schema:
44930             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44931             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44932     post:
44933       tags:
44934       - "GENERIC-RESOURCE-API"
44935       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
44936       parameters:
44937       - name: "service-instance-id"
44938         in: "path"
44939         description: "Id of service"
44940         required: true
44941         type: "string"
44942       - name: "vnf-id"
44943         in: "path"
44944         description: "Id of vnf"
44945         required: true
44946         type: "string"
44947       - in: "body"
44948         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
44949         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
44950           \ to be added to list"
44951         required: false
44952         schema:
44953           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44954           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44955       responses:
44956         400:
44957           description: "Internal error"
44958         201:
44959           description: "Object created"
44960         409:
44961           description: "Object already exists"
44962     put:
44963       tags:
44964       - "GENERIC-RESOURCE-API"
44965       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
44966       parameters:
44967       - name: "service-instance-id"
44968         in: "path"
44969         description: "Id of service"
44970         required: true
44971         type: "string"
44972       - name: "vnf-id"
44973         in: "path"
44974         description: "Id of vnf"
44975         required: true
44976         type: "string"
44977       - in: "body"
44978         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
44979         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
44980           \ to be added or updated"
44981         required: false
44982         schema:
44983           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44984           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
44985       responses:
44986         400:
44987           description: "Internal error"
44988         201:
44989           description: "Object created"
44990         204:
44991           description: "Object modified"
44992     delete:
44993       tags:
44994       - "GENERIC-RESOURCE-API"
44995       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
44996       parameters:
44997       - name: "service-instance-id"
44998         in: "path"
44999         description: "Id of service"
45000         required: true
45001         type: "string"
45002       - name: "vnf-id"
45003         in: "path"
45004         description: "Id of vnf"
45005         required: true
45006         type: "string"
45007       responses:
45008         400:
45009           description: "Internal error"
45010         204:
45011           description: "Object deleted"
45012   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/
45013   : get:
45014       tags:
45015       - "GENERIC-RESOURCE-API"
45016       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45017       parameters:
45018       - name: "service-instance-id"
45019         in: "path"
45020         description: "Id of service"
45021         required: true
45022         type: "string"
45023       - name: "vnf-id"
45024         in: "path"
45025         description: "Id of vnf"
45026         required: true
45027         type: "string"
45028       responses:
45029         400:
45030           description: "Internal error"
45031         200:
45032           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45033           responseSchema:
45034             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45035             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45036           schema:
45037             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45038             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45039     post:
45040       tags:
45041       - "GENERIC-RESOURCE-API"
45042       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45043       parameters:
45044       - name: "service-instance-id"
45045         in: "path"
45046         description: "Id of service"
45047         required: true
45048         type: "string"
45049       - name: "vnf-id"
45050         in: "path"
45051         description: "Id of vnf"
45052         required: true
45053         type: "string"
45054       - in: "body"
45055         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param"
45056         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules\
45057           \ to be added to list"
45058         required: false
45059         schema:
45060           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45061           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45062       responses:
45063         400:
45064           description: "Internal error"
45065         201:
45066           description: "Object created"
45067         409:
45068           description: "Object already exists"
45069     put:
45070       tags:
45071       - "GENERIC-RESOURCE-API"
45072       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45073       parameters:
45074       - name: "service-instance-id"
45075         in: "path"
45076         description: "Id of service"
45077         required: true
45078         type: "string"
45079       - name: "vnf-id"
45080         in: "path"
45081         description: "Id of vnf"
45082         required: true
45083         type: "string"
45084       - in: "body"
45085         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules.body-param"
45086         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules\
45087           \ to be added or updated"
45088         required: false
45089         schema:
45090           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45091           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45092       responses:
45093         400:
45094           description: "Internal error"
45095         201:
45096           description: "Object created"
45097         204:
45098           description: "Object modified"
45099     delete:
45100       tags:
45101       - "GENERIC-RESOURCE-API"
45102       description: "removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
45103       parameters:
45104       - name: "service-instance-id"
45105         in: "path"
45106         description: "Id of service"
45107         required: true
45108         type: "string"
45109       - name: "vnf-id"
45110         in: "path"
45111         description: "Id of vnf"
45112         required: true
45113         type: "string"
45114       responses:
45115         400:
45116           description: "Internal error"
45117         204:
45118           description: "Object deleted"
45119   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/
45120   : post:
45121       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45122       parameters:
45123       - name: "service-instance-id"
45124         in: "path"
45125         description: "Id of service"
45126         required: true
45127         type: "string"
45128       - name: "vnf-id"
45129         in: "path"
45130         description: "Id of vnf"
45131         required: true
45132         type: "string"
45133       - in: "body"
45134         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param"
45135         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule\
45136           \ to be added to list"
45137         required: false
45138         schema:
45139           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45140           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45141       responses:
45142         400:
45143           description: "Internal error"
45144         201:
45145           description: "Object created"
45146         409:
45147           description: "Object already exists"
45148   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/
45149   : get:
45150       tags:
45151       - "GENERIC-RESOURCE-API"
45152       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45153       parameters:
45154       - name: "service-instance-id"
45155         in: "path"
45156         description: "Id of service"
45157         required: true
45158         type: "string"
45159       - name: "vnf-id"
45160         in: "path"
45161         description: "Id of vnf"
45162         required: true
45163         type: "string"
45164       - name: "vf-module-id"
45165         in: "path"
45166         description: "Id of vf-module"
45167         required: true
45168         type: "string"
45169       responses:
45170         400:
45171           description: "Internal error"
45172         200:
45173           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45174           responseSchema:
45175             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45176             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45177           schema:
45178             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45179             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45180     post:
45181       tags:
45182       - "GENERIC-RESOURCE-API"
45183       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45184       parameters:
45185       - name: "service-instance-id"
45186         in: "path"
45187         description: "Id of service"
45188         required: true
45189         type: "string"
45190       - name: "vnf-id"
45191         in: "path"
45192         description: "Id of vnf"
45193         required: true
45194         type: "string"
45195       - name: "vf-module-id"
45196         in: "path"
45197         description: "Id of vf-module"
45198         required: true
45199         type: "string"
45200       - in: "body"
45201         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param"
45202         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule\
45203           \ to be added to list"
45204         required: false
45205         schema:
45206           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45207           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45208       responses:
45209         400:
45210           description: "Internal error"
45211         201:
45212           description: "Object created"
45213         409:
45214           description: "Object already exists"
45215     put:
45216       tags:
45217       - "GENERIC-RESOURCE-API"
45218       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45219       parameters:
45220       - name: "service-instance-id"
45221         in: "path"
45222         description: "Id of service"
45223         required: true
45224         type: "string"
45225       - name: "vnf-id"
45226         in: "path"
45227         description: "Id of vnf"
45228         required: true
45229         type: "string"
45230       - name: "vf-module-id"
45231         in: "path"
45232         description: "Id of vf-module"
45233         required: true
45234         type: "string"
45235       - in: "body"
45236         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule.body-param"
45237         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule\
45238           \ to be added or updated"
45239         required: false
45240         schema:
45241           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45242           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45243       responses:
45244         400:
45245           description: "Internal error"
45246         201:
45247           description: "Object created"
45248         204:
45249           description: "Object modified"
45250     delete:
45251       tags:
45252       - "GENERIC-RESOURCE-API"
45253       description: "removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
45254       parameters:
45255       - name: "service-instance-id"
45256         in: "path"
45257         description: "Id of service"
45258         required: true
45259         type: "string"
45260       - name: "vnf-id"
45261         in: "path"
45262         description: "Id of vnf"
45263         required: true
45264         type: "string"
45265       - name: "vf-module-id"
45266         in: "path"
45267         description: "Id of vf-module"
45268         required: true
45269         type: "string"
45270       responses:
45271         400:
45272           description: "Internal error"
45273         204:
45274           description: "Object deleted"
45275   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/
45276   : get:
45277       tags:
45278       - "GENERIC-RESOURCE-API"
45279       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45280       parameters:
45281       - name: "service-instance-id"
45282         in: "path"
45283         description: "Id of service"
45284         required: true
45285         type: "string"
45286       - name: "vnf-id"
45287         in: "path"
45288         description: "Id of vnf"
45289         required: true
45290         type: "string"
45291       - name: "vf-module-id"
45292         in: "path"
45293         description: "Id of vf-module"
45294         required: true
45295         type: "string"
45296       responses:
45297         400:
45298           description: "Internal error"
45299         200:
45300           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45301           responseSchema:
45302             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45303             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45304           schema:
45305             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45306             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45307     post:
45308       tags:
45309       - "GENERIC-RESOURCE-API"
45310       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45311       parameters:
45312       - name: "service-instance-id"
45313         in: "path"
45314         description: "Id of service"
45315         required: true
45316         type: "string"
45317       - name: "vnf-id"
45318         in: "path"
45319         description: "Id of vnf"
45320         required: true
45321         type: "string"
45322       - name: "vf-module-id"
45323         in: "path"
45324         description: "Id of vf-module"
45325         required: true
45326         type: "string"
45327       - in: "body"
45328         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param"
45329         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData\
45330           \ to be added to list"
45331         required: false
45332         schema:
45333           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45334           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45335       responses:
45336         400:
45337           description: "Internal error"
45338         201:
45339           description: "Object created"
45340         409:
45341           description: "Object already exists"
45342     put:
45343       tags:
45344       - "GENERIC-RESOURCE-API"
45345       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45346       parameters:
45347       - name: "service-instance-id"
45348         in: "path"
45349         description: "Id of service"
45350         required: true
45351         type: "string"
45352       - name: "vnf-id"
45353         in: "path"
45354         description: "Id of vnf"
45355         required: true
45356         type: "string"
45357       - name: "vf-module-id"
45358         in: "path"
45359         description: "Id of vf-module"
45360         required: true
45361         type: "string"
45362       - in: "body"
45363         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData.body-param"
45364         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData\
45365           \ to be added or updated"
45366         required: false
45367         schema:
45368           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45369           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45370       responses:
45371         400:
45372           description: "Internal error"
45373         201:
45374           description: "Object created"
45375         204:
45376           description: "Object modified"
45377     delete:
45378       tags:
45379       - "GENERIC-RESOURCE-API"
45380       description: "removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
45381       parameters:
45382       - name: "service-instance-id"
45383         in: "path"
45384         description: "Id of service"
45385         required: true
45386         type: "string"
45387       - name: "vnf-id"
45388         in: "path"
45389         description: "Id of vnf"
45390         required: true
45391         type: "string"
45392       - name: "vf-module-id"
45393         in: "path"
45394         description: "Id of vf-module"
45395         required: true
45396         type: "string"
45397       responses:
45398         400:
45399           description: "Internal error"
45400         204:
45401           description: "Object deleted"
45402   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/request-information/
45403   : get:
45404       tags:
45405       - "GENERIC-RESOURCE-API"
45406       description: "returns generic.resource.api.requestinformation.RequestInformation"
45407       parameters:
45408       - name: "service-instance-id"
45409         in: "path"
45410         description: "Id of service"
45411         required: true
45412         type: "string"
45413       - name: "vnf-id"
45414         in: "path"
45415         description: "Id of vnf"
45416         required: true
45417         type: "string"
45418       - name: "vf-module-id"
45419         in: "path"
45420         description: "Id of vf-module"
45421         required: true
45422         type: "string"
45423       responses:
45424         400:
45425           description: "Internal error"
45426         200:
45427           description: "generic.resource.api.requestinformation.RequestInformation"
45428           responseSchema:
45429             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45430             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45431           schema:
45432             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45433             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45434     post:
45435       tags:
45436       - "GENERIC-RESOURCE-API"
45437       description: "creates generic.resource.api.requestinformation.RequestInformation"
45438       parameters:
45439       - name: "service-instance-id"
45440         in: "path"
45441         description: "Id of service"
45442         required: true
45443         type: "string"
45444       - name: "vnf-id"
45445         in: "path"
45446         description: "Id of vnf"
45447         required: true
45448         type: "string"
45449       - name: "vf-module-id"
45450         in: "path"
45451         description: "Id of vf-module"
45452         required: true
45453         type: "string"
45454       - in: "body"
45455         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
45456         description: "generic.resource.api.requestinformation.RequestInformation to\
45457           \ be added to list"
45458         required: false
45459         schema:
45460           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45461           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45462       responses:
45463         400:
45464           description: "Internal error"
45465         201:
45466           description: "Object created"
45467         409:
45468           description: "Object already exists"
45469     put:
45470       tags:
45471       - "GENERIC-RESOURCE-API"
45472       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
45473       parameters:
45474       - name: "service-instance-id"
45475         in: "path"
45476         description: "Id of service"
45477         required: true
45478         type: "string"
45479       - name: "vnf-id"
45480         in: "path"
45481         description: "Id of vnf"
45482         required: true
45483         type: "string"
45484       - name: "vf-module-id"
45485         in: "path"
45486         description: "Id of vf-module"
45487         required: true
45488         type: "string"
45489       - in: "body"
45490         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
45491         description: "generic.resource.api.requestinformation.RequestInformation to\
45492           \ be added or updated"
45493         required: false
45494         schema:
45495           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45496           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
45497       responses:
45498         400:
45499           description: "Internal error"
45500         201:
45501           description: "Object created"
45502         204:
45503           description: "Object modified"
45504     delete:
45505       tags:
45506       - "GENERIC-RESOURCE-API"
45507       description: "removes generic.resource.api.requestinformation.RequestInformation"
45508       parameters:
45509       - name: "service-instance-id"
45510         in: "path"
45511         description: "Id of service"
45512         required: true
45513         type: "string"
45514       - name: "vnf-id"
45515         in: "path"
45516         description: "Id of vnf"
45517         required: true
45518         type: "string"
45519       - name: "vf-module-id"
45520         in: "path"
45521         description: "Id of vf-module"
45522         required: true
45523         type: "string"
45524       responses:
45525         400:
45526           description: "Internal error"
45527         204:
45528           description: "Object deleted"
45529   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/sdnc-request-header/
45530   : get:
45531       tags:
45532       - "GENERIC-RESOURCE-API"
45533       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
45534       parameters:
45535       - name: "service-instance-id"
45536         in: "path"
45537         description: "Id of service"
45538         required: true
45539         type: "string"
45540       - name: "vnf-id"
45541         in: "path"
45542         description: "Id of vnf"
45543         required: true
45544         type: "string"
45545       - name: "vf-module-id"
45546         in: "path"
45547         description: "Id of vf-module"
45548         required: true
45549         type: "string"
45550       responses:
45551         400:
45552           description: "Internal error"
45553         200:
45554           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
45555           responseSchema:
45556             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45557             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45558           schema:
45559             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45560             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45561     post:
45562       tags:
45563       - "GENERIC-RESOURCE-API"
45564       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
45565       parameters:
45566       - name: "service-instance-id"
45567         in: "path"
45568         description: "Id of service"
45569         required: true
45570         type: "string"
45571       - name: "vnf-id"
45572         in: "path"
45573         description: "Id of vnf"
45574         required: true
45575         type: "string"
45576       - name: "vf-module-id"
45577         in: "path"
45578         description: "Id of vf-module"
45579         required: true
45580         type: "string"
45581       - in: "body"
45582         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
45583         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
45584           \ be added to list"
45585         required: false
45586         schema:
45587           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45588           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45589       responses:
45590         400:
45591           description: "Internal error"
45592         201:
45593           description: "Object created"
45594         409:
45595           description: "Object already exists"
45596     put:
45597       tags:
45598       - "GENERIC-RESOURCE-API"
45599       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
45600       parameters:
45601       - name: "service-instance-id"
45602         in: "path"
45603         description: "Id of service"
45604         required: true
45605         type: "string"
45606       - name: "vnf-id"
45607         in: "path"
45608         description: "Id of vnf"
45609         required: true
45610         type: "string"
45611       - name: "vf-module-id"
45612         in: "path"
45613         description: "Id of vf-module"
45614         required: true
45615         type: "string"
45616       - in: "body"
45617         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
45618         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
45619           \ be added or updated"
45620         required: false
45621         schema:
45622           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45623           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
45624       responses:
45625         400:
45626           description: "Internal error"
45627         201:
45628           description: "Object created"
45629         204:
45630           description: "Object modified"
45631     delete:
45632       tags:
45633       - "GENERIC-RESOURCE-API"
45634       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
45635       parameters:
45636       - name: "service-instance-id"
45637         in: "path"
45638         description: "Id of service"
45639         required: true
45640         type: "string"
45641       - name: "vnf-id"
45642         in: "path"
45643         description: "Id of vnf"
45644         required: true
45645         type: "string"
45646       - name: "vf-module-id"
45647         in: "path"
45648         description: "Id of vf-module"
45649         required: true
45650         type: "string"
45651       responses:
45652         400:
45653           description: "Internal error"
45654         204:
45655           description: "Object deleted"
45656   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/service-information/
45657   : get:
45658       tags:
45659       - "GENERIC-RESOURCE-API"
45660       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
45661       parameters:
45662       - name: "service-instance-id"
45663         in: "path"
45664         description: "Id of service"
45665         required: true
45666         type: "string"
45667       - name: "vnf-id"
45668         in: "path"
45669         description: "Id of vnf"
45670         required: true
45671         type: "string"
45672       - name: "vf-module-id"
45673         in: "path"
45674         description: "Id of vf-module"
45675         required: true
45676         type: "string"
45677       responses:
45678         400:
45679           description: "Internal error"
45680         200:
45681           description: "generic.resource.api.serviceinformation.ServiceInformation"
45682           responseSchema:
45683             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45684             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45685           schema:
45686             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45687             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45688     post:
45689       tags:
45690       - "GENERIC-RESOURCE-API"
45691       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
45692       parameters:
45693       - name: "service-instance-id"
45694         in: "path"
45695         description: "Id of service"
45696         required: true
45697         type: "string"
45698       - name: "vnf-id"
45699         in: "path"
45700         description: "Id of vnf"
45701         required: true
45702         type: "string"
45703       - name: "vf-module-id"
45704         in: "path"
45705         description: "Id of vf-module"
45706         required: true
45707         type: "string"
45708       - in: "body"
45709         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
45710         description: "generic.resource.api.serviceinformation.ServiceInformation to\
45711           \ be added to list"
45712         required: false
45713         schema:
45714           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45715           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45716       responses:
45717         400:
45718           description: "Internal error"
45719         201:
45720           description: "Object created"
45721         409:
45722           description: "Object already exists"
45723     put:
45724       tags:
45725       - "GENERIC-RESOURCE-API"
45726       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
45727       parameters:
45728       - name: "service-instance-id"
45729         in: "path"
45730         description: "Id of service"
45731         required: true
45732         type: "string"
45733       - name: "vnf-id"
45734         in: "path"
45735         description: "Id of vnf"
45736         required: true
45737         type: "string"
45738       - name: "vf-module-id"
45739         in: "path"
45740         description: "Id of vf-module"
45741         required: true
45742         type: "string"
45743       - in: "body"
45744         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
45745         description: "generic.resource.api.serviceinformation.ServiceInformation to\
45746           \ be added or updated"
45747         required: false
45748         schema:
45749           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45750           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
45751       responses:
45752         400:
45753           description: "Internal error"
45754         201:
45755           description: "Object created"
45756         204:
45757           description: "Object modified"
45758     delete:
45759       tags:
45760       - "GENERIC-RESOURCE-API"
45761       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
45762       parameters:
45763       - name: "service-instance-id"
45764         in: "path"
45765         description: "Id of service"
45766         required: true
45767         type: "string"
45768       - name: "vnf-id"
45769         in: "path"
45770         description: "Id of vnf"
45771         required: true
45772         type: "string"
45773       - name: "vf-module-id"
45774         in: "path"
45775         description: "Id of vf-module"
45776         required: true
45777         type: "string"
45778       responses:
45779         400:
45780           description: "Internal error"
45781         204:
45782           description: "Object deleted"
45783   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/service-information/onap-model-information/
45784   : get:
45785       tags:
45786       - "GENERIC-RESOURCE-API"
45787       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
45788       parameters:
45789       - name: "service-instance-id"
45790         in: "path"
45791         description: "Id of service"
45792         required: true
45793         type: "string"
45794       - name: "vnf-id"
45795         in: "path"
45796         description: "Id of vnf"
45797         required: true
45798         type: "string"
45799       - name: "vf-module-id"
45800         in: "path"
45801         description: "Id of vf-module"
45802         required: true
45803         type: "string"
45804       responses:
45805         400:
45806           description: "Internal error"
45807         200:
45808           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
45809           responseSchema:
45810             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45811             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45812           schema:
45813             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45814             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45815     post:
45816       tags:
45817       - "GENERIC-RESOURCE-API"
45818       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
45819       parameters:
45820       - name: "service-instance-id"
45821         in: "path"
45822         description: "Id of service"
45823         required: true
45824         type: "string"
45825       - name: "vnf-id"
45826         in: "path"
45827         description: "Id of vnf"
45828         required: true
45829         type: "string"
45830       - name: "vf-module-id"
45831         in: "path"
45832         description: "Id of vf-module"
45833         required: true
45834         type: "string"
45835       - in: "body"
45836         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
45837         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
45838           \ to be added to list"
45839         required: false
45840         schema:
45841           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45842           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45843       responses:
45844         400:
45845           description: "Internal error"
45846         201:
45847           description: "Object created"
45848         409:
45849           description: "Object already exists"
45850     put:
45851       tags:
45852       - "GENERIC-RESOURCE-API"
45853       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
45854       parameters:
45855       - name: "service-instance-id"
45856         in: "path"
45857         description: "Id of service"
45858         required: true
45859         type: "string"
45860       - name: "vnf-id"
45861         in: "path"
45862         description: "Id of vnf"
45863         required: true
45864         type: "string"
45865       - name: "vf-module-id"
45866         in: "path"
45867         description: "Id of vf-module"
45868         required: true
45869         type: "string"
45870       - in: "body"
45871         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
45872         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
45873           \ to be added or updated"
45874         required: false
45875         schema:
45876           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45877           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
45878       responses:
45879         400:
45880           description: "Internal error"
45881         201:
45882           description: "Object created"
45883         204:
45884           description: "Object modified"
45885     delete:
45886       tags:
45887       - "GENERIC-RESOURCE-API"
45888       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
45889       parameters:
45890       - name: "service-instance-id"
45891         in: "path"
45892         description: "Id of service"
45893         required: true
45894         type: "string"
45895       - name: "vnf-id"
45896         in: "path"
45897         description: "Id of vnf"
45898         required: true
45899         type: "string"
45900       - name: "vf-module-id"
45901         in: "path"
45902         description: "Id of vf-module"
45903         required: true
45904         type: "string"
45905       responses:
45906         400:
45907           description: "Internal error"
45908         204:
45909           description: "Object deleted"
45910   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-information/
45911   : get:
45912       tags:
45913       - "GENERIC-RESOURCE-API"
45914       description: "returns generic.resource.api.vfmoduleinformation.VfModuleInformation"
45915       parameters:
45916       - name: "service-instance-id"
45917         in: "path"
45918         description: "Id of service"
45919         required: true
45920         type: "string"
45921       - name: "vnf-id"
45922         in: "path"
45923         description: "Id of vnf"
45924         required: true
45925         type: "string"
45926       - name: "vf-module-id"
45927         in: "path"
45928         description: "Id of vf-module"
45929         required: true
45930         type: "string"
45931       responses:
45932         400:
45933           description: "Internal error"
45934         200:
45935           description: "generic.resource.api.vfmoduleinformation.VfModuleInformation"
45936           responseSchema:
45937             $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45938             originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45939           schema:
45940             $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45941             originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45942     post:
45943       tags:
45944       - "GENERIC-RESOURCE-API"
45945       description: "creates generic.resource.api.vfmoduleinformation.VfModuleInformation"
45946       parameters:
45947       - name: "service-instance-id"
45948         in: "path"
45949         description: "Id of service"
45950         required: true
45951         type: "string"
45952       - name: "vnf-id"
45953         in: "path"
45954         description: "Id of vnf"
45955         required: true
45956         type: "string"
45957       - name: "vf-module-id"
45958         in: "path"
45959         description: "Id of vf-module"
45960         required: true
45961         type: "string"
45962       - in: "body"
45963         name: "generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param"
45964         description: "generic.resource.api.vfmoduleinformation.VfModuleInformation\
45965           \ to be added to list"
45966         required: false
45967         schema:
45968           $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45969           originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
45970       responses:
45971         400:
45972           description: "Internal error"
45973         201:
45974           description: "Object created"
45975         409:
45976           description: "Object already exists"
45977     put:
45978       tags:
45979       - "GENERIC-RESOURCE-API"
45980       description: "creates or updates generic.resource.api.vfmoduleinformation.VfModuleInformation"
45981       parameters:
45982       - name: "service-instance-id"
45983         in: "path"
45984         description: "Id of service"
45985         required: true
45986         type: "string"
45987       - name: "vnf-id"
45988         in: "path"
45989         description: "Id of vnf"
45990         required: true
45991         type: "string"
45992       - name: "vf-module-id"
45993         in: "path"
45994         description: "Id of vf-module"
45995         required: true
45996         type: "string"
45997       - in: "body"
45998         name: "generic.resource.api.vfmoduleinformation.VfModuleInformation.body-param"
45999         description: "generic.resource.api.vfmoduleinformation.VfModuleInformation\
46000           \ to be added or updated"
46001         required: false
46002         schema:
46003           $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
46004           originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
46005       responses:
46006         400:
46007           description: "Internal error"
46008         201:
46009           description: "Object created"
46010         204:
46011           description: "Object modified"
46012     delete:
46013       tags:
46014       - "GENERIC-RESOURCE-API"
46015       description: "removes generic.resource.api.vfmoduleinformation.VfModuleInformation"
46016       parameters:
46017       - name: "service-instance-id"
46018         in: "path"
46019         description: "Id of service"
46020         required: true
46021         type: "string"
46022       - name: "vnf-id"
46023         in: "path"
46024         description: "Id of vnf"
46025         required: true
46026         type: "string"
46027       - name: "vf-module-id"
46028         in: "path"
46029         description: "Id of vf-module"
46030         required: true
46031         type: "string"
46032       responses:
46033         400:
46034           description: "Internal error"
46035         204:
46036           description: "Object deleted"
46037   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-information/onap-model-information/
46038   : get:
46039       tags:
46040       - "GENERIC-RESOURCE-API"
46041       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
46042       parameters:
46043       - name: "service-instance-id"
46044         in: "path"
46045         description: "Id of service"
46046         required: true
46047         type: "string"
46048       - name: "vnf-id"
46049         in: "path"
46050         description: "Id of vnf"
46051         required: true
46052         type: "string"
46053       - name: "vf-module-id"
46054         in: "path"
46055         description: "Id of vf-module"
46056         required: true
46057         type: "string"
46058       responses:
46059         400:
46060           description: "Internal error"
46061         200:
46062           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
46063           responseSchema:
46064             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46065             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46066           schema:
46067             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46068             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46069     post:
46070       tags:
46071       - "GENERIC-RESOURCE-API"
46072       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
46073       parameters:
46074       - name: "service-instance-id"
46075         in: "path"
46076         description: "Id of service"
46077         required: true
46078         type: "string"
46079       - name: "vnf-id"
46080         in: "path"
46081         description: "Id of vnf"
46082         required: true
46083         type: "string"
46084       - name: "vf-module-id"
46085         in: "path"
46086         description: "Id of vf-module"
46087         required: true
46088         type: "string"
46089       - in: "body"
46090         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
46091         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
46092           \ to be added to list"
46093         required: false
46094         schema:
46095           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46096           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46097       responses:
46098         400:
46099           description: "Internal error"
46100         201:
46101           description: "Object created"
46102         409:
46103           description: "Object already exists"
46104     put:
46105       tags:
46106       - "GENERIC-RESOURCE-API"
46107       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
46108       parameters:
46109       - name: "service-instance-id"
46110         in: "path"
46111         description: "Id of service"
46112         required: true
46113         type: "string"
46114       - name: "vnf-id"
46115         in: "path"
46116         description: "Id of vnf"
46117         required: true
46118         type: "string"
46119       - name: "vf-module-id"
46120         in: "path"
46121         description: "Id of vf-module"
46122         required: true
46123         type: "string"
46124       - in: "body"
46125         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
46126         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
46127           \ to be added or updated"
46128         required: false
46129         schema:
46130           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46131           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
46132       responses:
46133         400:
46134           description: "Internal error"
46135         201:
46136           description: "Object created"
46137         204:
46138           description: "Object modified"
46139     delete:
46140       tags:
46141       - "GENERIC-RESOURCE-API"
46142       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
46143       parameters:
46144       - name: "service-instance-id"
46145         in: "path"
46146         description: "Id of service"
46147         required: true
46148         type: "string"
46149       - name: "vnf-id"
46150         in: "path"
46151         description: "Id of vnf"
46152         required: true
46153         type: "string"
46154       - name: "vf-module-id"
46155         in: "path"
46156         description: "Id of vf-module"
46157         required: true
46158         type: "string"
46159       responses:
46160         400:
46161           description: "Internal error"
46162         204:
46163           description: "Object deleted"
46164   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-level-oper-status/
46165   : get:
46166       tags:
46167       - "GENERIC-RESOURCE-API"
46168       description: "returns generic.resource.api.OperStatusData"
46169       parameters:
46170       - name: "service-instance-id"
46171         in: "path"
46172         description: "Id of service"
46173         required: true
46174         type: "string"
46175       - name: "vnf-id"
46176         in: "path"
46177         description: "Id of vnf"
46178         required: true
46179         type: "string"
46180       - name: "vf-module-id"
46181         in: "path"
46182         description: "Id of vf-module"
46183         required: true
46184         type: "string"
46185       responses:
46186         400:
46187           description: "Internal error"
46188         200:
46189           description: "generic.resource.api.OperStatusData"
46190           responseSchema:
46191             $ref: "#/definitions/generic.resource.api.OperStatusData"
46192             originalRef: "#/definitions/generic.resource.api.OperStatusData"
46193           schema:
46194             $ref: "#/definitions/generic.resource.api.OperStatusData"
46195             originalRef: "#/definitions/generic.resource.api.OperStatusData"
46196     post:
46197       tags:
46198       - "GENERIC-RESOURCE-API"
46199       description: "creates generic.resource.api.OperStatusData"
46200       parameters:
46201       - name: "service-instance-id"
46202         in: "path"
46203         description: "Id of service"
46204         required: true
46205         type: "string"
46206       - name: "vnf-id"
46207         in: "path"
46208         description: "Id of vnf"
46209         required: true
46210         type: "string"
46211       - name: "vf-module-id"
46212         in: "path"
46213         description: "Id of vf-module"
46214         required: true
46215         type: "string"
46216       - in: "body"
46217         name: "generic.resource.api.OperStatusData.body-param"
46218         description: "generic.resource.api.OperStatusData to be added to list"
46219         required: false
46220         schema:
46221           $ref: "#/definitions/generic.resource.api.OperStatusData"
46222           originalRef: "#/definitions/generic.resource.api.OperStatusData"
46223       responses:
46224         400:
46225           description: "Internal error"
46226         201:
46227           description: "Object created"
46228         409:
46229           description: "Object already exists"
46230     put:
46231       tags:
46232       - "GENERIC-RESOURCE-API"
46233       description: "creates or updates generic.resource.api.OperStatusData"
46234       parameters:
46235       - name: "service-instance-id"
46236         in: "path"
46237         description: "Id of service"
46238         required: true
46239         type: "string"
46240       - name: "vnf-id"
46241         in: "path"
46242         description: "Id of vnf"
46243         required: true
46244         type: "string"
46245       - name: "vf-module-id"
46246         in: "path"
46247         description: "Id of vf-module"
46248         required: true
46249         type: "string"
46250       - in: "body"
46251         name: "generic.resource.api.OperStatusData.body-param"
46252         description: "generic.resource.api.OperStatusData to be added or updated"
46253         required: false
46254         schema:
46255           $ref: "#/definitions/generic.resource.api.OperStatusData"
46256           originalRef: "#/definitions/generic.resource.api.OperStatusData"
46257       responses:
46258         400:
46259           description: "Internal error"
46260         201:
46261           description: "Object created"
46262         204:
46263           description: "Object modified"
46264     delete:
46265       tags:
46266       - "GENERIC-RESOURCE-API"
46267       description: "removes generic.resource.api.OperStatusData"
46268       parameters:
46269       - name: "service-instance-id"
46270         in: "path"
46271         description: "Id of service"
46272         required: true
46273         type: "string"
46274       - name: "vnf-id"
46275         in: "path"
46276         description: "Id of vnf"
46277         required: true
46278         type: "string"
46279       - name: "vf-module-id"
46280         in: "path"
46281         description: "Id of vf-module"
46282         required: true
46283         type: "string"
46284       responses:
46285         400:
46286           description: "Internal error"
46287         204:
46288           description: "Object deleted"
46289   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/
46290   : get:
46291       tags:
46292       - "GENERIC-RESOURCE-API"
46293       description: "returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46294       parameters:
46295       - name: "service-instance-id"
46296         in: "path"
46297         description: "Id of service"
46298         required: true
46299         type: "string"
46300       - name: "vnf-id"
46301         in: "path"
46302         description: "Id of vnf"
46303         required: true
46304         type: "string"
46305       - name: "vf-module-id"
46306         in: "path"
46307         description: "Id of vf-module"
46308         required: true
46309         type: "string"
46310       responses:
46311         400:
46312           description: "Internal error"
46313         200:
46314           description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46315           responseSchema:
46316             $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46317             originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46318           schema:
46319             $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46320             originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46321     post:
46322       tags:
46323       - "GENERIC-RESOURCE-API"
46324       description: "creates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46325       parameters:
46326       - name: "service-instance-id"
46327         in: "path"
46328         description: "Id of service"
46329         required: true
46330         type: "string"
46331       - name: "vnf-id"
46332         in: "path"
46333         description: "Id of vnf"
46334         required: true
46335         type: "string"
46336       - name: "vf-module-id"
46337         in: "path"
46338         description: "Id of vf-module"
46339         required: true
46340         type: "string"
46341       - in: "body"
46342         name: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param"
46343         description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput\
46344           \ to be added to list"
46345         required: false
46346         schema:
46347           $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46348           originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46349       responses:
46350         400:
46351           description: "Internal error"
46352         201:
46353           description: "Object created"
46354         409:
46355           description: "Object already exists"
46356     put:
46357       tags:
46358       - "GENERIC-RESOURCE-API"
46359       description: "creates or updates generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46360       parameters:
46361       - name: "service-instance-id"
46362         in: "path"
46363         description: "Id of service"
46364         required: true
46365         type: "string"
46366       - name: "vnf-id"
46367         in: "path"
46368         description: "Id of vnf"
46369         required: true
46370         type: "string"
46371       - name: "vf-module-id"
46372         in: "path"
46373         description: "Id of vf-module"
46374         required: true
46375         type: "string"
46376       - in: "body"
46377         name: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput.body-param"
46378         description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput\
46379           \ to be added or updated"
46380         required: false
46381         schema:
46382           $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46383           originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46384       responses:
46385         400:
46386           description: "Internal error"
46387         201:
46388           description: "Object created"
46389         204:
46390           description: "Object modified"
46391     delete:
46392       tags:
46393       - "GENERIC-RESOURCE-API"
46394       description: "removes generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
46395       parameters:
46396       - name: "service-instance-id"
46397         in: "path"
46398         description: "Id of service"
46399         required: true
46400         type: "string"
46401       - name: "vnf-id"
46402         in: "path"
46403         description: "Id of vnf"
46404         required: true
46405         type: "string"
46406       - name: "vf-module-id"
46407         in: "path"
46408         description: "Id of vf-module"
46409         required: true
46410         type: "string"
46411       responses:
46412         400:
46413           description: "Internal error"
46414         204:
46415           description: "Object deleted"
46416   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/
46417   : get:
46418       tags:
46419       - "GENERIC-RESOURCE-API"
46420       description: "returns generic.resource.api.Param"
46421       parameters:
46422       - name: "service-instance-id"
46423         in: "path"
46424         description: "Id of service"
46425         required: true
46426         type: "string"
46427       - name: "vnf-id"
46428         in: "path"
46429         description: "Id of vnf"
46430         required: true
46431         type: "string"
46432       - name: "vf-module-id"
46433         in: "path"
46434         description: "Id of vf-module"
46435         required: true
46436         type: "string"
46437       responses:
46438         400:
46439           description: "Internal error"
46440         200:
46441           description: "generic.resource.api.Param"
46442           responseSchema:
46443             $ref: "#/definitions/generic.resource.api.Param"
46444             originalRef: "#/definitions/generic.resource.api.Param"
46445           schema:
46446             $ref: "#/definitions/generic.resource.api.Param"
46447             originalRef: "#/definitions/generic.resource.api.Param"
46448     post:
46449       tags:
46450       - "GENERIC-RESOURCE-API"
46451       description: "creates generic.resource.api.Param"
46452       parameters:
46453       - name: "service-instance-id"
46454         in: "path"
46455         description: "Id of service"
46456         required: true
46457         type: "string"
46458       - name: "vnf-id"
46459         in: "path"
46460         description: "Id of vnf"
46461         required: true
46462         type: "string"
46463       - name: "vf-module-id"
46464         in: "path"
46465         description: "Id of vf-module"
46466         required: true
46467         type: "string"
46468       - in: "body"
46469         name: "generic.resource.api.Param.body-param"
46470         description: "generic.resource.api.Param to be added to list"
46471         required: false
46472         schema:
46473           $ref: "#/definitions/generic.resource.api.Param"
46474           originalRef: "#/definitions/generic.resource.api.Param"
46475       responses:
46476         400:
46477           description: "Internal error"
46478         201:
46479           description: "Object created"
46480         409:
46481           description: "Object already exists"
46482     put:
46483       tags:
46484       - "GENERIC-RESOURCE-API"
46485       description: "creates or updates generic.resource.api.Param"
46486       parameters:
46487       - name: "service-instance-id"
46488         in: "path"
46489         description: "Id of service"
46490         required: true
46491         type: "string"
46492       - name: "vnf-id"
46493         in: "path"
46494         description: "Id of vnf"
46495         required: true
46496         type: "string"
46497       - name: "vf-module-id"
46498         in: "path"
46499         description: "Id of vf-module"
46500         required: true
46501         type: "string"
46502       - in: "body"
46503         name: "generic.resource.api.Param.body-param"
46504         description: "generic.resource.api.Param to be added or updated"
46505         required: false
46506         schema:
46507           $ref: "#/definitions/generic.resource.api.Param"
46508           originalRef: "#/definitions/generic.resource.api.Param"
46509       responses:
46510         400:
46511           description: "Internal error"
46512         201:
46513           description: "Object created"
46514         204:
46515           description: "Object modified"
46516     delete:
46517       tags:
46518       - "GENERIC-RESOURCE-API"
46519       description: "removes generic.resource.api.Param"
46520       parameters:
46521       - name: "service-instance-id"
46522         in: "path"
46523         description: "Id of service"
46524         required: true
46525         type: "string"
46526       - name: "vnf-id"
46527         in: "path"
46528         description: "Id of vnf"
46529         required: true
46530         type: "string"
46531       - name: "vf-module-id"
46532         in: "path"
46533         description: "Id of vf-module"
46534         required: true
46535         type: "string"
46536       responses:
46537         400:
46538           description: "Internal error"
46539         204:
46540           description: "Object deleted"
46541   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/
46542   : post:
46543       description: "creates generic.resource.api.param.Param"
46544       parameters:
46545       - name: "service-instance-id"
46546         in: "path"
46547         description: "Id of service"
46548         required: true
46549         type: "string"
46550       - name: "vnf-id"
46551         in: "path"
46552         description: "Id of vnf"
46553         required: true
46554         type: "string"
46555       - name: "vf-module-id"
46556         in: "path"
46557         description: "Id of vf-module"
46558         required: true
46559         type: "string"
46560       - in: "body"
46561         name: "generic.resource.api.param.Param.body-param"
46562         description: "generic.resource.api.param.Param to be added to list"
46563         required: false
46564         schema:
46565           $ref: "#/definitions/generic.resource.api.param.Param"
46566           originalRef: "#/definitions/generic.resource.api.param.Param"
46567       responses:
46568         400:
46569           description: "Internal error"
46570         201:
46571           description: "Object created"
46572         409:
46573           description: "Object already exists"
46574   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/
46575   : get:
46576       tags:
46577       - "GENERIC-RESOURCE-API"
46578       description: "returns generic.resource.api.param.Param"
46579       parameters:
46580       - name: "service-instance-id"
46581         in: "path"
46582         description: "Id of service"
46583         required: true
46584         type: "string"
46585       - name: "vnf-id"
46586         in: "path"
46587         description: "Id of vnf"
46588         required: true
46589         type: "string"
46590       - name: "vf-module-id"
46591         in: "path"
46592         description: "Id of vf-module"
46593         required: true
46594         type: "string"
46595       - name: "name"
46596         in: "path"
46597         description: "Id of param"
46598         required: true
46599         type: "string"
46600       responses:
46601         400:
46602           description: "Internal error"
46603         200:
46604           description: "generic.resource.api.param.Param"
46605           responseSchema:
46606             $ref: "#/definitions/generic.resource.api.param.Param"
46607             originalRef: "#/definitions/generic.resource.api.param.Param"
46608           schema:
46609             $ref: "#/definitions/generic.resource.api.param.Param"
46610             originalRef: "#/definitions/generic.resource.api.param.Param"
46611     post:
46612       tags:
46613       - "GENERIC-RESOURCE-API"
46614       description: "creates generic.resource.api.param.Param"
46615       parameters:
46616       - name: "service-instance-id"
46617         in: "path"
46618         description: "Id of service"
46619         required: true
46620         type: "string"
46621       - name: "vnf-id"
46622         in: "path"
46623         description: "Id of vnf"
46624         required: true
46625         type: "string"
46626       - name: "vf-module-id"
46627         in: "path"
46628         description: "Id of vf-module"
46629         required: true
46630         type: "string"
46631       - name: "name"
46632         in: "path"
46633         description: "Id of param"
46634         required: true
46635         type: "string"
46636       - in: "body"
46637         name: "generic.resource.api.param.Param.body-param"
46638         description: "generic.resource.api.param.Param to be added to list"
46639         required: false
46640         schema:
46641           $ref: "#/definitions/generic.resource.api.param.Param"
46642           originalRef: "#/definitions/generic.resource.api.param.Param"
46643       responses:
46644         400:
46645           description: "Internal error"
46646         201:
46647           description: "Object created"
46648         409:
46649           description: "Object already exists"
46650     put:
46651       tags:
46652       - "GENERIC-RESOURCE-API"
46653       description: "creates or updates generic.resource.api.param.Param"
46654       parameters:
46655       - name: "service-instance-id"
46656         in: "path"
46657         description: "Id of service"
46658         required: true
46659         type: "string"
46660       - name: "vnf-id"
46661         in: "path"
46662         description: "Id of vnf"
46663         required: true
46664         type: "string"
46665       - name: "vf-module-id"
46666         in: "path"
46667         description: "Id of vf-module"
46668         required: true
46669         type: "string"
46670       - name: "name"
46671         in: "path"
46672         description: "Id of param"
46673         required: true
46674         type: "string"
46675       - in: "body"
46676         name: "generic.resource.api.param.Param.body-param"
46677         description: "generic.resource.api.param.Param to be added or updated"
46678         required: false
46679         schema:
46680           $ref: "#/definitions/generic.resource.api.param.Param"
46681           originalRef: "#/definitions/generic.resource.api.param.Param"
46682       responses:
46683         400:
46684           description: "Internal error"
46685         201:
46686           description: "Object created"
46687         204:
46688           description: "Object modified"
46689     delete:
46690       tags:
46691       - "GENERIC-RESOURCE-API"
46692       description: "removes generic.resource.api.param.Param"
46693       parameters:
46694       - name: "service-instance-id"
46695         in: "path"
46696         description: "Id of service"
46697         required: true
46698         type: "string"
46699       - name: "vnf-id"
46700         in: "path"
46701         description: "Id of vnf"
46702         required: true
46703         type: "string"
46704       - name: "vf-module-id"
46705         in: "path"
46706         description: "Id of vf-module"
46707         required: true
46708         type: "string"
46709       - name: "name"
46710         in: "path"
46711         description: "Id of param"
46712         required: true
46713         type: "string"
46714       responses:
46715         400:
46716           description: "Internal error"
46717         204:
46718           description: "Object deleted"
46719   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/resource-resolution-data/
46720   : get:
46721       tags:
46722       - "GENERIC-RESOURCE-API"
46723       description: "returns generic.resource.api.param.param.ResourceResolutionData"
46724       parameters:
46725       - name: "service-instance-id"
46726         in: "path"
46727         description: "Id of service"
46728         required: true
46729         type: "string"
46730       - name: "vnf-id"
46731         in: "path"
46732         description: "Id of vnf"
46733         required: true
46734         type: "string"
46735       - name: "vf-module-id"
46736         in: "path"
46737         description: "Id of vf-module"
46738         required: true
46739         type: "string"
46740       - name: "name"
46741         in: "path"
46742         description: "Id of param"
46743         required: true
46744         type: "string"
46745       responses:
46746         400:
46747           description: "Internal error"
46748         200:
46749           description: "generic.resource.api.param.param.ResourceResolutionData"
46750           responseSchema:
46751             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46752             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46753           schema:
46754             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46755             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46756     post:
46757       tags:
46758       - "GENERIC-RESOURCE-API"
46759       description: "creates generic.resource.api.param.param.ResourceResolutionData"
46760       parameters:
46761       - name: "service-instance-id"
46762         in: "path"
46763         description: "Id of service"
46764         required: true
46765         type: "string"
46766       - name: "vnf-id"
46767         in: "path"
46768         description: "Id of vnf"
46769         required: true
46770         type: "string"
46771       - name: "vf-module-id"
46772         in: "path"
46773         description: "Id of vf-module"
46774         required: true
46775         type: "string"
46776       - name: "name"
46777         in: "path"
46778         description: "Id of param"
46779         required: true
46780         type: "string"
46781       - in: "body"
46782         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
46783         description: "generic.resource.api.param.param.ResourceResolutionData to be\
46784           \ added to list"
46785         required: false
46786         schema:
46787           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46788           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46789       responses:
46790         400:
46791           description: "Internal error"
46792         201:
46793           description: "Object created"
46794         409:
46795           description: "Object already exists"
46796     put:
46797       tags:
46798       - "GENERIC-RESOURCE-API"
46799       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
46800       parameters:
46801       - name: "service-instance-id"
46802         in: "path"
46803         description: "Id of service"
46804         required: true
46805         type: "string"
46806       - name: "vnf-id"
46807         in: "path"
46808         description: "Id of vnf"
46809         required: true
46810         type: "string"
46811       - name: "vf-module-id"
46812         in: "path"
46813         description: "Id of vf-module"
46814         required: true
46815         type: "string"
46816       - name: "name"
46817         in: "path"
46818         description: "Id of param"
46819         required: true
46820         type: "string"
46821       - in: "body"
46822         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
46823         description: "generic.resource.api.param.param.ResourceResolutionData to be\
46824           \ added or updated"
46825         required: false
46826         schema:
46827           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46828           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
46829       responses:
46830         400:
46831           description: "Internal error"
46832         201:
46833           description: "Object created"
46834         204:
46835           description: "Object modified"
46836     delete:
46837       tags:
46838       - "GENERIC-RESOURCE-API"
46839       description: "removes generic.resource.api.param.param.ResourceResolutionData"
46840       parameters:
46841       - name: "service-instance-id"
46842         in: "path"
46843         description: "Id of service"
46844         required: true
46845         type: "string"
46846       - name: "vnf-id"
46847         in: "path"
46848         description: "Id of vnf"
46849         required: true
46850         type: "string"
46851       - name: "vf-module-id"
46852         in: "path"
46853         description: "Id of vf-module"
46854         required: true
46855         type: "string"
46856       - name: "name"
46857         in: "path"
46858         description: "Id of param"
46859         required: true
46860         type: "string"
46861       responses:
46862         400:
46863           description: "Internal error"
46864         204:
46865           description: "Object deleted"
46866   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/resource-resolution-data/resource-key/
46867   : post:
46868       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46869       parameters:
46870       - name: "service-instance-id"
46871         in: "path"
46872         description: "Id of service"
46873         required: true
46874         type: "string"
46875       - name: "vnf-id"
46876         in: "path"
46877         description: "Id of vnf"
46878         required: true
46879         type: "string"
46880       - name: "vf-module-id"
46881         in: "path"
46882         description: "Id of vf-module"
46883         required: true
46884         type: "string"
46885       - name: "name"
46886         in: "path"
46887         description: "Id of param"
46888         required: true
46889         type: "string"
46890       - in: "body"
46891         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
46892         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
46893           \ to be added to list"
46894         required: false
46895         schema:
46896           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46897           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46898       responses:
46899         400:
46900           description: "Internal error"
46901         201:
46902           description: "Object created"
46903         409:
46904           description: "Object already exists"
46905   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
46906   : get:
46907       tags:
46908       - "GENERIC-RESOURCE-API"
46909       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46910       parameters:
46911       - name: "service-instance-id"
46912         in: "path"
46913         description: "Id of service"
46914         required: true
46915         type: "string"
46916       - name: "vnf-id"
46917         in: "path"
46918         description: "Id of vnf"
46919         required: true
46920         type: "string"
46921       - name: "vf-module-id"
46922         in: "path"
46923         description: "Id of vf-module"
46924         required: true
46925         type: "string"
46926       - name: "name"
46927         in: "path"
46928         description: "Id of param"
46929         required: true
46930         type: "string"
46931       - name: "resource-key-name"
46932         in: "path"
46933         description: "Id of resource-key"
46934         required: true
46935         type: "string"
46936       responses:
46937         400:
46938           description: "Internal error"
46939         200:
46940           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46941           responseSchema:
46942             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46943             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46944           schema:
46945             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46946             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46947     post:
46948       tags:
46949       - "GENERIC-RESOURCE-API"
46950       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46951       parameters:
46952       - name: "service-instance-id"
46953         in: "path"
46954         description: "Id of service"
46955         required: true
46956         type: "string"
46957       - name: "vnf-id"
46958         in: "path"
46959         description: "Id of vnf"
46960         required: true
46961         type: "string"
46962       - name: "vf-module-id"
46963         in: "path"
46964         description: "Id of vf-module"
46965         required: true
46966         type: "string"
46967       - name: "name"
46968         in: "path"
46969         description: "Id of param"
46970         required: true
46971         type: "string"
46972       - name: "resource-key-name"
46973         in: "path"
46974         description: "Id of resource-key"
46975         required: true
46976         type: "string"
46977       - in: "body"
46978         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
46979         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
46980           \ to be added to list"
46981         required: false
46982         schema:
46983           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46984           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46985       responses:
46986         400:
46987           description: "Internal error"
46988         201:
46989           description: "Object created"
46990         409:
46991           description: "Object already exists"
46992     put:
46993       tags:
46994       - "GENERIC-RESOURCE-API"
46995       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
46996       parameters:
46997       - name: "service-instance-id"
46998         in: "path"
46999         description: "Id of service"
47000         required: true
47001         type: "string"
47002       - name: "vnf-id"
47003         in: "path"
47004         description: "Id of vnf"
47005         required: true
47006         type: "string"
47007       - name: "vf-module-id"
47008         in: "path"
47009         description: "Id of vf-module"
47010         required: true
47011         type: "string"
47012       - name: "name"
47013         in: "path"
47014         description: "Id of param"
47015         required: true
47016         type: "string"
47017       - name: "resource-key-name"
47018         in: "path"
47019         description: "Id of resource-key"
47020         required: true
47021         type: "string"
47022       - in: "body"
47023         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
47024         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
47025           \ to be added or updated"
47026         required: false
47027         schema:
47028           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
47029           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
47030       responses:
47031         400:
47032           description: "Internal error"
47033         201:
47034           description: "Object created"
47035         204:
47036           description: "Object modified"
47037     delete:
47038       tags:
47039       - "GENERIC-RESOURCE-API"
47040       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
47041       parameters:
47042       - name: "service-instance-id"
47043         in: "path"
47044         description: "Id of service"
47045         required: true
47046         type: "string"
47047       - name: "vnf-id"
47048         in: "path"
47049         description: "Id of vnf"
47050         required: true
47051         type: "string"
47052       - name: "vf-module-id"
47053         in: "path"
47054         description: "Id of vf-module"
47055         required: true
47056         type: "string"
47057       - name: "name"
47058         in: "path"
47059         description: "Id of param"
47060         required: true
47061         type: "string"
47062       - name: "resource-key-name"
47063         in: "path"
47064         description: "Id of resource-key"
47065         required: true
47066         type: "string"
47067       responses:
47068         400:
47069           description: "Internal error"
47070         204:
47071           description: "Object deleted"
47072   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/
47073   : get:
47074       tags:
47075       - "GENERIC-RESOURCE-API"
47076       description: "returns generic.resource.api.vfmoduletopology.VfModuleTopology"
47077       parameters:
47078       - name: "service-instance-id"
47079         in: "path"
47080         description: "Id of service"
47081         required: true
47082         type: "string"
47083       - name: "vnf-id"
47084         in: "path"
47085         description: "Id of vnf"
47086         required: true
47087         type: "string"
47088       - name: "vf-module-id"
47089         in: "path"
47090         description: "Id of vf-module"
47091         required: true
47092         type: "string"
47093       responses:
47094         400:
47095           description: "Internal error"
47096         200:
47097           description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
47098           responseSchema:
47099             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47100             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47101           schema:
47102             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47103             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47104     post:
47105       tags:
47106       - "GENERIC-RESOURCE-API"
47107       description: "creates generic.resource.api.vfmoduletopology.VfModuleTopology"
47108       parameters:
47109       - name: "service-instance-id"
47110         in: "path"
47111         description: "Id of service"
47112         required: true
47113         type: "string"
47114       - name: "vnf-id"
47115         in: "path"
47116         description: "Id of vnf"
47117         required: true
47118         type: "string"
47119       - name: "vf-module-id"
47120         in: "path"
47121         description: "Id of vf-module"
47122         required: true
47123         type: "string"
47124       - in: "body"
47125         name: "generic.resource.api.vfmoduletopology.VfModuleTopology.body-param"
47126         description: "generic.resource.api.vfmoduletopology.VfModuleTopology to be\
47127           \ added to list"
47128         required: false
47129         schema:
47130           $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47131           originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47132       responses:
47133         400:
47134           description: "Internal error"
47135         201:
47136           description: "Object created"
47137         409:
47138           description: "Object already exists"
47139     put:
47140       tags:
47141       - "GENERIC-RESOURCE-API"
47142       description: "creates or updates generic.resource.api.vfmoduletopology.VfModuleTopology"
47143       parameters:
47144       - name: "service-instance-id"
47145         in: "path"
47146         description: "Id of service"
47147         required: true
47148         type: "string"
47149       - name: "vnf-id"
47150         in: "path"
47151         description: "Id of vnf"
47152         required: true
47153         type: "string"
47154       - name: "vf-module-id"
47155         in: "path"
47156         description: "Id of vf-module"
47157         required: true
47158         type: "string"
47159       - in: "body"
47160         name: "generic.resource.api.vfmoduletopology.VfModuleTopology.body-param"
47161         description: "generic.resource.api.vfmoduletopology.VfModuleTopology to be\
47162           \ added or updated"
47163         required: false
47164         schema:
47165           $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47166           originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
47167       responses:
47168         400:
47169           description: "Internal error"
47170         201:
47171           description: "Object created"
47172         204:
47173           description: "Object modified"
47174     delete:
47175       tags:
47176       - "GENERIC-RESOURCE-API"
47177       description: "removes generic.resource.api.vfmoduletopology.VfModuleTopology"
47178       parameters:
47179       - name: "service-instance-id"
47180         in: "path"
47181         description: "Id of service"
47182         required: true
47183         type: "string"
47184       - name: "vnf-id"
47185         in: "path"
47186         description: "Id of vnf"
47187         required: true
47188         type: "string"
47189       - name: "vf-module-id"
47190         in: "path"
47191         description: "Id of vf-module"
47192         required: true
47193         type: "string"
47194       responses:
47195         400:
47196           description: "Internal error"
47197         204:
47198           description: "Object deleted"
47199   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/onap-model-information/
47200   : get:
47201       tags:
47202       - "GENERIC-RESOURCE-API"
47203       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
47204       parameters:
47205       - name: "service-instance-id"
47206         in: "path"
47207         description: "Id of service"
47208         required: true
47209         type: "string"
47210       - name: "vnf-id"
47211         in: "path"
47212         description: "Id of vnf"
47213         required: true
47214         type: "string"
47215       - name: "vf-module-id"
47216         in: "path"
47217         description: "Id of vf-module"
47218         required: true
47219         type: "string"
47220       responses:
47221         400:
47222           description: "Internal error"
47223         200:
47224           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
47225           responseSchema:
47226             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47227             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47228           schema:
47229             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47230             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47231     post:
47232       tags:
47233       - "GENERIC-RESOURCE-API"
47234       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
47235       parameters:
47236       - name: "service-instance-id"
47237         in: "path"
47238         description: "Id of service"
47239         required: true
47240         type: "string"
47241       - name: "vnf-id"
47242         in: "path"
47243         description: "Id of vnf"
47244         required: true
47245         type: "string"
47246       - name: "vf-module-id"
47247         in: "path"
47248         description: "Id of vf-module"
47249         required: true
47250         type: "string"
47251       - in: "body"
47252         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
47253         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
47254           \ to be added to list"
47255         required: false
47256         schema:
47257           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47258           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47259       responses:
47260         400:
47261           description: "Internal error"
47262         201:
47263           description: "Object created"
47264         409:
47265           description: "Object already exists"
47266     put:
47267       tags:
47268       - "GENERIC-RESOURCE-API"
47269       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
47270       parameters:
47271       - name: "service-instance-id"
47272         in: "path"
47273         description: "Id of service"
47274         required: true
47275         type: "string"
47276       - name: "vnf-id"
47277         in: "path"
47278         description: "Id of vnf"
47279         required: true
47280         type: "string"
47281       - name: "vf-module-id"
47282         in: "path"
47283         description: "Id of vf-module"
47284         required: true
47285         type: "string"
47286       - in: "body"
47287         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
47288         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
47289           \ to be added or updated"
47290         required: false
47291         schema:
47292           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47293           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
47294       responses:
47295         400:
47296           description: "Internal error"
47297         201:
47298           description: "Object created"
47299         204:
47300           description: "Object modified"
47301     delete:
47302       tags:
47303       - "GENERIC-RESOURCE-API"
47304       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
47305       parameters:
47306       - name: "service-instance-id"
47307         in: "path"
47308         description: "Id of service"
47309         required: true
47310         type: "string"
47311       - name: "vnf-id"
47312         in: "path"
47313         description: "Id of vnf"
47314         required: true
47315         type: "string"
47316       - name: "vf-module-id"
47317         in: "path"
47318         description: "Id of vf-module"
47319         required: true
47320         type: "string"
47321       responses:
47322         400:
47323           description: "Internal error"
47324         204:
47325           description: "Object deleted"
47326   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/
47327   : get:
47328       tags:
47329       - "GENERIC-RESOURCE-API"
47330       description: "returns generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47331       parameters:
47332       - name: "service-instance-id"
47333         in: "path"
47334         description: "Id of service"
47335         required: true
47336         type: "string"
47337       - name: "vnf-id"
47338         in: "path"
47339         description: "Id of vnf"
47340         required: true
47341         type: "string"
47342       - name: "vf-module-id"
47343         in: "path"
47344         description: "Id of vf-module"
47345         required: true
47346         type: "string"
47347       responses:
47348         400:
47349           description: "Internal error"
47350         200:
47351           description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47352           responseSchema:
47353             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47354             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47355           schema:
47356             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47357             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47358     post:
47359       tags:
47360       - "GENERIC-RESOURCE-API"
47361       description: "creates generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47362       parameters:
47363       - name: "service-instance-id"
47364         in: "path"
47365         description: "Id of service"
47366         required: true
47367         type: "string"
47368       - name: "vnf-id"
47369         in: "path"
47370         description: "Id of vnf"
47371         required: true
47372         type: "string"
47373       - name: "vf-module-id"
47374         in: "path"
47375         description: "Id of vf-module"
47376         required: true
47377         type: "string"
47378       - in: "body"
47379         name: "generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param"
47380         description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments\
47381           \ to be added to list"
47382         required: false
47383         schema:
47384           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47385           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47386       responses:
47387         400:
47388           description: "Internal error"
47389         201:
47390           description: "Object created"
47391         409:
47392           description: "Object already exists"
47393     put:
47394       tags:
47395       - "GENERIC-RESOURCE-API"
47396       description: "creates or updates generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47397       parameters:
47398       - name: "service-instance-id"
47399         in: "path"
47400         description: "Id of service"
47401         required: true
47402         type: "string"
47403       - name: "vnf-id"
47404         in: "path"
47405         description: "Id of vnf"
47406         required: true
47407         type: "string"
47408       - name: "vf-module-id"
47409         in: "path"
47410         description: "Id of vf-module"
47411         required: true
47412         type: "string"
47413       - in: "body"
47414         name: "generic.resource.api.vfmoduleassignments.VfModuleAssignments.body-param"
47415         description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments\
47416           \ to be added or updated"
47417         required: false
47418         schema:
47419           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47420           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47421       responses:
47422         400:
47423           description: "Internal error"
47424         201:
47425           description: "Object created"
47426         204:
47427           description: "Object modified"
47428     delete:
47429       tags:
47430       - "GENERIC-RESOURCE-API"
47431       description: "removes generic.resource.api.vfmoduleassignments.VfModuleAssignments"
47432       parameters:
47433       - name: "service-instance-id"
47434         in: "path"
47435         description: "Id of service"
47436         required: true
47437         type: "string"
47438       - name: "vnf-id"
47439         in: "path"
47440         description: "Id of vnf"
47441         required: true
47442         type: "string"
47443       - name: "vf-module-id"
47444         in: "path"
47445         description: "Id of vf-module"
47446         required: true
47447         type: "string"
47448       responses:
47449         400:
47450           description: "Internal error"
47451         204:
47452           description: "Object deleted"
47453   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/
47454   : get:
47455       tags:
47456       - "GENERIC-RESOURCE-API"
47457       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47458       parameters:
47459       - name: "service-instance-id"
47460         in: "path"
47461         description: "Id of service"
47462         required: true
47463         type: "string"
47464       - name: "vnf-id"
47465         in: "path"
47466         description: "Id of vnf"
47467         required: true
47468         type: "string"
47469       - name: "vf-module-id"
47470         in: "path"
47471         description: "Id of vf-module"
47472         required: true
47473         type: "string"
47474       responses:
47475         400:
47476           description: "Internal error"
47477         200:
47478           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47479           responseSchema:
47480             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47481             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47482           schema:
47483             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47484             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47485     post:
47486       tags:
47487       - "GENERIC-RESOURCE-API"
47488       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47489       parameters:
47490       - name: "service-instance-id"
47491         in: "path"
47492         description: "Id of service"
47493         required: true
47494         type: "string"
47495       - name: "vnf-id"
47496         in: "path"
47497         description: "Id of vnf"
47498         required: true
47499         type: "string"
47500       - name: "vf-module-id"
47501         in: "path"
47502         description: "Id of vf-module"
47503         required: true
47504         type: "string"
47505       - in: "body"
47506         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param"
47507         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments\
47508           \ to be added to list"
47509         required: false
47510         schema:
47511           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47512           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47513       responses:
47514         400:
47515           description: "Internal error"
47516         201:
47517           description: "Object created"
47518         409:
47519           description: "Object already exists"
47520     put:
47521       tags:
47522       - "GENERIC-RESOURCE-API"
47523       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47524       parameters:
47525       - name: "service-instance-id"
47526         in: "path"
47527         description: "Id of service"
47528         required: true
47529         type: "string"
47530       - name: "vnf-id"
47531         in: "path"
47532         description: "Id of vnf"
47533         required: true
47534         type: "string"
47535       - name: "vf-module-id"
47536         in: "path"
47537         description: "Id of vf-module"
47538         required: true
47539         type: "string"
47540       - in: "body"
47541         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments.body-param"
47542         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments\
47543           \ to be added or updated"
47544         required: false
47545         schema:
47546           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47547           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47548       responses:
47549         400:
47550           description: "Internal error"
47551         201:
47552           description: "Object created"
47553         204:
47554           description: "Object modified"
47555     delete:
47556       tags:
47557       - "GENERIC-RESOURCE-API"
47558       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
47559       parameters:
47560       - name: "service-instance-id"
47561         in: "path"
47562         description: "Id of service"
47563         required: true
47564         type: "string"
47565       - name: "vnf-id"
47566         in: "path"
47567         description: "Id of vnf"
47568         required: true
47569         type: "string"
47570       - name: "vf-module-id"
47571         in: "path"
47572         description: "Id of vf-module"
47573         required: true
47574         type: "string"
47575       responses:
47576         400:
47577           description: "Internal error"
47578         204:
47579           description: "Object deleted"
47580   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/
47581   : post:
47582       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47583       parameters:
47584       - name: "service-instance-id"
47585         in: "path"
47586         description: "Id of service"
47587         required: true
47588         type: "string"
47589       - name: "vnf-id"
47590         in: "path"
47591         description: "Id of vnf"
47592         required: true
47593         type: "string"
47594       - name: "vf-module-id"
47595         in: "path"
47596         description: "Id of vf-module"
47597         required: true
47598         type: "string"
47599       - in: "body"
47600         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
47601         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
47602           \ to be added to list"
47603         required: false
47604         schema:
47605           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47606           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47607       responses:
47608         400:
47609           description: "Internal error"
47610         201:
47611           description: "Object created"
47612         409:
47613           description: "Object already exists"
47614   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/{neutron-subnet-id}/
47615   : get:
47616       tags:
47617       - "GENERIC-RESOURCE-API"
47618       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47619       parameters:
47620       - name: "service-instance-id"
47621         in: "path"
47622         description: "Id of service"
47623         required: true
47624         type: "string"
47625       - name: "vnf-id"
47626         in: "path"
47627         description: "Id of vnf"
47628         required: true
47629         type: "string"
47630       - name: "vf-module-id"
47631         in: "path"
47632         description: "Id of vf-module"
47633         required: true
47634         type: "string"
47635       - name: "neutron-subnet-id"
47636         in: "path"
47637         description: "Id of dhcp-subnet-assignment"
47638         required: true
47639         type: "string"
47640       responses:
47641         400:
47642           description: "Internal error"
47643         200:
47644           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47645           responseSchema:
47646             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47647             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47648           schema:
47649             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47650             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47651     post:
47652       tags:
47653       - "GENERIC-RESOURCE-API"
47654       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47655       parameters:
47656       - name: "service-instance-id"
47657         in: "path"
47658         description: "Id of service"
47659         required: true
47660         type: "string"
47661       - name: "vnf-id"
47662         in: "path"
47663         description: "Id of vnf"
47664         required: true
47665         type: "string"
47666       - name: "vf-module-id"
47667         in: "path"
47668         description: "Id of vf-module"
47669         required: true
47670         type: "string"
47671       - name: "neutron-subnet-id"
47672         in: "path"
47673         description: "Id of dhcp-subnet-assignment"
47674         required: true
47675         type: "string"
47676       - in: "body"
47677         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
47678         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
47679           \ to be added to list"
47680         required: false
47681         schema:
47682           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47683           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47684       responses:
47685         400:
47686           description: "Internal error"
47687         201:
47688           description: "Object created"
47689         409:
47690           description: "Object already exists"
47691     put:
47692       tags:
47693       - "GENERIC-RESOURCE-API"
47694       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47695       parameters:
47696       - name: "service-instance-id"
47697         in: "path"
47698         description: "Id of service"
47699         required: true
47700         type: "string"
47701       - name: "vnf-id"
47702         in: "path"
47703         description: "Id of vnf"
47704         required: true
47705         type: "string"
47706       - name: "vf-module-id"
47707         in: "path"
47708         description: "Id of vf-module"
47709         required: true
47710         type: "string"
47711       - name: "neutron-subnet-id"
47712         in: "path"
47713         description: "Id of dhcp-subnet-assignment"
47714         required: true
47715         type: "string"
47716       - in: "body"
47717         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment.body-param"
47718         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment\
47719           \ to be added or updated"
47720         required: false
47721         schema:
47722           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47723           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47724       responses:
47725         400:
47726           description: "Internal error"
47727         201:
47728           description: "Object created"
47729         204:
47730           description: "Object modified"
47731     delete:
47732       tags:
47733       - "GENERIC-RESOURCE-API"
47734       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
47735       parameters:
47736       - name: "service-instance-id"
47737         in: "path"
47738         description: "Id of service"
47739         required: true
47740         type: "string"
47741       - name: "vnf-id"
47742         in: "path"
47743         description: "Id of vnf"
47744         required: true
47745         type: "string"
47746       - name: "vf-module-id"
47747         in: "path"
47748         description: "Id of vf-module"
47749         required: true
47750         type: "string"
47751       - name: "neutron-subnet-id"
47752         in: "path"
47753         description: "Id of dhcp-subnet-assignment"
47754         required: true
47755         type: "string"
47756       responses:
47757         400:
47758           description: "Internal error"
47759         204:
47760           description: "Object deleted"
47761   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/
47762   : get:
47763       tags:
47764       - "GENERIC-RESOURCE-API"
47765       description: "returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47766       parameters:
47767       - name: "service-instance-id"
47768         in: "path"
47769         description: "Id of service"
47770         required: true
47771         type: "string"
47772       - name: "vnf-id"
47773         in: "path"
47774         description: "Id of vnf"
47775         required: true
47776         type: "string"
47777       - name: "vf-module-id"
47778         in: "path"
47779         description: "Id of vf-module"
47780         required: true
47781         type: "string"
47782       responses:
47783         400:
47784           description: "Internal error"
47785         200:
47786           description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47787           responseSchema:
47788             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47789             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47790           schema:
47791             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47792             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47793     post:
47794       tags:
47795       - "GENERIC-RESOURCE-API"
47796       description: "creates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47797       parameters:
47798       - name: "service-instance-id"
47799         in: "path"
47800         description: "Id of service"
47801         required: true
47802         type: "string"
47803       - name: "vnf-id"
47804         in: "path"
47805         description: "Id of vnf"
47806         required: true
47807         type: "string"
47808       - name: "vf-module-id"
47809         in: "path"
47810         description: "Id of vf-module"
47811         required: true
47812         type: "string"
47813       - in: "body"
47814         name: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param"
47815         description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups\
47816           \ to be added to list"
47817         required: false
47818         schema:
47819           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47820           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47821       responses:
47822         400:
47823           description: "Internal error"
47824         201:
47825           description: "Object created"
47826         409:
47827           description: "Object already exists"
47828     put:
47829       tags:
47830       - "GENERIC-RESOURCE-API"
47831       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47832       parameters:
47833       - name: "service-instance-id"
47834         in: "path"
47835         description: "Id of service"
47836         required: true
47837         type: "string"
47838       - name: "vnf-id"
47839         in: "path"
47840         description: "Id of vnf"
47841         required: true
47842         type: "string"
47843       - name: "vf-module-id"
47844         in: "path"
47845         description: "Id of vf-module"
47846         required: true
47847         type: "string"
47848       - in: "body"
47849         name: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups.body-param"
47850         description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups\
47851           \ to be added or updated"
47852         required: false
47853         schema:
47854           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47855           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47856       responses:
47857         400:
47858           description: "Internal error"
47859         201:
47860           description: "Object created"
47861         204:
47862           description: "Object modified"
47863     delete:
47864       tags:
47865       - "GENERIC-RESOURCE-API"
47866       description: "removes generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
47867       parameters:
47868       - name: "service-instance-id"
47869         in: "path"
47870         description: "Id of service"
47871         required: true
47872         type: "string"
47873       - name: "vnf-id"
47874         in: "path"
47875         description: "Id of vnf"
47876         required: true
47877         type: "string"
47878       - name: "vf-module-id"
47879         in: "path"
47880         description: "Id of vf-module"
47881         required: true
47882         type: "string"
47883       responses:
47884         400:
47885           description: "Internal error"
47886         204:
47887           description: "Object deleted"
47888   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/
47889   : post:
47890       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47891       parameters:
47892       - name: "service-instance-id"
47893         in: "path"
47894         description: "Id of service"
47895         required: true
47896         type: "string"
47897       - name: "vnf-id"
47898         in: "path"
47899         description: "Id of vnf"
47900         required: true
47901         type: "string"
47902       - name: "vf-module-id"
47903         in: "path"
47904         description: "Id of vf-module"
47905         required: true
47906         type: "string"
47907       - in: "body"
47908         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
47909         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
47910           \ to be added to list"
47911         required: false
47912         schema:
47913           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47914           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47915       responses:
47916         400:
47917           description: "Internal error"
47918         201:
47919           description: "Object created"
47920         409:
47921           description: "Object already exists"
47922   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/
47923   : get:
47924       tags:
47925       - "GENERIC-RESOURCE-API"
47926       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47927       parameters:
47928       - name: "service-instance-id"
47929         in: "path"
47930         description: "Id of service"
47931         required: true
47932         type: "string"
47933       - name: "vnf-id"
47934         in: "path"
47935         description: "Id of vnf"
47936         required: true
47937         type: "string"
47938       - name: "vf-module-id"
47939         in: "path"
47940         description: "Id of vf-module"
47941         required: true
47942         type: "string"
47943       - name: "instance-group-id"
47944         in: "path"
47945         description: "Id of vlan-vnfc-instance-group"
47946         required: true
47947         type: "string"
47948       responses:
47949         400:
47950           description: "Internal error"
47951         200:
47952           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47953           responseSchema:
47954             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47955             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47956           schema:
47957             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47958             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47959     post:
47960       tags:
47961       - "GENERIC-RESOURCE-API"
47962       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47963       parameters:
47964       - name: "service-instance-id"
47965         in: "path"
47966         description: "Id of service"
47967         required: true
47968         type: "string"
47969       - name: "vnf-id"
47970         in: "path"
47971         description: "Id of vnf"
47972         required: true
47973         type: "string"
47974       - name: "vf-module-id"
47975         in: "path"
47976         description: "Id of vf-module"
47977         required: true
47978         type: "string"
47979       - name: "instance-group-id"
47980         in: "path"
47981         description: "Id of vlan-vnfc-instance-group"
47982         required: true
47983         type: "string"
47984       - in: "body"
47985         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
47986         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
47987           \ to be added to list"
47988         required: false
47989         schema:
47990           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47991           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
47992       responses:
47993         400:
47994           description: "Internal error"
47995         201:
47996           description: "Object created"
47997         409:
47998           description: "Object already exists"
47999     put:
48000       tags:
48001       - "GENERIC-RESOURCE-API"
48002       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
48003       parameters:
48004       - name: "service-instance-id"
48005         in: "path"
48006         description: "Id of service"
48007         required: true
48008         type: "string"
48009       - name: "vnf-id"
48010         in: "path"
48011         description: "Id of vnf"
48012         required: true
48013         type: "string"
48014       - name: "vf-module-id"
48015         in: "path"
48016         description: "Id of vf-module"
48017         required: true
48018         type: "string"
48019       - name: "instance-group-id"
48020         in: "path"
48021         description: "Id of vlan-vnfc-instance-group"
48022         required: true
48023         type: "string"
48024       - in: "body"
48025         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup.body-param"
48026         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup\
48027           \ to be added or updated"
48028         required: false
48029         schema:
48030           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
48031           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
48032       responses:
48033         400:
48034           description: "Internal error"
48035         201:
48036           description: "Object created"
48037         204:
48038           description: "Object modified"
48039     delete:
48040       tags:
48041       - "GENERIC-RESOURCE-API"
48042       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
48043       parameters:
48044       - name: "service-instance-id"
48045         in: "path"
48046         description: "Id of service"
48047         required: true
48048         type: "string"
48049       - name: "vnf-id"
48050         in: "path"
48051         description: "Id of vnf"
48052         required: true
48053         type: "string"
48054       - name: "vf-module-id"
48055         in: "path"
48056         description: "Id of vf-module"
48057         required: true
48058         type: "string"
48059       - name: "instance-group-id"
48060         in: "path"
48061         description: "Id of vlan-vnfc-instance-group"
48062         required: true
48063         type: "string"
48064       responses:
48065         400:
48066           description: "Internal error"
48067         204:
48068           description: "Object deleted"
48069   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/
48070   : get:
48071       tags:
48072       - "GENERIC-RESOURCE-API"
48073       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48074       parameters:
48075       - name: "service-instance-id"
48076         in: "path"
48077         description: "Id of service"
48078         required: true
48079         type: "string"
48080       - name: "vnf-id"
48081         in: "path"
48082         description: "Id of vnf"
48083         required: true
48084         type: "string"
48085       - name: "vf-module-id"
48086         in: "path"
48087         description: "Id of vf-module"
48088         required: true
48089         type: "string"
48090       - name: "instance-group-id"
48091         in: "path"
48092         description: "Id of vlan-vnfc-instance-group"
48093         required: true
48094         type: "string"
48095       responses:
48096         400:
48097           description: "Internal error"
48098         200:
48099           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48100           responseSchema:
48101             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48102             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48103           schema:
48104             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48105             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48106     post:
48107       tags:
48108       - "GENERIC-RESOURCE-API"
48109       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48110       parameters:
48111       - name: "service-instance-id"
48112         in: "path"
48113         description: "Id of service"
48114         required: true
48115         type: "string"
48116       - name: "vnf-id"
48117         in: "path"
48118         description: "Id of vnf"
48119         required: true
48120         type: "string"
48121       - name: "vf-module-id"
48122         in: "path"
48123         description: "Id of vf-module"
48124         required: true
48125         type: "string"
48126       - name: "instance-group-id"
48127         in: "path"
48128         description: "Id of vlan-vnfc-instance-group"
48129         required: true
48130         type: "string"
48131       - in: "body"
48132         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param"
48133         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs\
48134           \ to be added to list"
48135         required: false
48136         schema:
48137           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48138           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48139       responses:
48140         400:
48141           description: "Internal error"
48142         201:
48143           description: "Object created"
48144         409:
48145           description: "Object already exists"
48146     put:
48147       tags:
48148       - "GENERIC-RESOURCE-API"
48149       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48150       parameters:
48151       - name: "service-instance-id"
48152         in: "path"
48153         description: "Id of service"
48154         required: true
48155         type: "string"
48156       - name: "vnf-id"
48157         in: "path"
48158         description: "Id of vnf"
48159         required: true
48160         type: "string"
48161       - name: "vf-module-id"
48162         in: "path"
48163         description: "Id of vf-module"
48164         required: true
48165         type: "string"
48166       - name: "instance-group-id"
48167         in: "path"
48168         description: "Id of vlan-vnfc-instance-group"
48169         required: true
48170         type: "string"
48171       - in: "body"
48172         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs.body-param"
48173         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs\
48174           \ to be added or updated"
48175         required: false
48176         schema:
48177           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48178           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48179       responses:
48180         400:
48181           description: "Internal error"
48182         201:
48183           description: "Object created"
48184         204:
48185           description: "Object modified"
48186     delete:
48187       tags:
48188       - "GENERIC-RESOURCE-API"
48189       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
48190       parameters:
48191       - name: "service-instance-id"
48192         in: "path"
48193         description: "Id of service"
48194         required: true
48195         type: "string"
48196       - name: "vnf-id"
48197         in: "path"
48198         description: "Id of vnf"
48199         required: true
48200         type: "string"
48201       - name: "vf-module-id"
48202         in: "path"
48203         description: "Id of vf-module"
48204         required: true
48205         type: "string"
48206       - name: "instance-group-id"
48207         in: "path"
48208         description: "Id of vlan-vnfc-instance-group"
48209         required: true
48210         type: "string"
48211       responses:
48212         400:
48213           description: "Internal error"
48214         204:
48215           description: "Object deleted"
48216   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/
48217   : post:
48218       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48219       parameters:
48220       - name: "service-instance-id"
48221         in: "path"
48222         description: "Id of service"
48223         required: true
48224         type: "string"
48225       - name: "vnf-id"
48226         in: "path"
48227         description: "Id of vnf"
48228         required: true
48229         type: "string"
48230       - name: "vf-module-id"
48231         in: "path"
48232         description: "Id of vf-module"
48233         required: true
48234         type: "string"
48235       - name: "instance-group-id"
48236         in: "path"
48237         description: "Id of vlan-vnfc-instance-group"
48238         required: true
48239         type: "string"
48240       - in: "body"
48241         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
48242         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
48243           \ to be added to list"
48244         required: false
48245         schema:
48246           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48247           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48248       responses:
48249         400:
48250           description: "Internal error"
48251         201:
48252           description: "Object created"
48253         409:
48254           description: "Object already exists"
48255   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/
48256   : get:
48257       tags:
48258       - "GENERIC-RESOURCE-API"
48259       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48260       parameters:
48261       - name: "service-instance-id"
48262         in: "path"
48263         description: "Id of service"
48264         required: true
48265         type: "string"
48266       - name: "vnf-id"
48267         in: "path"
48268         description: "Id of vnf"
48269         required: true
48270         type: "string"
48271       - name: "vf-module-id"
48272         in: "path"
48273         description: "Id of vf-module"
48274         required: true
48275         type: "string"
48276       - name: "instance-group-id"
48277         in: "path"
48278         description: "Id of vlan-vnfc-instance-group"
48279         required: true
48280         type: "string"
48281       - name: "vnfc-name"
48282         in: "path"
48283         description: "Id of vnfc"
48284         required: true
48285         type: "string"
48286       responses:
48287         400:
48288           description: "Internal error"
48289         200:
48290           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48291           responseSchema:
48292             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48293             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48294           schema:
48295             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48296             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48297     post:
48298       tags:
48299       - "GENERIC-RESOURCE-API"
48300       description: "creates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48301       parameters:
48302       - name: "service-instance-id"
48303         in: "path"
48304         description: "Id of service"
48305         required: true
48306         type: "string"
48307       - name: "vnf-id"
48308         in: "path"
48309         description: "Id of vnf"
48310         required: true
48311         type: "string"
48312       - name: "vf-module-id"
48313         in: "path"
48314         description: "Id of vf-module"
48315         required: true
48316         type: "string"
48317       - name: "instance-group-id"
48318         in: "path"
48319         description: "Id of vlan-vnfc-instance-group"
48320         required: true
48321         type: "string"
48322       - name: "vnfc-name"
48323         in: "path"
48324         description: "Id of vnfc"
48325         required: true
48326         type: "string"
48327       - in: "body"
48328         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
48329         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
48330           \ to be added to list"
48331         required: false
48332         schema:
48333           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48334           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48335       responses:
48336         400:
48337           description: "Internal error"
48338         201:
48339           description: "Object created"
48340         409:
48341           description: "Object already exists"
48342     put:
48343       tags:
48344       - "GENERIC-RESOURCE-API"
48345       description: "creates or updates generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48346       parameters:
48347       - name: "service-instance-id"
48348         in: "path"
48349         description: "Id of service"
48350         required: true
48351         type: "string"
48352       - name: "vnf-id"
48353         in: "path"
48354         description: "Id of vnf"
48355         required: true
48356         type: "string"
48357       - name: "vf-module-id"
48358         in: "path"
48359         description: "Id of vf-module"
48360         required: true
48361         type: "string"
48362       - name: "instance-group-id"
48363         in: "path"
48364         description: "Id of vlan-vnfc-instance-group"
48365         required: true
48366         type: "string"
48367       - name: "vnfc-name"
48368         in: "path"
48369         description: "Id of vnfc"
48370         required: true
48371         type: "string"
48372       - in: "body"
48373         name: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc.body-param"
48374         description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc\
48375           \ to be added or updated"
48376         required: false
48377         schema:
48378           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48379           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48380       responses:
48381         400:
48382           description: "Internal error"
48383         201:
48384           description: "Object created"
48385         204:
48386           description: "Object modified"
48387     delete:
48388       tags:
48389       - "GENERIC-RESOURCE-API"
48390       description: "removes generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
48391       parameters:
48392       - name: "service-instance-id"
48393         in: "path"
48394         description: "Id of service"
48395         required: true
48396         type: "string"
48397       - name: "vnf-id"
48398         in: "path"
48399         description: "Id of vnf"
48400         required: true
48401         type: "string"
48402       - name: "vf-module-id"
48403         in: "path"
48404         description: "Id of vf-module"
48405         required: true
48406         type: "string"
48407       - name: "instance-group-id"
48408         in: "path"
48409         description: "Id of vlan-vnfc-instance-group"
48410         required: true
48411         type: "string"
48412       - name: "vnfc-name"
48413         in: "path"
48414         description: "Id of vnfc"
48415         required: true
48416         type: "string"
48417       responses:
48418         400:
48419           description: "Internal error"
48420         204:
48421           description: "Object deleted"
48422   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/
48423   : get:
48424       tags:
48425       - "GENERIC-RESOURCE-API"
48426       description: "returns generic.resource.api.vnicgroups.VnicGroups"
48427       parameters:
48428       - name: "service-instance-id"
48429         in: "path"
48430         description: "Id of service"
48431         required: true
48432         type: "string"
48433       - name: "vnf-id"
48434         in: "path"
48435         description: "Id of vnf"
48436         required: true
48437         type: "string"
48438       - name: "vf-module-id"
48439         in: "path"
48440         description: "Id of vf-module"
48441         required: true
48442         type: "string"
48443       - name: "instance-group-id"
48444         in: "path"
48445         description: "Id of vlan-vnfc-instance-group"
48446         required: true
48447         type: "string"
48448       - name: "vnfc-name"
48449         in: "path"
48450         description: "Id of vnfc"
48451         required: true
48452         type: "string"
48453       responses:
48454         400:
48455           description: "Internal error"
48456         200:
48457           description: "generic.resource.api.vnicgroups.VnicGroups"
48458           responseSchema:
48459             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48460             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48461           schema:
48462             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48463             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48464     post:
48465       tags:
48466       - "GENERIC-RESOURCE-API"
48467       description: "creates generic.resource.api.vnicgroups.VnicGroups"
48468       parameters:
48469       - name: "service-instance-id"
48470         in: "path"
48471         description: "Id of service"
48472         required: true
48473         type: "string"
48474       - name: "vnf-id"
48475         in: "path"
48476         description: "Id of vnf"
48477         required: true
48478         type: "string"
48479       - name: "vf-module-id"
48480         in: "path"
48481         description: "Id of vf-module"
48482         required: true
48483         type: "string"
48484       - name: "instance-group-id"
48485         in: "path"
48486         description: "Id of vlan-vnfc-instance-group"
48487         required: true
48488         type: "string"
48489       - name: "vnfc-name"
48490         in: "path"
48491         description: "Id of vnfc"
48492         required: true
48493         type: "string"
48494       - in: "body"
48495         name: "generic.resource.api.vnicgroups.VnicGroups.body-param"
48496         description: "generic.resource.api.vnicgroups.VnicGroups to be added to list"
48497         required: false
48498         schema:
48499           $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48500           originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48501       responses:
48502         400:
48503           description: "Internal error"
48504         201:
48505           description: "Object created"
48506         409:
48507           description: "Object already exists"
48508     put:
48509       tags:
48510       - "GENERIC-RESOURCE-API"
48511       description: "creates or updates generic.resource.api.vnicgroups.VnicGroups"
48512       parameters:
48513       - name: "service-instance-id"
48514         in: "path"
48515         description: "Id of service"
48516         required: true
48517         type: "string"
48518       - name: "vnf-id"
48519         in: "path"
48520         description: "Id of vnf"
48521         required: true
48522         type: "string"
48523       - name: "vf-module-id"
48524         in: "path"
48525         description: "Id of vf-module"
48526         required: true
48527         type: "string"
48528       - name: "instance-group-id"
48529         in: "path"
48530         description: "Id of vlan-vnfc-instance-group"
48531         required: true
48532         type: "string"
48533       - name: "vnfc-name"
48534         in: "path"
48535         description: "Id of vnfc"
48536         required: true
48537         type: "string"
48538       - in: "body"
48539         name: "generic.resource.api.vnicgroups.VnicGroups.body-param"
48540         description: "generic.resource.api.vnicgroups.VnicGroups to be added or updated"
48541         required: false
48542         schema:
48543           $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48544           originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
48545       responses:
48546         400:
48547           description: "Internal error"
48548         201:
48549           description: "Object created"
48550         204:
48551           description: "Object modified"
48552     delete:
48553       tags:
48554       - "GENERIC-RESOURCE-API"
48555       description: "removes generic.resource.api.vnicgroups.VnicGroups"
48556       parameters:
48557       - name: "service-instance-id"
48558         in: "path"
48559         description: "Id of service"
48560         required: true
48561         type: "string"
48562       - name: "vnf-id"
48563         in: "path"
48564         description: "Id of vnf"
48565         required: true
48566         type: "string"
48567       - name: "vf-module-id"
48568         in: "path"
48569         description: "Id of vf-module"
48570         required: true
48571         type: "string"
48572       - name: "instance-group-id"
48573         in: "path"
48574         description: "Id of vlan-vnfc-instance-group"
48575         required: true
48576         type: "string"
48577       - name: "vnfc-name"
48578         in: "path"
48579         description: "Id of vnfc"
48580         required: true
48581         type: "string"
48582       responses:
48583         400:
48584           description: "Internal error"
48585         204:
48586           description: "Object deleted"
48587   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/
48588   : post:
48589       description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48590       parameters:
48591       - name: "service-instance-id"
48592         in: "path"
48593         description: "Id of service"
48594         required: true
48595         type: "string"
48596       - name: "vnf-id"
48597         in: "path"
48598         description: "Id of vnf"
48599         required: true
48600         type: "string"
48601       - name: "vf-module-id"
48602         in: "path"
48603         description: "Id of vf-module"
48604         required: true
48605         type: "string"
48606       - name: "instance-group-id"
48607         in: "path"
48608         description: "Id of vlan-vnfc-instance-group"
48609         required: true
48610         type: "string"
48611       - name: "vnfc-name"
48612         in: "path"
48613         description: "Id of vnfc"
48614         required: true
48615         type: "string"
48616       - in: "body"
48617         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
48618         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
48619           \ to list"
48620         required: false
48621         schema:
48622           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48623           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48624       responses:
48625         400:
48626           description: "Internal error"
48627         201:
48628           description: "Object created"
48629         409:
48630           description: "Object already exists"
48631   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/
48632   : get:
48633       tags:
48634       - "GENERIC-RESOURCE-API"
48635       description: "returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48636       parameters:
48637       - name: "service-instance-id"
48638         in: "path"
48639         description: "Id of service"
48640         required: true
48641         type: "string"
48642       - name: "vnf-id"
48643         in: "path"
48644         description: "Id of vnf"
48645         required: true
48646         type: "string"
48647       - name: "vf-module-id"
48648         in: "path"
48649         description: "Id of vf-module"
48650         required: true
48651         type: "string"
48652       - name: "instance-group-id"
48653         in: "path"
48654         description: "Id of vlan-vnfc-instance-group"
48655         required: true
48656         type: "string"
48657       - name: "vnfc-name"
48658         in: "path"
48659         description: "Id of vnfc"
48660         required: true
48661         type: "string"
48662       - name: "vnic-interface-role"
48663         in: "path"
48664         description: "Id of vnic-group"
48665         required: true
48666         type: "string"
48667       responses:
48668         400:
48669           description: "Internal error"
48670         200:
48671           description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48672           responseSchema:
48673             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48674             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48675           schema:
48676             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48677             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48678     post:
48679       tags:
48680       - "GENERIC-RESOURCE-API"
48681       description: "creates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48682       parameters:
48683       - name: "service-instance-id"
48684         in: "path"
48685         description: "Id of service"
48686         required: true
48687         type: "string"
48688       - name: "vnf-id"
48689         in: "path"
48690         description: "Id of vnf"
48691         required: true
48692         type: "string"
48693       - name: "vf-module-id"
48694         in: "path"
48695         description: "Id of vf-module"
48696         required: true
48697         type: "string"
48698       - name: "instance-group-id"
48699         in: "path"
48700         description: "Id of vlan-vnfc-instance-group"
48701         required: true
48702         type: "string"
48703       - name: "vnfc-name"
48704         in: "path"
48705         description: "Id of vnfc"
48706         required: true
48707         type: "string"
48708       - name: "vnic-interface-role"
48709         in: "path"
48710         description: "Id of vnic-group"
48711         required: true
48712         type: "string"
48713       - in: "body"
48714         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
48715         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
48716           \ to list"
48717         required: false
48718         schema:
48719           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48720           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48721       responses:
48722         400:
48723           description: "Internal error"
48724         201:
48725           description: "Object created"
48726         409:
48727           description: "Object already exists"
48728     put:
48729       tags:
48730       - "GENERIC-RESOURCE-API"
48731       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48732       parameters:
48733       - name: "service-instance-id"
48734         in: "path"
48735         description: "Id of service"
48736         required: true
48737         type: "string"
48738       - name: "vnf-id"
48739         in: "path"
48740         description: "Id of vnf"
48741         required: true
48742         type: "string"
48743       - name: "vf-module-id"
48744         in: "path"
48745         description: "Id of vf-module"
48746         required: true
48747         type: "string"
48748       - name: "instance-group-id"
48749         in: "path"
48750         description: "Id of vlan-vnfc-instance-group"
48751         required: true
48752         type: "string"
48753       - name: "vnfc-name"
48754         in: "path"
48755         description: "Id of vnfc"
48756         required: true
48757         type: "string"
48758       - name: "vnic-interface-role"
48759         in: "path"
48760         description: "Id of vnic-group"
48761         required: true
48762         type: "string"
48763       - in: "body"
48764         name: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup.body-param"
48765         description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup to be added\
48766           \ or updated"
48767         required: false
48768         schema:
48769           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48770           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48771       responses:
48772         400:
48773           description: "Internal error"
48774         201:
48775           description: "Object created"
48776         204:
48777           description: "Object modified"
48778     delete:
48779       tags:
48780       - "GENERIC-RESOURCE-API"
48781       description: "removes generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
48782       parameters:
48783       - name: "service-instance-id"
48784         in: "path"
48785         description: "Id of service"
48786         required: true
48787         type: "string"
48788       - name: "vnf-id"
48789         in: "path"
48790         description: "Id of vnf"
48791         required: true
48792         type: "string"
48793       - name: "vf-module-id"
48794         in: "path"
48795         description: "Id of vf-module"
48796         required: true
48797         type: "string"
48798       - name: "instance-group-id"
48799         in: "path"
48800         description: "Id of vlan-vnfc-instance-group"
48801         required: true
48802         type: "string"
48803       - name: "vnfc-name"
48804         in: "path"
48805         description: "Id of vnfc"
48806         required: true
48807         type: "string"
48808       - name: "vnic-interface-role"
48809         in: "path"
48810         description: "Id of vnic-group"
48811         required: true
48812         type: "string"
48813       responses:
48814         400:
48815           description: "Internal error"
48816         204:
48817           description: "Object deleted"
48818   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/
48819   : get:
48820       tags:
48821       - "GENERIC-RESOURCE-API"
48822       description: "returns generic.resource.api.IpAddresses"
48823       parameters:
48824       - name: "service-instance-id"
48825         in: "path"
48826         description: "Id of service"
48827         required: true
48828         type: "string"
48829       - name: "vnf-id"
48830         in: "path"
48831         description: "Id of vnf"
48832         required: true
48833         type: "string"
48834       - name: "vf-module-id"
48835         in: "path"
48836         description: "Id of vf-module"
48837         required: true
48838         type: "string"
48839       - name: "instance-group-id"
48840         in: "path"
48841         description: "Id of vlan-vnfc-instance-group"
48842         required: true
48843         type: "string"
48844       - name: "vnfc-name"
48845         in: "path"
48846         description: "Id of vnfc"
48847         required: true
48848         type: "string"
48849       - name: "vnic-interface-role"
48850         in: "path"
48851         description: "Id of vnic-group"
48852         required: true
48853         type: "string"
48854       responses:
48855         400:
48856           description: "Internal error"
48857         200:
48858           description: "generic.resource.api.IpAddresses"
48859           responseSchema:
48860             $ref: "#/definitions/generic.resource.api.IpAddresses"
48861             originalRef: "#/definitions/generic.resource.api.IpAddresses"
48862           schema:
48863             $ref: "#/definitions/generic.resource.api.IpAddresses"
48864             originalRef: "#/definitions/generic.resource.api.IpAddresses"
48865     post:
48866       tags:
48867       - "GENERIC-RESOURCE-API"
48868       description: "creates generic.resource.api.IpAddresses"
48869       parameters:
48870       - name: "service-instance-id"
48871         in: "path"
48872         description: "Id of service"
48873         required: true
48874         type: "string"
48875       - name: "vnf-id"
48876         in: "path"
48877         description: "Id of vnf"
48878         required: true
48879         type: "string"
48880       - name: "vf-module-id"
48881         in: "path"
48882         description: "Id of vf-module"
48883         required: true
48884         type: "string"
48885       - name: "instance-group-id"
48886         in: "path"
48887         description: "Id of vlan-vnfc-instance-group"
48888         required: true
48889         type: "string"
48890       - name: "vnfc-name"
48891         in: "path"
48892         description: "Id of vnfc"
48893         required: true
48894         type: "string"
48895       - name: "vnic-interface-role"
48896         in: "path"
48897         description: "Id of vnic-group"
48898         required: true
48899         type: "string"
48900       - in: "body"
48901         name: "generic.resource.api.IpAddresses.body-param"
48902         description: "generic.resource.api.IpAddresses to be added to list"
48903         required: false
48904         schema:
48905           $ref: "#/definitions/generic.resource.api.IpAddresses"
48906           originalRef: "#/definitions/generic.resource.api.IpAddresses"
48907       responses:
48908         400:
48909           description: "Internal error"
48910         201:
48911           description: "Object created"
48912         409:
48913           description: "Object already exists"
48914     put:
48915       tags:
48916       - "GENERIC-RESOURCE-API"
48917       description: "creates or updates generic.resource.api.IpAddresses"
48918       parameters:
48919       - name: "service-instance-id"
48920         in: "path"
48921         description: "Id of service"
48922         required: true
48923         type: "string"
48924       - name: "vnf-id"
48925         in: "path"
48926         description: "Id of vnf"
48927         required: true
48928         type: "string"
48929       - name: "vf-module-id"
48930         in: "path"
48931         description: "Id of vf-module"
48932         required: true
48933         type: "string"
48934       - name: "instance-group-id"
48935         in: "path"
48936         description: "Id of vlan-vnfc-instance-group"
48937         required: true
48938         type: "string"
48939       - name: "vnfc-name"
48940         in: "path"
48941         description: "Id of vnfc"
48942         required: true
48943         type: "string"
48944       - name: "vnic-interface-role"
48945         in: "path"
48946         description: "Id of vnic-group"
48947         required: true
48948         type: "string"
48949       - in: "body"
48950         name: "generic.resource.api.IpAddresses.body-param"
48951         description: "generic.resource.api.IpAddresses to be added or updated"
48952         required: false
48953         schema:
48954           $ref: "#/definitions/generic.resource.api.IpAddresses"
48955           originalRef: "#/definitions/generic.resource.api.IpAddresses"
48956       responses:
48957         400:
48958           description: "Internal error"
48959         201:
48960           description: "Object created"
48961         204:
48962           description: "Object modified"
48963     delete:
48964       tags:
48965       - "GENERIC-RESOURCE-API"
48966       description: "removes generic.resource.api.IpAddresses"
48967       parameters:
48968       - name: "service-instance-id"
48969         in: "path"
48970         description: "Id of service"
48971         required: true
48972         type: "string"
48973       - name: "vnf-id"
48974         in: "path"
48975         description: "Id of vnf"
48976         required: true
48977         type: "string"
48978       - name: "vf-module-id"
48979         in: "path"
48980         description: "Id of vf-module"
48981         required: true
48982         type: "string"
48983       - name: "instance-group-id"
48984         in: "path"
48985         description: "Id of vlan-vnfc-instance-group"
48986         required: true
48987         type: "string"
48988       - name: "vnfc-name"
48989         in: "path"
48990         description: "Id of vnfc"
48991         required: true
48992         type: "string"
48993       - name: "vnic-interface-role"
48994         in: "path"
48995         description: "Id of vnic-group"
48996         required: true
48997         type: "string"
48998       responses:
48999         400:
49000           description: "Internal error"
49001         204:
49002           description: "Object deleted"
49003   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/ip-addresses/
49004   : get:
49005       tags:
49006       - "GENERIC-RESOURCE-API"
49007       description: "returns generic.resource.api.ipaddresses.IpAddresses"
49008       parameters:
49009       - name: "service-instance-id"
49010         in: "path"
49011         description: "Id of service"
49012         required: true
49013         type: "string"
49014       - name: "vnf-id"
49015         in: "path"
49016         description: "Id of vnf"
49017         required: true
49018         type: "string"
49019       - name: "vf-module-id"
49020         in: "path"
49021         description: "Id of vf-module"
49022         required: true
49023         type: "string"
49024       - name: "instance-group-id"
49025         in: "path"
49026         description: "Id of vlan-vnfc-instance-group"
49027         required: true
49028         type: "string"
49029       - name: "vnfc-name"
49030         in: "path"
49031         description: "Id of vnfc"
49032         required: true
49033         type: "string"
49034       - name: "vnic-interface-role"
49035         in: "path"
49036         description: "Id of vnic-group"
49037         required: true
49038         type: "string"
49039       responses:
49040         400:
49041           description: "Internal error"
49042         200:
49043           description: "generic.resource.api.ipaddresses.IpAddresses"
49044           responseSchema:
49045             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49046             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49047           schema:
49048             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49049             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49050     post:
49051       tags:
49052       - "GENERIC-RESOURCE-API"
49053       description: "creates generic.resource.api.ipaddresses.IpAddresses"
49054       parameters:
49055       - name: "service-instance-id"
49056         in: "path"
49057         description: "Id of service"
49058         required: true
49059         type: "string"
49060       - name: "vnf-id"
49061         in: "path"
49062         description: "Id of vnf"
49063         required: true
49064         type: "string"
49065       - name: "vf-module-id"
49066         in: "path"
49067         description: "Id of vf-module"
49068         required: true
49069         type: "string"
49070       - name: "instance-group-id"
49071         in: "path"
49072         description: "Id of vlan-vnfc-instance-group"
49073         required: true
49074         type: "string"
49075       - name: "vnfc-name"
49076         in: "path"
49077         description: "Id of vnfc"
49078         required: true
49079         type: "string"
49080       - name: "vnic-interface-role"
49081         in: "path"
49082         description: "Id of vnic-group"
49083         required: true
49084         type: "string"
49085       - in: "body"
49086         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
49087         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
49088           \ list"
49089         required: false
49090         schema:
49091           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49092           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49093       responses:
49094         400:
49095           description: "Internal error"
49096         201:
49097           description: "Object created"
49098         409:
49099           description: "Object already exists"
49100     put:
49101       tags:
49102       - "GENERIC-RESOURCE-API"
49103       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
49104       parameters:
49105       - name: "service-instance-id"
49106         in: "path"
49107         description: "Id of service"
49108         required: true
49109         type: "string"
49110       - name: "vnf-id"
49111         in: "path"
49112         description: "Id of vnf"
49113         required: true
49114         type: "string"
49115       - name: "vf-module-id"
49116         in: "path"
49117         description: "Id of vf-module"
49118         required: true
49119         type: "string"
49120       - name: "instance-group-id"
49121         in: "path"
49122         description: "Id of vlan-vnfc-instance-group"
49123         required: true
49124         type: "string"
49125       - name: "vnfc-name"
49126         in: "path"
49127         description: "Id of vnfc"
49128         required: true
49129         type: "string"
49130       - name: "vnic-interface-role"
49131         in: "path"
49132         description: "Id of vnic-group"
49133         required: true
49134         type: "string"
49135       - in: "body"
49136         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
49137         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
49138           \ updated"
49139         required: false
49140         schema:
49141           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49142           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
49143       responses:
49144         400:
49145           description: "Internal error"
49146         201:
49147           description: "Object created"
49148         204:
49149           description: "Object modified"
49150     delete:
49151       tags:
49152       - "GENERIC-RESOURCE-API"
49153       description: "removes generic.resource.api.ipaddresses.IpAddresses"
49154       parameters:
49155       - name: "service-instance-id"
49156         in: "path"
49157         description: "Id of service"
49158         required: true
49159         type: "string"
49160       - name: "vnf-id"
49161         in: "path"
49162         description: "Id of vnf"
49163         required: true
49164         type: "string"
49165       - name: "vf-module-id"
49166         in: "path"
49167         description: "Id of vf-module"
49168         required: true
49169         type: "string"
49170       - name: "instance-group-id"
49171         in: "path"
49172         description: "Id of vlan-vnfc-instance-group"
49173         required: true
49174         type: "string"
49175       - name: "vnfc-name"
49176         in: "path"
49177         description: "Id of vnfc"
49178         required: true
49179         type: "string"
49180       - name: "vnic-interface-role"
49181         in: "path"
49182         description: "Id of vnic-group"
49183         required: true
49184         type: "string"
49185       responses:
49186         400:
49187           description: "Internal error"
49188         204:
49189           description: "Object deleted"
49190   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/
49191   : get:
49192       tags:
49193       - "GENERIC-RESOURCE-API"
49194       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49195       parameters:
49196       - name: "service-instance-id"
49197         in: "path"
49198         description: "Id of service"
49199         required: true
49200         type: "string"
49201       - name: "vnf-id"
49202         in: "path"
49203         description: "Id of vnf"
49204         required: true
49205         type: "string"
49206       - name: "vf-module-id"
49207         in: "path"
49208         description: "Id of vf-module"
49209         required: true
49210         type: "string"
49211       - name: "instance-group-id"
49212         in: "path"
49213         description: "Id of vlan-vnfc-instance-group"
49214         required: true
49215         type: "string"
49216       - name: "vnfc-name"
49217         in: "path"
49218         description: "Id of vnfc"
49219         required: true
49220         type: "string"
49221       - name: "vnic-interface-role"
49222         in: "path"
49223         description: "Id of vnic-group"
49224         required: true
49225         type: "string"
49226       responses:
49227         400:
49228           description: "Internal error"
49229         200:
49230           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49231           responseSchema:
49232             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49233             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49234           schema:
49235             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49236             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49237     post:
49238       tags:
49239       - "GENERIC-RESOURCE-API"
49240       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49241       parameters:
49242       - name: "service-instance-id"
49243         in: "path"
49244         description: "Id of service"
49245         required: true
49246         type: "string"
49247       - name: "vnf-id"
49248         in: "path"
49249         description: "Id of vnf"
49250         required: true
49251         type: "string"
49252       - name: "vf-module-id"
49253         in: "path"
49254         description: "Id of vf-module"
49255         required: true
49256         type: "string"
49257       - name: "instance-group-id"
49258         in: "path"
49259         description: "Id of vlan-vnfc-instance-group"
49260         required: true
49261         type: "string"
49262       - name: "vnfc-name"
49263         in: "path"
49264         description: "Id of vnfc"
49265         required: true
49266         type: "string"
49267       - name: "vnic-interface-role"
49268         in: "path"
49269         description: "Id of vnic-group"
49270         required: true
49271         type: "string"
49272       - in: "body"
49273         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param"
49274         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics\
49275           \ to be added to list"
49276         required: false
49277         schema:
49278           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49279           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49280       responses:
49281         400:
49282           description: "Internal error"
49283         201:
49284           description: "Object created"
49285         409:
49286           description: "Object already exists"
49287     put:
49288       tags:
49289       - "GENERIC-RESOURCE-API"
49290       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49291       parameters:
49292       - name: "service-instance-id"
49293         in: "path"
49294         description: "Id of service"
49295         required: true
49296         type: "string"
49297       - name: "vnf-id"
49298         in: "path"
49299         description: "Id of vnf"
49300         required: true
49301         type: "string"
49302       - name: "vf-module-id"
49303         in: "path"
49304         description: "Id of vf-module"
49305         required: true
49306         type: "string"
49307       - name: "instance-group-id"
49308         in: "path"
49309         description: "Id of vlan-vnfc-instance-group"
49310         required: true
49311         type: "string"
49312       - name: "vnfc-name"
49313         in: "path"
49314         description: "Id of vnfc"
49315         required: true
49316         type: "string"
49317       - name: "vnic-interface-role"
49318         in: "path"
49319         description: "Id of vnic-group"
49320         required: true
49321         type: "string"
49322       - in: "body"
49323         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics.body-param"
49324         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics\
49325           \ to be added or updated"
49326         required: false
49327         schema:
49328           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49329           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49330       responses:
49331         400:
49332           description: "Internal error"
49333         201:
49334           description: "Object created"
49335         204:
49336           description: "Object modified"
49337     delete:
49338       tags:
49339       - "GENERIC-RESOURCE-API"
49340       description: "removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
49341       parameters:
49342       - name: "service-instance-id"
49343         in: "path"
49344         description: "Id of service"
49345         required: true
49346         type: "string"
49347       - name: "vnf-id"
49348         in: "path"
49349         description: "Id of vnf"
49350         required: true
49351         type: "string"
49352       - name: "vf-module-id"
49353         in: "path"
49354         description: "Id of vf-module"
49355         required: true
49356         type: "string"
49357       - name: "instance-group-id"
49358         in: "path"
49359         description: "Id of vlan-vnfc-instance-group"
49360         required: true
49361         type: "string"
49362       - name: "vnfc-name"
49363         in: "path"
49364         description: "Id of vnfc"
49365         required: true
49366         type: "string"
49367       - name: "vnic-interface-role"
49368         in: "path"
49369         description: "Id of vnic-group"
49370         required: true
49371         type: "string"
49372       responses:
49373         400:
49374           description: "Internal error"
49375         204:
49376           description: "Object deleted"
49377   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/
49378   : post:
49379       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49380       parameters:
49381       - name: "service-instance-id"
49382         in: "path"
49383         description: "Id of service"
49384         required: true
49385         type: "string"
49386       - name: "vnf-id"
49387         in: "path"
49388         description: "Id of vnf"
49389         required: true
49390         type: "string"
49391       - name: "vf-module-id"
49392         in: "path"
49393         description: "Id of vf-module"
49394         required: true
49395         type: "string"
49396       - name: "instance-group-id"
49397         in: "path"
49398         description: "Id of vlan-vnfc-instance-group"
49399         required: true
49400         type: "string"
49401       - name: "vnfc-name"
49402         in: "path"
49403         description: "Id of vnfc"
49404         required: true
49405         type: "string"
49406       - name: "vnic-interface-role"
49407         in: "path"
49408         description: "Id of vnic-group"
49409         required: true
49410         type: "string"
49411       - in: "body"
49412         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
49413         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
49414           \ to be added to list"
49415         required: false
49416         schema:
49417           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49418           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49419       responses:
49420         400:
49421           description: "Internal error"
49422         201:
49423           description: "Object created"
49424         409:
49425           description: "Object already exists"
49426   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/
49427   : get:
49428       tags:
49429       - "GENERIC-RESOURCE-API"
49430       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49431       parameters:
49432       - name: "service-instance-id"
49433         in: "path"
49434         description: "Id of service"
49435         required: true
49436         type: "string"
49437       - name: "vnf-id"
49438         in: "path"
49439         description: "Id of vnf"
49440         required: true
49441         type: "string"
49442       - name: "vf-module-id"
49443         in: "path"
49444         description: "Id of vf-module"
49445         required: true
49446         type: "string"
49447       - name: "instance-group-id"
49448         in: "path"
49449         description: "Id of vlan-vnfc-instance-group"
49450         required: true
49451         type: "string"
49452       - name: "vnfc-name"
49453         in: "path"
49454         description: "Id of vnfc"
49455         required: true
49456         type: "string"
49457       - name: "vnic-interface-role"
49458         in: "path"
49459         description: "Id of vnic-group"
49460         required: true
49461         type: "string"
49462       - name: "vnic-port-id"
49463         in: "path"
49464         description: "Id of vlan-vnic"
49465         required: true
49466         type: "string"
49467       responses:
49468         400:
49469           description: "Internal error"
49470         200:
49471           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49472           responseSchema:
49473             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49474             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49475           schema:
49476             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49477             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49478     post:
49479       tags:
49480       - "GENERIC-RESOURCE-API"
49481       description: "creates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49482       parameters:
49483       - name: "service-instance-id"
49484         in: "path"
49485         description: "Id of service"
49486         required: true
49487         type: "string"
49488       - name: "vnf-id"
49489         in: "path"
49490         description: "Id of vnf"
49491         required: true
49492         type: "string"
49493       - name: "vf-module-id"
49494         in: "path"
49495         description: "Id of vf-module"
49496         required: true
49497         type: "string"
49498       - name: "instance-group-id"
49499         in: "path"
49500         description: "Id of vlan-vnfc-instance-group"
49501         required: true
49502         type: "string"
49503       - name: "vnfc-name"
49504         in: "path"
49505         description: "Id of vnfc"
49506         required: true
49507         type: "string"
49508       - name: "vnic-interface-role"
49509         in: "path"
49510         description: "Id of vnic-group"
49511         required: true
49512         type: "string"
49513       - name: "vnic-port-id"
49514         in: "path"
49515         description: "Id of vlan-vnic"
49516         required: true
49517         type: "string"
49518       - in: "body"
49519         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
49520         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
49521           \ to be added to list"
49522         required: false
49523         schema:
49524           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49525           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49526       responses:
49527         400:
49528           description: "Internal error"
49529         201:
49530           description: "Object created"
49531         409:
49532           description: "Object already exists"
49533     put:
49534       tags:
49535       - "GENERIC-RESOURCE-API"
49536       description: "creates or updates generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49537       parameters:
49538       - name: "service-instance-id"
49539         in: "path"
49540         description: "Id of service"
49541         required: true
49542         type: "string"
49543       - name: "vnf-id"
49544         in: "path"
49545         description: "Id of vnf"
49546         required: true
49547         type: "string"
49548       - name: "vf-module-id"
49549         in: "path"
49550         description: "Id of vf-module"
49551         required: true
49552         type: "string"
49553       - name: "instance-group-id"
49554         in: "path"
49555         description: "Id of vlan-vnfc-instance-group"
49556         required: true
49557         type: "string"
49558       - name: "vnfc-name"
49559         in: "path"
49560         description: "Id of vnfc"
49561         required: true
49562         type: "string"
49563       - name: "vnic-interface-role"
49564         in: "path"
49565         description: "Id of vnic-group"
49566         required: true
49567         type: "string"
49568       - name: "vnic-port-id"
49569         in: "path"
49570         description: "Id of vlan-vnic"
49571         required: true
49572         type: "string"
49573       - in: "body"
49574         name: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic.body-param"
49575         description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic\
49576           \ to be added or updated"
49577         required: false
49578         schema:
49579           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49580           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49581       responses:
49582         400:
49583           description: "Internal error"
49584         201:
49585           description: "Object created"
49586         204:
49587           description: "Object modified"
49588     delete:
49589       tags:
49590       - "GENERIC-RESOURCE-API"
49591       description: "removes generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
49592       parameters:
49593       - name: "service-instance-id"
49594         in: "path"
49595         description: "Id of service"
49596         required: true
49597         type: "string"
49598       - name: "vnf-id"
49599         in: "path"
49600         description: "Id of vnf"
49601         required: true
49602         type: "string"
49603       - name: "vf-module-id"
49604         in: "path"
49605         description: "Id of vf-module"
49606         required: true
49607         type: "string"
49608       - name: "instance-group-id"
49609         in: "path"
49610         description: "Id of vlan-vnfc-instance-group"
49611         required: true
49612         type: "string"
49613       - name: "vnfc-name"
49614         in: "path"
49615         description: "Id of vnfc"
49616         required: true
49617         type: "string"
49618       - name: "vnic-interface-role"
49619         in: "path"
49620         description: "Id of vnic-group"
49621         required: true
49622         type: "string"
49623       - name: "vnic-port-id"
49624         in: "path"
49625         description: "Id of vlan-vnic"
49626         required: true
49627         type: "string"
49628       responses:
49629         400:
49630           description: "Internal error"
49631         204:
49632           description: "Object deleted"
49633   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/
49634   : get:
49635       tags:
49636       - "GENERIC-RESOURCE-API"
49637       description: "returns generic.resource.api.SubInterfaceNetworkData"
49638       parameters:
49639       - name: "service-instance-id"
49640         in: "path"
49641         description: "Id of service"
49642         required: true
49643         type: "string"
49644       - name: "vnf-id"
49645         in: "path"
49646         description: "Id of vnf"
49647         required: true
49648         type: "string"
49649       - name: "vf-module-id"
49650         in: "path"
49651         description: "Id of vf-module"
49652         required: true
49653         type: "string"
49654       - name: "instance-group-id"
49655         in: "path"
49656         description: "Id of vlan-vnfc-instance-group"
49657         required: true
49658         type: "string"
49659       - name: "vnfc-name"
49660         in: "path"
49661         description: "Id of vnfc"
49662         required: true
49663         type: "string"
49664       - name: "vnic-interface-role"
49665         in: "path"
49666         description: "Id of vnic-group"
49667         required: true
49668         type: "string"
49669       - name: "vnic-port-id"
49670         in: "path"
49671         description: "Id of vlan-vnic"
49672         required: true
49673         type: "string"
49674       responses:
49675         400:
49676           description: "Internal error"
49677         200:
49678           description: "generic.resource.api.SubInterfaceNetworkData"
49679           responseSchema:
49680             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49681             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49682           schema:
49683             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49684             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49685     post:
49686       tags:
49687       - "GENERIC-RESOURCE-API"
49688       description: "creates generic.resource.api.SubInterfaceNetworkData"
49689       parameters:
49690       - name: "service-instance-id"
49691         in: "path"
49692         description: "Id of service"
49693         required: true
49694         type: "string"
49695       - name: "vnf-id"
49696         in: "path"
49697         description: "Id of vnf"
49698         required: true
49699         type: "string"
49700       - name: "vf-module-id"
49701         in: "path"
49702         description: "Id of vf-module"
49703         required: true
49704         type: "string"
49705       - name: "instance-group-id"
49706         in: "path"
49707         description: "Id of vlan-vnfc-instance-group"
49708         required: true
49709         type: "string"
49710       - name: "vnfc-name"
49711         in: "path"
49712         description: "Id of vnfc"
49713         required: true
49714         type: "string"
49715       - name: "vnic-interface-role"
49716         in: "path"
49717         description: "Id of vnic-group"
49718         required: true
49719         type: "string"
49720       - name: "vnic-port-id"
49721         in: "path"
49722         description: "Id of vlan-vnic"
49723         required: true
49724         type: "string"
49725       - in: "body"
49726         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
49727         description: "generic.resource.api.SubInterfaceNetworkData to be added to\
49728           \ list"
49729         required: false
49730         schema:
49731           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49732           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49733       responses:
49734         400:
49735           description: "Internal error"
49736         201:
49737           description: "Object created"
49738         409:
49739           description: "Object already exists"
49740     put:
49741       tags:
49742       - "GENERIC-RESOURCE-API"
49743       description: "creates or updates generic.resource.api.SubInterfaceNetworkData"
49744       parameters:
49745       - name: "service-instance-id"
49746         in: "path"
49747         description: "Id of service"
49748         required: true
49749         type: "string"
49750       - name: "vnf-id"
49751         in: "path"
49752         description: "Id of vnf"
49753         required: true
49754         type: "string"
49755       - name: "vf-module-id"
49756         in: "path"
49757         description: "Id of vf-module"
49758         required: true
49759         type: "string"
49760       - name: "instance-group-id"
49761         in: "path"
49762         description: "Id of vlan-vnfc-instance-group"
49763         required: true
49764         type: "string"
49765       - name: "vnfc-name"
49766         in: "path"
49767         description: "Id of vnfc"
49768         required: true
49769         type: "string"
49770       - name: "vnic-interface-role"
49771         in: "path"
49772         description: "Id of vnic-group"
49773         required: true
49774         type: "string"
49775       - name: "vnic-port-id"
49776         in: "path"
49777         description: "Id of vlan-vnic"
49778         required: true
49779         type: "string"
49780       - in: "body"
49781         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
49782         description: "generic.resource.api.SubInterfaceNetworkData to be added or\
49783           \ updated"
49784         required: false
49785         schema:
49786           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49787           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
49788       responses:
49789         400:
49790           description: "Internal error"
49791         201:
49792           description: "Object created"
49793         204:
49794           description: "Object modified"
49795     delete:
49796       tags:
49797       - "GENERIC-RESOURCE-API"
49798       description: "removes generic.resource.api.SubInterfaceNetworkData"
49799       parameters:
49800       - name: "service-instance-id"
49801         in: "path"
49802         description: "Id of service"
49803         required: true
49804         type: "string"
49805       - name: "vnf-id"
49806         in: "path"
49807         description: "Id of vnf"
49808         required: true
49809         type: "string"
49810       - name: "vf-module-id"
49811         in: "path"
49812         description: "Id of vf-module"
49813         required: true
49814         type: "string"
49815       - name: "instance-group-id"
49816         in: "path"
49817         description: "Id of vlan-vnfc-instance-group"
49818         required: true
49819         type: "string"
49820       - name: "vnfc-name"
49821         in: "path"
49822         description: "Id of vnfc"
49823         required: true
49824         type: "string"
49825       - name: "vnic-interface-role"
49826         in: "path"
49827         description: "Id of vnic-group"
49828         required: true
49829         type: "string"
49830       - name: "vnic-port-id"
49831         in: "path"
49832         description: "Id of vlan-vnic"
49833         required: true
49834         type: "string"
49835       responses:
49836         400:
49837           description: "Internal error"
49838         204:
49839           description: "Object deleted"
49840   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/
49841   : post:
49842       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49843       parameters:
49844       - name: "service-instance-id"
49845         in: "path"
49846         description: "Id of service"
49847         required: true
49848         type: "string"
49849       - name: "vnf-id"
49850         in: "path"
49851         description: "Id of vnf"
49852         required: true
49853         type: "string"
49854       - name: "vf-module-id"
49855         in: "path"
49856         description: "Id of vf-module"
49857         required: true
49858         type: "string"
49859       - name: "instance-group-id"
49860         in: "path"
49861         description: "Id of vlan-vnfc-instance-group"
49862         required: true
49863         type: "string"
49864       - name: "vnfc-name"
49865         in: "path"
49866         description: "Id of vnfc"
49867         required: true
49868         type: "string"
49869       - name: "vnic-interface-role"
49870         in: "path"
49871         description: "Id of vnic-group"
49872         required: true
49873         type: "string"
49874       - name: "vnic-port-id"
49875         in: "path"
49876         description: "Id of vlan-vnic"
49877         required: true
49878         type: "string"
49879       - in: "body"
49880         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
49881         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
49882           \ to be added to list"
49883         required: false
49884         schema:
49885           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49886           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49887       responses:
49888         400:
49889           description: "Internal error"
49890         201:
49891           description: "Object created"
49892         409:
49893           description: "Object already exists"
49894   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
49895   : get:
49896       tags:
49897       - "GENERIC-RESOURCE-API"
49898       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49899       parameters:
49900       - name: "service-instance-id"
49901         in: "path"
49902         description: "Id of service"
49903         required: true
49904         type: "string"
49905       - name: "vnf-id"
49906         in: "path"
49907         description: "Id of vnf"
49908         required: true
49909         type: "string"
49910       - name: "vf-module-id"
49911         in: "path"
49912         description: "Id of vf-module"
49913         required: true
49914         type: "string"
49915       - name: "instance-group-id"
49916         in: "path"
49917         description: "Id of vlan-vnfc-instance-group"
49918         required: true
49919         type: "string"
49920       - name: "vnfc-name"
49921         in: "path"
49922         description: "Id of vnfc"
49923         required: true
49924         type: "string"
49925       - name: "vnic-interface-role"
49926         in: "path"
49927         description: "Id of vnic-group"
49928         required: true
49929         type: "string"
49930       - name: "vnic-port-id"
49931         in: "path"
49932         description: "Id of vlan-vnic"
49933         required: true
49934         type: "string"
49935       - name: "network-id"
49936         in: "path"
49937         description: "Id of sub-interface-network-data"
49938         required: true
49939         type: "string"
49940       responses:
49941         400:
49942           description: "Internal error"
49943         200:
49944           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49945           responseSchema:
49946             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49947             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49948           schema:
49949             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49950             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49951     post:
49952       tags:
49953       - "GENERIC-RESOURCE-API"
49954       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
49955       parameters:
49956       - name: "service-instance-id"
49957         in: "path"
49958         description: "Id of service"
49959         required: true
49960         type: "string"
49961       - name: "vnf-id"
49962         in: "path"
49963         description: "Id of vnf"
49964         required: true
49965         type: "string"
49966       - name: "vf-module-id"
49967         in: "path"
49968         description: "Id of vf-module"
49969         required: true
49970         type: "string"
49971       - name: "instance-group-id"
49972         in: "path"
49973         description: "Id of vlan-vnfc-instance-group"
49974         required: true
49975         type: "string"
49976       - name: "vnfc-name"
49977         in: "path"
49978         description: "Id of vnfc"
49979         required: true
49980         type: "string"
49981       - name: "vnic-interface-role"
49982         in: "path"
49983         description: "Id of vnic-group"
49984         required: true
49985         type: "string"
49986       - name: "vnic-port-id"
49987         in: "path"
49988         description: "Id of vlan-vnic"
49989         required: true
49990         type: "string"
49991       - name: "network-id"
49992         in: "path"
49993         description: "Id of sub-interface-network-data"
49994         required: true
49995         type: "string"
49996       - in: "body"
49997         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
49998         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
49999           \ to be added to list"
50000         required: false
50001         schema:
50002           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50003           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50004       responses:
50005         400:
50006           description: "Internal error"
50007         201:
50008           description: "Object created"
50009         409:
50010           description: "Object already exists"
50011     put:
50012       tags:
50013       - "GENERIC-RESOURCE-API"
50014       description: "creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50015       parameters:
50016       - name: "service-instance-id"
50017         in: "path"
50018         description: "Id of service"
50019         required: true
50020         type: "string"
50021       - name: "vnf-id"
50022         in: "path"
50023         description: "Id of vnf"
50024         required: true
50025         type: "string"
50026       - name: "vf-module-id"
50027         in: "path"
50028         description: "Id of vf-module"
50029         required: true
50030         type: "string"
50031       - name: "instance-group-id"
50032         in: "path"
50033         description: "Id of vlan-vnfc-instance-group"
50034         required: true
50035         type: "string"
50036       - name: "vnfc-name"
50037         in: "path"
50038         description: "Id of vnfc"
50039         required: true
50040         type: "string"
50041       - name: "vnic-interface-role"
50042         in: "path"
50043         description: "Id of vnic-group"
50044         required: true
50045         type: "string"
50046       - name: "vnic-port-id"
50047         in: "path"
50048         description: "Id of vlan-vnic"
50049         required: true
50050         type: "string"
50051       - name: "network-id"
50052         in: "path"
50053         description: "Id of sub-interface-network-data"
50054         required: true
50055         type: "string"
50056       - in: "body"
50057         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
50058         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
50059           \ to be added or updated"
50060         required: false
50061         schema:
50062           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50063           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50064       responses:
50065         400:
50066           description: "Internal error"
50067         201:
50068           description: "Object created"
50069         204:
50070           description: "Object modified"
50071     delete:
50072       tags:
50073       - "GENERIC-RESOURCE-API"
50074       description: "removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
50075       parameters:
50076       - name: "service-instance-id"
50077         in: "path"
50078         description: "Id of service"
50079         required: true
50080         type: "string"
50081       - name: "vnf-id"
50082         in: "path"
50083         description: "Id of vnf"
50084         required: true
50085         type: "string"
50086       - name: "vf-module-id"
50087         in: "path"
50088         description: "Id of vf-module"
50089         required: true
50090         type: "string"
50091       - name: "instance-group-id"
50092         in: "path"
50093         description: "Id of vlan-vnfc-instance-group"
50094         required: true
50095         type: "string"
50096       - name: "vnfc-name"
50097         in: "path"
50098         description: "Id of vnfc"
50099         required: true
50100         type: "string"
50101       - name: "vnic-interface-role"
50102         in: "path"
50103         description: "Id of vnic-group"
50104         required: true
50105         type: "string"
50106       - name: "vnic-port-id"
50107         in: "path"
50108         description: "Id of vlan-vnic"
50109         required: true
50110         type: "string"
50111       - name: "network-id"
50112         in: "path"
50113         description: "Id of sub-interface-network-data"
50114         required: true
50115         type: "string"
50116       responses:
50117         400:
50118           description: "Internal error"
50119         204:
50120           description: "Object deleted"
50121   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
50122   : get:
50123       tags:
50124       - "GENERIC-RESOURCE-API"
50125       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50126       parameters:
50127       - name: "service-instance-id"
50128         in: "path"
50129         description: "Id of service"
50130         required: true
50131         type: "string"
50132       - name: "vnf-id"
50133         in: "path"
50134         description: "Id of vnf"
50135         required: true
50136         type: "string"
50137       - name: "vf-module-id"
50138         in: "path"
50139         description: "Id of vf-module"
50140         required: true
50141         type: "string"
50142       - name: "instance-group-id"
50143         in: "path"
50144         description: "Id of vlan-vnfc-instance-group"
50145         required: true
50146         type: "string"
50147       - name: "vnfc-name"
50148         in: "path"
50149         description: "Id of vnfc"
50150         required: true
50151         type: "string"
50152       - name: "vnic-interface-role"
50153         in: "path"
50154         description: "Id of vnic-group"
50155         required: true
50156         type: "string"
50157       - name: "vnic-port-id"
50158         in: "path"
50159         description: "Id of vlan-vnic"
50160         required: true
50161         type: "string"
50162       - name: "network-id"
50163         in: "path"
50164         description: "Id of sub-interface-network-data"
50165         required: true
50166         type: "string"
50167       responses:
50168         400:
50169           description: "Internal error"
50170         200:
50171           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50172           responseSchema:
50173             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50174             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50175           schema:
50176             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50177             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50178     post:
50179       tags:
50180       - "GENERIC-RESOURCE-API"
50181       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50182       parameters:
50183       - name: "service-instance-id"
50184         in: "path"
50185         description: "Id of service"
50186         required: true
50187         type: "string"
50188       - name: "vnf-id"
50189         in: "path"
50190         description: "Id of vnf"
50191         required: true
50192         type: "string"
50193       - name: "vf-module-id"
50194         in: "path"
50195         description: "Id of vf-module"
50196         required: true
50197         type: "string"
50198       - name: "instance-group-id"
50199         in: "path"
50200         description: "Id of vlan-vnfc-instance-group"
50201         required: true
50202         type: "string"
50203       - name: "vnfc-name"
50204         in: "path"
50205         description: "Id of vnfc"
50206         required: true
50207         type: "string"
50208       - name: "vnic-interface-role"
50209         in: "path"
50210         description: "Id of vnic-group"
50211         required: true
50212         type: "string"
50213       - name: "vnic-port-id"
50214         in: "path"
50215         description: "Id of vlan-vnic"
50216         required: true
50217         type: "string"
50218       - name: "network-id"
50219         in: "path"
50220         description: "Id of sub-interface-network-data"
50221         required: true
50222         type: "string"
50223       - in: "body"
50224         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
50225         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
50226           \ to be added to list"
50227         required: false
50228         schema:
50229           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50230           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50231       responses:
50232         400:
50233           description: "Internal error"
50234         201:
50235           description: "Object created"
50236         409:
50237           description: "Object already exists"
50238     put:
50239       tags:
50240       - "GENERIC-RESOURCE-API"
50241       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50242       parameters:
50243       - name: "service-instance-id"
50244         in: "path"
50245         description: "Id of service"
50246         required: true
50247         type: "string"
50248       - name: "vnf-id"
50249         in: "path"
50250         description: "Id of vnf"
50251         required: true
50252         type: "string"
50253       - name: "vf-module-id"
50254         in: "path"
50255         description: "Id of vf-module"
50256         required: true
50257         type: "string"
50258       - name: "instance-group-id"
50259         in: "path"
50260         description: "Id of vlan-vnfc-instance-group"
50261         required: true
50262         type: "string"
50263       - name: "vnfc-name"
50264         in: "path"
50265         description: "Id of vnfc"
50266         required: true
50267         type: "string"
50268       - name: "vnic-interface-role"
50269         in: "path"
50270         description: "Id of vnic-group"
50271         required: true
50272         type: "string"
50273       - name: "vnic-port-id"
50274         in: "path"
50275         description: "Id of vlan-vnic"
50276         required: true
50277         type: "string"
50278       - name: "network-id"
50279         in: "path"
50280         description: "Id of sub-interface-network-data"
50281         required: true
50282         type: "string"
50283       - in: "body"
50284         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
50285         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
50286           \ to be added or updated"
50287         required: false
50288         schema:
50289           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50290           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50291       responses:
50292         400:
50293           description: "Internal error"
50294         201:
50295           description: "Object created"
50296         204:
50297           description: "Object modified"
50298     delete:
50299       tags:
50300       - "GENERIC-RESOURCE-API"
50301       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
50302       parameters:
50303       - name: "service-instance-id"
50304         in: "path"
50305         description: "Id of service"
50306         required: true
50307         type: "string"
50308       - name: "vnf-id"
50309         in: "path"
50310         description: "Id of vnf"
50311         required: true
50312         type: "string"
50313       - name: "vf-module-id"
50314         in: "path"
50315         description: "Id of vf-module"
50316         required: true
50317         type: "string"
50318       - name: "instance-group-id"
50319         in: "path"
50320         description: "Id of vlan-vnfc-instance-group"
50321         required: true
50322         type: "string"
50323       - name: "vnfc-name"
50324         in: "path"
50325         description: "Id of vnfc"
50326         required: true
50327         type: "string"
50328       - name: "vnic-interface-role"
50329         in: "path"
50330         description: "Id of vnic-group"
50331         required: true
50332         type: "string"
50333       - name: "vnic-port-id"
50334         in: "path"
50335         description: "Id of vlan-vnic"
50336         required: true
50337         type: "string"
50338       - name: "network-id"
50339         in: "path"
50340         description: "Id of sub-interface-network-data"
50341         required: true
50342         type: "string"
50343       responses:
50344         400:
50345           description: "Internal error"
50346         204:
50347           description: "Object deleted"
50348   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
50349   : get:
50350       tags:
50351       - "GENERIC-RESOURCE-API"
50352       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50353       parameters:
50354       - name: "service-instance-id"
50355         in: "path"
50356         description: "Id of service"
50357         required: true
50358         type: "string"
50359       - name: "vnf-id"
50360         in: "path"
50361         description: "Id of vnf"
50362         required: true
50363         type: "string"
50364       - name: "vf-module-id"
50365         in: "path"
50366         description: "Id of vf-module"
50367         required: true
50368         type: "string"
50369       - name: "instance-group-id"
50370         in: "path"
50371         description: "Id of vlan-vnfc-instance-group"
50372         required: true
50373         type: "string"
50374       - name: "vnfc-name"
50375         in: "path"
50376         description: "Id of vnfc"
50377         required: true
50378         type: "string"
50379       - name: "vnic-interface-role"
50380         in: "path"
50381         description: "Id of vnic-group"
50382         required: true
50383         type: "string"
50384       - name: "vnic-port-id"
50385         in: "path"
50386         description: "Id of vlan-vnic"
50387         required: true
50388         type: "string"
50389       - name: "network-id"
50390         in: "path"
50391         description: "Id of sub-interface-network-data"
50392         required: true
50393         type: "string"
50394       responses:
50395         400:
50396           description: "Internal error"
50397         200:
50398           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50399           responseSchema:
50400             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50401             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50402           schema:
50403             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50404             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50405     post:
50406       tags:
50407       - "GENERIC-RESOURCE-API"
50408       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50409       parameters:
50410       - name: "service-instance-id"
50411         in: "path"
50412         description: "Id of service"
50413         required: true
50414         type: "string"
50415       - name: "vnf-id"
50416         in: "path"
50417         description: "Id of vnf"
50418         required: true
50419         type: "string"
50420       - name: "vf-module-id"
50421         in: "path"
50422         description: "Id of vf-module"
50423         required: true
50424         type: "string"
50425       - name: "instance-group-id"
50426         in: "path"
50427         description: "Id of vlan-vnfc-instance-group"
50428         required: true
50429         type: "string"
50430       - name: "vnfc-name"
50431         in: "path"
50432         description: "Id of vnfc"
50433         required: true
50434         type: "string"
50435       - name: "vnic-interface-role"
50436         in: "path"
50437         description: "Id of vnic-group"
50438         required: true
50439         type: "string"
50440       - name: "vnic-port-id"
50441         in: "path"
50442         description: "Id of vlan-vnic"
50443         required: true
50444         type: "string"
50445       - name: "network-id"
50446         in: "path"
50447         description: "Id of sub-interface-network-data"
50448         required: true
50449         type: "string"
50450       - in: "body"
50451         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
50452         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
50453           \ to be added to list"
50454         required: false
50455         schema:
50456           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50457           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50458       responses:
50459         400:
50460           description: "Internal error"
50461         201:
50462           description: "Object created"
50463         409:
50464           description: "Object already exists"
50465     put:
50466       tags:
50467       - "GENERIC-RESOURCE-API"
50468       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50469       parameters:
50470       - name: "service-instance-id"
50471         in: "path"
50472         description: "Id of service"
50473         required: true
50474         type: "string"
50475       - name: "vnf-id"
50476         in: "path"
50477         description: "Id of vnf"
50478         required: true
50479         type: "string"
50480       - name: "vf-module-id"
50481         in: "path"
50482         description: "Id of vf-module"
50483         required: true
50484         type: "string"
50485       - name: "instance-group-id"
50486         in: "path"
50487         description: "Id of vlan-vnfc-instance-group"
50488         required: true
50489         type: "string"
50490       - name: "vnfc-name"
50491         in: "path"
50492         description: "Id of vnfc"
50493         required: true
50494         type: "string"
50495       - name: "vnic-interface-role"
50496         in: "path"
50497         description: "Id of vnic-group"
50498         required: true
50499         type: "string"
50500       - name: "vnic-port-id"
50501         in: "path"
50502         description: "Id of vlan-vnic"
50503         required: true
50504         type: "string"
50505       - name: "network-id"
50506         in: "path"
50507         description: "Id of sub-interface-network-data"
50508         required: true
50509         type: "string"
50510       - in: "body"
50511         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
50512         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
50513           \ to be added or updated"
50514         required: false
50515         schema:
50516           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50517           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50518       responses:
50519         400:
50520           description: "Internal error"
50521         201:
50522           description: "Object created"
50523         204:
50524           description: "Object modified"
50525     delete:
50526       tags:
50527       - "GENERIC-RESOURCE-API"
50528       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
50529       parameters:
50530       - name: "service-instance-id"
50531         in: "path"
50532         description: "Id of service"
50533         required: true
50534         type: "string"
50535       - name: "vnf-id"
50536         in: "path"
50537         description: "Id of vnf"
50538         required: true
50539         type: "string"
50540       - name: "vf-module-id"
50541         in: "path"
50542         description: "Id of vf-module"
50543         required: true
50544         type: "string"
50545       - name: "instance-group-id"
50546         in: "path"
50547         description: "Id of vlan-vnfc-instance-group"
50548         required: true
50549         type: "string"
50550       - name: "vnfc-name"
50551         in: "path"
50552         description: "Id of vnfc"
50553         required: true
50554         type: "string"
50555       - name: "vnic-interface-role"
50556         in: "path"
50557         description: "Id of vnic-group"
50558         required: true
50559         type: "string"
50560       - name: "vnic-port-id"
50561         in: "path"
50562         description: "Id of vlan-vnic"
50563         required: true
50564         type: "string"
50565       - name: "network-id"
50566         in: "path"
50567         description: "Id of sub-interface-network-data"
50568         required: true
50569         type: "string"
50570       responses:
50571         400:
50572           description: "Internal error"
50573         204:
50574           description: "Object deleted"
50575   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/
50576   : post:
50577       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50578       parameters:
50579       - name: "service-instance-id"
50580         in: "path"
50581         description: "Id of service"
50582         required: true
50583         type: "string"
50584       - name: "vnf-id"
50585         in: "path"
50586         description: "Id of vnf"
50587         required: true
50588         type: "string"
50589       - name: "vf-module-id"
50590         in: "path"
50591         description: "Id of vf-module"
50592         required: true
50593         type: "string"
50594       - name: "instance-group-id"
50595         in: "path"
50596         description: "Id of vlan-vnfc-instance-group"
50597         required: true
50598         type: "string"
50599       - name: "vnfc-name"
50600         in: "path"
50601         description: "Id of vnfc"
50602         required: true
50603         type: "string"
50604       - name: "vnic-interface-role"
50605         in: "path"
50606         description: "Id of vnic-group"
50607         required: true
50608         type: "string"
50609       - name: "vnic-port-id"
50610         in: "path"
50611         description: "Id of vlan-vnic"
50612         required: true
50613         type: "string"
50614       - name: "network-id"
50615         in: "path"
50616         description: "Id of sub-interface-network-data"
50617         required: true
50618         type: "string"
50619       - in: "body"
50620         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
50621         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
50622           \ to be added to list"
50623         required: false
50624         schema:
50625           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50626           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50627       responses:
50628         400:
50629           description: "Internal error"
50630         201:
50631           description: "Object created"
50632         409:
50633           description: "Object already exists"
50634   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
50635   : get:
50636       tags:
50637       - "GENERIC-RESOURCE-API"
50638       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50639       parameters:
50640       - name: "service-instance-id"
50641         in: "path"
50642         description: "Id of service"
50643         required: true
50644         type: "string"
50645       - name: "vnf-id"
50646         in: "path"
50647         description: "Id of vnf"
50648         required: true
50649         type: "string"
50650       - name: "vf-module-id"
50651         in: "path"
50652         description: "Id of vf-module"
50653         required: true
50654         type: "string"
50655       - name: "instance-group-id"
50656         in: "path"
50657         description: "Id of vlan-vnfc-instance-group"
50658         required: true
50659         type: "string"
50660       - name: "vnfc-name"
50661         in: "path"
50662         description: "Id of vnfc"
50663         required: true
50664         type: "string"
50665       - name: "vnic-interface-role"
50666         in: "path"
50667         description: "Id of vnic-group"
50668         required: true
50669         type: "string"
50670       - name: "vnic-port-id"
50671         in: "path"
50672         description: "Id of vlan-vnic"
50673         required: true
50674         type: "string"
50675       - name: "network-id"
50676         in: "path"
50677         description: "Id of sub-interface-network-data"
50678         required: true
50679         type: "string"
50680       - name: "ip-version"
50681         in: "path"
50682         description: "Id of network-information-item"
50683         required: true
50684         type: "string"
50685       responses:
50686         400:
50687           description: "Internal error"
50688         200:
50689           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50690           responseSchema:
50691             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50692             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50693           schema:
50694             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50695             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50696     post:
50697       tags:
50698       - "GENERIC-RESOURCE-API"
50699       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50700       parameters:
50701       - name: "service-instance-id"
50702         in: "path"
50703         description: "Id of service"
50704         required: true
50705         type: "string"
50706       - name: "vnf-id"
50707         in: "path"
50708         description: "Id of vnf"
50709         required: true
50710         type: "string"
50711       - name: "vf-module-id"
50712         in: "path"
50713         description: "Id of vf-module"
50714         required: true
50715         type: "string"
50716       - name: "instance-group-id"
50717         in: "path"
50718         description: "Id of vlan-vnfc-instance-group"
50719         required: true
50720         type: "string"
50721       - name: "vnfc-name"
50722         in: "path"
50723         description: "Id of vnfc"
50724         required: true
50725         type: "string"
50726       - name: "vnic-interface-role"
50727         in: "path"
50728         description: "Id of vnic-group"
50729         required: true
50730         type: "string"
50731       - name: "vnic-port-id"
50732         in: "path"
50733         description: "Id of vlan-vnic"
50734         required: true
50735         type: "string"
50736       - name: "network-id"
50737         in: "path"
50738         description: "Id of sub-interface-network-data"
50739         required: true
50740         type: "string"
50741       - name: "ip-version"
50742         in: "path"
50743         description: "Id of network-information-item"
50744         required: true
50745         type: "string"
50746       - in: "body"
50747         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
50748         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
50749           \ to be added to list"
50750         required: false
50751         schema:
50752           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50753           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50754       responses:
50755         400:
50756           description: "Internal error"
50757         201:
50758           description: "Object created"
50759         409:
50760           description: "Object already exists"
50761     put:
50762       tags:
50763       - "GENERIC-RESOURCE-API"
50764       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50765       parameters:
50766       - name: "service-instance-id"
50767         in: "path"
50768         description: "Id of service"
50769         required: true
50770         type: "string"
50771       - name: "vnf-id"
50772         in: "path"
50773         description: "Id of vnf"
50774         required: true
50775         type: "string"
50776       - name: "vf-module-id"
50777         in: "path"
50778         description: "Id of vf-module"
50779         required: true
50780         type: "string"
50781       - name: "instance-group-id"
50782         in: "path"
50783         description: "Id of vlan-vnfc-instance-group"
50784         required: true
50785         type: "string"
50786       - name: "vnfc-name"
50787         in: "path"
50788         description: "Id of vnfc"
50789         required: true
50790         type: "string"
50791       - name: "vnic-interface-role"
50792         in: "path"
50793         description: "Id of vnic-group"
50794         required: true
50795         type: "string"
50796       - name: "vnic-port-id"
50797         in: "path"
50798         description: "Id of vlan-vnic"
50799         required: true
50800         type: "string"
50801       - name: "network-id"
50802         in: "path"
50803         description: "Id of sub-interface-network-data"
50804         required: true
50805         type: "string"
50806       - name: "ip-version"
50807         in: "path"
50808         description: "Id of network-information-item"
50809         required: true
50810         type: "string"
50811       - in: "body"
50812         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
50813         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
50814           \ to be added or updated"
50815         required: false
50816         schema:
50817           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50818           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50819       responses:
50820         400:
50821           description: "Internal error"
50822         201:
50823           description: "Object created"
50824         204:
50825           description: "Object modified"
50826     delete:
50827       tags:
50828       - "GENERIC-RESOURCE-API"
50829       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
50830       parameters:
50831       - name: "service-instance-id"
50832         in: "path"
50833         description: "Id of service"
50834         required: true
50835         type: "string"
50836       - name: "vnf-id"
50837         in: "path"
50838         description: "Id of vnf"
50839         required: true
50840         type: "string"
50841       - name: "vf-module-id"
50842         in: "path"
50843         description: "Id of vf-module"
50844         required: true
50845         type: "string"
50846       - name: "instance-group-id"
50847         in: "path"
50848         description: "Id of vlan-vnfc-instance-group"
50849         required: true
50850         type: "string"
50851       - name: "vnfc-name"
50852         in: "path"
50853         description: "Id of vnfc"
50854         required: true
50855         type: "string"
50856       - name: "vnic-interface-role"
50857         in: "path"
50858         description: "Id of vnic-group"
50859         required: true
50860         type: "string"
50861       - name: "vnic-port-id"
50862         in: "path"
50863         description: "Id of vlan-vnic"
50864         required: true
50865         type: "string"
50866       - name: "network-id"
50867         in: "path"
50868         description: "Id of sub-interface-network-data"
50869         required: true
50870         type: "string"
50871       - name: "ip-version"
50872         in: "path"
50873         description: "Id of network-information-item"
50874         required: true
50875         type: "string"
50876       responses:
50877         400:
50878           description: "Internal error"
50879         204:
50880           description: "Object deleted"
50881   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
50882   : get:
50883       tags:
50884       - "GENERIC-RESOURCE-API"
50885       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50886       parameters:
50887       - name: "service-instance-id"
50888         in: "path"
50889         description: "Id of service"
50890         required: true
50891         type: "string"
50892       - name: "vnf-id"
50893         in: "path"
50894         description: "Id of vnf"
50895         required: true
50896         type: "string"
50897       - name: "vf-module-id"
50898         in: "path"
50899         description: "Id of vf-module"
50900         required: true
50901         type: "string"
50902       - name: "instance-group-id"
50903         in: "path"
50904         description: "Id of vlan-vnfc-instance-group"
50905         required: true
50906         type: "string"
50907       - name: "vnfc-name"
50908         in: "path"
50909         description: "Id of vnfc"
50910         required: true
50911         type: "string"
50912       - name: "vnic-interface-role"
50913         in: "path"
50914         description: "Id of vnic-group"
50915         required: true
50916         type: "string"
50917       - name: "vnic-port-id"
50918         in: "path"
50919         description: "Id of vlan-vnic"
50920         required: true
50921         type: "string"
50922       - name: "network-id"
50923         in: "path"
50924         description: "Id of sub-interface-network-data"
50925         required: true
50926         type: "string"
50927       - name: "ip-version"
50928         in: "path"
50929         description: "Id of network-information-item"
50930         required: true
50931         type: "string"
50932       responses:
50933         400:
50934           description: "Internal error"
50935         200:
50936           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50937           responseSchema:
50938             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50939             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50940           schema:
50941             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50942             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50943     post:
50944       tags:
50945       - "GENERIC-RESOURCE-API"
50946       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
50947       parameters:
50948       - name: "service-instance-id"
50949         in: "path"
50950         description: "Id of service"
50951         required: true
50952         type: "string"
50953       - name: "vnf-id"
50954         in: "path"
50955         description: "Id of vnf"
50956         required: true
50957         type: "string"
50958       - name: "vf-module-id"
50959         in: "path"
50960         description: "Id of vf-module"
50961         required: true
50962         type: "string"
50963       - name: "instance-group-id"
50964         in: "path"
50965         description: "Id of vlan-vnfc-instance-group"
50966         required: true
50967         type: "string"
50968       - name: "vnfc-name"
50969         in: "path"
50970         description: "Id of vnfc"
50971         required: true
50972         type: "string"
50973       - name: "vnic-interface-role"
50974         in: "path"
50975         description: "Id of vnic-group"
50976         required: true
50977         type: "string"
50978       - name: "vnic-port-id"
50979         in: "path"
50980         description: "Id of vlan-vnic"
50981         required: true
50982         type: "string"
50983       - name: "network-id"
50984         in: "path"
50985         description: "Id of sub-interface-network-data"
50986         required: true
50987         type: "string"
50988       - name: "ip-version"
50989         in: "path"
50990         description: "Id of network-information-item"
50991         required: true
50992         type: "string"
50993       - in: "body"
50994         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
50995         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
50996           \ to be added to list"
50997         required: false
50998         schema:
50999           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51000           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51001       responses:
51002         400:
51003           description: "Internal error"
51004         201:
51005           description: "Object created"
51006         409:
51007           description: "Object already exists"
51008     put:
51009       tags:
51010       - "GENERIC-RESOURCE-API"
51011       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51012       parameters:
51013       - name: "service-instance-id"
51014         in: "path"
51015         description: "Id of service"
51016         required: true
51017         type: "string"
51018       - name: "vnf-id"
51019         in: "path"
51020         description: "Id of vnf"
51021         required: true
51022         type: "string"
51023       - name: "vf-module-id"
51024         in: "path"
51025         description: "Id of vf-module"
51026         required: true
51027         type: "string"
51028       - name: "instance-group-id"
51029         in: "path"
51030         description: "Id of vlan-vnfc-instance-group"
51031         required: true
51032         type: "string"
51033       - name: "vnfc-name"
51034         in: "path"
51035         description: "Id of vnfc"
51036         required: true
51037         type: "string"
51038       - name: "vnic-interface-role"
51039         in: "path"
51040         description: "Id of vnic-group"
51041         required: true
51042         type: "string"
51043       - name: "vnic-port-id"
51044         in: "path"
51045         description: "Id of vlan-vnic"
51046         required: true
51047         type: "string"
51048       - name: "network-id"
51049         in: "path"
51050         description: "Id of sub-interface-network-data"
51051         required: true
51052         type: "string"
51053       - name: "ip-version"
51054         in: "path"
51055         description: "Id of network-information-item"
51056         required: true
51057         type: "string"
51058       - in: "body"
51059         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
51060         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
51061           \ to be added or updated"
51062         required: false
51063         schema:
51064           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51065           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51066       responses:
51067         400:
51068           description: "Internal error"
51069         201:
51070           description: "Object created"
51071         204:
51072           description: "Object modified"
51073     delete:
51074       tags:
51075       - "GENERIC-RESOURCE-API"
51076       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
51077       parameters:
51078       - name: "service-instance-id"
51079         in: "path"
51080         description: "Id of service"
51081         required: true
51082         type: "string"
51083       - name: "vnf-id"
51084         in: "path"
51085         description: "Id of vnf"
51086         required: true
51087         type: "string"
51088       - name: "vf-module-id"
51089         in: "path"
51090         description: "Id of vf-module"
51091         required: true
51092         type: "string"
51093       - name: "instance-group-id"
51094         in: "path"
51095         description: "Id of vlan-vnfc-instance-group"
51096         required: true
51097         type: "string"
51098       - name: "vnfc-name"
51099         in: "path"
51100         description: "Id of vnfc"
51101         required: true
51102         type: "string"
51103       - name: "vnic-interface-role"
51104         in: "path"
51105         description: "Id of vnic-group"
51106         required: true
51107         type: "string"
51108       - name: "vnic-port-id"
51109         in: "path"
51110         description: "Id of vlan-vnic"
51111         required: true
51112         type: "string"
51113       - name: "network-id"
51114         in: "path"
51115         description: "Id of sub-interface-network-data"
51116         required: true
51117         type: "string"
51118       - name: "ip-version"
51119         in: "path"
51120         description: "Id of network-information-item"
51121         required: true
51122         type: "string"
51123       responses:
51124         400:
51125           description: "Internal error"
51126         204:
51127           description: "Object deleted"
51128   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/
51129   : get:
51130       tags:
51131       - "GENERIC-RESOURCE-API"
51132       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51133       parameters:
51134       - name: "service-instance-id"
51135         in: "path"
51136         description: "Id of service"
51137         required: true
51138         type: "string"
51139       - name: "vnf-id"
51140         in: "path"
51141         description: "Id of vnf"
51142         required: true
51143         type: "string"
51144       - name: "vf-module-id"
51145         in: "path"
51146         description: "Id of vf-module"
51147         required: true
51148         type: "string"
51149       responses:
51150         400:
51151           description: "Internal error"
51152         200:
51153           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51154           responseSchema:
51155             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51156             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51157           schema:
51158             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51159             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51160     post:
51161       tags:
51162       - "GENERIC-RESOURCE-API"
51163       description: "creates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51164       parameters:
51165       - name: "service-instance-id"
51166         in: "path"
51167         description: "Id of service"
51168         required: true
51169         type: "string"
51170       - name: "vnf-id"
51171         in: "path"
51172         description: "Id of vnf"
51173         required: true
51174         type: "string"
51175       - name: "vf-module-id"
51176         in: "path"
51177         description: "Id of vf-module"
51178         required: true
51179         type: "string"
51180       - in: "body"
51181         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param"
51182         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms\
51183           \ to be added to list"
51184         required: false
51185         schema:
51186           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51187           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51188       responses:
51189         400:
51190           description: "Internal error"
51191         201:
51192           description: "Object created"
51193         409:
51194           description: "Object already exists"
51195     put:
51196       tags:
51197       - "GENERIC-RESOURCE-API"
51198       description: "creates or updates generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51199       parameters:
51200       - name: "service-instance-id"
51201         in: "path"
51202         description: "Id of service"
51203         required: true
51204         type: "string"
51205       - name: "vnf-id"
51206         in: "path"
51207         description: "Id of vnf"
51208         required: true
51209         type: "string"
51210       - name: "vf-module-id"
51211         in: "path"
51212         description: "Id of vf-module"
51213         required: true
51214         type: "string"
51215       - in: "body"
51216         name: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms.body-param"
51217         description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms\
51218           \ to be added or updated"
51219         required: false
51220         schema:
51221           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51222           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51223       responses:
51224         400:
51225           description: "Internal error"
51226         201:
51227           description: "Object created"
51228         204:
51229           description: "Object modified"
51230     delete:
51231       tags:
51232       - "GENERIC-RESOURCE-API"
51233       description: "removes generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
51234       parameters:
51235       - name: "service-instance-id"
51236         in: "path"
51237         description: "Id of service"
51238         required: true
51239         type: "string"
51240       - name: "vnf-id"
51241         in: "path"
51242         description: "Id of vnf"
51243         required: true
51244         type: "string"
51245       - name: "vf-module-id"
51246         in: "path"
51247         description: "Id of vf-module"
51248         required: true
51249         type: "string"
51250       responses:
51251         400:
51252           description: "Internal error"
51253         204:
51254           description: "Object deleted"
51255   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/
51256   : post:
51257       description: "creates generic.resource.api.VmTopologyData"
51258       parameters:
51259       - name: "service-instance-id"
51260         in: "path"
51261         description: "Id of service"
51262         required: true
51263         type: "string"
51264       - name: "vnf-id"
51265         in: "path"
51266         description: "Id of vnf"
51267         required: true
51268         type: "string"
51269       - name: "vf-module-id"
51270         in: "path"
51271         description: "Id of vf-module"
51272         required: true
51273         type: "string"
51274       - in: "body"
51275         name: "generic.resource.api.VmTopologyData.body-param"
51276         description: "generic.resource.api.VmTopologyData to be added to list"
51277         required: false
51278         schema:
51279           $ref: "#/definitions/generic.resource.api.VmTopologyData"
51280           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
51281       responses:
51282         400:
51283           description: "Internal error"
51284         201:
51285           description: "Object created"
51286         409:
51287           description: "Object already exists"
51288   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/
51289   : get:
51290       tags:
51291       - "GENERIC-RESOURCE-API"
51292       description: "returns generic.resource.api.VmTopologyData"
51293       parameters:
51294       - name: "service-instance-id"
51295         in: "path"
51296         description: "Id of service"
51297         required: true
51298         type: "string"
51299       - name: "vnf-id"
51300         in: "path"
51301         description: "Id of vnf"
51302         required: true
51303         type: "string"
51304       - name: "vf-module-id"
51305         in: "path"
51306         description: "Id of vf-module"
51307         required: true
51308         type: "string"
51309       - name: "vm-type"
51310         in: "path"
51311         description: "Id of vm"
51312         required: true
51313         type: "string"
51314       responses:
51315         400:
51316           description: "Internal error"
51317         200:
51318           description: "generic.resource.api.VmTopologyData"
51319           responseSchema:
51320             $ref: "#/definitions/generic.resource.api.VmTopologyData"
51321             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
51322           schema:
51323             $ref: "#/definitions/generic.resource.api.VmTopologyData"
51324             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
51325     post:
51326       tags:
51327       - "GENERIC-RESOURCE-API"
51328       description: "creates generic.resource.api.VmTopologyData"
51329       parameters:
51330       - name: "service-instance-id"
51331         in: "path"
51332         description: "Id of service"
51333         required: true
51334         type: "string"
51335       - name: "vnf-id"
51336         in: "path"
51337         description: "Id of vnf"
51338         required: true
51339         type: "string"
51340       - name: "vf-module-id"
51341         in: "path"
51342         description: "Id of vf-module"
51343         required: true
51344         type: "string"
51345       - name: "vm-type"
51346         in: "path"
51347         description: "Id of vm"
51348         required: true
51349         type: "string"
51350       - in: "body"
51351         name: "generic.resource.api.VmTopologyData.body-param"
51352         description: "generic.resource.api.VmTopologyData to be added to list"
51353         required: false
51354         schema:
51355           $ref: "#/definitions/generic.resource.api.VmTopologyData"
51356           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
51357       responses:
51358         400:
51359           description: "Internal error"
51360         201:
51361           description: "Object created"
51362         409:
51363           description: "Object already exists"
51364     put:
51365       tags:
51366       - "GENERIC-RESOURCE-API"
51367       description: "creates or updates generic.resource.api.VmTopologyData"
51368       parameters:
51369       - name: "service-instance-id"
51370         in: "path"
51371         description: "Id of service"
51372         required: true
51373         type: "string"
51374       - name: "vnf-id"
51375         in: "path"
51376         description: "Id of vnf"
51377         required: true
51378         type: "string"
51379       - name: "vf-module-id"
51380         in: "path"
51381         description: "Id of vf-module"
51382         required: true
51383         type: "string"
51384       - name: "vm-type"
51385         in: "path"
51386         description: "Id of vm"
51387         required: true
51388         type: "string"
51389       - in: "body"
51390         name: "generic.resource.api.VmTopologyData.body-param"
51391         description: "generic.resource.api.VmTopologyData to be added or updated"
51392         required: false
51393         schema:
51394           $ref: "#/definitions/generic.resource.api.VmTopologyData"
51395           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
51396       responses:
51397         400:
51398           description: "Internal error"
51399         201:
51400           description: "Object created"
51401         204:
51402           description: "Object modified"
51403     delete:
51404       tags:
51405       - "GENERIC-RESOURCE-API"
51406       description: "removes generic.resource.api.VmTopologyData"
51407       parameters:
51408       - name: "service-instance-id"
51409         in: "path"
51410         description: "Id of service"
51411         required: true
51412         type: "string"
51413       - name: "vnf-id"
51414         in: "path"
51415         description: "Id of vnf"
51416         required: true
51417         type: "string"
51418       - name: "vf-module-id"
51419         in: "path"
51420         description: "Id of vf-module"
51421         required: true
51422         type: "string"
51423       - name: "vm-type"
51424         in: "path"
51425         description: "Id of vm"
51426         required: true
51427         type: "string"
51428       responses:
51429         400:
51430           description: "Internal error"
51431         204:
51432           description: "Object deleted"
51433   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/onap-model-information/
51434   : get:
51435       tags:
51436       - "GENERIC-RESOURCE-API"
51437       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
51438       parameters:
51439       - name: "service-instance-id"
51440         in: "path"
51441         description: "Id of service"
51442         required: true
51443         type: "string"
51444       - name: "vnf-id"
51445         in: "path"
51446         description: "Id of vnf"
51447         required: true
51448         type: "string"
51449       - name: "vf-module-id"
51450         in: "path"
51451         description: "Id of vf-module"
51452         required: true
51453         type: "string"
51454       - name: "vm-type"
51455         in: "path"
51456         description: "Id of vm"
51457         required: true
51458         type: "string"
51459       responses:
51460         400:
51461           description: "Internal error"
51462         200:
51463           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
51464           responseSchema:
51465             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51466             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51467           schema:
51468             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51469             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51470     post:
51471       tags:
51472       - "GENERIC-RESOURCE-API"
51473       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
51474       parameters:
51475       - name: "service-instance-id"
51476         in: "path"
51477         description: "Id of service"
51478         required: true
51479         type: "string"
51480       - name: "vnf-id"
51481         in: "path"
51482         description: "Id of vnf"
51483         required: true
51484         type: "string"
51485       - name: "vf-module-id"
51486         in: "path"
51487         description: "Id of vf-module"
51488         required: true
51489         type: "string"
51490       - name: "vm-type"
51491         in: "path"
51492         description: "Id of vm"
51493         required: true
51494         type: "string"
51495       - in: "body"
51496         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
51497         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
51498           \ to be added to list"
51499         required: false
51500         schema:
51501           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51502           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51503       responses:
51504         400:
51505           description: "Internal error"
51506         201:
51507           description: "Object created"
51508         409:
51509           description: "Object already exists"
51510     put:
51511       tags:
51512       - "GENERIC-RESOURCE-API"
51513       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
51514       parameters:
51515       - name: "service-instance-id"
51516         in: "path"
51517         description: "Id of service"
51518         required: true
51519         type: "string"
51520       - name: "vnf-id"
51521         in: "path"
51522         description: "Id of vnf"
51523         required: true
51524         type: "string"
51525       - name: "vf-module-id"
51526         in: "path"
51527         description: "Id of vf-module"
51528         required: true
51529         type: "string"
51530       - name: "vm-type"
51531         in: "path"
51532         description: "Id of vm"
51533         required: true
51534         type: "string"
51535       - in: "body"
51536         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
51537         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
51538           \ to be added or updated"
51539         required: false
51540         schema:
51541           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51542           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
51543       responses:
51544         400:
51545           description: "Internal error"
51546         201:
51547           description: "Object created"
51548         204:
51549           description: "Object modified"
51550     delete:
51551       tags:
51552       - "GENERIC-RESOURCE-API"
51553       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
51554       parameters:
51555       - name: "service-instance-id"
51556         in: "path"
51557         description: "Id of service"
51558         required: true
51559         type: "string"
51560       - name: "vnf-id"
51561         in: "path"
51562         description: "Id of vnf"
51563         required: true
51564         type: "string"
51565       - name: "vf-module-id"
51566         in: "path"
51567         description: "Id of vf-module"
51568         required: true
51569         type: "string"
51570       - name: "vm-type"
51571         in: "path"
51572         description: "Id of vm"
51573         required: true
51574         type: "string"
51575       responses:
51576         400:
51577           description: "Internal error"
51578         204:
51579           description: "Object deleted"
51580   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/
51581   : get:
51582       tags:
51583       - "GENERIC-RESOURCE-API"
51584       description: "returns generic.resource.api.vmtopologydata.VmNames"
51585       parameters:
51586       - name: "service-instance-id"
51587         in: "path"
51588         description: "Id of service"
51589         required: true
51590         type: "string"
51591       - name: "vnf-id"
51592         in: "path"
51593         description: "Id of vnf"
51594         required: true
51595         type: "string"
51596       - name: "vf-module-id"
51597         in: "path"
51598         description: "Id of vf-module"
51599         required: true
51600         type: "string"
51601       - name: "vm-type"
51602         in: "path"
51603         description: "Id of vm"
51604         required: true
51605         type: "string"
51606       responses:
51607         400:
51608           description: "Internal error"
51609         200:
51610           description: "generic.resource.api.vmtopologydata.VmNames"
51611           responseSchema:
51612             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51613             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51614           schema:
51615             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51616             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51617     post:
51618       tags:
51619       - "GENERIC-RESOURCE-API"
51620       description: "creates generic.resource.api.vmtopologydata.VmNames"
51621       parameters:
51622       - name: "service-instance-id"
51623         in: "path"
51624         description: "Id of service"
51625         required: true
51626         type: "string"
51627       - name: "vnf-id"
51628         in: "path"
51629         description: "Id of vnf"
51630         required: true
51631         type: "string"
51632       - name: "vf-module-id"
51633         in: "path"
51634         description: "Id of vf-module"
51635         required: true
51636         type: "string"
51637       - name: "vm-type"
51638         in: "path"
51639         description: "Id of vm"
51640         required: true
51641         type: "string"
51642       - in: "body"
51643         name: "generic.resource.api.vmtopologydata.VmNames.body-param"
51644         description: "generic.resource.api.vmtopologydata.VmNames to be added to list"
51645         required: false
51646         schema:
51647           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51648           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51649       responses:
51650         400:
51651           description: "Internal error"
51652         201:
51653           description: "Object created"
51654         409:
51655           description: "Object already exists"
51656     put:
51657       tags:
51658       - "GENERIC-RESOURCE-API"
51659       description: "creates or updates generic.resource.api.vmtopologydata.VmNames"
51660       parameters:
51661       - name: "service-instance-id"
51662         in: "path"
51663         description: "Id of service"
51664         required: true
51665         type: "string"
51666       - name: "vnf-id"
51667         in: "path"
51668         description: "Id of vnf"
51669         required: true
51670         type: "string"
51671       - name: "vf-module-id"
51672         in: "path"
51673         description: "Id of vf-module"
51674         required: true
51675         type: "string"
51676       - name: "vm-type"
51677         in: "path"
51678         description: "Id of vm"
51679         required: true
51680         type: "string"
51681       - in: "body"
51682         name: "generic.resource.api.vmtopologydata.VmNames.body-param"
51683         description: "generic.resource.api.vmtopologydata.VmNames to be added or updated"
51684         required: false
51685         schema:
51686           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51687           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
51688       responses:
51689         400:
51690           description: "Internal error"
51691         201:
51692           description: "Object created"
51693         204:
51694           description: "Object modified"
51695     delete:
51696       tags:
51697       - "GENERIC-RESOURCE-API"
51698       description: "removes generic.resource.api.vmtopologydata.VmNames"
51699       parameters:
51700       - name: "service-instance-id"
51701         in: "path"
51702         description: "Id of service"
51703         required: true
51704         type: "string"
51705       - name: "vnf-id"
51706         in: "path"
51707         description: "Id of vnf"
51708         required: true
51709         type: "string"
51710       - name: "vf-module-id"
51711         in: "path"
51712         description: "Id of vf-module"
51713         required: true
51714         type: "string"
51715       - name: "vm-type"
51716         in: "path"
51717         description: "Id of vm"
51718         required: true
51719         type: "string"
51720       responses:
51721         400:
51722           description: "Internal error"
51723         204:
51724           description: "Object deleted"
51725   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/
51726   : post:
51727       description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51728       parameters:
51729       - name: "service-instance-id"
51730         in: "path"
51731         description: "Id of service"
51732         required: true
51733         type: "string"
51734       - name: "vnf-id"
51735         in: "path"
51736         description: "Id of vnf"
51737         required: true
51738         type: "string"
51739       - name: "vf-module-id"
51740         in: "path"
51741         description: "Id of vf-module"
51742         required: true
51743         type: "string"
51744       - name: "vm-type"
51745         in: "path"
51746         description: "Id of vm"
51747         required: true
51748         type: "string"
51749       - in: "body"
51750         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
51751         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
51752           \ added to list"
51753         required: false
51754         schema:
51755           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51756           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51757       responses:
51758         400:
51759           description: "Internal error"
51760         201:
51761           description: "Object created"
51762         409:
51763           description: "Object already exists"
51764   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/
51765   : get:
51766       tags:
51767       - "GENERIC-RESOURCE-API"
51768       description: "returns generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51769       parameters:
51770       - name: "service-instance-id"
51771         in: "path"
51772         description: "Id of service"
51773         required: true
51774         type: "string"
51775       - name: "vnf-id"
51776         in: "path"
51777         description: "Id of vnf"
51778         required: true
51779         type: "string"
51780       - name: "vf-module-id"
51781         in: "path"
51782         description: "Id of vf-module"
51783         required: true
51784         type: "string"
51785       - name: "vm-type"
51786         in: "path"
51787         description: "Id of vm"
51788         required: true
51789         type: "string"
51790       - name: "vnfc-name"
51791         in: "path"
51792         description: "Id of vnfc-names"
51793         required: true
51794         type: "string"
51795       responses:
51796         400:
51797           description: "Internal error"
51798         200:
51799           description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51800           responseSchema:
51801             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51802             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51803           schema:
51804             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51805             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51806     post:
51807       tags:
51808       - "GENERIC-RESOURCE-API"
51809       description: "creates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51810       parameters:
51811       - name: "service-instance-id"
51812         in: "path"
51813         description: "Id of service"
51814         required: true
51815         type: "string"
51816       - name: "vnf-id"
51817         in: "path"
51818         description: "Id of vnf"
51819         required: true
51820         type: "string"
51821       - name: "vf-module-id"
51822         in: "path"
51823         description: "Id of vf-module"
51824         required: true
51825         type: "string"
51826       - name: "vm-type"
51827         in: "path"
51828         description: "Id of vm"
51829         required: true
51830         type: "string"
51831       - name: "vnfc-name"
51832         in: "path"
51833         description: "Id of vnfc-names"
51834         required: true
51835         type: "string"
51836       - in: "body"
51837         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
51838         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
51839           \ added to list"
51840         required: false
51841         schema:
51842           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51843           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51844       responses:
51845         400:
51846           description: "Internal error"
51847         201:
51848           description: "Object created"
51849         409:
51850           description: "Object already exists"
51851     put:
51852       tags:
51853       - "GENERIC-RESOURCE-API"
51854       description: "creates or updates generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51855       parameters:
51856       - name: "service-instance-id"
51857         in: "path"
51858         description: "Id of service"
51859         required: true
51860         type: "string"
51861       - name: "vnf-id"
51862         in: "path"
51863         description: "Id of vnf"
51864         required: true
51865         type: "string"
51866       - name: "vf-module-id"
51867         in: "path"
51868         description: "Id of vf-module"
51869         required: true
51870         type: "string"
51871       - name: "vm-type"
51872         in: "path"
51873         description: "Id of vm"
51874         required: true
51875         type: "string"
51876       - name: "vnfc-name"
51877         in: "path"
51878         description: "Id of vnfc-names"
51879         required: true
51880         type: "string"
51881       - in: "body"
51882         name: "generic.resource.api.vmtopologydata.vmnames.VnfcNames.body-param"
51883         description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames to be\
51884           \ added or updated"
51885         required: false
51886         schema:
51887           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51888           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51889       responses:
51890         400:
51891           description: "Internal error"
51892         201:
51893           description: "Object created"
51894         204:
51895           description: "Object modified"
51896     delete:
51897       tags:
51898       - "GENERIC-RESOURCE-API"
51899       description: "removes generic.resource.api.vmtopologydata.vmnames.VnfcNames"
51900       parameters:
51901       - name: "service-instance-id"
51902         in: "path"
51903         description: "Id of service"
51904         required: true
51905         type: "string"
51906       - name: "vnf-id"
51907         in: "path"
51908         description: "Id of vnf"
51909         required: true
51910         type: "string"
51911       - name: "vf-module-id"
51912         in: "path"
51913         description: "Id of vf-module"
51914         required: true
51915         type: "string"
51916       - name: "vm-type"
51917         in: "path"
51918         description: "Id of vm"
51919         required: true
51920         type: "string"
51921       - name: "vnfc-name"
51922         in: "path"
51923         description: "Id of vnfc-names"
51924         required: true
51925         type: "string"
51926       responses:
51927         400:
51928           description: "Internal error"
51929         204:
51930           description: "Object deleted"
51931   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/
51932   : get:
51933       tags:
51934       - "GENERIC-RESOURCE-API"
51935       description: "returns generic.resource.api.VnfcNetworkData"
51936       parameters:
51937       - name: "service-instance-id"
51938         in: "path"
51939         description: "Id of service"
51940         required: true
51941         type: "string"
51942       - name: "vnf-id"
51943         in: "path"
51944         description: "Id of vnf"
51945         required: true
51946         type: "string"
51947       - name: "vf-module-id"
51948         in: "path"
51949         description: "Id of vf-module"
51950         required: true
51951         type: "string"
51952       - name: "vm-type"
51953         in: "path"
51954         description: "Id of vm"
51955         required: true
51956         type: "string"
51957       - name: "vnfc-name"
51958         in: "path"
51959         description: "Id of vnfc-names"
51960         required: true
51961         type: "string"
51962       responses:
51963         400:
51964           description: "Internal error"
51965         200:
51966           description: "generic.resource.api.VnfcNetworkData"
51967           responseSchema:
51968             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
51969             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
51970           schema:
51971             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
51972             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
51973     post:
51974       tags:
51975       - "GENERIC-RESOURCE-API"
51976       description: "creates generic.resource.api.VnfcNetworkData"
51977       parameters:
51978       - name: "service-instance-id"
51979         in: "path"
51980         description: "Id of service"
51981         required: true
51982         type: "string"
51983       - name: "vnf-id"
51984         in: "path"
51985         description: "Id of vnf"
51986         required: true
51987         type: "string"
51988       - name: "vf-module-id"
51989         in: "path"
51990         description: "Id of vf-module"
51991         required: true
51992         type: "string"
51993       - name: "vm-type"
51994         in: "path"
51995         description: "Id of vm"
51996         required: true
51997         type: "string"
51998       - name: "vnfc-name"
51999         in: "path"
52000         description: "Id of vnfc-names"
52001         required: true
52002         type: "string"
52003       - in: "body"
52004         name: "generic.resource.api.VnfcNetworkData.body-param"
52005         description: "generic.resource.api.VnfcNetworkData to be added to list"
52006         required: false
52007         schema:
52008           $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
52009           originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
52010       responses:
52011         400:
52012           description: "Internal error"
52013         201:
52014           description: "Object created"
52015         409:
52016           description: "Object already exists"
52017     put:
52018       tags:
52019       - "GENERIC-RESOURCE-API"
52020       description: "creates or updates generic.resource.api.VnfcNetworkData"
52021       parameters:
52022       - name: "service-instance-id"
52023         in: "path"
52024         description: "Id of service"
52025         required: true
52026         type: "string"
52027       - name: "vnf-id"
52028         in: "path"
52029         description: "Id of vnf"
52030         required: true
52031         type: "string"
52032       - name: "vf-module-id"
52033         in: "path"
52034         description: "Id of vf-module"
52035         required: true
52036         type: "string"
52037       - name: "vm-type"
52038         in: "path"
52039         description: "Id of vm"
52040         required: true
52041         type: "string"
52042       - name: "vnfc-name"
52043         in: "path"
52044         description: "Id of vnfc-names"
52045         required: true
52046         type: "string"
52047       - in: "body"
52048         name: "generic.resource.api.VnfcNetworkData.body-param"
52049         description: "generic.resource.api.VnfcNetworkData to be added or updated"
52050         required: false
52051         schema:
52052           $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
52053           originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
52054       responses:
52055         400:
52056           description: "Internal error"
52057         201:
52058           description: "Object created"
52059         204:
52060           description: "Object modified"
52061     delete:
52062       tags:
52063       - "GENERIC-RESOURCE-API"
52064       description: "removes generic.resource.api.VnfcNetworkData"
52065       parameters:
52066       - name: "service-instance-id"
52067         in: "path"
52068         description: "Id of service"
52069         required: true
52070         type: "string"
52071       - name: "vnf-id"
52072         in: "path"
52073         description: "Id of vnf"
52074         required: true
52075         type: "string"
52076       - name: "vf-module-id"
52077         in: "path"
52078         description: "Id of vf-module"
52079         required: true
52080         type: "string"
52081       - name: "vm-type"
52082         in: "path"
52083         description: "Id of vm"
52084         required: true
52085         type: "string"
52086       - name: "vnfc-name"
52087         in: "path"
52088         description: "Id of vnfc-names"
52089         required: true
52090         type: "string"
52091       responses:
52092         400:
52093           description: "Internal error"
52094         204:
52095           description: "Object deleted"
52096   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/
52097   : post:
52098       description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52099       parameters:
52100       - name: "service-instance-id"
52101         in: "path"
52102         description: "Id of service"
52103         required: true
52104         type: "string"
52105       - name: "vnf-id"
52106         in: "path"
52107         description: "Id of vnf"
52108         required: true
52109         type: "string"
52110       - name: "vf-module-id"
52111         in: "path"
52112         description: "Id of vf-module"
52113         required: true
52114         type: "string"
52115       - name: "vm-type"
52116         in: "path"
52117         description: "Id of vm"
52118         required: true
52119         type: "string"
52120       - name: "vnfc-name"
52121         in: "path"
52122         description: "Id of vnfc-names"
52123         required: true
52124         type: "string"
52125       - in: "body"
52126         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
52127         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
52128           \ to list"
52129         required: false
52130         schema:
52131           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52132           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52133       responses:
52134         400:
52135           description: "Internal error"
52136         201:
52137           description: "Object created"
52138         409:
52139           description: "Object already exists"
52140   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/
52141   : get:
52142       tags:
52143       - "GENERIC-RESOURCE-API"
52144       description: "returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52145       parameters:
52146       - name: "service-instance-id"
52147         in: "path"
52148         description: "Id of service"
52149         required: true
52150         type: "string"
52151       - name: "vnf-id"
52152         in: "path"
52153         description: "Id of vnf"
52154         required: true
52155         type: "string"
52156       - name: "vf-module-id"
52157         in: "path"
52158         description: "Id of vf-module"
52159         required: true
52160         type: "string"
52161       - name: "vm-type"
52162         in: "path"
52163         description: "Id of vm"
52164         required: true
52165         type: "string"
52166       - name: "vnfc-name"
52167         in: "path"
52168         description: "Id of vnfc-names"
52169         required: true
52170         type: "string"
52171       - name: "vnfc-network-role"
52172         in: "path"
52173         description: "Id of vnfc-network-data"
52174         required: true
52175         type: "string"
52176       responses:
52177         400:
52178           description: "Internal error"
52179         200:
52180           description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52181           responseSchema:
52182             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52183             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52184           schema:
52185             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52186             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52187     post:
52188       tags:
52189       - "GENERIC-RESOURCE-API"
52190       description: "creates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52191       parameters:
52192       - name: "service-instance-id"
52193         in: "path"
52194         description: "Id of service"
52195         required: true
52196         type: "string"
52197       - name: "vnf-id"
52198         in: "path"
52199         description: "Id of vnf"
52200         required: true
52201         type: "string"
52202       - name: "vf-module-id"
52203         in: "path"
52204         description: "Id of vf-module"
52205         required: true
52206         type: "string"
52207       - name: "vm-type"
52208         in: "path"
52209         description: "Id of vm"
52210         required: true
52211         type: "string"
52212       - name: "vnfc-name"
52213         in: "path"
52214         description: "Id of vnfc-names"
52215         required: true
52216         type: "string"
52217       - name: "vnfc-network-role"
52218         in: "path"
52219         description: "Id of vnfc-network-data"
52220         required: true
52221         type: "string"
52222       - in: "body"
52223         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
52224         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
52225           \ to list"
52226         required: false
52227         schema:
52228           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52229           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52230       responses:
52231         400:
52232           description: "Internal error"
52233         201:
52234           description: "Object created"
52235         409:
52236           description: "Object already exists"
52237     put:
52238       tags:
52239       - "GENERIC-RESOURCE-API"
52240       description: "creates or updates generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52241       parameters:
52242       - name: "service-instance-id"
52243         in: "path"
52244         description: "Id of service"
52245         required: true
52246         type: "string"
52247       - name: "vnf-id"
52248         in: "path"
52249         description: "Id of vnf"
52250         required: true
52251         type: "string"
52252       - name: "vf-module-id"
52253         in: "path"
52254         description: "Id of vf-module"
52255         required: true
52256         type: "string"
52257       - name: "vm-type"
52258         in: "path"
52259         description: "Id of vm"
52260         required: true
52261         type: "string"
52262       - name: "vnfc-name"
52263         in: "path"
52264         description: "Id of vnfc-names"
52265         required: true
52266         type: "string"
52267       - name: "vnfc-network-role"
52268         in: "path"
52269         description: "Id of vnfc-network-data"
52270         required: true
52271         type: "string"
52272       - in: "body"
52273         name: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData.body-param"
52274         description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData to be added\
52275           \ or updated"
52276         required: false
52277         schema:
52278           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52279           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52280       responses:
52281         400:
52282           description: "Internal error"
52283         201:
52284           description: "Object created"
52285         204:
52286           description: "Object modified"
52287     delete:
52288       tags:
52289       - "GENERIC-RESOURCE-API"
52290       description: "removes generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
52291       parameters:
52292       - name: "service-instance-id"
52293         in: "path"
52294         description: "Id of service"
52295         required: true
52296         type: "string"
52297       - name: "vnf-id"
52298         in: "path"
52299         description: "Id of vnf"
52300         required: true
52301         type: "string"
52302       - name: "vf-module-id"
52303         in: "path"
52304         description: "Id of vf-module"
52305         required: true
52306         type: "string"
52307       - name: "vm-type"
52308         in: "path"
52309         description: "Id of vm"
52310         required: true
52311         type: "string"
52312       - name: "vnfc-name"
52313         in: "path"
52314         description: "Id of vnfc-names"
52315         required: true
52316         type: "string"
52317       - name: "vnfc-network-role"
52318         in: "path"
52319         description: "Id of vnfc-network-data"
52320         required: true
52321         type: "string"
52322       responses:
52323         400:
52324           description: "Internal error"
52325         204:
52326           description: "Object deleted"
52327   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/
52328   : get:
52329       tags:
52330       - "GENERIC-RESOURCE-API"
52331       description: "returns generic.resource.api.connectionpoint.ConnectionPoint"
52332       parameters:
52333       - name: "service-instance-id"
52334         in: "path"
52335         description: "Id of service"
52336         required: true
52337         type: "string"
52338       - name: "vnf-id"
52339         in: "path"
52340         description: "Id of vnf"
52341         required: true
52342         type: "string"
52343       - name: "vf-module-id"
52344         in: "path"
52345         description: "Id of vf-module"
52346         required: true
52347         type: "string"
52348       - name: "vm-type"
52349         in: "path"
52350         description: "Id of vm"
52351         required: true
52352         type: "string"
52353       - name: "vnfc-name"
52354         in: "path"
52355         description: "Id of vnfc-names"
52356         required: true
52357         type: "string"
52358       - name: "vnfc-network-role"
52359         in: "path"
52360         description: "Id of vnfc-network-data"
52361         required: true
52362         type: "string"
52363       responses:
52364         400:
52365           description: "Internal error"
52366         200:
52367           description: "generic.resource.api.connectionpoint.ConnectionPoint"
52368           responseSchema:
52369             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52370             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52371           schema:
52372             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52373             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52374     post:
52375       tags:
52376       - "GENERIC-RESOURCE-API"
52377       description: "creates generic.resource.api.connectionpoint.ConnectionPoint"
52378       parameters:
52379       - name: "service-instance-id"
52380         in: "path"
52381         description: "Id of service"
52382         required: true
52383         type: "string"
52384       - name: "vnf-id"
52385         in: "path"
52386         description: "Id of vnf"
52387         required: true
52388         type: "string"
52389       - name: "vf-module-id"
52390         in: "path"
52391         description: "Id of vf-module"
52392         required: true
52393         type: "string"
52394       - name: "vm-type"
52395         in: "path"
52396         description: "Id of vm"
52397         required: true
52398         type: "string"
52399       - name: "vnfc-name"
52400         in: "path"
52401         description: "Id of vnfc-names"
52402         required: true
52403         type: "string"
52404       - name: "vnfc-network-role"
52405         in: "path"
52406         description: "Id of vnfc-network-data"
52407         required: true
52408         type: "string"
52409       - in: "body"
52410         name: "generic.resource.api.connectionpoint.ConnectionPoint.body-param"
52411         description: "generic.resource.api.connectionpoint.ConnectionPoint to be added\
52412           \ to list"
52413         required: false
52414         schema:
52415           $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52416           originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52417       responses:
52418         400:
52419           description: "Internal error"
52420         201:
52421           description: "Object created"
52422         409:
52423           description: "Object already exists"
52424     put:
52425       tags:
52426       - "GENERIC-RESOURCE-API"
52427       description: "creates or updates generic.resource.api.connectionpoint.ConnectionPoint"
52428       parameters:
52429       - name: "service-instance-id"
52430         in: "path"
52431         description: "Id of service"
52432         required: true
52433         type: "string"
52434       - name: "vnf-id"
52435         in: "path"
52436         description: "Id of vnf"
52437         required: true
52438         type: "string"
52439       - name: "vf-module-id"
52440         in: "path"
52441         description: "Id of vf-module"
52442         required: true
52443         type: "string"
52444       - name: "vm-type"
52445         in: "path"
52446         description: "Id of vm"
52447         required: true
52448         type: "string"
52449       - name: "vnfc-name"
52450         in: "path"
52451         description: "Id of vnfc-names"
52452         required: true
52453         type: "string"
52454       - name: "vnfc-network-role"
52455         in: "path"
52456         description: "Id of vnfc-network-data"
52457         required: true
52458         type: "string"
52459       - in: "body"
52460         name: "generic.resource.api.connectionpoint.ConnectionPoint.body-param"
52461         description: "generic.resource.api.connectionpoint.ConnectionPoint to be added\
52462           \ or updated"
52463         required: false
52464         schema:
52465           $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52466           originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
52467       responses:
52468         400:
52469           description: "Internal error"
52470         201:
52471           description: "Object created"
52472         204:
52473           description: "Object modified"
52474     delete:
52475       tags:
52476       - "GENERIC-RESOURCE-API"
52477       description: "removes generic.resource.api.connectionpoint.ConnectionPoint"
52478       parameters:
52479       - name: "service-instance-id"
52480         in: "path"
52481         description: "Id of service"
52482         required: true
52483         type: "string"
52484       - name: "vnf-id"
52485         in: "path"
52486         description: "Id of vnf"
52487         required: true
52488         type: "string"
52489       - name: "vf-module-id"
52490         in: "path"
52491         description: "Id of vf-module"
52492         required: true
52493         type: "string"
52494       - name: "vm-type"
52495         in: "path"
52496         description: "Id of vm"
52497         required: true
52498         type: "string"
52499       - name: "vnfc-name"
52500         in: "path"
52501         description: "Id of vnfc-names"
52502         required: true
52503         type: "string"
52504       - name: "vnfc-network-role"
52505         in: "path"
52506         description: "Id of vnfc-network-data"
52507         required: true
52508         type: "string"
52509       responses:
52510         400:
52511           description: "Internal error"
52512         204:
52513           description: "Object deleted"
52514   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/
52515   : post:
52516       description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
52517       parameters:
52518       - name: "service-instance-id"
52519         in: "path"
52520         description: "Id of service"
52521         required: true
52522         type: "string"
52523       - name: "vnf-id"
52524         in: "path"
52525         description: "Id of vnf"
52526         required: true
52527         type: "string"
52528       - name: "vf-module-id"
52529         in: "path"
52530         description: "Id of vf-module"
52531         required: true
52532         type: "string"
52533       - name: "vm-type"
52534         in: "path"
52535         description: "Id of vm"
52536         required: true
52537         type: "string"
52538       - name: "vnfc-name"
52539         in: "path"
52540         description: "Id of vnfc-names"
52541         required: true
52542         type: "string"
52543       - name: "vnfc-network-role"
52544         in: "path"
52545         description: "Id of vnfc-network-data"
52546         required: true
52547         type: "string"
52548       - in: "body"
52549         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
52550         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
52551           \ to be added to list"
52552         required: false
52553         schema:
52554           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52555           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52556       responses:
52557         400:
52558           description: "Internal error"
52559         201:
52560           description: "Object created"
52561         409:
52562           description: "Object already exists"
52563   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/{vlan-uuid}/
52564   : get:
52565       tags:
52566       - "GENERIC-RESOURCE-API"
52567       description: "returns generic.resource.api.connectionpoint.connectionpoint.VlanData"
52568       parameters:
52569       - name: "service-instance-id"
52570         in: "path"
52571         description: "Id of service"
52572         required: true
52573         type: "string"
52574       - name: "vnf-id"
52575         in: "path"
52576         description: "Id of vnf"
52577         required: true
52578         type: "string"
52579       - name: "vf-module-id"
52580         in: "path"
52581         description: "Id of vf-module"
52582         required: true
52583         type: "string"
52584       - name: "vm-type"
52585         in: "path"
52586         description: "Id of vm"
52587         required: true
52588         type: "string"
52589       - name: "vnfc-name"
52590         in: "path"
52591         description: "Id of vnfc-names"
52592         required: true
52593         type: "string"
52594       - name: "vnfc-network-role"
52595         in: "path"
52596         description: "Id of vnfc-network-data"
52597         required: true
52598         type: "string"
52599       - name: "vlan-uuid"
52600         in: "path"
52601         description: "Id of vlan-data"
52602         required: true
52603         type: "string"
52604       responses:
52605         400:
52606           description: "Internal error"
52607         200:
52608           description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
52609           responseSchema:
52610             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52611             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52612           schema:
52613             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52614             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52615     post:
52616       tags:
52617       - "GENERIC-RESOURCE-API"
52618       description: "creates generic.resource.api.connectionpoint.connectionpoint.VlanData"
52619       parameters:
52620       - name: "service-instance-id"
52621         in: "path"
52622         description: "Id of service"
52623         required: true
52624         type: "string"
52625       - name: "vnf-id"
52626         in: "path"
52627         description: "Id of vnf"
52628         required: true
52629         type: "string"
52630       - name: "vf-module-id"
52631         in: "path"
52632         description: "Id of vf-module"
52633         required: true
52634         type: "string"
52635       - name: "vm-type"
52636         in: "path"
52637         description: "Id of vm"
52638         required: true
52639         type: "string"
52640       - name: "vnfc-name"
52641         in: "path"
52642         description: "Id of vnfc-names"
52643         required: true
52644         type: "string"
52645       - name: "vnfc-network-role"
52646         in: "path"
52647         description: "Id of vnfc-network-data"
52648         required: true
52649         type: "string"
52650       - name: "vlan-uuid"
52651         in: "path"
52652         description: "Id of vlan-data"
52653         required: true
52654         type: "string"
52655       - in: "body"
52656         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
52657         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
52658           \ to be added to list"
52659         required: false
52660         schema:
52661           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52662           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52663       responses:
52664         400:
52665           description: "Internal error"
52666         201:
52667           description: "Object created"
52668         409:
52669           description: "Object already exists"
52670     put:
52671       tags:
52672       - "GENERIC-RESOURCE-API"
52673       description: "creates or updates generic.resource.api.connectionpoint.connectionpoint.VlanData"
52674       parameters:
52675       - name: "service-instance-id"
52676         in: "path"
52677         description: "Id of service"
52678         required: true
52679         type: "string"
52680       - name: "vnf-id"
52681         in: "path"
52682         description: "Id of vnf"
52683         required: true
52684         type: "string"
52685       - name: "vf-module-id"
52686         in: "path"
52687         description: "Id of vf-module"
52688         required: true
52689         type: "string"
52690       - name: "vm-type"
52691         in: "path"
52692         description: "Id of vm"
52693         required: true
52694         type: "string"
52695       - name: "vnfc-name"
52696         in: "path"
52697         description: "Id of vnfc-names"
52698         required: true
52699         type: "string"
52700       - name: "vnfc-network-role"
52701         in: "path"
52702         description: "Id of vnfc-network-data"
52703         required: true
52704         type: "string"
52705       - name: "vlan-uuid"
52706         in: "path"
52707         description: "Id of vlan-data"
52708         required: true
52709         type: "string"
52710       - in: "body"
52711         name: "generic.resource.api.connectionpoint.connectionpoint.VlanData.body-param"
52712         description: "generic.resource.api.connectionpoint.connectionpoint.VlanData\
52713           \ to be added or updated"
52714         required: false
52715         schema:
52716           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52717           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
52718       responses:
52719         400:
52720           description: "Internal error"
52721         201:
52722           description: "Object created"
52723         204:
52724           description: "Object modified"
52725     delete:
52726       tags:
52727       - "GENERIC-RESOURCE-API"
52728       description: "removes generic.resource.api.connectionpoint.connectionpoint.VlanData"
52729       parameters:
52730       - name: "service-instance-id"
52731         in: "path"
52732         description: "Id of service"
52733         required: true
52734         type: "string"
52735       - name: "vnf-id"
52736         in: "path"
52737         description: "Id of vnf"
52738         required: true
52739         type: "string"
52740       - name: "vf-module-id"
52741         in: "path"
52742         description: "Id of vf-module"
52743         required: true
52744         type: "string"
52745       - name: "vm-type"
52746         in: "path"
52747         description: "Id of vm"
52748         required: true
52749         type: "string"
52750       - name: "vnfc-name"
52751         in: "path"
52752         description: "Id of vnfc-names"
52753         required: true
52754         type: "string"
52755       - name: "vnfc-network-role"
52756         in: "path"
52757         description: "Id of vnfc-network-data"
52758         required: true
52759         type: "string"
52760       - name: "vlan-uuid"
52761         in: "path"
52762         description: "Id of vlan-data"
52763         required: true
52764         type: "string"
52765       responses:
52766         400:
52767           description: "Internal error"
52768         204:
52769           description: "Object deleted"
52770   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/
52771   : get:
52772       tags:
52773       - "GENERIC-RESOURCE-API"
52774       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52775       parameters:
52776       - name: "service-instance-id"
52777         in: "path"
52778         description: "Id of service"
52779         required: true
52780         type: "string"
52781       - name: "vnf-id"
52782         in: "path"
52783         description: "Id of vnf"
52784         required: true
52785         type: "string"
52786       - name: "vf-module-id"
52787         in: "path"
52788         description: "Id of vf-module"
52789         required: true
52790         type: "string"
52791       - name: "vm-type"
52792         in: "path"
52793         description: "Id of vm"
52794         required: true
52795         type: "string"
52796       - name: "vnfc-name"
52797         in: "path"
52798         description: "Id of vnfc-names"
52799         required: true
52800         type: "string"
52801       - name: "vnfc-network-role"
52802         in: "path"
52803         description: "Id of vnfc-network-data"
52804         required: true
52805         type: "string"
52806       responses:
52807         400:
52808           description: "Internal error"
52809         200:
52810           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52811           responseSchema:
52812             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52813             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52814           schema:
52815             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52816             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52817     post:
52818       tags:
52819       - "GENERIC-RESOURCE-API"
52820       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52821       parameters:
52822       - name: "service-instance-id"
52823         in: "path"
52824         description: "Id of service"
52825         required: true
52826         type: "string"
52827       - name: "vnf-id"
52828         in: "path"
52829         description: "Id of vnf"
52830         required: true
52831         type: "string"
52832       - name: "vf-module-id"
52833         in: "path"
52834         description: "Id of vf-module"
52835         required: true
52836         type: "string"
52837       - name: "vm-type"
52838         in: "path"
52839         description: "Id of vm"
52840         required: true
52841         type: "string"
52842       - name: "vnfc-name"
52843         in: "path"
52844         description: "Id of vnfc-names"
52845         required: true
52846         type: "string"
52847       - name: "vnfc-network-role"
52848         in: "path"
52849         description: "Id of vnfc-network-data"
52850         required: true
52851         type: "string"
52852       - in: "body"
52853         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param"
52854         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts\
52855           \ to be added to list"
52856         required: false
52857         schema:
52858           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52859           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52860       responses:
52861         400:
52862           description: "Internal error"
52863         201:
52864           description: "Object created"
52865         409:
52866           description: "Object already exists"
52867     put:
52868       tags:
52869       - "GENERIC-RESOURCE-API"
52870       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52871       parameters:
52872       - name: "service-instance-id"
52873         in: "path"
52874         description: "Id of service"
52875         required: true
52876         type: "string"
52877       - name: "vnf-id"
52878         in: "path"
52879         description: "Id of vnf"
52880         required: true
52881         type: "string"
52882       - name: "vf-module-id"
52883         in: "path"
52884         description: "Id of vf-module"
52885         required: true
52886         type: "string"
52887       - name: "vm-type"
52888         in: "path"
52889         description: "Id of vm"
52890         required: true
52891         type: "string"
52892       - name: "vnfc-name"
52893         in: "path"
52894         description: "Id of vnfc-names"
52895         required: true
52896         type: "string"
52897       - name: "vnfc-network-role"
52898         in: "path"
52899         description: "Id of vnfc-network-data"
52900         required: true
52901         type: "string"
52902       - in: "body"
52903         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts.body-param"
52904         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts\
52905           \ to be added or updated"
52906         required: false
52907         schema:
52908           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52909           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52910       responses:
52911         400:
52912           description: "Internal error"
52913         201:
52914           description: "Object created"
52915         204:
52916           description: "Object modified"
52917     delete:
52918       tags:
52919       - "GENERIC-RESOURCE-API"
52920       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
52921       parameters:
52922       - name: "service-instance-id"
52923         in: "path"
52924         description: "Id of service"
52925         required: true
52926         type: "string"
52927       - name: "vnf-id"
52928         in: "path"
52929         description: "Id of vnf"
52930         required: true
52931         type: "string"
52932       - name: "vf-module-id"
52933         in: "path"
52934         description: "Id of vf-module"
52935         required: true
52936         type: "string"
52937       - name: "vm-type"
52938         in: "path"
52939         description: "Id of vm"
52940         required: true
52941         type: "string"
52942       - name: "vnfc-name"
52943         in: "path"
52944         description: "Id of vnfc-names"
52945         required: true
52946         type: "string"
52947       - name: "vnfc-network-role"
52948         in: "path"
52949         description: "Id of vnfc-network-data"
52950         required: true
52951         type: "string"
52952       responses:
52953         400:
52954           description: "Internal error"
52955         204:
52956           description: "Object deleted"
52957   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/
52958   : post:
52959       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
52960       parameters:
52961       - name: "service-instance-id"
52962         in: "path"
52963         description: "Id of service"
52964         required: true
52965         type: "string"
52966       - name: "vnf-id"
52967         in: "path"
52968         description: "Id of vnf"
52969         required: true
52970         type: "string"
52971       - name: "vf-module-id"
52972         in: "path"
52973         description: "Id of vf-module"
52974         required: true
52975         type: "string"
52976       - name: "vm-type"
52977         in: "path"
52978         description: "Id of vm"
52979         required: true
52980         type: "string"
52981       - name: "vnfc-name"
52982         in: "path"
52983         description: "Id of vnfc-names"
52984         required: true
52985         type: "string"
52986       - name: "vnfc-network-role"
52987         in: "path"
52988         description: "Id of vnfc-network-data"
52989         required: true
52990         type: "string"
52991       - in: "body"
52992         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
52993         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
52994           \ to be added to list"
52995         required: false
52996         schema:
52997           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
52998           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
52999       responses:
53000         400:
53001           description: "Internal error"
53002         201:
53003           description: "Object created"
53004         409:
53005           description: "Object already exists"
53006   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/
53007   : get:
53008       tags:
53009       - "GENERIC-RESOURCE-API"
53010       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53011       parameters:
53012       - name: "service-instance-id"
53013         in: "path"
53014         description: "Id of service"
53015         required: true
53016         type: "string"
53017       - name: "vnf-id"
53018         in: "path"
53019         description: "Id of vnf"
53020         required: true
53021         type: "string"
53022       - name: "vf-module-id"
53023         in: "path"
53024         description: "Id of vf-module"
53025         required: true
53026         type: "string"
53027       - name: "vm-type"
53028         in: "path"
53029         description: "Id of vm"
53030         required: true
53031         type: "string"
53032       - name: "vnfc-name"
53033         in: "path"
53034         description: "Id of vnfc-names"
53035         required: true
53036         type: "string"
53037       - name: "vnfc-network-role"
53038         in: "path"
53039         description: "Id of vnfc-network-data"
53040         required: true
53041         type: "string"
53042       - name: "vnfc-port-id"
53043         in: "path"
53044         description: "Id of vnfc-port"
53045         required: true
53046         type: "string"
53047       responses:
53048         400:
53049           description: "Internal error"
53050         200:
53051           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53052           responseSchema:
53053             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53054             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53055           schema:
53056             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53057             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53058     post:
53059       tags:
53060       - "GENERIC-RESOURCE-API"
53061       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53062       parameters:
53063       - name: "service-instance-id"
53064         in: "path"
53065         description: "Id of service"
53066         required: true
53067         type: "string"
53068       - name: "vnf-id"
53069         in: "path"
53070         description: "Id of vnf"
53071         required: true
53072         type: "string"
53073       - name: "vf-module-id"
53074         in: "path"
53075         description: "Id of vf-module"
53076         required: true
53077         type: "string"
53078       - name: "vm-type"
53079         in: "path"
53080         description: "Id of vm"
53081         required: true
53082         type: "string"
53083       - name: "vnfc-name"
53084         in: "path"
53085         description: "Id of vnfc-names"
53086         required: true
53087         type: "string"
53088       - name: "vnfc-network-role"
53089         in: "path"
53090         description: "Id of vnfc-network-data"
53091         required: true
53092         type: "string"
53093       - name: "vnfc-port-id"
53094         in: "path"
53095         description: "Id of vnfc-port"
53096         required: true
53097         type: "string"
53098       - in: "body"
53099         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
53100         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
53101           \ to be added to list"
53102         required: false
53103         schema:
53104           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53105           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53106       responses:
53107         400:
53108           description: "Internal error"
53109         201:
53110           description: "Object created"
53111         409:
53112           description: "Object already exists"
53113     put:
53114       tags:
53115       - "GENERIC-RESOURCE-API"
53116       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53117       parameters:
53118       - name: "service-instance-id"
53119         in: "path"
53120         description: "Id of service"
53121         required: true
53122         type: "string"
53123       - name: "vnf-id"
53124         in: "path"
53125         description: "Id of vnf"
53126         required: true
53127         type: "string"
53128       - name: "vf-module-id"
53129         in: "path"
53130         description: "Id of vf-module"
53131         required: true
53132         type: "string"
53133       - name: "vm-type"
53134         in: "path"
53135         description: "Id of vm"
53136         required: true
53137         type: "string"
53138       - name: "vnfc-name"
53139         in: "path"
53140         description: "Id of vnfc-names"
53141         required: true
53142         type: "string"
53143       - name: "vnfc-network-role"
53144         in: "path"
53145         description: "Id of vnfc-network-data"
53146         required: true
53147         type: "string"
53148       - name: "vnfc-port-id"
53149         in: "path"
53150         description: "Id of vnfc-port"
53151         required: true
53152         type: "string"
53153       - in: "body"
53154         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort.body-param"
53155         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort\
53156           \ to be added or updated"
53157         required: false
53158         schema:
53159           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53160           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53161       responses:
53162         400:
53163           description: "Internal error"
53164         201:
53165           description: "Object created"
53166         204:
53167           description: "Object modified"
53168     delete:
53169       tags:
53170       - "GENERIC-RESOURCE-API"
53171       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
53172       parameters:
53173       - name: "service-instance-id"
53174         in: "path"
53175         description: "Id of service"
53176         required: true
53177         type: "string"
53178       - name: "vnf-id"
53179         in: "path"
53180         description: "Id of vnf"
53181         required: true
53182         type: "string"
53183       - name: "vf-module-id"
53184         in: "path"
53185         description: "Id of vf-module"
53186         required: true
53187         type: "string"
53188       - name: "vm-type"
53189         in: "path"
53190         description: "Id of vm"
53191         required: true
53192         type: "string"
53193       - name: "vnfc-name"
53194         in: "path"
53195         description: "Id of vnfc-names"
53196         required: true
53197         type: "string"
53198       - name: "vnfc-network-role"
53199         in: "path"
53200         description: "Id of vnfc-network-data"
53201         required: true
53202         type: "string"
53203       - name: "vnfc-port-id"
53204         in: "path"
53205         description: "Id of vnfc-port"
53206         required: true
53207         type: "string"
53208       responses:
53209         400:
53210           description: "Internal error"
53211         204:
53212           description: "Object deleted"
53213   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/
53214   : get:
53215       tags:
53216       - "GENERIC-RESOURCE-API"
53217       description: "returns generic.resource.api.SubInterfaceNetworkData"
53218       parameters:
53219       - name: "service-instance-id"
53220         in: "path"
53221         description: "Id of service"
53222         required: true
53223         type: "string"
53224       - name: "vnf-id"
53225         in: "path"
53226         description: "Id of vnf"
53227         required: true
53228         type: "string"
53229       - name: "vf-module-id"
53230         in: "path"
53231         description: "Id of vf-module"
53232         required: true
53233         type: "string"
53234       - name: "vm-type"
53235         in: "path"
53236         description: "Id of vm"
53237         required: true
53238         type: "string"
53239       - name: "vnfc-name"
53240         in: "path"
53241         description: "Id of vnfc-names"
53242         required: true
53243         type: "string"
53244       - name: "vnfc-network-role"
53245         in: "path"
53246         description: "Id of vnfc-network-data"
53247         required: true
53248         type: "string"
53249       - name: "vnfc-port-id"
53250         in: "path"
53251         description: "Id of vnfc-port"
53252         required: true
53253         type: "string"
53254       responses:
53255         400:
53256           description: "Internal error"
53257         200:
53258           description: "generic.resource.api.SubInterfaceNetworkData"
53259           responseSchema:
53260             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53261             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53262           schema:
53263             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53264             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53265     post:
53266       tags:
53267       - "GENERIC-RESOURCE-API"
53268       description: "creates generic.resource.api.SubInterfaceNetworkData"
53269       parameters:
53270       - name: "service-instance-id"
53271         in: "path"
53272         description: "Id of service"
53273         required: true
53274         type: "string"
53275       - name: "vnf-id"
53276         in: "path"
53277         description: "Id of vnf"
53278         required: true
53279         type: "string"
53280       - name: "vf-module-id"
53281         in: "path"
53282         description: "Id of vf-module"
53283         required: true
53284         type: "string"
53285       - name: "vm-type"
53286         in: "path"
53287         description: "Id of vm"
53288         required: true
53289         type: "string"
53290       - name: "vnfc-name"
53291         in: "path"
53292         description: "Id of vnfc-names"
53293         required: true
53294         type: "string"
53295       - name: "vnfc-network-role"
53296         in: "path"
53297         description: "Id of vnfc-network-data"
53298         required: true
53299         type: "string"
53300       - name: "vnfc-port-id"
53301         in: "path"
53302         description: "Id of vnfc-port"
53303         required: true
53304         type: "string"
53305       - in: "body"
53306         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
53307         description: "generic.resource.api.SubInterfaceNetworkData to be added to\
53308           \ list"
53309         required: false
53310         schema:
53311           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53312           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53313       responses:
53314         400:
53315           description: "Internal error"
53316         201:
53317           description: "Object created"
53318         409:
53319           description: "Object already exists"
53320     put:
53321       tags:
53322       - "GENERIC-RESOURCE-API"
53323       description: "creates or updates generic.resource.api.SubInterfaceNetworkData"
53324       parameters:
53325       - name: "service-instance-id"
53326         in: "path"
53327         description: "Id of service"
53328         required: true
53329         type: "string"
53330       - name: "vnf-id"
53331         in: "path"
53332         description: "Id of vnf"
53333         required: true
53334         type: "string"
53335       - name: "vf-module-id"
53336         in: "path"
53337         description: "Id of vf-module"
53338         required: true
53339         type: "string"
53340       - name: "vm-type"
53341         in: "path"
53342         description: "Id of vm"
53343         required: true
53344         type: "string"
53345       - name: "vnfc-name"
53346         in: "path"
53347         description: "Id of vnfc-names"
53348         required: true
53349         type: "string"
53350       - name: "vnfc-network-role"
53351         in: "path"
53352         description: "Id of vnfc-network-data"
53353         required: true
53354         type: "string"
53355       - name: "vnfc-port-id"
53356         in: "path"
53357         description: "Id of vnfc-port"
53358         required: true
53359         type: "string"
53360       - in: "body"
53361         name: "generic.resource.api.SubInterfaceNetworkData.body-param"
53362         description: "generic.resource.api.SubInterfaceNetworkData to be added or\
53363           \ updated"
53364         required: false
53365         schema:
53366           $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53367           originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
53368       responses:
53369         400:
53370           description: "Internal error"
53371         201:
53372           description: "Object created"
53373         204:
53374           description: "Object modified"
53375     delete:
53376       tags:
53377       - "GENERIC-RESOURCE-API"
53378       description: "removes generic.resource.api.SubInterfaceNetworkData"
53379       parameters:
53380       - name: "service-instance-id"
53381         in: "path"
53382         description: "Id of service"
53383         required: true
53384         type: "string"
53385       - name: "vnf-id"
53386         in: "path"
53387         description: "Id of vnf"
53388         required: true
53389         type: "string"
53390       - name: "vf-module-id"
53391         in: "path"
53392         description: "Id of vf-module"
53393         required: true
53394         type: "string"
53395       - name: "vm-type"
53396         in: "path"
53397         description: "Id of vm"
53398         required: true
53399         type: "string"
53400       - name: "vnfc-name"
53401         in: "path"
53402         description: "Id of vnfc-names"
53403         required: true
53404         type: "string"
53405       - name: "vnfc-network-role"
53406         in: "path"
53407         description: "Id of vnfc-network-data"
53408         required: true
53409         type: "string"
53410       - name: "vnfc-port-id"
53411         in: "path"
53412         description: "Id of vnfc-port"
53413         required: true
53414         type: "string"
53415       responses:
53416         400:
53417           description: "Internal error"
53418         204:
53419           description: "Object deleted"
53420   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/
53421   : post:
53422       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53423       parameters:
53424       - name: "service-instance-id"
53425         in: "path"
53426         description: "Id of service"
53427         required: true
53428         type: "string"
53429       - name: "vnf-id"
53430         in: "path"
53431         description: "Id of vnf"
53432         required: true
53433         type: "string"
53434       - name: "vf-module-id"
53435         in: "path"
53436         description: "Id of vf-module"
53437         required: true
53438         type: "string"
53439       - name: "vm-type"
53440         in: "path"
53441         description: "Id of vm"
53442         required: true
53443         type: "string"
53444       - name: "vnfc-name"
53445         in: "path"
53446         description: "Id of vnfc-names"
53447         required: true
53448         type: "string"
53449       - name: "vnfc-network-role"
53450         in: "path"
53451         description: "Id of vnfc-network-data"
53452         required: true
53453         type: "string"
53454       - name: "vnfc-port-id"
53455         in: "path"
53456         description: "Id of vnfc-port"
53457         required: true
53458         type: "string"
53459       - in: "body"
53460         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
53461         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
53462           \ to be added to list"
53463         required: false
53464         schema:
53465           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53466           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53467       responses:
53468         400:
53469           description: "Internal error"
53470         201:
53471           description: "Object created"
53472         409:
53473           description: "Object already exists"
53474   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
53475   : get:
53476       tags:
53477       - "GENERIC-RESOURCE-API"
53478       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53479       parameters:
53480       - name: "service-instance-id"
53481         in: "path"
53482         description: "Id of service"
53483         required: true
53484         type: "string"
53485       - name: "vnf-id"
53486         in: "path"
53487         description: "Id of vnf"
53488         required: true
53489         type: "string"
53490       - name: "vf-module-id"
53491         in: "path"
53492         description: "Id of vf-module"
53493         required: true
53494         type: "string"
53495       - name: "vm-type"
53496         in: "path"
53497         description: "Id of vm"
53498         required: true
53499         type: "string"
53500       - name: "vnfc-name"
53501         in: "path"
53502         description: "Id of vnfc-names"
53503         required: true
53504         type: "string"
53505       - name: "vnfc-network-role"
53506         in: "path"
53507         description: "Id of vnfc-network-data"
53508         required: true
53509         type: "string"
53510       - name: "vnfc-port-id"
53511         in: "path"
53512         description: "Id of vnfc-port"
53513         required: true
53514         type: "string"
53515       - name: "network-id"
53516         in: "path"
53517         description: "Id of sub-interface-network-data"
53518         required: true
53519         type: "string"
53520       responses:
53521         400:
53522           description: "Internal error"
53523         200:
53524           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53525           responseSchema:
53526             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53527             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53528           schema:
53529             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53530             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53531     post:
53532       tags:
53533       - "GENERIC-RESOURCE-API"
53534       description: "creates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53535       parameters:
53536       - name: "service-instance-id"
53537         in: "path"
53538         description: "Id of service"
53539         required: true
53540         type: "string"
53541       - name: "vnf-id"
53542         in: "path"
53543         description: "Id of vnf"
53544         required: true
53545         type: "string"
53546       - name: "vf-module-id"
53547         in: "path"
53548         description: "Id of vf-module"
53549         required: true
53550         type: "string"
53551       - name: "vm-type"
53552         in: "path"
53553         description: "Id of vm"
53554         required: true
53555         type: "string"
53556       - name: "vnfc-name"
53557         in: "path"
53558         description: "Id of vnfc-names"
53559         required: true
53560         type: "string"
53561       - name: "vnfc-network-role"
53562         in: "path"
53563         description: "Id of vnfc-network-data"
53564         required: true
53565         type: "string"
53566       - name: "vnfc-port-id"
53567         in: "path"
53568         description: "Id of vnfc-port"
53569         required: true
53570         type: "string"
53571       - name: "network-id"
53572         in: "path"
53573         description: "Id of sub-interface-network-data"
53574         required: true
53575         type: "string"
53576       - in: "body"
53577         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
53578         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
53579           \ to be added to list"
53580         required: false
53581         schema:
53582           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53583           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53584       responses:
53585         400:
53586           description: "Internal error"
53587         201:
53588           description: "Object created"
53589         409:
53590           description: "Object already exists"
53591     put:
53592       tags:
53593       - "GENERIC-RESOURCE-API"
53594       description: "creates or updates generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53595       parameters:
53596       - name: "service-instance-id"
53597         in: "path"
53598         description: "Id of service"
53599         required: true
53600         type: "string"
53601       - name: "vnf-id"
53602         in: "path"
53603         description: "Id of vnf"
53604         required: true
53605         type: "string"
53606       - name: "vf-module-id"
53607         in: "path"
53608         description: "Id of vf-module"
53609         required: true
53610         type: "string"
53611       - name: "vm-type"
53612         in: "path"
53613         description: "Id of vm"
53614         required: true
53615         type: "string"
53616       - name: "vnfc-name"
53617         in: "path"
53618         description: "Id of vnfc-names"
53619         required: true
53620         type: "string"
53621       - name: "vnfc-network-role"
53622         in: "path"
53623         description: "Id of vnfc-network-data"
53624         required: true
53625         type: "string"
53626       - name: "vnfc-port-id"
53627         in: "path"
53628         description: "Id of vnfc-port"
53629         required: true
53630         type: "string"
53631       - name: "network-id"
53632         in: "path"
53633         description: "Id of sub-interface-network-data"
53634         required: true
53635         type: "string"
53636       - in: "body"
53637         name: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData.body-param"
53638         description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData\
53639           \ to be added or updated"
53640         required: false
53641         schema:
53642           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53643           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53644       responses:
53645         400:
53646           description: "Internal error"
53647         201:
53648           description: "Object created"
53649         204:
53650           description: "Object modified"
53651     delete:
53652       tags:
53653       - "GENERIC-RESOURCE-API"
53654       description: "removes generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
53655       parameters:
53656       - name: "service-instance-id"
53657         in: "path"
53658         description: "Id of service"
53659         required: true
53660         type: "string"
53661       - name: "vnf-id"
53662         in: "path"
53663         description: "Id of vnf"
53664         required: true
53665         type: "string"
53666       - name: "vf-module-id"
53667         in: "path"
53668         description: "Id of vf-module"
53669         required: true
53670         type: "string"
53671       - name: "vm-type"
53672         in: "path"
53673         description: "Id of vm"
53674         required: true
53675         type: "string"
53676       - name: "vnfc-name"
53677         in: "path"
53678         description: "Id of vnfc-names"
53679         required: true
53680         type: "string"
53681       - name: "vnfc-network-role"
53682         in: "path"
53683         description: "Id of vnfc-network-data"
53684         required: true
53685         type: "string"
53686       - name: "vnfc-port-id"
53687         in: "path"
53688         description: "Id of vnfc-port"
53689         required: true
53690         type: "string"
53691       - name: "network-id"
53692         in: "path"
53693         description: "Id of sub-interface-network-data"
53694         required: true
53695         type: "string"
53696       responses:
53697         400:
53698           description: "Internal error"
53699         204:
53700           description: "Object deleted"
53701   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
53702   : get:
53703       tags:
53704       - "GENERIC-RESOURCE-API"
53705       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53706       parameters:
53707       - name: "service-instance-id"
53708         in: "path"
53709         description: "Id of service"
53710         required: true
53711         type: "string"
53712       - name: "vnf-id"
53713         in: "path"
53714         description: "Id of vnf"
53715         required: true
53716         type: "string"
53717       - name: "vf-module-id"
53718         in: "path"
53719         description: "Id of vf-module"
53720         required: true
53721         type: "string"
53722       - name: "vm-type"
53723         in: "path"
53724         description: "Id of vm"
53725         required: true
53726         type: "string"
53727       - name: "vnfc-name"
53728         in: "path"
53729         description: "Id of vnfc-names"
53730         required: true
53731         type: "string"
53732       - name: "vnfc-network-role"
53733         in: "path"
53734         description: "Id of vnfc-network-data"
53735         required: true
53736         type: "string"
53737       - name: "vnfc-port-id"
53738         in: "path"
53739         description: "Id of vnfc-port"
53740         required: true
53741         type: "string"
53742       - name: "network-id"
53743         in: "path"
53744         description: "Id of sub-interface-network-data"
53745         required: true
53746         type: "string"
53747       responses:
53748         400:
53749           description: "Internal error"
53750         200:
53751           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53752           responseSchema:
53753             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53754             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53755           schema:
53756             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53757             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53758     post:
53759       tags:
53760       - "GENERIC-RESOURCE-API"
53761       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53762       parameters:
53763       - name: "service-instance-id"
53764         in: "path"
53765         description: "Id of service"
53766         required: true
53767         type: "string"
53768       - name: "vnf-id"
53769         in: "path"
53770         description: "Id of vnf"
53771         required: true
53772         type: "string"
53773       - name: "vf-module-id"
53774         in: "path"
53775         description: "Id of vf-module"
53776         required: true
53777         type: "string"
53778       - name: "vm-type"
53779         in: "path"
53780         description: "Id of vm"
53781         required: true
53782         type: "string"
53783       - name: "vnfc-name"
53784         in: "path"
53785         description: "Id of vnfc-names"
53786         required: true
53787         type: "string"
53788       - name: "vnfc-network-role"
53789         in: "path"
53790         description: "Id of vnfc-network-data"
53791         required: true
53792         type: "string"
53793       - name: "vnfc-port-id"
53794         in: "path"
53795         description: "Id of vnfc-port"
53796         required: true
53797         type: "string"
53798       - name: "network-id"
53799         in: "path"
53800         description: "Id of sub-interface-network-data"
53801         required: true
53802         type: "string"
53803       - in: "body"
53804         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
53805         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
53806           \ to be added to list"
53807         required: false
53808         schema:
53809           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53810           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53811       responses:
53812         400:
53813           description: "Internal error"
53814         201:
53815           description: "Object created"
53816         409:
53817           description: "Object already exists"
53818     put:
53819       tags:
53820       - "GENERIC-RESOURCE-API"
53821       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53822       parameters:
53823       - name: "service-instance-id"
53824         in: "path"
53825         description: "Id of service"
53826         required: true
53827         type: "string"
53828       - name: "vnf-id"
53829         in: "path"
53830         description: "Id of vnf"
53831         required: true
53832         type: "string"
53833       - name: "vf-module-id"
53834         in: "path"
53835         description: "Id of vf-module"
53836         required: true
53837         type: "string"
53838       - name: "vm-type"
53839         in: "path"
53840         description: "Id of vm"
53841         required: true
53842         type: "string"
53843       - name: "vnfc-name"
53844         in: "path"
53845         description: "Id of vnfc-names"
53846         required: true
53847         type: "string"
53848       - name: "vnfc-network-role"
53849         in: "path"
53850         description: "Id of vnfc-network-data"
53851         required: true
53852         type: "string"
53853       - name: "vnfc-port-id"
53854         in: "path"
53855         description: "Id of vnfc-port"
53856         required: true
53857         type: "string"
53858       - name: "network-id"
53859         in: "path"
53860         description: "Id of sub-interface-network-data"
53861         required: true
53862         type: "string"
53863       - in: "body"
53864         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps.body-param"
53865         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps\
53866           \ to be added or updated"
53867         required: false
53868         schema:
53869           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53870           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53871       responses:
53872         400:
53873           description: "Internal error"
53874         201:
53875           description: "Object created"
53876         204:
53877           description: "Object modified"
53878     delete:
53879       tags:
53880       - "GENERIC-RESOURCE-API"
53881       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
53882       parameters:
53883       - name: "service-instance-id"
53884         in: "path"
53885         description: "Id of service"
53886         required: true
53887         type: "string"
53888       - name: "vnf-id"
53889         in: "path"
53890         description: "Id of vnf"
53891         required: true
53892         type: "string"
53893       - name: "vf-module-id"
53894         in: "path"
53895         description: "Id of vf-module"
53896         required: true
53897         type: "string"
53898       - name: "vm-type"
53899         in: "path"
53900         description: "Id of vm"
53901         required: true
53902         type: "string"
53903       - name: "vnfc-name"
53904         in: "path"
53905         description: "Id of vnfc-names"
53906         required: true
53907         type: "string"
53908       - name: "vnfc-network-role"
53909         in: "path"
53910         description: "Id of vnfc-network-data"
53911         required: true
53912         type: "string"
53913       - name: "vnfc-port-id"
53914         in: "path"
53915         description: "Id of vnfc-port"
53916         required: true
53917         type: "string"
53918       - name: "network-id"
53919         in: "path"
53920         description: "Id of sub-interface-network-data"
53921         required: true
53922         type: "string"
53923       responses:
53924         400:
53925           description: "Internal error"
53926         204:
53927           description: "Object deleted"
53928   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
53929   : get:
53930       tags:
53931       - "GENERIC-RESOURCE-API"
53932       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53933       parameters:
53934       - name: "service-instance-id"
53935         in: "path"
53936         description: "Id of service"
53937         required: true
53938         type: "string"
53939       - name: "vnf-id"
53940         in: "path"
53941         description: "Id of vnf"
53942         required: true
53943         type: "string"
53944       - name: "vf-module-id"
53945         in: "path"
53946         description: "Id of vf-module"
53947         required: true
53948         type: "string"
53949       - name: "vm-type"
53950         in: "path"
53951         description: "Id of vm"
53952         required: true
53953         type: "string"
53954       - name: "vnfc-name"
53955         in: "path"
53956         description: "Id of vnfc-names"
53957         required: true
53958         type: "string"
53959       - name: "vnfc-network-role"
53960         in: "path"
53961         description: "Id of vnfc-network-data"
53962         required: true
53963         type: "string"
53964       - name: "vnfc-port-id"
53965         in: "path"
53966         description: "Id of vnfc-port"
53967         required: true
53968         type: "string"
53969       - name: "network-id"
53970         in: "path"
53971         description: "Id of sub-interface-network-data"
53972         required: true
53973         type: "string"
53974       responses:
53975         400:
53976           description: "Internal error"
53977         200:
53978           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53979           responseSchema:
53980             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53981             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53982           schema:
53983             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53984             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53985     post:
53986       tags:
53987       - "GENERIC-RESOURCE-API"
53988       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
53989       parameters:
53990       - name: "service-instance-id"
53991         in: "path"
53992         description: "Id of service"
53993         required: true
53994         type: "string"
53995       - name: "vnf-id"
53996         in: "path"
53997         description: "Id of vnf"
53998         required: true
53999         type: "string"
54000       - name: "vf-module-id"
54001         in: "path"
54002         description: "Id of vf-module"
54003         required: true
54004         type: "string"
54005       - name: "vm-type"
54006         in: "path"
54007         description: "Id of vm"
54008         required: true
54009         type: "string"
54010       - name: "vnfc-name"
54011         in: "path"
54012         description: "Id of vnfc-names"
54013         required: true
54014         type: "string"
54015       - name: "vnfc-network-role"
54016         in: "path"
54017         description: "Id of vnfc-network-data"
54018         required: true
54019         type: "string"
54020       - name: "vnfc-port-id"
54021         in: "path"
54022         description: "Id of vnfc-port"
54023         required: true
54024         type: "string"
54025       - name: "network-id"
54026         in: "path"
54027         description: "Id of sub-interface-network-data"
54028         required: true
54029         type: "string"
54030       - in: "body"
54031         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
54032         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
54033           \ to be added to list"
54034         required: false
54035         schema:
54036           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54037           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54038       responses:
54039         400:
54040           description: "Internal error"
54041         201:
54042           description: "Object created"
54043         409:
54044           description: "Object already exists"
54045     put:
54046       tags:
54047       - "GENERIC-RESOURCE-API"
54048       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54049       parameters:
54050       - name: "service-instance-id"
54051         in: "path"
54052         description: "Id of service"
54053         required: true
54054         type: "string"
54055       - name: "vnf-id"
54056         in: "path"
54057         description: "Id of vnf"
54058         required: true
54059         type: "string"
54060       - name: "vf-module-id"
54061         in: "path"
54062         description: "Id of vf-module"
54063         required: true
54064         type: "string"
54065       - name: "vm-type"
54066         in: "path"
54067         description: "Id of vm"
54068         required: true
54069         type: "string"
54070       - name: "vnfc-name"
54071         in: "path"
54072         description: "Id of vnfc-names"
54073         required: true
54074         type: "string"
54075       - name: "vnfc-network-role"
54076         in: "path"
54077         description: "Id of vnfc-network-data"
54078         required: true
54079         type: "string"
54080       - name: "vnfc-port-id"
54081         in: "path"
54082         description: "Id of vnfc-port"
54083         required: true
54084         type: "string"
54085       - name: "network-id"
54086         in: "path"
54087         description: "Id of sub-interface-network-data"
54088         required: true
54089         type: "string"
54090       - in: "body"
54091         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems.body-param"
54092         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems\
54093           \ to be added or updated"
54094         required: false
54095         schema:
54096           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54097           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54098       responses:
54099         400:
54100           description: "Internal error"
54101         201:
54102           description: "Object created"
54103         204:
54104           description: "Object modified"
54105     delete:
54106       tags:
54107       - "GENERIC-RESOURCE-API"
54108       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
54109       parameters:
54110       - name: "service-instance-id"
54111         in: "path"
54112         description: "Id of service"
54113         required: true
54114         type: "string"
54115       - name: "vnf-id"
54116         in: "path"
54117         description: "Id of vnf"
54118         required: true
54119         type: "string"
54120       - name: "vf-module-id"
54121         in: "path"
54122         description: "Id of vf-module"
54123         required: true
54124         type: "string"
54125       - name: "vm-type"
54126         in: "path"
54127         description: "Id of vm"
54128         required: true
54129         type: "string"
54130       - name: "vnfc-name"
54131         in: "path"
54132         description: "Id of vnfc-names"
54133         required: true
54134         type: "string"
54135       - name: "vnfc-network-role"
54136         in: "path"
54137         description: "Id of vnfc-network-data"
54138         required: true
54139         type: "string"
54140       - name: "vnfc-port-id"
54141         in: "path"
54142         description: "Id of vnfc-port"
54143         required: true
54144         type: "string"
54145       - name: "network-id"
54146         in: "path"
54147         description: "Id of sub-interface-network-data"
54148         required: true
54149         type: "string"
54150       responses:
54151         400:
54152           description: "Internal error"
54153         204:
54154           description: "Object deleted"
54155   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/
54156   : post:
54157       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54158       parameters:
54159       - name: "service-instance-id"
54160         in: "path"
54161         description: "Id of service"
54162         required: true
54163         type: "string"
54164       - name: "vnf-id"
54165         in: "path"
54166         description: "Id of vnf"
54167         required: true
54168         type: "string"
54169       - name: "vf-module-id"
54170         in: "path"
54171         description: "Id of vf-module"
54172         required: true
54173         type: "string"
54174       - name: "vm-type"
54175         in: "path"
54176         description: "Id of vm"
54177         required: true
54178         type: "string"
54179       - name: "vnfc-name"
54180         in: "path"
54181         description: "Id of vnfc-names"
54182         required: true
54183         type: "string"
54184       - name: "vnfc-network-role"
54185         in: "path"
54186         description: "Id of vnfc-network-data"
54187         required: true
54188         type: "string"
54189       - name: "vnfc-port-id"
54190         in: "path"
54191         description: "Id of vnfc-port"
54192         required: true
54193         type: "string"
54194       - name: "network-id"
54195         in: "path"
54196         description: "Id of sub-interface-network-data"
54197         required: true
54198         type: "string"
54199       - in: "body"
54200         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
54201         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
54202           \ to be added to list"
54203         required: false
54204         schema:
54205           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54206           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54207       responses:
54208         400:
54209           description: "Internal error"
54210         201:
54211           description: "Object created"
54212         409:
54213           description: "Object already exists"
54214   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
54215   : get:
54216       tags:
54217       - "GENERIC-RESOURCE-API"
54218       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54219       parameters:
54220       - name: "service-instance-id"
54221         in: "path"
54222         description: "Id of service"
54223         required: true
54224         type: "string"
54225       - name: "vnf-id"
54226         in: "path"
54227         description: "Id of vnf"
54228         required: true
54229         type: "string"
54230       - name: "vf-module-id"
54231         in: "path"
54232         description: "Id of vf-module"
54233         required: true
54234         type: "string"
54235       - name: "vm-type"
54236         in: "path"
54237         description: "Id of vm"
54238         required: true
54239         type: "string"
54240       - name: "vnfc-name"
54241         in: "path"
54242         description: "Id of vnfc-names"
54243         required: true
54244         type: "string"
54245       - name: "vnfc-network-role"
54246         in: "path"
54247         description: "Id of vnfc-network-data"
54248         required: true
54249         type: "string"
54250       - name: "vnfc-port-id"
54251         in: "path"
54252         description: "Id of vnfc-port"
54253         required: true
54254         type: "string"
54255       - name: "network-id"
54256         in: "path"
54257         description: "Id of sub-interface-network-data"
54258         required: true
54259         type: "string"
54260       - name: "ip-version"
54261         in: "path"
54262         description: "Id of network-information-item"
54263         required: true
54264         type: "string"
54265       responses:
54266         400:
54267           description: "Internal error"
54268         200:
54269           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54270           responseSchema:
54271             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54272             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54273           schema:
54274             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54275             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54276     post:
54277       tags:
54278       - "GENERIC-RESOURCE-API"
54279       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54280       parameters:
54281       - name: "service-instance-id"
54282         in: "path"
54283         description: "Id of service"
54284         required: true
54285         type: "string"
54286       - name: "vnf-id"
54287         in: "path"
54288         description: "Id of vnf"
54289         required: true
54290         type: "string"
54291       - name: "vf-module-id"
54292         in: "path"
54293         description: "Id of vf-module"
54294         required: true
54295         type: "string"
54296       - name: "vm-type"
54297         in: "path"
54298         description: "Id of vm"
54299         required: true
54300         type: "string"
54301       - name: "vnfc-name"
54302         in: "path"
54303         description: "Id of vnfc-names"
54304         required: true
54305         type: "string"
54306       - name: "vnfc-network-role"
54307         in: "path"
54308         description: "Id of vnfc-network-data"
54309         required: true
54310         type: "string"
54311       - name: "vnfc-port-id"
54312         in: "path"
54313         description: "Id of vnfc-port"
54314         required: true
54315         type: "string"
54316       - name: "network-id"
54317         in: "path"
54318         description: "Id of sub-interface-network-data"
54319         required: true
54320         type: "string"
54321       - name: "ip-version"
54322         in: "path"
54323         description: "Id of network-information-item"
54324         required: true
54325         type: "string"
54326       - in: "body"
54327         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
54328         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
54329           \ to be added to list"
54330         required: false
54331         schema:
54332           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54333           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54334       responses:
54335         400:
54336           description: "Internal error"
54337         201:
54338           description: "Object created"
54339         409:
54340           description: "Object already exists"
54341     put:
54342       tags:
54343       - "GENERIC-RESOURCE-API"
54344       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54345       parameters:
54346       - name: "service-instance-id"
54347         in: "path"
54348         description: "Id of service"
54349         required: true
54350         type: "string"
54351       - name: "vnf-id"
54352         in: "path"
54353         description: "Id of vnf"
54354         required: true
54355         type: "string"
54356       - name: "vf-module-id"
54357         in: "path"
54358         description: "Id of vf-module"
54359         required: true
54360         type: "string"
54361       - name: "vm-type"
54362         in: "path"
54363         description: "Id of vm"
54364         required: true
54365         type: "string"
54366       - name: "vnfc-name"
54367         in: "path"
54368         description: "Id of vnfc-names"
54369         required: true
54370         type: "string"
54371       - name: "vnfc-network-role"
54372         in: "path"
54373         description: "Id of vnfc-network-data"
54374         required: true
54375         type: "string"
54376       - name: "vnfc-port-id"
54377         in: "path"
54378         description: "Id of vnfc-port"
54379         required: true
54380         type: "string"
54381       - name: "network-id"
54382         in: "path"
54383         description: "Id of sub-interface-network-data"
54384         required: true
54385         type: "string"
54386       - name: "ip-version"
54387         in: "path"
54388         description: "Id of network-information-item"
54389         required: true
54390         type: "string"
54391       - in: "body"
54392         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem.body-param"
54393         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem\
54394           \ to be added or updated"
54395         required: false
54396         schema:
54397           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54398           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54399       responses:
54400         400:
54401           description: "Internal error"
54402         201:
54403           description: "Object created"
54404         204:
54405           description: "Object modified"
54406     delete:
54407       tags:
54408       - "GENERIC-RESOURCE-API"
54409       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
54410       parameters:
54411       - name: "service-instance-id"
54412         in: "path"
54413         description: "Id of service"
54414         required: true
54415         type: "string"
54416       - name: "vnf-id"
54417         in: "path"
54418         description: "Id of vnf"
54419         required: true
54420         type: "string"
54421       - name: "vf-module-id"
54422         in: "path"
54423         description: "Id of vf-module"
54424         required: true
54425         type: "string"
54426       - name: "vm-type"
54427         in: "path"
54428         description: "Id of vm"
54429         required: true
54430         type: "string"
54431       - name: "vnfc-name"
54432         in: "path"
54433         description: "Id of vnfc-names"
54434         required: true
54435         type: "string"
54436       - name: "vnfc-network-role"
54437         in: "path"
54438         description: "Id of vnfc-network-data"
54439         required: true
54440         type: "string"
54441       - name: "vnfc-port-id"
54442         in: "path"
54443         description: "Id of vnfc-port"
54444         required: true
54445         type: "string"
54446       - name: "network-id"
54447         in: "path"
54448         description: "Id of sub-interface-network-data"
54449         required: true
54450         type: "string"
54451       - name: "ip-version"
54452         in: "path"
54453         description: "Id of network-information-item"
54454         required: true
54455         type: "string"
54456       responses:
54457         400:
54458           description: "Internal error"
54459         204:
54460           description: "Object deleted"
54461   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
54462   : get:
54463       tags:
54464       - "GENERIC-RESOURCE-API"
54465       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54466       parameters:
54467       - name: "service-instance-id"
54468         in: "path"
54469         description: "Id of service"
54470         required: true
54471         type: "string"
54472       - name: "vnf-id"
54473         in: "path"
54474         description: "Id of vnf"
54475         required: true
54476         type: "string"
54477       - name: "vf-module-id"
54478         in: "path"
54479         description: "Id of vf-module"
54480         required: true
54481         type: "string"
54482       - name: "vm-type"
54483         in: "path"
54484         description: "Id of vm"
54485         required: true
54486         type: "string"
54487       - name: "vnfc-name"
54488         in: "path"
54489         description: "Id of vnfc-names"
54490         required: true
54491         type: "string"
54492       - name: "vnfc-network-role"
54493         in: "path"
54494         description: "Id of vnfc-network-data"
54495         required: true
54496         type: "string"
54497       - name: "vnfc-port-id"
54498         in: "path"
54499         description: "Id of vnfc-port"
54500         required: true
54501         type: "string"
54502       - name: "network-id"
54503         in: "path"
54504         description: "Id of sub-interface-network-data"
54505         required: true
54506         type: "string"
54507       - name: "ip-version"
54508         in: "path"
54509         description: "Id of network-information-item"
54510         required: true
54511         type: "string"
54512       responses:
54513         400:
54514           description: "Internal error"
54515         200:
54516           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54517           responseSchema:
54518             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54519             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54520           schema:
54521             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54522             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54523     post:
54524       tags:
54525       - "GENERIC-RESOURCE-API"
54526       description: "creates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54527       parameters:
54528       - name: "service-instance-id"
54529         in: "path"
54530         description: "Id of service"
54531         required: true
54532         type: "string"
54533       - name: "vnf-id"
54534         in: "path"
54535         description: "Id of vnf"
54536         required: true
54537         type: "string"
54538       - name: "vf-module-id"
54539         in: "path"
54540         description: "Id of vf-module"
54541         required: true
54542         type: "string"
54543       - name: "vm-type"
54544         in: "path"
54545         description: "Id of vm"
54546         required: true
54547         type: "string"
54548       - name: "vnfc-name"
54549         in: "path"
54550         description: "Id of vnfc-names"
54551         required: true
54552         type: "string"
54553       - name: "vnfc-network-role"
54554         in: "path"
54555         description: "Id of vnfc-network-data"
54556         required: true
54557         type: "string"
54558       - name: "vnfc-port-id"
54559         in: "path"
54560         description: "Id of vnfc-port"
54561         required: true
54562         type: "string"
54563       - name: "network-id"
54564         in: "path"
54565         description: "Id of sub-interface-network-data"
54566         required: true
54567         type: "string"
54568       - name: "ip-version"
54569         in: "path"
54570         description: "Id of network-information-item"
54571         required: true
54572         type: "string"
54573       - in: "body"
54574         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
54575         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
54576           \ to be added to list"
54577         required: false
54578         schema:
54579           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54580           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54581       responses:
54582         400:
54583           description: "Internal error"
54584         201:
54585           description: "Object created"
54586         409:
54587           description: "Object already exists"
54588     put:
54589       tags:
54590       - "GENERIC-RESOURCE-API"
54591       description: "creates or updates generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54592       parameters:
54593       - name: "service-instance-id"
54594         in: "path"
54595         description: "Id of service"
54596         required: true
54597         type: "string"
54598       - name: "vnf-id"
54599         in: "path"
54600         description: "Id of vnf"
54601         required: true
54602         type: "string"
54603       - name: "vf-module-id"
54604         in: "path"
54605         description: "Id of vf-module"
54606         required: true
54607         type: "string"
54608       - name: "vm-type"
54609         in: "path"
54610         description: "Id of vm"
54611         required: true
54612         type: "string"
54613       - name: "vnfc-name"
54614         in: "path"
54615         description: "Id of vnfc-names"
54616         required: true
54617         type: "string"
54618       - name: "vnfc-network-role"
54619         in: "path"
54620         description: "Id of vnfc-network-data"
54621         required: true
54622         type: "string"
54623       - name: "vnfc-port-id"
54624         in: "path"
54625         description: "Id of vnfc-port"
54626         required: true
54627         type: "string"
54628       - name: "network-id"
54629         in: "path"
54630         description: "Id of sub-interface-network-data"
54631         required: true
54632         type: "string"
54633       - name: "ip-version"
54634         in: "path"
54635         description: "Id of network-information-item"
54636         required: true
54637         type: "string"
54638       - in: "body"
54639         name: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
54640         description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
54641           \ to be added or updated"
54642         required: false
54643         schema:
54644           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54645           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54646       responses:
54647         400:
54648           description: "Internal error"
54649         201:
54650           description: "Object created"
54651         204:
54652           description: "Object modified"
54653     delete:
54654       tags:
54655       - "GENERIC-RESOURCE-API"
54656       description: "removes generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
54657       parameters:
54658       - name: "service-instance-id"
54659         in: "path"
54660         description: "Id of service"
54661         required: true
54662         type: "string"
54663       - name: "vnf-id"
54664         in: "path"
54665         description: "Id of vnf"
54666         required: true
54667         type: "string"
54668       - name: "vf-module-id"
54669         in: "path"
54670         description: "Id of vf-module"
54671         required: true
54672         type: "string"
54673       - name: "vm-type"
54674         in: "path"
54675         description: "Id of vm"
54676         required: true
54677         type: "string"
54678       - name: "vnfc-name"
54679         in: "path"
54680         description: "Id of vnfc-names"
54681         required: true
54682         type: "string"
54683       - name: "vnfc-network-role"
54684         in: "path"
54685         description: "Id of vnfc-network-data"
54686         required: true
54687         type: "string"
54688       - name: "vnfc-port-id"
54689         in: "path"
54690         description: "Id of vnfc-port"
54691         required: true
54692         type: "string"
54693       - name: "network-id"
54694         in: "path"
54695         description: "Id of sub-interface-network-data"
54696         required: true
54697         type: "string"
54698       - name: "ip-version"
54699         in: "path"
54700         description: "Id of network-information-item"
54701         required: true
54702         type: "string"
54703       responses:
54704         400:
54705           description: "Internal error"
54706         204:
54707           description: "Object deleted"
54708   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/
54709   : post:
54710       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54711       parameters:
54712       - name: "service-instance-id"
54713         in: "path"
54714         description: "Id of service"
54715         required: true
54716         type: "string"
54717       - name: "vnf-id"
54718         in: "path"
54719         description: "Id of vnf"
54720         required: true
54721         type: "string"
54722       - name: "vf-module-id"
54723         in: "path"
54724         description: "Id of vf-module"
54725         required: true
54726         type: "string"
54727       - name: "vm-type"
54728         in: "path"
54729         description: "Id of vm"
54730         required: true
54731         type: "string"
54732       - name: "vnfc-name"
54733         in: "path"
54734         description: "Id of vnfc-names"
54735         required: true
54736         type: "string"
54737       - name: "vnfc-network-role"
54738         in: "path"
54739         description: "Id of vnfc-network-data"
54740         required: true
54741         type: "string"
54742       - in: "body"
54743         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
54744         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
54745           \ to be added to list"
54746         required: false
54747         schema:
54748           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54749           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54750       responses:
54751         400:
54752           description: "Internal error"
54753         201:
54754           description: "Object created"
54755         409:
54756           description: "Object already exists"
54757   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/
54758   : get:
54759       tags:
54760       - "GENERIC-RESOURCE-API"
54761       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54762       parameters:
54763       - name: "service-instance-id"
54764         in: "path"
54765         description: "Id of service"
54766         required: true
54767         type: "string"
54768       - name: "vnf-id"
54769         in: "path"
54770         description: "Id of vnf"
54771         required: true
54772         type: "string"
54773       - name: "vf-module-id"
54774         in: "path"
54775         description: "Id of vf-module"
54776         required: true
54777         type: "string"
54778       - name: "vm-type"
54779         in: "path"
54780         description: "Id of vm"
54781         required: true
54782         type: "string"
54783       - name: "vnfc-name"
54784         in: "path"
54785         description: "Id of vnfc-names"
54786         required: true
54787         type: "string"
54788       - name: "vnfc-network-role"
54789         in: "path"
54790         description: "Id of vnfc-network-data"
54791         required: true
54792         type: "string"
54793       - name: "vnfc-subnet-role"
54794         in: "path"
54795         description: "Id of vnfc-subnet"
54796         required: true
54797         type: "string"
54798       responses:
54799         400:
54800           description: "Internal error"
54801         200:
54802           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54803           responseSchema:
54804             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54805             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54806           schema:
54807             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54808             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54809     post:
54810       tags:
54811       - "GENERIC-RESOURCE-API"
54812       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54813       parameters:
54814       - name: "service-instance-id"
54815         in: "path"
54816         description: "Id of service"
54817         required: true
54818         type: "string"
54819       - name: "vnf-id"
54820         in: "path"
54821         description: "Id of vnf"
54822         required: true
54823         type: "string"
54824       - name: "vf-module-id"
54825         in: "path"
54826         description: "Id of vf-module"
54827         required: true
54828         type: "string"
54829       - name: "vm-type"
54830         in: "path"
54831         description: "Id of vm"
54832         required: true
54833         type: "string"
54834       - name: "vnfc-name"
54835         in: "path"
54836         description: "Id of vnfc-names"
54837         required: true
54838         type: "string"
54839       - name: "vnfc-network-role"
54840         in: "path"
54841         description: "Id of vnfc-network-data"
54842         required: true
54843         type: "string"
54844       - name: "vnfc-subnet-role"
54845         in: "path"
54846         description: "Id of vnfc-subnet"
54847         required: true
54848         type: "string"
54849       - in: "body"
54850         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
54851         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
54852           \ to be added to list"
54853         required: false
54854         schema:
54855           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54856           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54857       responses:
54858         400:
54859           description: "Internal error"
54860         201:
54861           description: "Object created"
54862         409:
54863           description: "Object already exists"
54864     put:
54865       tags:
54866       - "GENERIC-RESOURCE-API"
54867       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54868       parameters:
54869       - name: "service-instance-id"
54870         in: "path"
54871         description: "Id of service"
54872         required: true
54873         type: "string"
54874       - name: "vnf-id"
54875         in: "path"
54876         description: "Id of vnf"
54877         required: true
54878         type: "string"
54879       - name: "vf-module-id"
54880         in: "path"
54881         description: "Id of vf-module"
54882         required: true
54883         type: "string"
54884       - name: "vm-type"
54885         in: "path"
54886         description: "Id of vm"
54887         required: true
54888         type: "string"
54889       - name: "vnfc-name"
54890         in: "path"
54891         description: "Id of vnfc-names"
54892         required: true
54893         type: "string"
54894       - name: "vnfc-network-role"
54895         in: "path"
54896         description: "Id of vnfc-network-data"
54897         required: true
54898         type: "string"
54899       - name: "vnfc-subnet-role"
54900         in: "path"
54901         description: "Id of vnfc-subnet"
54902         required: true
54903         type: "string"
54904       - in: "body"
54905         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet.body-param"
54906         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet\
54907           \ to be added or updated"
54908         required: false
54909         schema:
54910           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54911           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54912       responses:
54913         400:
54914           description: "Internal error"
54915         201:
54916           description: "Object created"
54917         204:
54918           description: "Object modified"
54919     delete:
54920       tags:
54921       - "GENERIC-RESOURCE-API"
54922       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
54923       parameters:
54924       - name: "service-instance-id"
54925         in: "path"
54926         description: "Id of service"
54927         required: true
54928         type: "string"
54929       - name: "vnf-id"
54930         in: "path"
54931         description: "Id of vnf"
54932         required: true
54933         type: "string"
54934       - name: "vf-module-id"
54935         in: "path"
54936         description: "Id of vf-module"
54937         required: true
54938         type: "string"
54939       - name: "vm-type"
54940         in: "path"
54941         description: "Id of vm"
54942         required: true
54943         type: "string"
54944       - name: "vnfc-name"
54945         in: "path"
54946         description: "Id of vnfc-names"
54947         required: true
54948         type: "string"
54949       - name: "vnfc-network-role"
54950         in: "path"
54951         description: "Id of vnfc-network-data"
54952         required: true
54953         type: "string"
54954       - name: "vnfc-subnet-role"
54955         in: "path"
54956         description: "Id of vnfc-subnet"
54957         required: true
54958         type: "string"
54959       responses:
54960         400:
54961           description: "Internal error"
54962         204:
54963           description: "Object deleted"
54964   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/
54965   : post:
54966       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
54967       parameters:
54968       - name: "service-instance-id"
54969         in: "path"
54970         description: "Id of service"
54971         required: true
54972         type: "string"
54973       - name: "vnf-id"
54974         in: "path"
54975         description: "Id of vnf"
54976         required: true
54977         type: "string"
54978       - name: "vf-module-id"
54979         in: "path"
54980         description: "Id of vf-module"
54981         required: true
54982         type: "string"
54983       - name: "vm-type"
54984         in: "path"
54985         description: "Id of vm"
54986         required: true
54987         type: "string"
54988       - name: "vnfc-name"
54989         in: "path"
54990         description: "Id of vnfc-names"
54991         required: true
54992         type: "string"
54993       - name: "vnfc-network-role"
54994         in: "path"
54995         description: "Id of vnfc-network-data"
54996         required: true
54997         type: "string"
54998       - name: "vnfc-subnet-role"
54999         in: "path"
55000         description: "Id of vnfc-subnet"
55001         required: true
55002         type: "string"
55003       - in: "body"
55004         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
55005         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
55006           \ to be added to list"
55007         required: false
55008         schema:
55009           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55010           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55011       responses:
55012         400:
55013           description: "Internal error"
55014         201:
55015           description: "Object created"
55016         409:
55017           description: "Object already exists"
55018   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/
55019   : get:
55020       tags:
55021       - "GENERIC-RESOURCE-API"
55022       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55023       parameters:
55024       - name: "service-instance-id"
55025         in: "path"
55026         description: "Id of service"
55027         required: true
55028         type: "string"
55029       - name: "vnf-id"
55030         in: "path"
55031         description: "Id of vnf"
55032         required: true
55033         type: "string"
55034       - name: "vf-module-id"
55035         in: "path"
55036         description: "Id of vf-module"
55037         required: true
55038         type: "string"
55039       - name: "vm-type"
55040         in: "path"
55041         description: "Id of vm"
55042         required: true
55043         type: "string"
55044       - name: "vnfc-name"
55045         in: "path"
55046         description: "Id of vnfc-names"
55047         required: true
55048         type: "string"
55049       - name: "vnfc-network-role"
55050         in: "path"
55051         description: "Id of vnfc-network-data"
55052         required: true
55053         type: "string"
55054       - name: "vnfc-subnet-role"
55055         in: "path"
55056         description: "Id of vnfc-subnet"
55057         required: true
55058         type: "string"
55059       - name: "vnfc-address-family"
55060         in: "path"
55061         description: "Id of vnfc-ip-assignments"
55062         required: true
55063         type: "string"
55064       responses:
55065         400:
55066           description: "Internal error"
55067         200:
55068           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55069           responseSchema:
55070             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55071             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55072           schema:
55073             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55074             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55075     post:
55076       tags:
55077       - "GENERIC-RESOURCE-API"
55078       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55079       parameters:
55080       - name: "service-instance-id"
55081         in: "path"
55082         description: "Id of service"
55083         required: true
55084         type: "string"
55085       - name: "vnf-id"
55086         in: "path"
55087         description: "Id of vnf"
55088         required: true
55089         type: "string"
55090       - name: "vf-module-id"
55091         in: "path"
55092         description: "Id of vf-module"
55093         required: true
55094         type: "string"
55095       - name: "vm-type"
55096         in: "path"
55097         description: "Id of vm"
55098         required: true
55099         type: "string"
55100       - name: "vnfc-name"
55101         in: "path"
55102         description: "Id of vnfc-names"
55103         required: true
55104         type: "string"
55105       - name: "vnfc-network-role"
55106         in: "path"
55107         description: "Id of vnfc-network-data"
55108         required: true
55109         type: "string"
55110       - name: "vnfc-subnet-role"
55111         in: "path"
55112         description: "Id of vnfc-subnet"
55113         required: true
55114         type: "string"
55115       - name: "vnfc-address-family"
55116         in: "path"
55117         description: "Id of vnfc-ip-assignments"
55118         required: true
55119         type: "string"
55120       - in: "body"
55121         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
55122         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
55123           \ to be added to list"
55124         required: false
55125         schema:
55126           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55127           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55128       responses:
55129         400:
55130           description: "Internal error"
55131         201:
55132           description: "Object created"
55133         409:
55134           description: "Object already exists"
55135     put:
55136       tags:
55137       - "GENERIC-RESOURCE-API"
55138       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55139       parameters:
55140       - name: "service-instance-id"
55141         in: "path"
55142         description: "Id of service"
55143         required: true
55144         type: "string"
55145       - name: "vnf-id"
55146         in: "path"
55147         description: "Id of vnf"
55148         required: true
55149         type: "string"
55150       - name: "vf-module-id"
55151         in: "path"
55152         description: "Id of vf-module"
55153         required: true
55154         type: "string"
55155       - name: "vm-type"
55156         in: "path"
55157         description: "Id of vm"
55158         required: true
55159         type: "string"
55160       - name: "vnfc-name"
55161         in: "path"
55162         description: "Id of vnfc-names"
55163         required: true
55164         type: "string"
55165       - name: "vnfc-network-role"
55166         in: "path"
55167         description: "Id of vnfc-network-data"
55168         required: true
55169         type: "string"
55170       - name: "vnfc-subnet-role"
55171         in: "path"
55172         description: "Id of vnfc-subnet"
55173         required: true
55174         type: "string"
55175       - name: "vnfc-address-family"
55176         in: "path"
55177         description: "Id of vnfc-ip-assignments"
55178         required: true
55179         type: "string"
55180       - in: "body"
55181         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments.body-param"
55182         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments\
55183           \ to be added or updated"
55184         required: false
55185         schema:
55186           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55187           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55188       responses:
55189         400:
55190           description: "Internal error"
55191         201:
55192           description: "Object created"
55193         204:
55194           description: "Object modified"
55195     delete:
55196       tags:
55197       - "GENERIC-RESOURCE-API"
55198       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
55199       parameters:
55200       - name: "service-instance-id"
55201         in: "path"
55202         description: "Id of service"
55203         required: true
55204         type: "string"
55205       - name: "vnf-id"
55206         in: "path"
55207         description: "Id of vnf"
55208         required: true
55209         type: "string"
55210       - name: "vf-module-id"
55211         in: "path"
55212         description: "Id of vf-module"
55213         required: true
55214         type: "string"
55215       - name: "vm-type"
55216         in: "path"
55217         description: "Id of vm"
55218         required: true
55219         type: "string"
55220       - name: "vnfc-name"
55221         in: "path"
55222         description: "Id of vnfc-names"
55223         required: true
55224         type: "string"
55225       - name: "vnfc-network-role"
55226         in: "path"
55227         description: "Id of vnfc-network-data"
55228         required: true
55229         type: "string"
55230       - name: "vnfc-subnet-role"
55231         in: "path"
55232         description: "Id of vnfc-subnet"
55233         required: true
55234         type: "string"
55235       - name: "vnfc-address-family"
55236         in: "path"
55237         description: "Id of vnfc-ip-assignments"
55238         required: true
55239         type: "string"
55240       responses:
55241         400:
55242           description: "Internal error"
55243         204:
55244           description: "Object deleted"
55245   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/
55246   : post:
55247       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55248       parameters:
55249       - name: "service-instance-id"
55250         in: "path"
55251         description: "Id of service"
55252         required: true
55253         type: "string"
55254       - name: "vnf-id"
55255         in: "path"
55256         description: "Id of vnf"
55257         required: true
55258         type: "string"
55259       - name: "vf-module-id"
55260         in: "path"
55261         description: "Id of vf-module"
55262         required: true
55263         type: "string"
55264       - name: "vm-type"
55265         in: "path"
55266         description: "Id of vm"
55267         required: true
55268         type: "string"
55269       - name: "vnfc-name"
55270         in: "path"
55271         description: "Id of vnfc-names"
55272         required: true
55273         type: "string"
55274       - name: "vnfc-network-role"
55275         in: "path"
55276         description: "Id of vnfc-network-data"
55277         required: true
55278         type: "string"
55279       - name: "vnfc-subnet-role"
55280         in: "path"
55281         description: "Id of vnfc-subnet"
55282         required: true
55283         type: "string"
55284       - name: "vnfc-address-family"
55285         in: "path"
55286         description: "Id of vnfc-ip-assignments"
55287         required: true
55288         type: "string"
55289       - in: "body"
55290         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
55291         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
55292           \ to be added to list"
55293         required: false
55294         schema:
55295           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55296           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55297       responses:
55298         400:
55299           description: "Internal error"
55300         201:
55301           description: "Object created"
55302         409:
55303           description: "Object already exists"
55304   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/{vnfc-ip-address}/
55305   : get:
55306       tags:
55307       - "GENERIC-RESOURCE-API"
55308       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55309       parameters:
55310       - name: "service-instance-id"
55311         in: "path"
55312         description: "Id of service"
55313         required: true
55314         type: "string"
55315       - name: "vnf-id"
55316         in: "path"
55317         description: "Id of vnf"
55318         required: true
55319         type: "string"
55320       - name: "vf-module-id"
55321         in: "path"
55322         description: "Id of vf-module"
55323         required: true
55324         type: "string"
55325       - name: "vm-type"
55326         in: "path"
55327         description: "Id of vm"
55328         required: true
55329         type: "string"
55330       - name: "vnfc-name"
55331         in: "path"
55332         description: "Id of vnfc-names"
55333         required: true
55334         type: "string"
55335       - name: "vnfc-network-role"
55336         in: "path"
55337         description: "Id of vnfc-network-data"
55338         required: true
55339         type: "string"
55340       - name: "vnfc-subnet-role"
55341         in: "path"
55342         description: "Id of vnfc-subnet"
55343         required: true
55344         type: "string"
55345       - name: "vnfc-address-family"
55346         in: "path"
55347         description: "Id of vnfc-ip-assignments"
55348         required: true
55349         type: "string"
55350       - name: "vnfc-ip-address"
55351         in: "path"
55352         description: "Id of vnfc-subnet-ip"
55353         required: true
55354         type: "string"
55355       responses:
55356         400:
55357           description: "Internal error"
55358         200:
55359           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55360           responseSchema:
55361             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55362             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55363           schema:
55364             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55365             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55366     post:
55367       tags:
55368       - "GENERIC-RESOURCE-API"
55369       description: "creates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55370       parameters:
55371       - name: "service-instance-id"
55372         in: "path"
55373         description: "Id of service"
55374         required: true
55375         type: "string"
55376       - name: "vnf-id"
55377         in: "path"
55378         description: "Id of vnf"
55379         required: true
55380         type: "string"
55381       - name: "vf-module-id"
55382         in: "path"
55383         description: "Id of vf-module"
55384         required: true
55385         type: "string"
55386       - name: "vm-type"
55387         in: "path"
55388         description: "Id of vm"
55389         required: true
55390         type: "string"
55391       - name: "vnfc-name"
55392         in: "path"
55393         description: "Id of vnfc-names"
55394         required: true
55395         type: "string"
55396       - name: "vnfc-network-role"
55397         in: "path"
55398         description: "Id of vnfc-network-data"
55399         required: true
55400         type: "string"
55401       - name: "vnfc-subnet-role"
55402         in: "path"
55403         description: "Id of vnfc-subnet"
55404         required: true
55405         type: "string"
55406       - name: "vnfc-address-family"
55407         in: "path"
55408         description: "Id of vnfc-ip-assignments"
55409         required: true
55410         type: "string"
55411       - name: "vnfc-ip-address"
55412         in: "path"
55413         description: "Id of vnfc-subnet-ip"
55414         required: true
55415         type: "string"
55416       - in: "body"
55417         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
55418         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
55419           \ to be added to list"
55420         required: false
55421         schema:
55422           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55423           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55424       responses:
55425         400:
55426           description: "Internal error"
55427         201:
55428           description: "Object created"
55429         409:
55430           description: "Object already exists"
55431     put:
55432       tags:
55433       - "GENERIC-RESOURCE-API"
55434       description: "creates or updates generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55435       parameters:
55436       - name: "service-instance-id"
55437         in: "path"
55438         description: "Id of service"
55439         required: true
55440         type: "string"
55441       - name: "vnf-id"
55442         in: "path"
55443         description: "Id of vnf"
55444         required: true
55445         type: "string"
55446       - name: "vf-module-id"
55447         in: "path"
55448         description: "Id of vf-module"
55449         required: true
55450         type: "string"
55451       - name: "vm-type"
55452         in: "path"
55453         description: "Id of vm"
55454         required: true
55455         type: "string"
55456       - name: "vnfc-name"
55457         in: "path"
55458         description: "Id of vnfc-names"
55459         required: true
55460         type: "string"
55461       - name: "vnfc-network-role"
55462         in: "path"
55463         description: "Id of vnfc-network-data"
55464         required: true
55465         type: "string"
55466       - name: "vnfc-subnet-role"
55467         in: "path"
55468         description: "Id of vnfc-subnet"
55469         required: true
55470         type: "string"
55471       - name: "vnfc-address-family"
55472         in: "path"
55473         description: "Id of vnfc-ip-assignments"
55474         required: true
55475         type: "string"
55476       - name: "vnfc-ip-address"
55477         in: "path"
55478         description: "Id of vnfc-subnet-ip"
55479         required: true
55480         type: "string"
55481       - in: "body"
55482         name: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp.body-param"
55483         description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp\
55484           \ to be added or updated"
55485         required: false
55486         schema:
55487           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55488           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55489       responses:
55490         400:
55491           description: "Internal error"
55492         201:
55493           description: "Object created"
55494         204:
55495           description: "Object modified"
55496     delete:
55497       tags:
55498       - "GENERIC-RESOURCE-API"
55499       description: "removes generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
55500       parameters:
55501       - name: "service-instance-id"
55502         in: "path"
55503         description: "Id of service"
55504         required: true
55505         type: "string"
55506       - name: "vnf-id"
55507         in: "path"
55508         description: "Id of vnf"
55509         required: true
55510         type: "string"
55511       - name: "vf-module-id"
55512         in: "path"
55513         description: "Id of vf-module"
55514         required: true
55515         type: "string"
55516       - name: "vm-type"
55517         in: "path"
55518         description: "Id of vm"
55519         required: true
55520         type: "string"
55521       - name: "vnfc-name"
55522         in: "path"
55523         description: "Id of vnfc-names"
55524         required: true
55525         type: "string"
55526       - name: "vnfc-network-role"
55527         in: "path"
55528         description: "Id of vnfc-network-data"
55529         required: true
55530         type: "string"
55531       - name: "vnfc-subnet-role"
55532         in: "path"
55533         description: "Id of vnfc-subnet"
55534         required: true
55535         type: "string"
55536       - name: "vnfc-address-family"
55537         in: "path"
55538         description: "Id of vnfc-ip-assignments"
55539         required: true
55540         type: "string"
55541       - name: "vnfc-ip-address"
55542         in: "path"
55543         description: "Id of vnfc-subnet-ip"
55544         required: true
55545         type: "string"
55546       responses:
55547         400:
55548           description: "Internal error"
55549         204:
55550           description: "Object deleted"
55551   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/
55552   : get:
55553       tags:
55554       - "GENERIC-RESOURCE-API"
55555       description: "returns generic.resource.api.vmtopologydata.VmNetworks"
55556       parameters:
55557       - name: "service-instance-id"
55558         in: "path"
55559         description: "Id of service"
55560         required: true
55561         type: "string"
55562       - name: "vnf-id"
55563         in: "path"
55564         description: "Id of vnf"
55565         required: true
55566         type: "string"
55567       - name: "vf-module-id"
55568         in: "path"
55569         description: "Id of vf-module"
55570         required: true
55571         type: "string"
55572       - name: "vm-type"
55573         in: "path"
55574         description: "Id of vm"
55575         required: true
55576         type: "string"
55577       responses:
55578         400:
55579           description: "Internal error"
55580         200:
55581           description: "generic.resource.api.vmtopologydata.VmNetworks"
55582           responseSchema:
55583             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55584             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55585           schema:
55586             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55587             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55588     post:
55589       tags:
55590       - "GENERIC-RESOURCE-API"
55591       description: "creates generic.resource.api.vmtopologydata.VmNetworks"
55592       parameters:
55593       - name: "service-instance-id"
55594         in: "path"
55595         description: "Id of service"
55596         required: true
55597         type: "string"
55598       - name: "vnf-id"
55599         in: "path"
55600         description: "Id of vnf"
55601         required: true
55602         type: "string"
55603       - name: "vf-module-id"
55604         in: "path"
55605         description: "Id of vf-module"
55606         required: true
55607         type: "string"
55608       - name: "vm-type"
55609         in: "path"
55610         description: "Id of vm"
55611         required: true
55612         type: "string"
55613       - in: "body"
55614         name: "generic.resource.api.vmtopologydata.VmNetworks.body-param"
55615         description: "generic.resource.api.vmtopologydata.VmNetworks to be added to\
55616           \ list"
55617         required: false
55618         schema:
55619           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55620           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55621       responses:
55622         400:
55623           description: "Internal error"
55624         201:
55625           description: "Object created"
55626         409:
55627           description: "Object already exists"
55628     put:
55629       tags:
55630       - "GENERIC-RESOURCE-API"
55631       description: "creates or updates generic.resource.api.vmtopologydata.VmNetworks"
55632       parameters:
55633       - name: "service-instance-id"
55634         in: "path"
55635         description: "Id of service"
55636         required: true
55637         type: "string"
55638       - name: "vnf-id"
55639         in: "path"
55640         description: "Id of vnf"
55641         required: true
55642         type: "string"
55643       - name: "vf-module-id"
55644         in: "path"
55645         description: "Id of vf-module"
55646         required: true
55647         type: "string"
55648       - name: "vm-type"
55649         in: "path"
55650         description: "Id of vm"
55651         required: true
55652         type: "string"
55653       - in: "body"
55654         name: "generic.resource.api.vmtopologydata.VmNetworks.body-param"
55655         description: "generic.resource.api.vmtopologydata.VmNetworks to be added or\
55656           \ updated"
55657         required: false
55658         schema:
55659           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55660           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
55661       responses:
55662         400:
55663           description: "Internal error"
55664         201:
55665           description: "Object created"
55666         204:
55667           description: "Object modified"
55668     delete:
55669       tags:
55670       - "GENERIC-RESOURCE-API"
55671       description: "removes generic.resource.api.vmtopologydata.VmNetworks"
55672       parameters:
55673       - name: "service-instance-id"
55674         in: "path"
55675         description: "Id of service"
55676         required: true
55677         type: "string"
55678       - name: "vnf-id"
55679         in: "path"
55680         description: "Id of vnf"
55681         required: true
55682         type: "string"
55683       - name: "vf-module-id"
55684         in: "path"
55685         description: "Id of vf-module"
55686         required: true
55687         type: "string"
55688       - name: "vm-type"
55689         in: "path"
55690         description: "Id of vm"
55691         required: true
55692         type: "string"
55693       responses:
55694         400:
55695           description: "Internal error"
55696         204:
55697           description: "Object deleted"
55698   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/
55699   : post:
55700       description: "creates generic.resource.api.VmNetworkData"
55701       parameters:
55702       - name: "service-instance-id"
55703         in: "path"
55704         description: "Id of service"
55705         required: true
55706         type: "string"
55707       - name: "vnf-id"
55708         in: "path"
55709         description: "Id of vnf"
55710         required: true
55711         type: "string"
55712       - name: "vf-module-id"
55713         in: "path"
55714         description: "Id of vf-module"
55715         required: true
55716         type: "string"
55717       - name: "vm-type"
55718         in: "path"
55719         description: "Id of vm"
55720         required: true
55721         type: "string"
55722       - in: "body"
55723         name: "generic.resource.api.VmNetworkData.body-param"
55724         description: "generic.resource.api.VmNetworkData to be added to list"
55725         required: false
55726         schema:
55727           $ref: "#/definitions/generic.resource.api.VmNetworkData"
55728           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
55729       responses:
55730         400:
55731           description: "Internal error"
55732         201:
55733           description: "Object created"
55734         409:
55735           description: "Object already exists"
55736   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/
55737   : get:
55738       tags:
55739       - "GENERIC-RESOURCE-API"
55740       description: "returns generic.resource.api.VmNetworkData"
55741       parameters:
55742       - name: "service-instance-id"
55743         in: "path"
55744         description: "Id of service"
55745         required: true
55746         type: "string"
55747       - name: "vnf-id"
55748         in: "path"
55749         description: "Id of vnf"
55750         required: true
55751         type: "string"
55752       - name: "vf-module-id"
55753         in: "path"
55754         description: "Id of vf-module"
55755         required: true
55756         type: "string"
55757       - name: "vm-type"
55758         in: "path"
55759         description: "Id of vm"
55760         required: true
55761         type: "string"
55762       - name: "network-role"
55763         in: "path"
55764         description: "Id of vm-network"
55765         required: true
55766         type: "string"
55767       responses:
55768         400:
55769           description: "Internal error"
55770         200:
55771           description: "generic.resource.api.VmNetworkData"
55772           responseSchema:
55773             $ref: "#/definitions/generic.resource.api.VmNetworkData"
55774             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
55775           schema:
55776             $ref: "#/definitions/generic.resource.api.VmNetworkData"
55777             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
55778     post:
55779       tags:
55780       - "GENERIC-RESOURCE-API"
55781       description: "creates generic.resource.api.VmNetworkData"
55782       parameters:
55783       - name: "service-instance-id"
55784         in: "path"
55785         description: "Id of service"
55786         required: true
55787         type: "string"
55788       - name: "vnf-id"
55789         in: "path"
55790         description: "Id of vnf"
55791         required: true
55792         type: "string"
55793       - name: "vf-module-id"
55794         in: "path"
55795         description: "Id of vf-module"
55796         required: true
55797         type: "string"
55798       - name: "vm-type"
55799         in: "path"
55800         description: "Id of vm"
55801         required: true
55802         type: "string"
55803       - name: "network-role"
55804         in: "path"
55805         description: "Id of vm-network"
55806         required: true
55807         type: "string"
55808       - in: "body"
55809         name: "generic.resource.api.VmNetworkData.body-param"
55810         description: "generic.resource.api.VmNetworkData to be added to list"
55811         required: false
55812         schema:
55813           $ref: "#/definitions/generic.resource.api.VmNetworkData"
55814           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
55815       responses:
55816         400:
55817           description: "Internal error"
55818         201:
55819           description: "Object created"
55820         409:
55821           description: "Object already exists"
55822     put:
55823       tags:
55824       - "GENERIC-RESOURCE-API"
55825       description: "creates or updates generic.resource.api.VmNetworkData"
55826       parameters:
55827       - name: "service-instance-id"
55828         in: "path"
55829         description: "Id of service"
55830         required: true
55831         type: "string"
55832       - name: "vnf-id"
55833         in: "path"
55834         description: "Id of vnf"
55835         required: true
55836         type: "string"
55837       - name: "vf-module-id"
55838         in: "path"
55839         description: "Id of vf-module"
55840         required: true
55841         type: "string"
55842       - name: "vm-type"
55843         in: "path"
55844         description: "Id of vm"
55845         required: true
55846         type: "string"
55847       - name: "network-role"
55848         in: "path"
55849         description: "Id of vm-network"
55850         required: true
55851         type: "string"
55852       - in: "body"
55853         name: "generic.resource.api.VmNetworkData.body-param"
55854         description: "generic.resource.api.VmNetworkData to be added or updated"
55855         required: false
55856         schema:
55857           $ref: "#/definitions/generic.resource.api.VmNetworkData"
55858           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
55859       responses:
55860         400:
55861           description: "Internal error"
55862         201:
55863           description: "Object created"
55864         204:
55865           description: "Object modified"
55866     delete:
55867       tags:
55868       - "GENERIC-RESOURCE-API"
55869       description: "removes generic.resource.api.VmNetworkData"
55870       parameters:
55871       - name: "service-instance-id"
55872         in: "path"
55873         description: "Id of service"
55874         required: true
55875         type: "string"
55876       - name: "vnf-id"
55877         in: "path"
55878         description: "Id of vnf"
55879         required: true
55880         type: "string"
55881       - name: "vf-module-id"
55882         in: "path"
55883         description: "Id of vf-module"
55884         required: true
55885         type: "string"
55886       - name: "vm-type"
55887         in: "path"
55888         description: "Id of vm"
55889         required: true
55890         type: "string"
55891       - name: "network-role"
55892         in: "path"
55893         description: "Id of vm-network"
55894         required: true
55895         type: "string"
55896       responses:
55897         400:
55898           description: "Internal error"
55899         204:
55900           description: "Object deleted"
55901   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/floating-ips/
55902   : get:
55903       tags:
55904       - "GENERIC-RESOURCE-API"
55905       description: "returns generic.resource.api.vmnetworkdata.FloatingIps"
55906       parameters:
55907       - name: "service-instance-id"
55908         in: "path"
55909         description: "Id of service"
55910         required: true
55911         type: "string"
55912       - name: "vnf-id"
55913         in: "path"
55914         description: "Id of vnf"
55915         required: true
55916         type: "string"
55917       - name: "vf-module-id"
55918         in: "path"
55919         description: "Id of vf-module"
55920         required: true
55921         type: "string"
55922       - name: "vm-type"
55923         in: "path"
55924         description: "Id of vm"
55925         required: true
55926         type: "string"
55927       - name: "network-role"
55928         in: "path"
55929         description: "Id of vm-network"
55930         required: true
55931         type: "string"
55932       responses:
55933         400:
55934           description: "Internal error"
55935         200:
55936           description: "generic.resource.api.vmnetworkdata.FloatingIps"
55937           responseSchema:
55938             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55939             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55940           schema:
55941             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55942             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55943     post:
55944       tags:
55945       - "GENERIC-RESOURCE-API"
55946       description: "creates generic.resource.api.vmnetworkdata.FloatingIps"
55947       parameters:
55948       - name: "service-instance-id"
55949         in: "path"
55950         description: "Id of service"
55951         required: true
55952         type: "string"
55953       - name: "vnf-id"
55954         in: "path"
55955         description: "Id of vnf"
55956         required: true
55957         type: "string"
55958       - name: "vf-module-id"
55959         in: "path"
55960         description: "Id of vf-module"
55961         required: true
55962         type: "string"
55963       - name: "vm-type"
55964         in: "path"
55965         description: "Id of vm"
55966         required: true
55967         type: "string"
55968       - name: "network-role"
55969         in: "path"
55970         description: "Id of vm-network"
55971         required: true
55972         type: "string"
55973       - in: "body"
55974         name: "generic.resource.api.vmnetworkdata.FloatingIps.body-param"
55975         description: "generic.resource.api.vmnetworkdata.FloatingIps to be added to\
55976           \ list"
55977         required: false
55978         schema:
55979           $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55980           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
55981       responses:
55982         400:
55983           description: "Internal error"
55984         201:
55985           description: "Object created"
55986         409:
55987           description: "Object already exists"
55988     put:
55989       tags:
55990       - "GENERIC-RESOURCE-API"
55991       description: "creates or updates generic.resource.api.vmnetworkdata.FloatingIps"
55992       parameters:
55993       - name: "service-instance-id"
55994         in: "path"
55995         description: "Id of service"
55996         required: true
55997         type: "string"
55998       - name: "vnf-id"
55999         in: "path"
56000         description: "Id of vnf"
56001         required: true
56002         type: "string"
56003       - name: "vf-module-id"
56004         in: "path"
56005         description: "Id of vf-module"
56006         required: true
56007         type: "string"
56008       - name: "vm-type"
56009         in: "path"
56010         description: "Id of vm"
56011         required: true
56012         type: "string"
56013       - name: "network-role"
56014         in: "path"
56015         description: "Id of vm-network"
56016         required: true
56017         type: "string"
56018       - in: "body"
56019         name: "generic.resource.api.vmnetworkdata.FloatingIps.body-param"
56020         description: "generic.resource.api.vmnetworkdata.FloatingIps to be added or\
56021           \ updated"
56022         required: false
56023         schema:
56024           $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
56025           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
56026       responses:
56027         400:
56028           description: "Internal error"
56029         201:
56030           description: "Object created"
56031         204:
56032           description: "Object modified"
56033     delete:
56034       tags:
56035       - "GENERIC-RESOURCE-API"
56036       description: "removes generic.resource.api.vmnetworkdata.FloatingIps"
56037       parameters:
56038       - name: "service-instance-id"
56039         in: "path"
56040         description: "Id of service"
56041         required: true
56042         type: "string"
56043       - name: "vnf-id"
56044         in: "path"
56045         description: "Id of vnf"
56046         required: true
56047         type: "string"
56048       - name: "vf-module-id"
56049         in: "path"
56050         description: "Id of vf-module"
56051         required: true
56052         type: "string"
56053       - name: "vm-type"
56054         in: "path"
56055         description: "Id of vm"
56056         required: true
56057         type: "string"
56058       - name: "network-role"
56059         in: "path"
56060         description: "Id of vm-network"
56061         required: true
56062         type: "string"
56063       responses:
56064         400:
56065           description: "Internal error"
56066         204:
56067           description: "Object deleted"
56068   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/interface-route-prefixes/
56069   : get:
56070       tags:
56071       - "GENERIC-RESOURCE-API"
56072       description: "returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56073       parameters:
56074       - name: "service-instance-id"
56075         in: "path"
56076         description: "Id of service"
56077         required: true
56078         type: "string"
56079       - name: "vnf-id"
56080         in: "path"
56081         description: "Id of vnf"
56082         required: true
56083         type: "string"
56084       - name: "vf-module-id"
56085         in: "path"
56086         description: "Id of vf-module"
56087         required: true
56088         type: "string"
56089       - name: "vm-type"
56090         in: "path"
56091         description: "Id of vm"
56092         required: true
56093         type: "string"
56094       - name: "network-role"
56095         in: "path"
56096         description: "Id of vm-network"
56097         required: true
56098         type: "string"
56099       responses:
56100         400:
56101           description: "Internal error"
56102         200:
56103           description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56104           responseSchema:
56105             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56106             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56107           schema:
56108             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56109             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56110     post:
56111       tags:
56112       - "GENERIC-RESOURCE-API"
56113       description: "creates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56114       parameters:
56115       - name: "service-instance-id"
56116         in: "path"
56117         description: "Id of service"
56118         required: true
56119         type: "string"
56120       - name: "vnf-id"
56121         in: "path"
56122         description: "Id of vnf"
56123         required: true
56124         type: "string"
56125       - name: "vf-module-id"
56126         in: "path"
56127         description: "Id of vf-module"
56128         required: true
56129         type: "string"
56130       - name: "vm-type"
56131         in: "path"
56132         description: "Id of vm"
56133         required: true
56134         type: "string"
56135       - name: "network-role"
56136         in: "path"
56137         description: "Id of vm-network"
56138         required: true
56139         type: "string"
56140       - in: "body"
56141         name: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param"
56142         description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to\
56143           \ be added to list"
56144         required: false
56145         schema:
56146           $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56147           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56148       responses:
56149         400:
56150           description: "Internal error"
56151         201:
56152           description: "Object created"
56153         409:
56154           description: "Object already exists"
56155     put:
56156       tags:
56157       - "GENERIC-RESOURCE-API"
56158       description: "creates or updates generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56159       parameters:
56160       - name: "service-instance-id"
56161         in: "path"
56162         description: "Id of service"
56163         required: true
56164         type: "string"
56165       - name: "vnf-id"
56166         in: "path"
56167         description: "Id of vnf"
56168         required: true
56169         type: "string"
56170       - name: "vf-module-id"
56171         in: "path"
56172         description: "Id of vf-module"
56173         required: true
56174         type: "string"
56175       - name: "vm-type"
56176         in: "path"
56177         description: "Id of vm"
56178         required: true
56179         type: "string"
56180       - name: "network-role"
56181         in: "path"
56182         description: "Id of vm-network"
56183         required: true
56184         type: "string"
56185       - in: "body"
56186         name: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes.body-param"
56187         description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes to\
56188           \ be added or updated"
56189         required: false
56190         schema:
56191           $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56192           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56193       responses:
56194         400:
56195           description: "Internal error"
56196         201:
56197           description: "Object created"
56198         204:
56199           description: "Object modified"
56200     delete:
56201       tags:
56202       - "GENERIC-RESOURCE-API"
56203       description: "removes generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
56204       parameters:
56205       - name: "service-instance-id"
56206         in: "path"
56207         description: "Id of service"
56208         required: true
56209         type: "string"
56210       - name: "vnf-id"
56211         in: "path"
56212         description: "Id of vnf"
56213         required: true
56214         type: "string"
56215       - name: "vf-module-id"
56216         in: "path"
56217         description: "Id of vf-module"
56218         required: true
56219         type: "string"
56220       - name: "vm-type"
56221         in: "path"
56222         description: "Id of vm"
56223         required: true
56224         type: "string"
56225       - name: "network-role"
56226         in: "path"
56227         description: "Id of vm-network"
56228         required: true
56229         type: "string"
56230       responses:
56231         400:
56232           description: "Internal error"
56233         204:
56234           description: "Object deleted"
56235   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/mac-addresses/
56236   : get:
56237       tags:
56238       - "GENERIC-RESOURCE-API"
56239       description: "returns generic.resource.api.vmnetworkdata.MacAddresses"
56240       parameters:
56241       - name: "service-instance-id"
56242         in: "path"
56243         description: "Id of service"
56244         required: true
56245         type: "string"
56246       - name: "vnf-id"
56247         in: "path"
56248         description: "Id of vnf"
56249         required: true
56250         type: "string"
56251       - name: "vf-module-id"
56252         in: "path"
56253         description: "Id of vf-module"
56254         required: true
56255         type: "string"
56256       - name: "vm-type"
56257         in: "path"
56258         description: "Id of vm"
56259         required: true
56260         type: "string"
56261       - name: "network-role"
56262         in: "path"
56263         description: "Id of vm-network"
56264         required: true
56265         type: "string"
56266       responses:
56267         400:
56268           description: "Internal error"
56269         200:
56270           description: "generic.resource.api.vmnetworkdata.MacAddresses"
56271           responseSchema:
56272             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56273             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56274           schema:
56275             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56276             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56277     post:
56278       tags:
56279       - "GENERIC-RESOURCE-API"
56280       description: "creates generic.resource.api.vmnetworkdata.MacAddresses"
56281       parameters:
56282       - name: "service-instance-id"
56283         in: "path"
56284         description: "Id of service"
56285         required: true
56286         type: "string"
56287       - name: "vnf-id"
56288         in: "path"
56289         description: "Id of vnf"
56290         required: true
56291         type: "string"
56292       - name: "vf-module-id"
56293         in: "path"
56294         description: "Id of vf-module"
56295         required: true
56296         type: "string"
56297       - name: "vm-type"
56298         in: "path"
56299         description: "Id of vm"
56300         required: true
56301         type: "string"
56302       - name: "network-role"
56303         in: "path"
56304         description: "Id of vm-network"
56305         required: true
56306         type: "string"
56307       - in: "body"
56308         name: "generic.resource.api.vmnetworkdata.MacAddresses.body-param"
56309         description: "generic.resource.api.vmnetworkdata.MacAddresses to be added\
56310           \ to list"
56311         required: false
56312         schema:
56313           $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56314           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56315       responses:
56316         400:
56317           description: "Internal error"
56318         201:
56319           description: "Object created"
56320         409:
56321           description: "Object already exists"
56322     put:
56323       tags:
56324       - "GENERIC-RESOURCE-API"
56325       description: "creates or updates generic.resource.api.vmnetworkdata.MacAddresses"
56326       parameters:
56327       - name: "service-instance-id"
56328         in: "path"
56329         description: "Id of service"
56330         required: true
56331         type: "string"
56332       - name: "vnf-id"
56333         in: "path"
56334         description: "Id of vnf"
56335         required: true
56336         type: "string"
56337       - name: "vf-module-id"
56338         in: "path"
56339         description: "Id of vf-module"
56340         required: true
56341         type: "string"
56342       - name: "vm-type"
56343         in: "path"
56344         description: "Id of vm"
56345         required: true
56346         type: "string"
56347       - name: "network-role"
56348         in: "path"
56349         description: "Id of vm-network"
56350         required: true
56351         type: "string"
56352       - in: "body"
56353         name: "generic.resource.api.vmnetworkdata.MacAddresses.body-param"
56354         description: "generic.resource.api.vmnetworkdata.MacAddresses to be added\
56355           \ or updated"
56356         required: false
56357         schema:
56358           $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56359           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
56360       responses:
56361         400:
56362           description: "Internal error"
56363         201:
56364           description: "Object created"
56365         204:
56366           description: "Object modified"
56367     delete:
56368       tags:
56369       - "GENERIC-RESOURCE-API"
56370       description: "removes generic.resource.api.vmnetworkdata.MacAddresses"
56371       parameters:
56372       - name: "service-instance-id"
56373         in: "path"
56374         description: "Id of service"
56375         required: true
56376         type: "string"
56377       - name: "vnf-id"
56378         in: "path"
56379         description: "Id of vnf"
56380         required: true
56381         type: "string"
56382       - name: "vf-module-id"
56383         in: "path"
56384         description: "Id of vf-module"
56385         required: true
56386         type: "string"
56387       - name: "vm-type"
56388         in: "path"
56389         description: "Id of vm"
56390         required: true
56391         type: "string"
56392       - name: "network-role"
56393         in: "path"
56394         description: "Id of vm-network"
56395         required: true
56396         type: "string"
56397       responses:
56398         400:
56399           description: "Internal error"
56400         204:
56401           description: "Object deleted"
56402   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/
56403   : get:
56404       tags:
56405       - "GENERIC-RESOURCE-API"
56406       description: "returns generic.resource.api.vmnetworkdata.NetworkInformationItems"
56407       parameters:
56408       - name: "service-instance-id"
56409         in: "path"
56410         description: "Id of service"
56411         required: true
56412         type: "string"
56413       - name: "vnf-id"
56414         in: "path"
56415         description: "Id of vnf"
56416         required: true
56417         type: "string"
56418       - name: "vf-module-id"
56419         in: "path"
56420         description: "Id of vf-module"
56421         required: true
56422         type: "string"
56423       - name: "vm-type"
56424         in: "path"
56425         description: "Id of vm"
56426         required: true
56427         type: "string"
56428       - name: "network-role"
56429         in: "path"
56430         description: "Id of vm-network"
56431         required: true
56432         type: "string"
56433       responses:
56434         400:
56435           description: "Internal error"
56436         200:
56437           description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
56438           responseSchema:
56439             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56440             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56441           schema:
56442             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56443             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56444     post:
56445       tags:
56446       - "GENERIC-RESOURCE-API"
56447       description: "creates generic.resource.api.vmnetworkdata.NetworkInformationItems"
56448       parameters:
56449       - name: "service-instance-id"
56450         in: "path"
56451         description: "Id of service"
56452         required: true
56453         type: "string"
56454       - name: "vnf-id"
56455         in: "path"
56456         description: "Id of vnf"
56457         required: true
56458         type: "string"
56459       - name: "vf-module-id"
56460         in: "path"
56461         description: "Id of vf-module"
56462         required: true
56463         type: "string"
56464       - name: "vm-type"
56465         in: "path"
56466         description: "Id of vm"
56467         required: true
56468         type: "string"
56469       - name: "network-role"
56470         in: "path"
56471         description: "Id of vm-network"
56472         required: true
56473         type: "string"
56474       - in: "body"
56475         name: "generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param"
56476         description: "generic.resource.api.vmnetworkdata.NetworkInformationItems to\
56477           \ be added to list"
56478         required: false
56479         schema:
56480           $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56481           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56482       responses:
56483         400:
56484           description: "Internal error"
56485         201:
56486           description: "Object created"
56487         409:
56488           description: "Object already exists"
56489     put:
56490       tags:
56491       - "GENERIC-RESOURCE-API"
56492       description: "creates or updates generic.resource.api.vmnetworkdata.NetworkInformationItems"
56493       parameters:
56494       - name: "service-instance-id"
56495         in: "path"
56496         description: "Id of service"
56497         required: true
56498         type: "string"
56499       - name: "vnf-id"
56500         in: "path"
56501         description: "Id of vnf"
56502         required: true
56503         type: "string"
56504       - name: "vf-module-id"
56505         in: "path"
56506         description: "Id of vf-module"
56507         required: true
56508         type: "string"
56509       - name: "vm-type"
56510         in: "path"
56511         description: "Id of vm"
56512         required: true
56513         type: "string"
56514       - name: "network-role"
56515         in: "path"
56516         description: "Id of vm-network"
56517         required: true
56518         type: "string"
56519       - in: "body"
56520         name: "generic.resource.api.vmnetworkdata.NetworkInformationItems.body-param"
56521         description: "generic.resource.api.vmnetworkdata.NetworkInformationItems to\
56522           \ be added or updated"
56523         required: false
56524         schema:
56525           $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56526           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
56527       responses:
56528         400:
56529           description: "Internal error"
56530         201:
56531           description: "Object created"
56532         204:
56533           description: "Object modified"
56534     delete:
56535       tags:
56536       - "GENERIC-RESOURCE-API"
56537       description: "removes generic.resource.api.vmnetworkdata.NetworkInformationItems"
56538       parameters:
56539       - name: "service-instance-id"
56540         in: "path"
56541         description: "Id of service"
56542         required: true
56543         type: "string"
56544       - name: "vnf-id"
56545         in: "path"
56546         description: "Id of vnf"
56547         required: true
56548         type: "string"
56549       - name: "vf-module-id"
56550         in: "path"
56551         description: "Id of vf-module"
56552         required: true
56553         type: "string"
56554       - name: "vm-type"
56555         in: "path"
56556         description: "Id of vm"
56557         required: true
56558         type: "string"
56559       - name: "network-role"
56560         in: "path"
56561         description: "Id of vm-network"
56562         required: true
56563         type: "string"
56564       responses:
56565         400:
56566           description: "Internal error"
56567         204:
56568           description: "Object deleted"
56569   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/
56570   : post:
56571       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56572       parameters:
56573       - name: "service-instance-id"
56574         in: "path"
56575         description: "Id of service"
56576         required: true
56577         type: "string"
56578       - name: "vnf-id"
56579         in: "path"
56580         description: "Id of vnf"
56581         required: true
56582         type: "string"
56583       - name: "vf-module-id"
56584         in: "path"
56585         description: "Id of vf-module"
56586         required: true
56587         type: "string"
56588       - name: "vm-type"
56589         in: "path"
56590         description: "Id of vm"
56591         required: true
56592         type: "string"
56593       - name: "network-role"
56594         in: "path"
56595         description: "Id of vm-network"
56596         required: true
56597         type: "string"
56598       - in: "body"
56599         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
56600         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
56601           \ to be added to list"
56602         required: false
56603         schema:
56604           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56605           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56606       responses:
56607         400:
56608           description: "Internal error"
56609         201:
56610           description: "Object created"
56611         409:
56612           description: "Object already exists"
56613   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/
56614   : get:
56615       tags:
56616       - "GENERIC-RESOURCE-API"
56617       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56618       parameters:
56619       - name: "service-instance-id"
56620         in: "path"
56621         description: "Id of service"
56622         required: true
56623         type: "string"
56624       - name: "vnf-id"
56625         in: "path"
56626         description: "Id of vnf"
56627         required: true
56628         type: "string"
56629       - name: "vf-module-id"
56630         in: "path"
56631         description: "Id of vf-module"
56632         required: true
56633         type: "string"
56634       - name: "vm-type"
56635         in: "path"
56636         description: "Id of vm"
56637         required: true
56638         type: "string"
56639       - name: "network-role"
56640         in: "path"
56641         description: "Id of vm-network"
56642         required: true
56643         type: "string"
56644       - name: "ip-version"
56645         in: "path"
56646         description: "Id of network-information-item"
56647         required: true
56648         type: "string"
56649       responses:
56650         400:
56651           description: "Internal error"
56652         200:
56653           description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56654           responseSchema:
56655             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56656             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56657           schema:
56658             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56659             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56660     post:
56661       tags:
56662       - "GENERIC-RESOURCE-API"
56663       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56664       parameters:
56665       - name: "service-instance-id"
56666         in: "path"
56667         description: "Id of service"
56668         required: true
56669         type: "string"
56670       - name: "vnf-id"
56671         in: "path"
56672         description: "Id of vnf"
56673         required: true
56674         type: "string"
56675       - name: "vf-module-id"
56676         in: "path"
56677         description: "Id of vf-module"
56678         required: true
56679         type: "string"
56680       - name: "vm-type"
56681         in: "path"
56682         description: "Id of vm"
56683         required: true
56684         type: "string"
56685       - name: "network-role"
56686         in: "path"
56687         description: "Id of vm-network"
56688         required: true
56689         type: "string"
56690       - name: "ip-version"
56691         in: "path"
56692         description: "Id of network-information-item"
56693         required: true
56694         type: "string"
56695       - in: "body"
56696         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
56697         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
56698           \ to be added to list"
56699         required: false
56700         schema:
56701           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56702           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56703       responses:
56704         400:
56705           description: "Internal error"
56706         201:
56707           description: "Object created"
56708         409:
56709           description: "Object already exists"
56710     put:
56711       tags:
56712       - "GENERIC-RESOURCE-API"
56713       description: "creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56714       parameters:
56715       - name: "service-instance-id"
56716         in: "path"
56717         description: "Id of service"
56718         required: true
56719         type: "string"
56720       - name: "vnf-id"
56721         in: "path"
56722         description: "Id of vnf"
56723         required: true
56724         type: "string"
56725       - name: "vf-module-id"
56726         in: "path"
56727         description: "Id of vf-module"
56728         required: true
56729         type: "string"
56730       - name: "vm-type"
56731         in: "path"
56732         description: "Id of vm"
56733         required: true
56734         type: "string"
56735       - name: "network-role"
56736         in: "path"
56737         description: "Id of vm-network"
56738         required: true
56739         type: "string"
56740       - name: "ip-version"
56741         in: "path"
56742         description: "Id of network-information-item"
56743         required: true
56744         type: "string"
56745       - in: "body"
56746         name: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem.body-param"
56747         description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem\
56748           \ to be added or updated"
56749         required: false
56750         schema:
56751           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56752           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56753       responses:
56754         400:
56755           description: "Internal error"
56756         201:
56757           description: "Object created"
56758         204:
56759           description: "Object modified"
56760     delete:
56761       tags:
56762       - "GENERIC-RESOURCE-API"
56763       description: "removes generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
56764       parameters:
56765       - name: "service-instance-id"
56766         in: "path"
56767         description: "Id of service"
56768         required: true
56769         type: "string"
56770       - name: "vnf-id"
56771         in: "path"
56772         description: "Id of vnf"
56773         required: true
56774         type: "string"
56775       - name: "vf-module-id"
56776         in: "path"
56777         description: "Id of vf-module"
56778         required: true
56779         type: "string"
56780       - name: "vm-type"
56781         in: "path"
56782         description: "Id of vm"
56783         required: true
56784         type: "string"
56785       - name: "network-role"
56786         in: "path"
56787         description: "Id of vm-network"
56788         required: true
56789         type: "string"
56790       - name: "ip-version"
56791         in: "path"
56792         description: "Id of network-information-item"
56793         required: true
56794         type: "string"
56795       responses:
56796         400:
56797           description: "Internal error"
56798         204:
56799           description: "Object deleted"
56800   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/network-ips/
56801   : get:
56802       tags:
56803       - "GENERIC-RESOURCE-API"
56804       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56805       parameters:
56806       - name: "service-instance-id"
56807         in: "path"
56808         description: "Id of service"
56809         required: true
56810         type: "string"
56811       - name: "vnf-id"
56812         in: "path"
56813         description: "Id of vnf"
56814         required: true
56815         type: "string"
56816       - name: "vf-module-id"
56817         in: "path"
56818         description: "Id of vf-module"
56819         required: true
56820         type: "string"
56821       - name: "vm-type"
56822         in: "path"
56823         description: "Id of vm"
56824         required: true
56825         type: "string"
56826       - name: "network-role"
56827         in: "path"
56828         description: "Id of vm-network"
56829         required: true
56830         type: "string"
56831       - name: "ip-version"
56832         in: "path"
56833         description: "Id of network-information-item"
56834         required: true
56835         type: "string"
56836       responses:
56837         400:
56838           description: "Internal error"
56839         200:
56840           description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56841           responseSchema:
56842             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56843             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56844           schema:
56845             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56846             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56847     post:
56848       tags:
56849       - "GENERIC-RESOURCE-API"
56850       description: "creates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56851       parameters:
56852       - name: "service-instance-id"
56853         in: "path"
56854         description: "Id of service"
56855         required: true
56856         type: "string"
56857       - name: "vnf-id"
56858         in: "path"
56859         description: "Id of vnf"
56860         required: true
56861         type: "string"
56862       - name: "vf-module-id"
56863         in: "path"
56864         description: "Id of vf-module"
56865         required: true
56866         type: "string"
56867       - name: "vm-type"
56868         in: "path"
56869         description: "Id of vm"
56870         required: true
56871         type: "string"
56872       - name: "network-role"
56873         in: "path"
56874         description: "Id of vm-network"
56875         required: true
56876         type: "string"
56877       - name: "ip-version"
56878         in: "path"
56879         description: "Id of network-information-item"
56880         required: true
56881         type: "string"
56882       - in: "body"
56883         name: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
56884         description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
56885           \ to be added to list"
56886         required: false
56887         schema:
56888           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56889           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56890       responses:
56891         400:
56892           description: "Internal error"
56893         201:
56894           description: "Object created"
56895         409:
56896           description: "Object already exists"
56897     put:
56898       tags:
56899       - "GENERIC-RESOURCE-API"
56900       description: "creates or updates generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56901       parameters:
56902       - name: "service-instance-id"
56903         in: "path"
56904         description: "Id of service"
56905         required: true
56906         type: "string"
56907       - name: "vnf-id"
56908         in: "path"
56909         description: "Id of vnf"
56910         required: true
56911         type: "string"
56912       - name: "vf-module-id"
56913         in: "path"
56914         description: "Id of vf-module"
56915         required: true
56916         type: "string"
56917       - name: "vm-type"
56918         in: "path"
56919         description: "Id of vm"
56920         required: true
56921         type: "string"
56922       - name: "network-role"
56923         in: "path"
56924         description: "Id of vm-network"
56925         required: true
56926         type: "string"
56927       - name: "ip-version"
56928         in: "path"
56929         description: "Id of network-information-item"
56930         required: true
56931         type: "string"
56932       - in: "body"
56933         name: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps.body-param"
56934         description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps\
56935           \ to be added or updated"
56936         required: false
56937         schema:
56938           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56939           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56940       responses:
56941         400:
56942           description: "Internal error"
56943         201:
56944           description: "Object created"
56945         204:
56946           description: "Object modified"
56947     delete:
56948       tags:
56949       - "GENERIC-RESOURCE-API"
56950       description: "removes generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
56951       parameters:
56952       - name: "service-instance-id"
56953         in: "path"
56954         description: "Id of service"
56955         required: true
56956         type: "string"
56957       - name: "vnf-id"
56958         in: "path"
56959         description: "Id of vnf"
56960         required: true
56961         type: "string"
56962       - name: "vf-module-id"
56963         in: "path"
56964         description: "Id of vf-module"
56965         required: true
56966         type: "string"
56967       - name: "vm-type"
56968         in: "path"
56969         description: "Id of vm"
56970         required: true
56971         type: "string"
56972       - name: "network-role"
56973         in: "path"
56974         description: "Id of vm-network"
56975         required: true
56976         type: "string"
56977       - name: "ip-version"
56978         in: "path"
56979         description: "Id of network-information-item"
56980         required: true
56981         type: "string"
56982       responses:
56983         400:
56984           description: "Internal error"
56985         204:
56986           description: "Object deleted"
56987   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/
56988   : get:
56989       tags:
56990       - "GENERIC-RESOURCE-API"
56991       description: "returns generic.resource.api.RelatedNetwork"
56992       parameters:
56993       - name: "service-instance-id"
56994         in: "path"
56995         description: "Id of service"
56996         required: true
56997         type: "string"
56998       - name: "vnf-id"
56999         in: "path"
57000         description: "Id of vnf"
57001         required: true
57002         type: "string"
57003       - name: "vf-module-id"
57004         in: "path"
57005         description: "Id of vf-module"
57006         required: true
57007         type: "string"
57008       - name: "vm-type"
57009         in: "path"
57010         description: "Id of vm"
57011         required: true
57012         type: "string"
57013       - name: "network-role"
57014         in: "path"
57015         description: "Id of vm-network"
57016         required: true
57017         type: "string"
57018       responses:
57019         400:
57020           description: "Internal error"
57021         200:
57022           description: "generic.resource.api.RelatedNetwork"
57023           responseSchema:
57024             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
57025             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
57026           schema:
57027             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
57028             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
57029     post:
57030       tags:
57031       - "GENERIC-RESOURCE-API"
57032       description: "creates generic.resource.api.RelatedNetwork"
57033       parameters:
57034       - name: "service-instance-id"
57035         in: "path"
57036         description: "Id of service"
57037         required: true
57038         type: "string"
57039       - name: "vnf-id"
57040         in: "path"
57041         description: "Id of vnf"
57042         required: true
57043         type: "string"
57044       - name: "vf-module-id"
57045         in: "path"
57046         description: "Id of vf-module"
57047         required: true
57048         type: "string"
57049       - name: "vm-type"
57050         in: "path"
57051         description: "Id of vm"
57052         required: true
57053         type: "string"
57054       - name: "network-role"
57055         in: "path"
57056         description: "Id of vm-network"
57057         required: true
57058         type: "string"
57059       - in: "body"
57060         name: "generic.resource.api.RelatedNetwork.body-param"
57061         description: "generic.resource.api.RelatedNetwork to be added to list"
57062         required: false
57063         schema:
57064           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
57065           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
57066       responses:
57067         400:
57068           description: "Internal error"
57069         201:
57070           description: "Object created"
57071         409:
57072           description: "Object already exists"
57073     put:
57074       tags:
57075       - "GENERIC-RESOURCE-API"
57076       description: "creates or updates generic.resource.api.RelatedNetwork"
57077       parameters:
57078       - name: "service-instance-id"
57079         in: "path"
57080         description: "Id of service"
57081         required: true
57082         type: "string"
57083       - name: "vnf-id"
57084         in: "path"
57085         description: "Id of vnf"
57086         required: true
57087         type: "string"
57088       - name: "vf-module-id"
57089         in: "path"
57090         description: "Id of vf-module"
57091         required: true
57092         type: "string"
57093       - name: "vm-type"
57094         in: "path"
57095         description: "Id of vm"
57096         required: true
57097         type: "string"
57098       - name: "network-role"
57099         in: "path"
57100         description: "Id of vm-network"
57101         required: true
57102         type: "string"
57103       - in: "body"
57104         name: "generic.resource.api.RelatedNetwork.body-param"
57105         description: "generic.resource.api.RelatedNetwork to be added or updated"
57106         required: false
57107         schema:
57108           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
57109           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
57110       responses:
57111         400:
57112           description: "Internal error"
57113         201:
57114           description: "Object created"
57115         204:
57116           description: "Object modified"
57117     delete:
57118       tags:
57119       - "GENERIC-RESOURCE-API"
57120       description: "removes generic.resource.api.RelatedNetwork"
57121       parameters:
57122       - name: "service-instance-id"
57123         in: "path"
57124         description: "Id of service"
57125         required: true
57126         type: "string"
57127       - name: "vnf-id"
57128         in: "path"
57129         description: "Id of vnf"
57130         required: true
57131         type: "string"
57132       - name: "vf-module-id"
57133         in: "path"
57134         description: "Id of vf-module"
57135         required: true
57136         type: "string"
57137       - name: "vm-type"
57138         in: "path"
57139         description: "Id of vm"
57140         required: true
57141         type: "string"
57142       - name: "network-role"
57143         in: "path"
57144         description: "Id of vm-network"
57145         required: true
57146         type: "string"
57147       responses:
57148         400:
57149           description: "Internal error"
57150         204:
57151           description: "Object deleted"
57152   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/
57153   : post:
57154       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
57155       parameters:
57156       - name: "service-instance-id"
57157         in: "path"
57158         description: "Id of service"
57159         required: true
57160         type: "string"
57161       - name: "vnf-id"
57162         in: "path"
57163         description: "Id of vnf"
57164         required: true
57165         type: "string"
57166       - name: "vf-module-id"
57167         in: "path"
57168         description: "Id of vf-module"
57169         required: true
57170         type: "string"
57171       - name: "vm-type"
57172         in: "path"
57173         description: "Id of vm"
57174         required: true
57175         type: "string"
57176       - name: "network-role"
57177         in: "path"
57178         description: "Id of vm-network"
57179         required: true
57180         type: "string"
57181       - in: "body"
57182         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
57183         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
57184           \ to list"
57185         required: false
57186         schema:
57187           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57188           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57189       responses:
57190         400:
57191           description: "Internal error"
57192         201:
57193           description: "Object created"
57194         409:
57195           description: "Object already exists"
57196   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/
57197   : get:
57198       tags:
57199       - "GENERIC-RESOURCE-API"
57200       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
57201       parameters:
57202       - name: "service-instance-id"
57203         in: "path"
57204         description: "Id of service"
57205         required: true
57206         type: "string"
57207       - name: "vnf-id"
57208         in: "path"
57209         description: "Id of vnf"
57210         required: true
57211         type: "string"
57212       - name: "vf-module-id"
57213         in: "path"
57214         description: "Id of vf-module"
57215         required: true
57216         type: "string"
57217       - name: "vm-type"
57218         in: "path"
57219         description: "Id of vm"
57220         required: true
57221         type: "string"
57222       - name: "network-role"
57223         in: "path"
57224         description: "Id of vm-network"
57225         required: true
57226         type: "string"
57227       - name: "network-id"
57228         in: "path"
57229         description: "Id of related-network"
57230         required: true
57231         type: "string"
57232       responses:
57233         400:
57234           description: "Internal error"
57235         200:
57236           description: "generic.resource.api.relatednetwork.RelatedNetwork"
57237           responseSchema:
57238             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57239             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57240           schema:
57241             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57242             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57243     post:
57244       tags:
57245       - "GENERIC-RESOURCE-API"
57246       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
57247       parameters:
57248       - name: "service-instance-id"
57249         in: "path"
57250         description: "Id of service"
57251         required: true
57252         type: "string"
57253       - name: "vnf-id"
57254         in: "path"
57255         description: "Id of vnf"
57256         required: true
57257         type: "string"
57258       - name: "vf-module-id"
57259         in: "path"
57260         description: "Id of vf-module"
57261         required: true
57262         type: "string"
57263       - name: "vm-type"
57264         in: "path"
57265         description: "Id of vm"
57266         required: true
57267         type: "string"
57268       - name: "network-role"
57269         in: "path"
57270         description: "Id of vm-network"
57271         required: true
57272         type: "string"
57273       - name: "network-id"
57274         in: "path"
57275         description: "Id of related-network"
57276         required: true
57277         type: "string"
57278       - in: "body"
57279         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
57280         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
57281           \ to list"
57282         required: false
57283         schema:
57284           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57285           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57286       responses:
57287         400:
57288           description: "Internal error"
57289         201:
57290           description: "Object created"
57291         409:
57292           description: "Object already exists"
57293     put:
57294       tags:
57295       - "GENERIC-RESOURCE-API"
57296       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
57297       parameters:
57298       - name: "service-instance-id"
57299         in: "path"
57300         description: "Id of service"
57301         required: true
57302         type: "string"
57303       - name: "vnf-id"
57304         in: "path"
57305         description: "Id of vnf"
57306         required: true
57307         type: "string"
57308       - name: "vf-module-id"
57309         in: "path"
57310         description: "Id of vf-module"
57311         required: true
57312         type: "string"
57313       - name: "vm-type"
57314         in: "path"
57315         description: "Id of vm"
57316         required: true
57317         type: "string"
57318       - name: "network-role"
57319         in: "path"
57320         description: "Id of vm-network"
57321         required: true
57322         type: "string"
57323       - name: "network-id"
57324         in: "path"
57325         description: "Id of related-network"
57326         required: true
57327         type: "string"
57328       - in: "body"
57329         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
57330         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
57331           \ or updated"
57332         required: false
57333         schema:
57334           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57335           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
57336       responses:
57337         400:
57338           description: "Internal error"
57339         201:
57340           description: "Object created"
57341         204:
57342           description: "Object modified"
57343     delete:
57344       tags:
57345       - "GENERIC-RESOURCE-API"
57346       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
57347       parameters:
57348       - name: "service-instance-id"
57349         in: "path"
57350         description: "Id of service"
57351         required: true
57352         type: "string"
57353       - name: "vnf-id"
57354         in: "path"
57355         description: "Id of vnf"
57356         required: true
57357         type: "string"
57358       - name: "vf-module-id"
57359         in: "path"
57360         description: "Id of vf-module"
57361         required: true
57362         type: "string"
57363       - name: "vm-type"
57364         in: "path"
57365         description: "Id of vm"
57366         required: true
57367         type: "string"
57368       - name: "network-role"
57369         in: "path"
57370         description: "Id of vm-network"
57371         required: true
57372         type: "string"
57373       - name: "network-id"
57374         in: "path"
57375         description: "Id of related-network"
57376         required: true
57377         type: "string"
57378       responses:
57379         400:
57380           description: "Internal error"
57381         204:
57382           description: "Object deleted"
57383   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
57384   : get:
57385       tags:
57386       - "GENERIC-RESOURCE-API"
57387       description: "returns generic.resource.api.vlantags.VlanTags"
57388       parameters:
57389       - name: "service-instance-id"
57390         in: "path"
57391         description: "Id of service"
57392         required: true
57393         type: "string"
57394       - name: "vnf-id"
57395         in: "path"
57396         description: "Id of vnf"
57397         required: true
57398         type: "string"
57399       - name: "vf-module-id"
57400         in: "path"
57401         description: "Id of vf-module"
57402         required: true
57403         type: "string"
57404       - name: "vm-type"
57405         in: "path"
57406         description: "Id of vm"
57407         required: true
57408         type: "string"
57409       - name: "network-role"
57410         in: "path"
57411         description: "Id of vm-network"
57412         required: true
57413         type: "string"
57414       - name: "network-id"
57415         in: "path"
57416         description: "Id of related-network"
57417         required: true
57418         type: "string"
57419       responses:
57420         400:
57421           description: "Internal error"
57422         200:
57423           description: "generic.resource.api.vlantags.VlanTags"
57424           responseSchema:
57425             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
57426             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
57427           schema:
57428             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
57429             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
57430     post:
57431       tags:
57432       - "GENERIC-RESOURCE-API"
57433       description: "creates generic.resource.api.vlantags.VlanTags"
57434       parameters:
57435       - name: "service-instance-id"
57436         in: "path"
57437         description: "Id of service"
57438         required: true
57439         type: "string"
57440       - name: "vnf-id"
57441         in: "path"
57442         description: "Id of vnf"
57443         required: true
57444         type: "string"
57445       - name: "vf-module-id"
57446         in: "path"
57447         description: "Id of vf-module"
57448         required: true
57449         type: "string"
57450       - name: "vm-type"
57451         in: "path"
57452         description: "Id of vm"
57453         required: true
57454         type: "string"
57455       - name: "network-role"
57456         in: "path"
57457         description: "Id of vm-network"
57458         required: true
57459         type: "string"
57460       - name: "network-id"
57461         in: "path"
57462         description: "Id of related-network"
57463         required: true
57464         type: "string"
57465       - in: "body"
57466         name: "generic.resource.api.vlantags.VlanTags.body-param"
57467         description: "generic.resource.api.vlantags.VlanTags to be added to list"
57468         required: false
57469         schema:
57470           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
57471           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
57472       responses:
57473         400:
57474           description: "Internal error"
57475         201:
57476           description: "Object created"
57477         409:
57478           description: "Object already exists"
57479     put:
57480       tags:
57481       - "GENERIC-RESOURCE-API"
57482       description: "creates or updates generic.resource.api.vlantags.VlanTags"
57483       parameters:
57484       - name: "service-instance-id"
57485         in: "path"
57486         description: "Id of service"
57487         required: true
57488         type: "string"
57489       - name: "vnf-id"
57490         in: "path"
57491         description: "Id of vnf"
57492         required: true
57493         type: "string"
57494       - name: "vf-module-id"
57495         in: "path"
57496         description: "Id of vf-module"
57497         required: true
57498         type: "string"
57499       - name: "vm-type"
57500         in: "path"
57501         description: "Id of vm"
57502         required: true
57503         type: "string"
57504       - name: "network-role"
57505         in: "path"
57506         description: "Id of vm-network"
57507         required: true
57508         type: "string"
57509       - name: "network-id"
57510         in: "path"
57511         description: "Id of related-network"
57512         required: true
57513         type: "string"
57514       - in: "body"
57515         name: "generic.resource.api.vlantags.VlanTags.body-param"
57516         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
57517         required: false
57518         schema:
57519           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
57520           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
57521       responses:
57522         400:
57523           description: "Internal error"
57524         201:
57525           description: "Object created"
57526         204:
57527           description: "Object modified"
57528     delete:
57529       tags:
57530       - "GENERIC-RESOURCE-API"
57531       description: "removes generic.resource.api.vlantags.VlanTags"
57532       parameters:
57533       - name: "service-instance-id"
57534         in: "path"
57535         description: "Id of service"
57536         required: true
57537         type: "string"
57538       - name: "vnf-id"
57539         in: "path"
57540         description: "Id of vnf"
57541         required: true
57542         type: "string"
57543       - name: "vf-module-id"
57544         in: "path"
57545         description: "Id of vf-module"
57546         required: true
57547         type: "string"
57548       - name: "vm-type"
57549         in: "path"
57550         description: "Id of vm"
57551         required: true
57552         type: "string"
57553       - name: "network-role"
57554         in: "path"
57555         description: "Id of vm-network"
57556         required: true
57557         type: "string"
57558       - name: "network-id"
57559         in: "path"
57560         description: "Id of related-network"
57561         required: true
57562         type: "string"
57563       responses:
57564         400:
57565           description: "Internal error"
57566         204:
57567           description: "Object deleted"
57568   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/
57569   : get:
57570       tags:
57571       - "GENERIC-RESOURCE-API"
57572       description: "returns generic.resource.api.vmnetworkdata.SriovParameters"
57573       parameters:
57574       - name: "service-instance-id"
57575         in: "path"
57576         description: "Id of service"
57577         required: true
57578         type: "string"
57579       - name: "vnf-id"
57580         in: "path"
57581         description: "Id of vnf"
57582         required: true
57583         type: "string"
57584       - name: "vf-module-id"
57585         in: "path"
57586         description: "Id of vf-module"
57587         required: true
57588         type: "string"
57589       - name: "vm-type"
57590         in: "path"
57591         description: "Id of vm"
57592         required: true
57593         type: "string"
57594       - name: "network-role"
57595         in: "path"
57596         description: "Id of vm-network"
57597         required: true
57598         type: "string"
57599       responses:
57600         400:
57601           description: "Internal error"
57602         200:
57603           description: "generic.resource.api.vmnetworkdata.SriovParameters"
57604           responseSchema:
57605             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57606             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57607           schema:
57608             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57609             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57610     post:
57611       tags:
57612       - "GENERIC-RESOURCE-API"
57613       description: "creates generic.resource.api.vmnetworkdata.SriovParameters"
57614       parameters:
57615       - name: "service-instance-id"
57616         in: "path"
57617         description: "Id of service"
57618         required: true
57619         type: "string"
57620       - name: "vnf-id"
57621         in: "path"
57622         description: "Id of vnf"
57623         required: true
57624         type: "string"
57625       - name: "vf-module-id"
57626         in: "path"
57627         description: "Id of vf-module"
57628         required: true
57629         type: "string"
57630       - name: "vm-type"
57631         in: "path"
57632         description: "Id of vm"
57633         required: true
57634         type: "string"
57635       - name: "network-role"
57636         in: "path"
57637         description: "Id of vm-network"
57638         required: true
57639         type: "string"
57640       - in: "body"
57641         name: "generic.resource.api.vmnetworkdata.SriovParameters.body-param"
57642         description: "generic.resource.api.vmnetworkdata.SriovParameters to be added\
57643           \ to list"
57644         required: false
57645         schema:
57646           $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57647           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57648       responses:
57649         400:
57650           description: "Internal error"
57651         201:
57652           description: "Object created"
57653         409:
57654           description: "Object already exists"
57655     put:
57656       tags:
57657       - "GENERIC-RESOURCE-API"
57658       description: "creates or updates generic.resource.api.vmnetworkdata.SriovParameters"
57659       parameters:
57660       - name: "service-instance-id"
57661         in: "path"
57662         description: "Id of service"
57663         required: true
57664         type: "string"
57665       - name: "vnf-id"
57666         in: "path"
57667         description: "Id of vnf"
57668         required: true
57669         type: "string"
57670       - name: "vf-module-id"
57671         in: "path"
57672         description: "Id of vf-module"
57673         required: true
57674         type: "string"
57675       - name: "vm-type"
57676         in: "path"
57677         description: "Id of vm"
57678         required: true
57679         type: "string"
57680       - name: "network-role"
57681         in: "path"
57682         description: "Id of vm-network"
57683         required: true
57684         type: "string"
57685       - in: "body"
57686         name: "generic.resource.api.vmnetworkdata.SriovParameters.body-param"
57687         description: "generic.resource.api.vmnetworkdata.SriovParameters to be added\
57688           \ or updated"
57689         required: false
57690         schema:
57691           $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57692           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
57693       responses:
57694         400:
57695           description: "Internal error"
57696         201:
57697           description: "Object created"
57698         204:
57699           description: "Object modified"
57700     delete:
57701       tags:
57702       - "GENERIC-RESOURCE-API"
57703       description: "removes generic.resource.api.vmnetworkdata.SriovParameters"
57704       parameters:
57705       - name: "service-instance-id"
57706         in: "path"
57707         description: "Id of service"
57708         required: true
57709         type: "string"
57710       - name: "vnf-id"
57711         in: "path"
57712         description: "Id of vnf"
57713         required: true
57714         type: "string"
57715       - name: "vf-module-id"
57716         in: "path"
57717         description: "Id of vf-module"
57718         required: true
57719         type: "string"
57720       - name: "vm-type"
57721         in: "path"
57722         description: "Id of vm"
57723         required: true
57724         type: "string"
57725       - name: "network-role"
57726         in: "path"
57727         description: "Id of vm-network"
57728         required: true
57729         type: "string"
57730       responses:
57731         400:
57732           description: "Internal error"
57733         204:
57734           description: "Object deleted"
57735   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/
57736   : get:
57737       tags:
57738       - "GENERIC-RESOURCE-API"
57739       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57740       parameters:
57741       - name: "service-instance-id"
57742         in: "path"
57743         description: "Id of service"
57744         required: true
57745         type: "string"
57746       - name: "vnf-id"
57747         in: "path"
57748         description: "Id of vnf"
57749         required: true
57750         type: "string"
57751       - name: "vf-module-id"
57752         in: "path"
57753         description: "Id of vf-module"
57754         required: true
57755         type: "string"
57756       - name: "vm-type"
57757         in: "path"
57758         description: "Id of vm"
57759         required: true
57760         type: "string"
57761       - name: "network-role"
57762         in: "path"
57763         description: "Id of vm-network"
57764         required: true
57765         type: "string"
57766       responses:
57767         400:
57768           description: "Internal error"
57769         200:
57770           description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57771           responseSchema:
57772             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57773             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57774           schema:
57775             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57776             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57777     post:
57778       tags:
57779       - "GENERIC-RESOURCE-API"
57780       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57781       parameters:
57782       - name: "service-instance-id"
57783         in: "path"
57784         description: "Id of service"
57785         required: true
57786         type: "string"
57787       - name: "vnf-id"
57788         in: "path"
57789         description: "Id of vnf"
57790         required: true
57791         type: "string"
57792       - name: "vf-module-id"
57793         in: "path"
57794         description: "Id of vf-module"
57795         required: true
57796         type: "string"
57797       - name: "vm-type"
57798         in: "path"
57799         description: "Id of vm"
57800         required: true
57801         type: "string"
57802       - name: "network-role"
57803         in: "path"
57804         description: "Id of vm-network"
57805         required: true
57806         type: "string"
57807       - in: "body"
57808         name: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param"
57809         description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags\
57810           \ to be added to list"
57811         required: false
57812         schema:
57813           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57814           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57815       responses:
57816         400:
57817           description: "Internal error"
57818         201:
57819           description: "Object created"
57820         409:
57821           description: "Object already exists"
57822     put:
57823       tags:
57824       - "GENERIC-RESOURCE-API"
57825       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57826       parameters:
57827       - name: "service-instance-id"
57828         in: "path"
57829         description: "Id of service"
57830         required: true
57831         type: "string"
57832       - name: "vnf-id"
57833         in: "path"
57834         description: "Id of vnf"
57835         required: true
57836         type: "string"
57837       - name: "vf-module-id"
57838         in: "path"
57839         description: "Id of vf-module"
57840         required: true
57841         type: "string"
57842       - name: "vm-type"
57843         in: "path"
57844         description: "Id of vm"
57845         required: true
57846         type: "string"
57847       - name: "network-role"
57848         in: "path"
57849         description: "Id of vm-network"
57850         required: true
57851         type: "string"
57852       - in: "body"
57853         name: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags.body-param"
57854         description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags\
57855           \ to be added or updated"
57856         required: false
57857         schema:
57858           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57859           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57860       responses:
57861         400:
57862           description: "Internal error"
57863         201:
57864           description: "Object created"
57865         204:
57866           description: "Object modified"
57867     delete:
57868       tags:
57869       - "GENERIC-RESOURCE-API"
57870       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
57871       parameters:
57872       - name: "service-instance-id"
57873         in: "path"
57874         description: "Id of service"
57875         required: true
57876         type: "string"
57877       - name: "vnf-id"
57878         in: "path"
57879         description: "Id of vnf"
57880         required: true
57881         type: "string"
57882       - name: "vf-module-id"
57883         in: "path"
57884         description: "Id of vf-module"
57885         required: true
57886         type: "string"
57887       - name: "vm-type"
57888         in: "path"
57889         description: "Id of vm"
57890         required: true
57891         type: "string"
57892       - name: "network-role"
57893         in: "path"
57894         description: "Id of vm-network"
57895         required: true
57896         type: "string"
57897       responses:
57898         400:
57899           description: "Internal error"
57900         204:
57901           description: "Object deleted"
57902   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/c-tags/
57903   : get:
57904       tags:
57905       - "GENERIC-RESOURCE-API"
57906       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57907       parameters:
57908       - name: "service-instance-id"
57909         in: "path"
57910         description: "Id of service"
57911         required: true
57912         type: "string"
57913       - name: "vnf-id"
57914         in: "path"
57915         description: "Id of vnf"
57916         required: true
57917         type: "string"
57918       - name: "vf-module-id"
57919         in: "path"
57920         description: "Id of vf-module"
57921         required: true
57922         type: "string"
57923       - name: "vm-type"
57924         in: "path"
57925         description: "Id of vm"
57926         required: true
57927         type: "string"
57928       - name: "network-role"
57929         in: "path"
57930         description: "Id of vm-network"
57931         required: true
57932         type: "string"
57933       responses:
57934         400:
57935           description: "Internal error"
57936         200:
57937           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57938           responseSchema:
57939             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57940             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57941           schema:
57942             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57943             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57944     post:
57945       tags:
57946       - "GENERIC-RESOURCE-API"
57947       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57948       parameters:
57949       - name: "service-instance-id"
57950         in: "path"
57951         description: "Id of service"
57952         required: true
57953         type: "string"
57954       - name: "vnf-id"
57955         in: "path"
57956         description: "Id of vnf"
57957         required: true
57958         type: "string"
57959       - name: "vf-module-id"
57960         in: "path"
57961         description: "Id of vf-module"
57962         required: true
57963         type: "string"
57964       - name: "vm-type"
57965         in: "path"
57966         description: "Id of vm"
57967         required: true
57968         type: "string"
57969       - name: "network-role"
57970         in: "path"
57971         description: "Id of vm-network"
57972         required: true
57973         type: "string"
57974       - in: "body"
57975         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param"
57976         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags\
57977           \ to be added to list"
57978         required: false
57979         schema:
57980           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57981           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57982       responses:
57983         400:
57984           description: "Internal error"
57985         201:
57986           description: "Object created"
57987         409:
57988           description: "Object already exists"
57989     put:
57990       tags:
57991       - "GENERIC-RESOURCE-API"
57992       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
57993       parameters:
57994       - name: "service-instance-id"
57995         in: "path"
57996         description: "Id of service"
57997         required: true
57998         type: "string"
57999       - name: "vnf-id"
58000         in: "path"
58001         description: "Id of vnf"
58002         required: true
58003         type: "string"
58004       - name: "vf-module-id"
58005         in: "path"
58006         description: "Id of vf-module"
58007         required: true
58008         type: "string"
58009       - name: "vm-type"
58010         in: "path"
58011         description: "Id of vm"
58012         required: true
58013         type: "string"
58014       - name: "network-role"
58015         in: "path"
58016         description: "Id of vm-network"
58017         required: true
58018         type: "string"
58019       - in: "body"
58020         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags.body-param"
58021         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags\
58022           \ to be added or updated"
58023         required: false
58024         schema:
58025           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
58026           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
58027       responses:
58028         400:
58029           description: "Internal error"
58030         201:
58031           description: "Object created"
58032         204:
58033           description: "Object modified"
58034     delete:
58035       tags:
58036       - "GENERIC-RESOURCE-API"
58037       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
58038       parameters:
58039       - name: "service-instance-id"
58040         in: "path"
58041         description: "Id of service"
58042         required: true
58043         type: "string"
58044       - name: "vnf-id"
58045         in: "path"
58046         description: "Id of vnf"
58047         required: true
58048         type: "string"
58049       - name: "vf-module-id"
58050         in: "path"
58051         description: "Id of vf-module"
58052         required: true
58053         type: "string"
58054       - name: "vm-type"
58055         in: "path"
58056         description: "Id of vm"
58057         required: true
58058         type: "string"
58059       - name: "network-role"
58060         in: "path"
58061         description: "Id of vm-network"
58062         required: true
58063         type: "string"
58064       responses:
58065         400:
58066           description: "Internal error"
58067         204:
58068           description: "Object deleted"
58069   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/s-tags/
58070   : get:
58071       tags:
58072       - "GENERIC-RESOURCE-API"
58073       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58074       parameters:
58075       - name: "service-instance-id"
58076         in: "path"
58077         description: "Id of service"
58078         required: true
58079         type: "string"
58080       - name: "vnf-id"
58081         in: "path"
58082         description: "Id of vnf"
58083         required: true
58084         type: "string"
58085       - name: "vf-module-id"
58086         in: "path"
58087         description: "Id of vf-module"
58088         required: true
58089         type: "string"
58090       - name: "vm-type"
58091         in: "path"
58092         description: "Id of vm"
58093         required: true
58094         type: "string"
58095       - name: "network-role"
58096         in: "path"
58097         description: "Id of vm-network"
58098         required: true
58099         type: "string"
58100       responses:
58101         400:
58102           description: "Internal error"
58103         200:
58104           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58105           responseSchema:
58106             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58107             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58108           schema:
58109             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58110             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58111     post:
58112       tags:
58113       - "GENERIC-RESOURCE-API"
58114       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58115       parameters:
58116       - name: "service-instance-id"
58117         in: "path"
58118         description: "Id of service"
58119         required: true
58120         type: "string"
58121       - name: "vnf-id"
58122         in: "path"
58123         description: "Id of vnf"
58124         required: true
58125         type: "string"
58126       - name: "vf-module-id"
58127         in: "path"
58128         description: "Id of vf-module"
58129         required: true
58130         type: "string"
58131       - name: "vm-type"
58132         in: "path"
58133         description: "Id of vm"
58134         required: true
58135         type: "string"
58136       - name: "network-role"
58137         in: "path"
58138         description: "Id of vm-network"
58139         required: true
58140         type: "string"
58141       - in: "body"
58142         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param"
58143         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags\
58144           \ to be added to list"
58145         required: false
58146         schema:
58147           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58148           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58149       responses:
58150         400:
58151           description: "Internal error"
58152         201:
58153           description: "Object created"
58154         409:
58155           description: "Object already exists"
58156     put:
58157       tags:
58158       - "GENERIC-RESOURCE-API"
58159       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58160       parameters:
58161       - name: "service-instance-id"
58162         in: "path"
58163         description: "Id of service"
58164         required: true
58165         type: "string"
58166       - name: "vnf-id"
58167         in: "path"
58168         description: "Id of vnf"
58169         required: true
58170         type: "string"
58171       - name: "vf-module-id"
58172         in: "path"
58173         description: "Id of vf-module"
58174         required: true
58175         type: "string"
58176       - name: "vm-type"
58177         in: "path"
58178         description: "Id of vm"
58179         required: true
58180         type: "string"
58181       - name: "network-role"
58182         in: "path"
58183         description: "Id of vm-network"
58184         required: true
58185         type: "string"
58186       - in: "body"
58187         name: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags.body-param"
58188         description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags\
58189           \ to be added or updated"
58190         required: false
58191         schema:
58192           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58193           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58194       responses:
58195         400:
58196           description: "Internal error"
58197         201:
58198           description: "Object created"
58199         204:
58200           description: "Object modified"
58201     delete:
58202       tags:
58203       - "GENERIC-RESOURCE-API"
58204       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
58205       parameters:
58206       - name: "service-instance-id"
58207         in: "path"
58208         description: "Id of service"
58209         required: true
58210         type: "string"
58211       - name: "vnf-id"
58212         in: "path"
58213         description: "Id of vnf"
58214         required: true
58215         type: "string"
58216       - name: "vf-module-id"
58217         in: "path"
58218         description: "Id of vf-module"
58219         required: true
58220         type: "string"
58221       - name: "vm-type"
58222         in: "path"
58223         description: "Id of vm"
58224         required: true
58225         type: "string"
58226       - name: "network-role"
58227         in: "path"
58228         description: "Id of vm-network"
58229         required: true
58230         type: "string"
58231       responses:
58232         400:
58233           description: "Internal error"
58234         204:
58235           description: "Object deleted"
58236   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/heat-vlan-filters/
58237   : get:
58238       tags:
58239       - "GENERIC-RESOURCE-API"
58240       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58241       parameters:
58242       - name: "service-instance-id"
58243         in: "path"
58244         description: "Id of service"
58245         required: true
58246         type: "string"
58247       - name: "vnf-id"
58248         in: "path"
58249         description: "Id of vnf"
58250         required: true
58251         type: "string"
58252       - name: "vf-module-id"
58253         in: "path"
58254         description: "Id of vf-module"
58255         required: true
58256         type: "string"
58257       - name: "vm-type"
58258         in: "path"
58259         description: "Id of vm"
58260         required: true
58261         type: "string"
58262       - name: "network-role"
58263         in: "path"
58264         description: "Id of vm-network"
58265         required: true
58266         type: "string"
58267       responses:
58268         400:
58269           description: "Internal error"
58270         200:
58271           description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58272           responseSchema:
58273             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58274             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58275           schema:
58276             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58277             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58278     post:
58279       tags:
58280       - "GENERIC-RESOURCE-API"
58281       description: "creates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58282       parameters:
58283       - name: "service-instance-id"
58284         in: "path"
58285         description: "Id of service"
58286         required: true
58287         type: "string"
58288       - name: "vnf-id"
58289         in: "path"
58290         description: "Id of vnf"
58291         required: true
58292         type: "string"
58293       - name: "vf-module-id"
58294         in: "path"
58295         description: "Id of vf-module"
58296         required: true
58297         type: "string"
58298       - name: "vm-type"
58299         in: "path"
58300         description: "Id of vm"
58301         required: true
58302         type: "string"
58303       - name: "network-role"
58304         in: "path"
58305         description: "Id of vm-network"
58306         required: true
58307         type: "string"
58308       - in: "body"
58309         name: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param"
58310         description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters\
58311           \ to be added to list"
58312         required: false
58313         schema:
58314           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58315           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58316       responses:
58317         400:
58318           description: "Internal error"
58319         201:
58320           description: "Object created"
58321         409:
58322           description: "Object already exists"
58323     put:
58324       tags:
58325       - "GENERIC-RESOURCE-API"
58326       description: "creates or updates generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58327       parameters:
58328       - name: "service-instance-id"
58329         in: "path"
58330         description: "Id of service"
58331         required: true
58332         type: "string"
58333       - name: "vnf-id"
58334         in: "path"
58335         description: "Id of vnf"
58336         required: true
58337         type: "string"
58338       - name: "vf-module-id"
58339         in: "path"
58340         description: "Id of vf-module"
58341         required: true
58342         type: "string"
58343       - name: "vm-type"
58344         in: "path"
58345         description: "Id of vm"
58346         required: true
58347         type: "string"
58348       - name: "network-role"
58349         in: "path"
58350         description: "Id of vm-network"
58351         required: true
58352         type: "string"
58353       - in: "body"
58354         name: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters.body-param"
58355         description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters\
58356           \ to be added or updated"
58357         required: false
58358         schema:
58359           $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58360           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58361       responses:
58362         400:
58363           description: "Internal error"
58364         201:
58365           description: "Object created"
58366         204:
58367           description: "Object modified"
58368     delete:
58369       tags:
58370       - "GENERIC-RESOURCE-API"
58371       description: "removes generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
58372       parameters:
58373       - name: "service-instance-id"
58374         in: "path"
58375         description: "Id of service"
58376         required: true
58377         type: "string"
58378       - name: "vnf-id"
58379         in: "path"
58380         description: "Id of vnf"
58381         required: true
58382         type: "string"
58383       - name: "vf-module-id"
58384         in: "path"
58385         description: "Id of vf-module"
58386         required: true
58387         type: "string"
58388       - name: "vm-type"
58389         in: "path"
58390         description: "Id of vm"
58391         required: true
58392         type: "string"
58393       - name: "network-role"
58394         in: "path"
58395         description: "Id of vm-network"
58396         required: true
58397         type: "string"
58398       responses:
58399         400:
58400           description: "Internal error"
58401         204:
58402           description: "Object deleted"
58403   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/
58404   : get:
58405       tags:
58406       - "GENERIC-RESOURCE-API"
58407       description: "returns generic.resource.api.Param"
58408       parameters:
58409       - name: "service-instance-id"
58410         in: "path"
58411         description: "Id of service"
58412         required: true
58413         type: "string"
58414       - name: "vnf-id"
58415         in: "path"
58416         description: "Id of vnf"
58417         required: true
58418         type: "string"
58419       - name: "vf-module-id"
58420         in: "path"
58421         description: "Id of vf-module"
58422         required: true
58423         type: "string"
58424       responses:
58425         400:
58426           description: "Internal error"
58427         200:
58428           description: "generic.resource.api.Param"
58429           responseSchema:
58430             $ref: "#/definitions/generic.resource.api.Param"
58431             originalRef: "#/definitions/generic.resource.api.Param"
58432           schema:
58433             $ref: "#/definitions/generic.resource.api.Param"
58434             originalRef: "#/definitions/generic.resource.api.Param"
58435     post:
58436       tags:
58437       - "GENERIC-RESOURCE-API"
58438       description: "creates generic.resource.api.Param"
58439       parameters:
58440       - name: "service-instance-id"
58441         in: "path"
58442         description: "Id of service"
58443         required: true
58444         type: "string"
58445       - name: "vnf-id"
58446         in: "path"
58447         description: "Id of vnf"
58448         required: true
58449         type: "string"
58450       - name: "vf-module-id"
58451         in: "path"
58452         description: "Id of vf-module"
58453         required: true
58454         type: "string"
58455       - in: "body"
58456         name: "generic.resource.api.Param.body-param"
58457         description: "generic.resource.api.Param to be added to list"
58458         required: false
58459         schema:
58460           $ref: "#/definitions/generic.resource.api.Param"
58461           originalRef: "#/definitions/generic.resource.api.Param"
58462       responses:
58463         400:
58464           description: "Internal error"
58465         201:
58466           description: "Object created"
58467         409:
58468           description: "Object already exists"
58469     put:
58470       tags:
58471       - "GENERIC-RESOURCE-API"
58472       description: "creates or updates generic.resource.api.Param"
58473       parameters:
58474       - name: "service-instance-id"
58475         in: "path"
58476         description: "Id of service"
58477         required: true
58478         type: "string"
58479       - name: "vnf-id"
58480         in: "path"
58481         description: "Id of vnf"
58482         required: true
58483         type: "string"
58484       - name: "vf-module-id"
58485         in: "path"
58486         description: "Id of vf-module"
58487         required: true
58488         type: "string"
58489       - in: "body"
58490         name: "generic.resource.api.Param.body-param"
58491         description: "generic.resource.api.Param to be added or updated"
58492         required: false
58493         schema:
58494           $ref: "#/definitions/generic.resource.api.Param"
58495           originalRef: "#/definitions/generic.resource.api.Param"
58496       responses:
58497         400:
58498           description: "Internal error"
58499         201:
58500           description: "Object created"
58501         204:
58502           description: "Object modified"
58503     delete:
58504       tags:
58505       - "GENERIC-RESOURCE-API"
58506       description: "removes generic.resource.api.Param"
58507       parameters:
58508       - name: "service-instance-id"
58509         in: "path"
58510         description: "Id of service"
58511         required: true
58512         type: "string"
58513       - name: "vnf-id"
58514         in: "path"
58515         description: "Id of vnf"
58516         required: true
58517         type: "string"
58518       - name: "vf-module-id"
58519         in: "path"
58520         description: "Id of vf-module"
58521         required: true
58522         type: "string"
58523       responses:
58524         400:
58525           description: "Internal error"
58526         204:
58527           description: "Object deleted"
58528   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/
58529   : post:
58530       description: "creates generic.resource.api.param.Param"
58531       parameters:
58532       - name: "service-instance-id"
58533         in: "path"
58534         description: "Id of service"
58535         required: true
58536         type: "string"
58537       - name: "vnf-id"
58538         in: "path"
58539         description: "Id of vnf"
58540         required: true
58541         type: "string"
58542       - name: "vf-module-id"
58543         in: "path"
58544         description: "Id of vf-module"
58545         required: true
58546         type: "string"
58547       - in: "body"
58548         name: "generic.resource.api.param.Param.body-param"
58549         description: "generic.resource.api.param.Param to be added to list"
58550         required: false
58551         schema:
58552           $ref: "#/definitions/generic.resource.api.param.Param"
58553           originalRef: "#/definitions/generic.resource.api.param.Param"
58554       responses:
58555         400:
58556           description: "Internal error"
58557         201:
58558           description: "Object created"
58559         409:
58560           description: "Object already exists"
58561   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/
58562   : get:
58563       tags:
58564       - "GENERIC-RESOURCE-API"
58565       description: "returns generic.resource.api.param.Param"
58566       parameters:
58567       - name: "service-instance-id"
58568         in: "path"
58569         description: "Id of service"
58570         required: true
58571         type: "string"
58572       - name: "vnf-id"
58573         in: "path"
58574         description: "Id of vnf"
58575         required: true
58576         type: "string"
58577       - name: "vf-module-id"
58578         in: "path"
58579         description: "Id of vf-module"
58580         required: true
58581         type: "string"
58582       - name: "name"
58583         in: "path"
58584         description: "Id of param"
58585         required: true
58586         type: "string"
58587       responses:
58588         400:
58589           description: "Internal error"
58590         200:
58591           description: "generic.resource.api.param.Param"
58592           responseSchema:
58593             $ref: "#/definitions/generic.resource.api.param.Param"
58594             originalRef: "#/definitions/generic.resource.api.param.Param"
58595           schema:
58596             $ref: "#/definitions/generic.resource.api.param.Param"
58597             originalRef: "#/definitions/generic.resource.api.param.Param"
58598     post:
58599       tags:
58600       - "GENERIC-RESOURCE-API"
58601       description: "creates generic.resource.api.param.Param"
58602       parameters:
58603       - name: "service-instance-id"
58604         in: "path"
58605         description: "Id of service"
58606         required: true
58607         type: "string"
58608       - name: "vnf-id"
58609         in: "path"
58610         description: "Id of vnf"
58611         required: true
58612         type: "string"
58613       - name: "vf-module-id"
58614         in: "path"
58615         description: "Id of vf-module"
58616         required: true
58617         type: "string"
58618       - name: "name"
58619         in: "path"
58620         description: "Id of param"
58621         required: true
58622         type: "string"
58623       - in: "body"
58624         name: "generic.resource.api.param.Param.body-param"
58625         description: "generic.resource.api.param.Param to be added to list"
58626         required: false
58627         schema:
58628           $ref: "#/definitions/generic.resource.api.param.Param"
58629           originalRef: "#/definitions/generic.resource.api.param.Param"
58630       responses:
58631         400:
58632           description: "Internal error"
58633         201:
58634           description: "Object created"
58635         409:
58636           description: "Object already exists"
58637     put:
58638       tags:
58639       - "GENERIC-RESOURCE-API"
58640       description: "creates or updates generic.resource.api.param.Param"
58641       parameters:
58642       - name: "service-instance-id"
58643         in: "path"
58644         description: "Id of service"
58645         required: true
58646         type: "string"
58647       - name: "vnf-id"
58648         in: "path"
58649         description: "Id of vnf"
58650         required: true
58651         type: "string"
58652       - name: "vf-module-id"
58653         in: "path"
58654         description: "Id of vf-module"
58655         required: true
58656         type: "string"
58657       - name: "name"
58658         in: "path"
58659         description: "Id of param"
58660         required: true
58661         type: "string"
58662       - in: "body"
58663         name: "generic.resource.api.param.Param.body-param"
58664         description: "generic.resource.api.param.Param to be added or updated"
58665         required: false
58666         schema:
58667           $ref: "#/definitions/generic.resource.api.param.Param"
58668           originalRef: "#/definitions/generic.resource.api.param.Param"
58669       responses:
58670         400:
58671           description: "Internal error"
58672         201:
58673           description: "Object created"
58674         204:
58675           description: "Object modified"
58676     delete:
58677       tags:
58678       - "GENERIC-RESOURCE-API"
58679       description: "removes generic.resource.api.param.Param"
58680       parameters:
58681       - name: "service-instance-id"
58682         in: "path"
58683         description: "Id of service"
58684         required: true
58685         type: "string"
58686       - name: "vnf-id"
58687         in: "path"
58688         description: "Id of vnf"
58689         required: true
58690         type: "string"
58691       - name: "vf-module-id"
58692         in: "path"
58693         description: "Id of vf-module"
58694         required: true
58695         type: "string"
58696       - name: "name"
58697         in: "path"
58698         description: "Id of param"
58699         required: true
58700         type: "string"
58701       responses:
58702         400:
58703           description: "Internal error"
58704         204:
58705           description: "Object deleted"
58706   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/
58707   : get:
58708       tags:
58709       - "GENERIC-RESOURCE-API"
58710       description: "returns generic.resource.api.param.param.ResourceResolutionData"
58711       parameters:
58712       - name: "service-instance-id"
58713         in: "path"
58714         description: "Id of service"
58715         required: true
58716         type: "string"
58717       - name: "vnf-id"
58718         in: "path"
58719         description: "Id of vnf"
58720         required: true
58721         type: "string"
58722       - name: "vf-module-id"
58723         in: "path"
58724         description: "Id of vf-module"
58725         required: true
58726         type: "string"
58727       - name: "name"
58728         in: "path"
58729         description: "Id of param"
58730         required: true
58731         type: "string"
58732       responses:
58733         400:
58734           description: "Internal error"
58735         200:
58736           description: "generic.resource.api.param.param.ResourceResolutionData"
58737           responseSchema:
58738             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58739             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58740           schema:
58741             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58742             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58743     post:
58744       tags:
58745       - "GENERIC-RESOURCE-API"
58746       description: "creates generic.resource.api.param.param.ResourceResolutionData"
58747       parameters:
58748       - name: "service-instance-id"
58749         in: "path"
58750         description: "Id of service"
58751         required: true
58752         type: "string"
58753       - name: "vnf-id"
58754         in: "path"
58755         description: "Id of vnf"
58756         required: true
58757         type: "string"
58758       - name: "vf-module-id"
58759         in: "path"
58760         description: "Id of vf-module"
58761         required: true
58762         type: "string"
58763       - name: "name"
58764         in: "path"
58765         description: "Id of param"
58766         required: true
58767         type: "string"
58768       - in: "body"
58769         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
58770         description: "generic.resource.api.param.param.ResourceResolutionData to be\
58771           \ added to list"
58772         required: false
58773         schema:
58774           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58775           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58776       responses:
58777         400:
58778           description: "Internal error"
58779         201:
58780           description: "Object created"
58781         409:
58782           description: "Object already exists"
58783     put:
58784       tags:
58785       - "GENERIC-RESOURCE-API"
58786       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
58787       parameters:
58788       - name: "service-instance-id"
58789         in: "path"
58790         description: "Id of service"
58791         required: true
58792         type: "string"
58793       - name: "vnf-id"
58794         in: "path"
58795         description: "Id of vnf"
58796         required: true
58797         type: "string"
58798       - name: "vf-module-id"
58799         in: "path"
58800         description: "Id of vf-module"
58801         required: true
58802         type: "string"
58803       - name: "name"
58804         in: "path"
58805         description: "Id of param"
58806         required: true
58807         type: "string"
58808       - in: "body"
58809         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
58810         description: "generic.resource.api.param.param.ResourceResolutionData to be\
58811           \ added or updated"
58812         required: false
58813         schema:
58814           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58815           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
58816       responses:
58817         400:
58818           description: "Internal error"
58819         201:
58820           description: "Object created"
58821         204:
58822           description: "Object modified"
58823     delete:
58824       tags:
58825       - "GENERIC-RESOURCE-API"
58826       description: "removes generic.resource.api.param.param.ResourceResolutionData"
58827       parameters:
58828       - name: "service-instance-id"
58829         in: "path"
58830         description: "Id of service"
58831         required: true
58832         type: "string"
58833       - name: "vnf-id"
58834         in: "path"
58835         description: "Id of vnf"
58836         required: true
58837         type: "string"
58838       - name: "vf-module-id"
58839         in: "path"
58840         description: "Id of vf-module"
58841         required: true
58842         type: "string"
58843       - name: "name"
58844         in: "path"
58845         description: "Id of param"
58846         required: true
58847         type: "string"
58848       responses:
58849         400:
58850           description: "Internal error"
58851         204:
58852           description: "Object deleted"
58853   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/
58854   : post:
58855       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58856       parameters:
58857       - name: "service-instance-id"
58858         in: "path"
58859         description: "Id of service"
58860         required: true
58861         type: "string"
58862       - name: "vnf-id"
58863         in: "path"
58864         description: "Id of vnf"
58865         required: true
58866         type: "string"
58867       - name: "vf-module-id"
58868         in: "path"
58869         description: "Id of vf-module"
58870         required: true
58871         type: "string"
58872       - name: "name"
58873         in: "path"
58874         description: "Id of param"
58875         required: true
58876         type: "string"
58877       - in: "body"
58878         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
58879         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
58880           \ to be added to list"
58881         required: false
58882         schema:
58883           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58884           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58885       responses:
58886         400:
58887           description: "Internal error"
58888         201:
58889           description: "Object created"
58890         409:
58891           description: "Object already exists"
58892   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
58893   : get:
58894       tags:
58895       - "GENERIC-RESOURCE-API"
58896       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58897       parameters:
58898       - name: "service-instance-id"
58899         in: "path"
58900         description: "Id of service"
58901         required: true
58902         type: "string"
58903       - name: "vnf-id"
58904         in: "path"
58905         description: "Id of vnf"
58906         required: true
58907         type: "string"
58908       - name: "vf-module-id"
58909         in: "path"
58910         description: "Id of vf-module"
58911         required: true
58912         type: "string"
58913       - name: "name"
58914         in: "path"
58915         description: "Id of param"
58916         required: true
58917         type: "string"
58918       - name: "resource-key-name"
58919         in: "path"
58920         description: "Id of resource-key"
58921         required: true
58922         type: "string"
58923       responses:
58924         400:
58925           description: "Internal error"
58926         200:
58927           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58928           responseSchema:
58929             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58930             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58931           schema:
58932             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58933             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58934     post:
58935       tags:
58936       - "GENERIC-RESOURCE-API"
58937       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58938       parameters:
58939       - name: "service-instance-id"
58940         in: "path"
58941         description: "Id of service"
58942         required: true
58943         type: "string"
58944       - name: "vnf-id"
58945         in: "path"
58946         description: "Id of vnf"
58947         required: true
58948         type: "string"
58949       - name: "vf-module-id"
58950         in: "path"
58951         description: "Id of vf-module"
58952         required: true
58953         type: "string"
58954       - name: "name"
58955         in: "path"
58956         description: "Id of param"
58957         required: true
58958         type: "string"
58959       - name: "resource-key-name"
58960         in: "path"
58961         description: "Id of resource-key"
58962         required: true
58963         type: "string"
58964       - in: "body"
58965         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
58966         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
58967           \ to be added to list"
58968         required: false
58969         schema:
58970           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58971           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58972       responses:
58973         400:
58974           description: "Internal error"
58975         201:
58976           description: "Object created"
58977         409:
58978           description: "Object already exists"
58979     put:
58980       tags:
58981       - "GENERIC-RESOURCE-API"
58982       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
58983       parameters:
58984       - name: "service-instance-id"
58985         in: "path"
58986         description: "Id of service"
58987         required: true
58988         type: "string"
58989       - name: "vnf-id"
58990         in: "path"
58991         description: "Id of vnf"
58992         required: true
58993         type: "string"
58994       - name: "vf-module-id"
58995         in: "path"
58996         description: "Id of vf-module"
58997         required: true
58998         type: "string"
58999       - name: "name"
59000         in: "path"
59001         description: "Id of param"
59002         required: true
59003         type: "string"
59004       - name: "resource-key-name"
59005         in: "path"
59006         description: "Id of resource-key"
59007         required: true
59008         type: "string"
59009       - in: "body"
59010         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
59011         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
59012           \ to be added or updated"
59013         required: false
59014         schema:
59015           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
59016           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
59017       responses:
59018         400:
59019           description: "Internal error"
59020         201:
59021           description: "Object created"
59022         204:
59023           description: "Object modified"
59024     delete:
59025       tags:
59026       - "GENERIC-RESOURCE-API"
59027       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
59028       parameters:
59029       - name: "service-instance-id"
59030         in: "path"
59031         description: "Id of service"
59032         required: true
59033         type: "string"
59034       - name: "vnf-id"
59035         in: "path"
59036         description: "Id of vnf"
59037         required: true
59038         type: "string"
59039       - name: "vf-module-id"
59040         in: "path"
59041         description: "Id of vf-module"
59042         required: true
59043         type: "string"
59044       - name: "name"
59045         in: "path"
59046         description: "Id of param"
59047         required: true
59048         type: "string"
59049       - name: "resource-key-name"
59050         in: "path"
59051         description: "Id of resource-key"
59052         required: true
59053         type: "string"
59054       responses:
59055         400:
59056           description: "Internal error"
59057         204:
59058           description: "Object deleted"
59059   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-topology-identifier/
59060   : get:
59061       tags:
59062       - "GENERIC-RESOURCE-API"
59063       description: "returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59064       parameters:
59065       - name: "service-instance-id"
59066         in: "path"
59067         description: "Id of service"
59068         required: true
59069         type: "string"
59070       - name: "vnf-id"
59071         in: "path"
59072         description: "Id of vnf"
59073         required: true
59074         type: "string"
59075       - name: "vf-module-id"
59076         in: "path"
59077         description: "Id of vf-module"
59078         required: true
59079         type: "string"
59080       responses:
59081         400:
59082           description: "Internal error"
59083         200:
59084           description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59085           responseSchema:
59086             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59087             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59088           schema:
59089             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59090             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59091     post:
59092       tags:
59093       - "GENERIC-RESOURCE-API"
59094       description: "creates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59095       parameters:
59096       - name: "service-instance-id"
59097         in: "path"
59098         description: "Id of service"
59099         required: true
59100         type: "string"
59101       - name: "vnf-id"
59102         in: "path"
59103         description: "Id of vnf"
59104         required: true
59105         type: "string"
59106       - name: "vf-module-id"
59107         in: "path"
59108         description: "Id of vf-module"
59109         required: true
59110         type: "string"
59111       - in: "body"
59112         name: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param"
59113         description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier\
59114           \ to be added to list"
59115         required: false
59116         schema:
59117           $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59118           originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59119       responses:
59120         400:
59121           description: "Internal error"
59122         201:
59123           description: "Object created"
59124         409:
59125           description: "Object already exists"
59126     put:
59127       tags:
59128       - "GENERIC-RESOURCE-API"
59129       description: "creates or updates generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59130       parameters:
59131       - name: "service-instance-id"
59132         in: "path"
59133         description: "Id of service"
59134         required: true
59135         type: "string"
59136       - name: "vnf-id"
59137         in: "path"
59138         description: "Id of vnf"
59139         required: true
59140         type: "string"
59141       - name: "vf-module-id"
59142         in: "path"
59143         description: "Id of vf-module"
59144         required: true
59145         type: "string"
59146       - in: "body"
59147         name: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier.body-param"
59148         description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier\
59149           \ to be added or updated"
59150         required: false
59151         schema:
59152           $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59153           originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59154       responses:
59155         400:
59156           description: "Internal error"
59157         201:
59158           description: "Object created"
59159         204:
59160           description: "Object modified"
59161     delete:
59162       tags:
59163       - "GENERIC-RESOURCE-API"
59164       description: "removes generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
59165       parameters:
59166       - name: "service-instance-id"
59167         in: "path"
59168         description: "Id of service"
59169         required: true
59170         type: "string"
59171       - name: "vnf-id"
59172         in: "path"
59173         description: "Id of vnf"
59174         required: true
59175         type: "string"
59176       - name: "vf-module-id"
59177         in: "path"
59178         description: "Id of vf-module"
59179         required: true
59180         type: "string"
59181       responses:
59182         400:
59183           description: "Internal error"
59184         204:
59185           description: "Object deleted"
59186   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vnf-information/
59187   : get:
59188       tags:
59189       - "GENERIC-RESOURCE-API"
59190       description: "returns generic.resource.api.vnfinformation.VnfInformation"
59191       parameters:
59192       - name: "service-instance-id"
59193         in: "path"
59194         description: "Id of service"
59195         required: true
59196         type: "string"
59197       - name: "vnf-id"
59198         in: "path"
59199         description: "Id of vnf"
59200         required: true
59201         type: "string"
59202       - name: "vf-module-id"
59203         in: "path"
59204         description: "Id of vf-module"
59205         required: true
59206         type: "string"
59207       responses:
59208         400:
59209           description: "Internal error"
59210         200:
59211           description: "generic.resource.api.vnfinformation.VnfInformation"
59212           responseSchema:
59213             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59214             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59215           schema:
59216             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59217             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59218     post:
59219       tags:
59220       - "GENERIC-RESOURCE-API"
59221       description: "creates generic.resource.api.vnfinformation.VnfInformation"
59222       parameters:
59223       - name: "service-instance-id"
59224         in: "path"
59225         description: "Id of service"
59226         required: true
59227         type: "string"
59228       - name: "vnf-id"
59229         in: "path"
59230         description: "Id of vnf"
59231         required: true
59232         type: "string"
59233       - name: "vf-module-id"
59234         in: "path"
59235         description: "Id of vf-module"
59236         required: true
59237         type: "string"
59238       - in: "body"
59239         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
59240         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
59241           \ to list"
59242         required: false
59243         schema:
59244           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59245           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59246       responses:
59247         400:
59248           description: "Internal error"
59249         201:
59250           description: "Object created"
59251         409:
59252           description: "Object already exists"
59253     put:
59254       tags:
59255       - "GENERIC-RESOURCE-API"
59256       description: "creates or updates generic.resource.api.vnfinformation.VnfInformation"
59257       parameters:
59258       - name: "service-instance-id"
59259         in: "path"
59260         description: "Id of service"
59261         required: true
59262         type: "string"
59263       - name: "vnf-id"
59264         in: "path"
59265         description: "Id of vnf"
59266         required: true
59267         type: "string"
59268       - name: "vf-module-id"
59269         in: "path"
59270         description: "Id of vf-module"
59271         required: true
59272         type: "string"
59273       - in: "body"
59274         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
59275         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
59276           \ or updated"
59277         required: false
59278         schema:
59279           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59280           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59281       responses:
59282         400:
59283           description: "Internal error"
59284         201:
59285           description: "Object created"
59286         204:
59287           description: "Object modified"
59288     delete:
59289       tags:
59290       - "GENERIC-RESOURCE-API"
59291       description: "removes generic.resource.api.vnfinformation.VnfInformation"
59292       parameters:
59293       - name: "service-instance-id"
59294         in: "path"
59295         description: "Id of service"
59296         required: true
59297         type: "string"
59298       - name: "vnf-id"
59299         in: "path"
59300         description: "Id of vnf"
59301         required: true
59302         type: "string"
59303       - name: "vf-module-id"
59304         in: "path"
59305         description: "Id of vf-module"
59306         required: true
59307         type: "string"
59308       responses:
59309         400:
59310           description: "Internal error"
59311         204:
59312           description: "Object deleted"
59313   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vnf-information/onap-model-information/
59314   : get:
59315       tags:
59316       - "GENERIC-RESOURCE-API"
59317       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
59318       parameters:
59319       - name: "service-instance-id"
59320         in: "path"
59321         description: "Id of service"
59322         required: true
59323         type: "string"
59324       - name: "vnf-id"
59325         in: "path"
59326         description: "Id of vnf"
59327         required: true
59328         type: "string"
59329       - name: "vf-module-id"
59330         in: "path"
59331         description: "Id of vf-module"
59332         required: true
59333         type: "string"
59334       responses:
59335         400:
59336           description: "Internal error"
59337         200:
59338           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
59339           responseSchema:
59340             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59341             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59342           schema:
59343             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59344             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59345     post:
59346       tags:
59347       - "GENERIC-RESOURCE-API"
59348       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
59349       parameters:
59350       - name: "service-instance-id"
59351         in: "path"
59352         description: "Id of service"
59353         required: true
59354         type: "string"
59355       - name: "vnf-id"
59356         in: "path"
59357         description: "Id of vnf"
59358         required: true
59359         type: "string"
59360       - name: "vf-module-id"
59361         in: "path"
59362         description: "Id of vf-module"
59363         required: true
59364         type: "string"
59365       - in: "body"
59366         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
59367         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
59368           \ to be added to list"
59369         required: false
59370         schema:
59371           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59372           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59373       responses:
59374         400:
59375           description: "Internal error"
59376         201:
59377           description: "Object created"
59378         409:
59379           description: "Object already exists"
59380     put:
59381       tags:
59382       - "GENERIC-RESOURCE-API"
59383       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
59384       parameters:
59385       - name: "service-instance-id"
59386         in: "path"
59387         description: "Id of service"
59388         required: true
59389         type: "string"
59390       - name: "vnf-id"
59391         in: "path"
59392         description: "Id of vnf"
59393         required: true
59394         type: "string"
59395       - name: "vf-module-id"
59396         in: "path"
59397         description: "Id of vf-module"
59398         required: true
59399         type: "string"
59400       - in: "body"
59401         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
59402         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
59403           \ to be added or updated"
59404         required: false
59405         schema:
59406           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59407           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59408       responses:
59409         400:
59410           description: "Internal error"
59411         201:
59412           description: "Object created"
59413         204:
59414           description: "Object modified"
59415     delete:
59416       tags:
59417       - "GENERIC-RESOURCE-API"
59418       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
59419       parameters:
59420       - name: "service-instance-id"
59421         in: "path"
59422         description: "Id of service"
59423         required: true
59424         type: "string"
59425       - name: "vnf-id"
59426         in: "path"
59427         description: "Id of vnf"
59428         required: true
59429         type: "string"
59430       - name: "vf-module-id"
59431         in: "path"
59432         description: "Id of vf-module"
59433         required: true
59434         type: "string"
59435       responses:
59436         400:
59437           description: "Internal error"
59438         204:
59439           description: "Object deleted"
59440   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/
59441   : get:
59442       tags:
59443       - "GENERIC-RESOURCE-API"
59444       description: "returns generic.resource.api.vnfinformation.VnfInformation"
59445       parameters:
59446       - name: "service-instance-id"
59447         in: "path"
59448         description: "Id of service"
59449         required: true
59450         type: "string"
59451       - name: "vnf-id"
59452         in: "path"
59453         description: "Id of vnf"
59454         required: true
59455         type: "string"
59456       responses:
59457         400:
59458           description: "Internal error"
59459         200:
59460           description: "generic.resource.api.vnfinformation.VnfInformation"
59461           responseSchema:
59462             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59463             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59464           schema:
59465             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59466             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59467     post:
59468       tags:
59469       - "GENERIC-RESOURCE-API"
59470       description: "creates generic.resource.api.vnfinformation.VnfInformation"
59471       parameters:
59472       - name: "service-instance-id"
59473         in: "path"
59474         description: "Id of service"
59475         required: true
59476         type: "string"
59477       - name: "vnf-id"
59478         in: "path"
59479         description: "Id of vnf"
59480         required: true
59481         type: "string"
59482       - in: "body"
59483         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
59484         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
59485           \ to list"
59486         required: false
59487         schema:
59488           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59489           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59490       responses:
59491         400:
59492           description: "Internal error"
59493         201:
59494           description: "Object created"
59495         409:
59496           description: "Object already exists"
59497     put:
59498       tags:
59499       - "GENERIC-RESOURCE-API"
59500       description: "creates or updates generic.resource.api.vnfinformation.VnfInformation"
59501       parameters:
59502       - name: "service-instance-id"
59503         in: "path"
59504         description: "Id of service"
59505         required: true
59506         type: "string"
59507       - name: "vnf-id"
59508         in: "path"
59509         description: "Id of vnf"
59510         required: true
59511         type: "string"
59512       - in: "body"
59513         name: "generic.resource.api.vnfinformation.VnfInformation.body-param"
59514         description: "generic.resource.api.vnfinformation.VnfInformation to be added\
59515           \ or updated"
59516         required: false
59517         schema:
59518           $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59519           originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
59520       responses:
59521         400:
59522           description: "Internal error"
59523         201:
59524           description: "Object created"
59525         204:
59526           description: "Object modified"
59527     delete:
59528       tags:
59529       - "GENERIC-RESOURCE-API"
59530       description: "removes generic.resource.api.vnfinformation.VnfInformation"
59531       parameters:
59532       - name: "service-instance-id"
59533         in: "path"
59534         description: "Id of service"
59535         required: true
59536         type: "string"
59537       - name: "vnf-id"
59538         in: "path"
59539         description: "Id of vnf"
59540         required: true
59541         type: "string"
59542       responses:
59543         400:
59544           description: "Internal error"
59545         204:
59546           description: "Object deleted"
59547   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/onap-model-information/
59548   : get:
59549       tags:
59550       - "GENERIC-RESOURCE-API"
59551       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
59552       parameters:
59553       - name: "service-instance-id"
59554         in: "path"
59555         description: "Id of service"
59556         required: true
59557         type: "string"
59558       - name: "vnf-id"
59559         in: "path"
59560         description: "Id of vnf"
59561         required: true
59562         type: "string"
59563       responses:
59564         400:
59565           description: "Internal error"
59566         200:
59567           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
59568           responseSchema:
59569             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59570             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59571           schema:
59572             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59573             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59574     post:
59575       tags:
59576       - "GENERIC-RESOURCE-API"
59577       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
59578       parameters:
59579       - name: "service-instance-id"
59580         in: "path"
59581         description: "Id of service"
59582         required: true
59583         type: "string"
59584       - name: "vnf-id"
59585         in: "path"
59586         description: "Id of vnf"
59587         required: true
59588         type: "string"
59589       - in: "body"
59590         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
59591         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
59592           \ to be added to list"
59593         required: false
59594         schema:
59595           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59596           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59597       responses:
59598         400:
59599           description: "Internal error"
59600         201:
59601           description: "Object created"
59602         409:
59603           description: "Object already exists"
59604     put:
59605       tags:
59606       - "GENERIC-RESOURCE-API"
59607       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
59608       parameters:
59609       - name: "service-instance-id"
59610         in: "path"
59611         description: "Id of service"
59612         required: true
59613         type: "string"
59614       - name: "vnf-id"
59615         in: "path"
59616         description: "Id of vnf"
59617         required: true
59618         type: "string"
59619       - in: "body"
59620         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
59621         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
59622           \ to be added or updated"
59623         required: false
59624         schema:
59625           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59626           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
59627       responses:
59628         400:
59629           description: "Internal error"
59630         201:
59631           description: "Object created"
59632         204:
59633           description: "Object modified"
59634     delete:
59635       tags:
59636       - "GENERIC-RESOURCE-API"
59637       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
59638       parameters:
59639       - name: "service-instance-id"
59640         in: "path"
59641         description: "Id of service"
59642         required: true
59643         type: "string"
59644       - name: "vnf-id"
59645         in: "path"
59646         description: "Id of vnf"
59647         required: true
59648         type: "string"
59649       responses:
59650         400:
59651           description: "Internal error"
59652         204:
59653           description: "Object deleted"
59654   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-level-oper-status/
59655   : get:
59656       tags:
59657       - "GENERIC-RESOURCE-API"
59658       description: "returns generic.resource.api.OperStatusData"
59659       parameters:
59660       - name: "service-instance-id"
59661         in: "path"
59662         description: "Id of service"
59663         required: true
59664         type: "string"
59665       - name: "vnf-id"
59666         in: "path"
59667         description: "Id of vnf"
59668         required: true
59669         type: "string"
59670       responses:
59671         400:
59672           description: "Internal error"
59673         200:
59674           description: "generic.resource.api.OperStatusData"
59675           responseSchema:
59676             $ref: "#/definitions/generic.resource.api.OperStatusData"
59677             originalRef: "#/definitions/generic.resource.api.OperStatusData"
59678           schema:
59679             $ref: "#/definitions/generic.resource.api.OperStatusData"
59680             originalRef: "#/definitions/generic.resource.api.OperStatusData"
59681     post:
59682       tags:
59683       - "GENERIC-RESOURCE-API"
59684       description: "creates generic.resource.api.OperStatusData"
59685       parameters:
59686       - name: "service-instance-id"
59687         in: "path"
59688         description: "Id of service"
59689         required: true
59690         type: "string"
59691       - name: "vnf-id"
59692         in: "path"
59693         description: "Id of vnf"
59694         required: true
59695         type: "string"
59696       - in: "body"
59697         name: "generic.resource.api.OperStatusData.body-param"
59698         description: "generic.resource.api.OperStatusData to be added to list"
59699         required: false
59700         schema:
59701           $ref: "#/definitions/generic.resource.api.OperStatusData"
59702           originalRef: "#/definitions/generic.resource.api.OperStatusData"
59703       responses:
59704         400:
59705           description: "Internal error"
59706         201:
59707           description: "Object created"
59708         409:
59709           description: "Object already exists"
59710     put:
59711       tags:
59712       - "GENERIC-RESOURCE-API"
59713       description: "creates or updates generic.resource.api.OperStatusData"
59714       parameters:
59715       - name: "service-instance-id"
59716         in: "path"
59717         description: "Id of service"
59718         required: true
59719         type: "string"
59720       - name: "vnf-id"
59721         in: "path"
59722         description: "Id of vnf"
59723         required: true
59724         type: "string"
59725       - in: "body"
59726         name: "generic.resource.api.OperStatusData.body-param"
59727         description: "generic.resource.api.OperStatusData to be added or updated"
59728         required: false
59729         schema:
59730           $ref: "#/definitions/generic.resource.api.OperStatusData"
59731           originalRef: "#/definitions/generic.resource.api.OperStatusData"
59732       responses:
59733         400:
59734           description: "Internal error"
59735         201:
59736           description: "Object created"
59737         204:
59738           description: "Object modified"
59739     delete:
59740       tags:
59741       - "GENERIC-RESOURCE-API"
59742       description: "removes generic.resource.api.OperStatusData"
59743       parameters:
59744       - name: "service-instance-id"
59745         in: "path"
59746         description: "Id of service"
59747         required: true
59748         type: "string"
59749       - name: "vnf-id"
59750         in: "path"
59751         description: "Id of vnf"
59752         required: true
59753         type: "string"
59754       responses:
59755         400:
59756           description: "Internal error"
59757         204:
59758           description: "Object deleted"
59759   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/
59760   : get:
59761       tags:
59762       - "GENERIC-RESOURCE-API"
59763       description: "returns generic.resource.api.VnfNetworkCollection"
59764       parameters:
59765       - name: "service-instance-id"
59766         in: "path"
59767         description: "Id of service"
59768         required: true
59769         type: "string"
59770       - name: "vnf-id"
59771         in: "path"
59772         description: "Id of vnf"
59773         required: true
59774         type: "string"
59775       responses:
59776         400:
59777           description: "Internal error"
59778         200:
59779           description: "generic.resource.api.VnfNetworkCollection"
59780           responseSchema:
59781             $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
59782             originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
59783           schema:
59784             $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
59785             originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
59786     post:
59787       tags:
59788       - "GENERIC-RESOURCE-API"
59789       description: "creates generic.resource.api.VnfNetworkCollection"
59790       parameters:
59791       - name: "service-instance-id"
59792         in: "path"
59793         description: "Id of service"
59794         required: true
59795         type: "string"
59796       - name: "vnf-id"
59797         in: "path"
59798         description: "Id of vnf"
59799         required: true
59800         type: "string"
59801       - in: "body"
59802         name: "generic.resource.api.VnfNetworkCollection.body-param"
59803         description: "generic.resource.api.VnfNetworkCollection to be added to list"
59804         required: false
59805         schema:
59806           $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
59807           originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
59808       responses:
59809         400:
59810           description: "Internal error"
59811         201:
59812           description: "Object created"
59813         409:
59814           description: "Object already exists"
59815     put:
59816       tags:
59817       - "GENERIC-RESOURCE-API"
59818       description: "creates or updates generic.resource.api.VnfNetworkCollection"
59819       parameters:
59820       - name: "service-instance-id"
59821         in: "path"
59822         description: "Id of service"
59823         required: true
59824         type: "string"
59825       - name: "vnf-id"
59826         in: "path"
59827         description: "Id of vnf"
59828         required: true
59829         type: "string"
59830       - in: "body"
59831         name: "generic.resource.api.VnfNetworkCollection.body-param"
59832         description: "generic.resource.api.VnfNetworkCollection to be added or updated"
59833         required: false
59834         schema:
59835           $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
59836           originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
59837       responses:
59838         400:
59839           description: "Internal error"
59840         201:
59841           description: "Object created"
59842         204:
59843           description: "Object modified"
59844     delete:
59845       tags:
59846       - "GENERIC-RESOURCE-API"
59847       description: "removes generic.resource.api.VnfNetworkCollection"
59848       parameters:
59849       - name: "service-instance-id"
59850         in: "path"
59851         description: "Id of service"
59852         required: true
59853         type: "string"
59854       - name: "vnf-id"
59855         in: "path"
59856         description: "Id of vnf"
59857         required: true
59858         type: "string"
59859       responses:
59860         400:
59861           description: "Internal error"
59862         204:
59863           description: "Object deleted"
59864   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/
59865   : post:
59866       description: "creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59867       parameters:
59868       - name: "service-instance-id"
59869         in: "path"
59870         description: "Id of service"
59871         required: true
59872         type: "string"
59873       - name: "vnf-id"
59874         in: "path"
59875         description: "Id of vnf"
59876         required: true
59877         type: "string"
59878       - in: "body"
59879         name: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param"
59880         description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection\
59881           \ to be added to list"
59882         required: false
59883         schema:
59884           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59885           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59886       responses:
59887         400:
59888           description: "Internal error"
59889         201:
59890           description: "Object created"
59891         409:
59892           description: "Object already exists"
59893   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/
59894   : get:
59895       tags:
59896       - "GENERIC-RESOURCE-API"
59897       description: "returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59898       parameters:
59899       - name: "service-instance-id"
59900         in: "path"
59901         description: "Id of service"
59902         required: true
59903         type: "string"
59904       - name: "vnf-id"
59905         in: "path"
59906         description: "Id of vnf"
59907         required: true
59908         type: "string"
59909       - name: "network-instance-group-function"
59910         in: "path"
59911         description: "Id of vnf-network-collection"
59912         required: true
59913         type: "string"
59914       responses:
59915         400:
59916           description: "Internal error"
59917         200:
59918           description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59919           responseSchema:
59920             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59921             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59922           schema:
59923             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59924             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59925     post:
59926       tags:
59927       - "GENERIC-RESOURCE-API"
59928       description: "creates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59929       parameters:
59930       - name: "service-instance-id"
59931         in: "path"
59932         description: "Id of service"
59933         required: true
59934         type: "string"
59935       - name: "vnf-id"
59936         in: "path"
59937         description: "Id of vnf"
59938         required: true
59939         type: "string"
59940       - name: "network-instance-group-function"
59941         in: "path"
59942         description: "Id of vnf-network-collection"
59943         required: true
59944         type: "string"
59945       - in: "body"
59946         name: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param"
59947         description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection\
59948           \ to be added to list"
59949         required: false
59950         schema:
59951           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59952           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59953       responses:
59954         400:
59955           description: "Internal error"
59956         201:
59957           description: "Object created"
59958         409:
59959           description: "Object already exists"
59960     put:
59961       tags:
59962       - "GENERIC-RESOURCE-API"
59963       description: "creates or updates generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59964       parameters:
59965       - name: "service-instance-id"
59966         in: "path"
59967         description: "Id of service"
59968         required: true
59969         type: "string"
59970       - name: "vnf-id"
59971         in: "path"
59972         description: "Id of vnf"
59973         required: true
59974         type: "string"
59975       - name: "network-instance-group-function"
59976         in: "path"
59977         description: "Id of vnf-network-collection"
59978         required: true
59979         type: "string"
59980       - in: "body"
59981         name: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection.body-param"
59982         description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection\
59983           \ to be added or updated"
59984         required: false
59985         schema:
59986           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59987           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59988       responses:
59989         400:
59990           description: "Internal error"
59991         201:
59992           description: "Object created"
59993         204:
59994           description: "Object modified"
59995     delete:
59996       tags:
59997       - "GENERIC-RESOURCE-API"
59998       description: "removes generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
59999       parameters:
60000       - name: "service-instance-id"
60001         in: "path"
60002         description: "Id of service"
60003         required: true
60004         type: "string"
60005       - name: "vnf-id"
60006         in: "path"
60007         description: "Id of vnf"
60008         required: true
60009         type: "string"
60010       - name: "network-instance-group-function"
60011         in: "path"
60012         description: "Id of vnf-network-collection"
60013         required: true
60014         type: "string"
60015       responses:
60016         400:
60017           description: "Internal error"
60018         204:
60019           description: "Object deleted"
60020   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/networks/
60021   : get:
60022       tags:
60023       - "GENERIC-RESOURCE-API"
60024       description: "returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60025       parameters:
60026       - name: "service-instance-id"
60027         in: "path"
60028         description: "Id of service"
60029         required: true
60030         type: "string"
60031       - name: "vnf-id"
60032         in: "path"
60033         description: "Id of vnf"
60034         required: true
60035         type: "string"
60036       - name: "network-instance-group-function"
60037         in: "path"
60038         description: "Id of vnf-network-collection"
60039         required: true
60040         type: "string"
60041       responses:
60042         400:
60043           description: "Internal error"
60044         200:
60045           description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60046           responseSchema:
60047             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60048             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60049           schema:
60050             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60051             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60052     post:
60053       tags:
60054       - "GENERIC-RESOURCE-API"
60055       description: "creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60056       parameters:
60057       - name: "service-instance-id"
60058         in: "path"
60059         description: "Id of service"
60060         required: true
60061         type: "string"
60062       - name: "vnf-id"
60063         in: "path"
60064         description: "Id of vnf"
60065         required: true
60066         type: "string"
60067       - name: "network-instance-group-function"
60068         in: "path"
60069         description: "Id of vnf-network-collection"
60070         required: true
60071         type: "string"
60072       - in: "body"
60073         name: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param"
60074         description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks\
60075           \ to be added to list"
60076         required: false
60077         schema:
60078           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60079           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60080       responses:
60081         400:
60082           description: "Internal error"
60083         201:
60084           description: "Object created"
60085         409:
60086           description: "Object already exists"
60087     put:
60088       tags:
60089       - "GENERIC-RESOURCE-API"
60090       description: "creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60091       parameters:
60092       - name: "service-instance-id"
60093         in: "path"
60094         description: "Id of service"
60095         required: true
60096         type: "string"
60097       - name: "vnf-id"
60098         in: "path"
60099         description: "Id of vnf"
60100         required: true
60101         type: "string"
60102       - name: "network-instance-group-function"
60103         in: "path"
60104         description: "Id of vnf-network-collection"
60105         required: true
60106         type: "string"
60107       - in: "body"
60108         name: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks.body-param"
60109         description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks\
60110           \ to be added or updated"
60111         required: false
60112         schema:
60113           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60114           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60115       responses:
60116         400:
60117           description: "Internal error"
60118         201:
60119           description: "Object created"
60120         204:
60121           description: "Object modified"
60122     delete:
60123       tags:
60124       - "GENERIC-RESOURCE-API"
60125       description: "removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
60126       parameters:
60127       - name: "service-instance-id"
60128         in: "path"
60129         description: "Id of service"
60130         required: true
60131         type: "string"
60132       - name: "vnf-id"
60133         in: "path"
60134         description: "Id of vnf"
60135         required: true
60136         type: "string"
60137       - name: "network-instance-group-function"
60138         in: "path"
60139         description: "Id of vnf-network-collection"
60140         required: true
60141         type: "string"
60142       responses:
60143         400:
60144           description: "Internal error"
60145         204:
60146           description: "Object deleted"
60147   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/networks/network/
60148   : post:
60149       description: "creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60150       parameters:
60151       - name: "service-instance-id"
60152         in: "path"
60153         description: "Id of service"
60154         required: true
60155         type: "string"
60156       - name: "vnf-id"
60157         in: "path"
60158         description: "Id of vnf"
60159         required: true
60160         type: "string"
60161       - name: "network-instance-group-function"
60162         in: "path"
60163         description: "Id of vnf-network-collection"
60164         required: true
60165         type: "string"
60166       - in: "body"
60167         name: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param"
60168         description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network\
60169           \ to be added to list"
60170         required: false
60171         schema:
60172           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60173           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60174       responses:
60175         400:
60176           description: "Internal error"
60177         201:
60178           description: "Object created"
60179         409:
60180           description: "Object already exists"
60181   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/networks/network/{network-id}/
60182   : get:
60183       tags:
60184       - "GENERIC-RESOURCE-API"
60185       description: "returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60186       parameters:
60187       - name: "service-instance-id"
60188         in: "path"
60189         description: "Id of service"
60190         required: true
60191         type: "string"
60192       - name: "vnf-id"
60193         in: "path"
60194         description: "Id of vnf"
60195         required: true
60196         type: "string"
60197       - name: "network-instance-group-function"
60198         in: "path"
60199         description: "Id of vnf-network-collection"
60200         required: true
60201         type: "string"
60202       - name: "network-id"
60203         in: "path"
60204         description: "Id of network"
60205         required: true
60206         type: "string"
60207       responses:
60208         400:
60209           description: "Internal error"
60210         200:
60211           description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60212           responseSchema:
60213             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60214             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60215           schema:
60216             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60217             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60218     post:
60219       tags:
60220       - "GENERIC-RESOURCE-API"
60221       description: "creates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60222       parameters:
60223       - name: "service-instance-id"
60224         in: "path"
60225         description: "Id of service"
60226         required: true
60227         type: "string"
60228       - name: "vnf-id"
60229         in: "path"
60230         description: "Id of vnf"
60231         required: true
60232         type: "string"
60233       - name: "network-instance-group-function"
60234         in: "path"
60235         description: "Id of vnf-network-collection"
60236         required: true
60237         type: "string"
60238       - name: "network-id"
60239         in: "path"
60240         description: "Id of network"
60241         required: true
60242         type: "string"
60243       - in: "body"
60244         name: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param"
60245         description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network\
60246           \ to be added to list"
60247         required: false
60248         schema:
60249           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60250           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60251       responses:
60252         400:
60253           description: "Internal error"
60254         201:
60255           description: "Object created"
60256         409:
60257           description: "Object already exists"
60258     put:
60259       tags:
60260       - "GENERIC-RESOURCE-API"
60261       description: "creates or updates generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60262       parameters:
60263       - name: "service-instance-id"
60264         in: "path"
60265         description: "Id of service"
60266         required: true
60267         type: "string"
60268       - name: "vnf-id"
60269         in: "path"
60270         description: "Id of vnf"
60271         required: true
60272         type: "string"
60273       - name: "network-instance-group-function"
60274         in: "path"
60275         description: "Id of vnf-network-collection"
60276         required: true
60277         type: "string"
60278       - name: "network-id"
60279         in: "path"
60280         description: "Id of network"
60281         required: true
60282         type: "string"
60283       - in: "body"
60284         name: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network.body-param"
60285         description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network\
60286           \ to be added or updated"
60287         required: false
60288         schema:
60289           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60290           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60291       responses:
60292         400:
60293           description: "Internal error"
60294         201:
60295           description: "Object created"
60296         204:
60297           description: "Object modified"
60298     delete:
60299       tags:
60300       - "GENERIC-RESOURCE-API"
60301       description: "removes generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
60302       parameters:
60303       - name: "service-instance-id"
60304         in: "path"
60305         description: "Id of service"
60306         required: true
60307         type: "string"
60308       - name: "vnf-id"
60309         in: "path"
60310         description: "Id of vnf"
60311         required: true
60312         type: "string"
60313       - name: "network-instance-group-function"
60314         in: "path"
60315         description: "Id of vnf-network-collection"
60316         required: true
60317         type: "string"
60318       - name: "network-id"
60319         in: "path"
60320         description: "Id of network"
60321         required: true
60322         type: "string"
60323       responses:
60324         400:
60325           description: "Internal error"
60326         204:
60327           description: "Object deleted"
60328   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/vnf-floating-ip/
60329   : get:
60330       tags:
60331       - "GENERIC-RESOURCE-API"
60332       description: "returns generic.resource.api.IpAddresses"
60333       parameters:
60334       - name: "service-instance-id"
60335         in: "path"
60336         description: "Id of service"
60337         required: true
60338         type: "string"
60339       - name: "vnf-id"
60340         in: "path"
60341         description: "Id of vnf"
60342         required: true
60343         type: "string"
60344       - name: "network-instance-group-function"
60345         in: "path"
60346         description: "Id of vnf-network-collection"
60347         required: true
60348         type: "string"
60349       responses:
60350         400:
60351           description: "Internal error"
60352         200:
60353           description: "generic.resource.api.IpAddresses"
60354           responseSchema:
60355             $ref: "#/definitions/generic.resource.api.IpAddresses"
60356             originalRef: "#/definitions/generic.resource.api.IpAddresses"
60357           schema:
60358             $ref: "#/definitions/generic.resource.api.IpAddresses"
60359             originalRef: "#/definitions/generic.resource.api.IpAddresses"
60360     post:
60361       tags:
60362       - "GENERIC-RESOURCE-API"
60363       description: "creates generic.resource.api.IpAddresses"
60364       parameters:
60365       - name: "service-instance-id"
60366         in: "path"
60367         description: "Id of service"
60368         required: true
60369         type: "string"
60370       - name: "vnf-id"
60371         in: "path"
60372         description: "Id of vnf"
60373         required: true
60374         type: "string"
60375       - name: "network-instance-group-function"
60376         in: "path"
60377         description: "Id of vnf-network-collection"
60378         required: true
60379         type: "string"
60380       - in: "body"
60381         name: "generic.resource.api.IpAddresses.body-param"
60382         description: "generic.resource.api.IpAddresses to be added to list"
60383         required: false
60384         schema:
60385           $ref: "#/definitions/generic.resource.api.IpAddresses"
60386           originalRef: "#/definitions/generic.resource.api.IpAddresses"
60387       responses:
60388         400:
60389           description: "Internal error"
60390         201:
60391           description: "Object created"
60392         409:
60393           description: "Object already exists"
60394     put:
60395       tags:
60396       - "GENERIC-RESOURCE-API"
60397       description: "creates or updates generic.resource.api.IpAddresses"
60398       parameters:
60399       - name: "service-instance-id"
60400         in: "path"
60401         description: "Id of service"
60402         required: true
60403         type: "string"
60404       - name: "vnf-id"
60405         in: "path"
60406         description: "Id of vnf"
60407         required: true
60408         type: "string"
60409       - name: "network-instance-group-function"
60410         in: "path"
60411         description: "Id of vnf-network-collection"
60412         required: true
60413         type: "string"
60414       - in: "body"
60415         name: "generic.resource.api.IpAddresses.body-param"
60416         description: "generic.resource.api.IpAddresses to be added or updated"
60417         required: false
60418         schema:
60419           $ref: "#/definitions/generic.resource.api.IpAddresses"
60420           originalRef: "#/definitions/generic.resource.api.IpAddresses"
60421       responses:
60422         400:
60423           description: "Internal error"
60424         201:
60425           description: "Object created"
60426         204:
60427           description: "Object modified"
60428     delete:
60429       tags:
60430       - "GENERIC-RESOURCE-API"
60431       description: "removes generic.resource.api.IpAddresses"
60432       parameters:
60433       - name: "service-instance-id"
60434         in: "path"
60435         description: "Id of service"
60436         required: true
60437         type: "string"
60438       - name: "vnf-id"
60439         in: "path"
60440         description: "Id of vnf"
60441         required: true
60442         type: "string"
60443       - name: "network-instance-group-function"
60444         in: "path"
60445         description: "Id of vnf-network-collection"
60446         required: true
60447         type: "string"
60448       responses:
60449         400:
60450           description: "Internal error"
60451         204:
60452           description: "Object deleted"
60453   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/vnf-floating-ip/ip-addresses/
60454   : get:
60455       tags:
60456       - "GENERIC-RESOURCE-API"
60457       description: "returns generic.resource.api.ipaddresses.IpAddresses"
60458       parameters:
60459       - name: "service-instance-id"
60460         in: "path"
60461         description: "Id of service"
60462         required: true
60463         type: "string"
60464       - name: "vnf-id"
60465         in: "path"
60466         description: "Id of vnf"
60467         required: true
60468         type: "string"
60469       - name: "network-instance-group-function"
60470         in: "path"
60471         description: "Id of vnf-network-collection"
60472         required: true
60473         type: "string"
60474       responses:
60475         400:
60476           description: "Internal error"
60477         200:
60478           description: "generic.resource.api.ipaddresses.IpAddresses"
60479           responseSchema:
60480             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60481             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60482           schema:
60483             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60484             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60485     post:
60486       tags:
60487       - "GENERIC-RESOURCE-API"
60488       description: "creates generic.resource.api.ipaddresses.IpAddresses"
60489       parameters:
60490       - name: "service-instance-id"
60491         in: "path"
60492         description: "Id of service"
60493         required: true
60494         type: "string"
60495       - name: "vnf-id"
60496         in: "path"
60497         description: "Id of vnf"
60498         required: true
60499         type: "string"
60500       - name: "network-instance-group-function"
60501         in: "path"
60502         description: "Id of vnf-network-collection"
60503         required: true
60504         type: "string"
60505       - in: "body"
60506         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
60507         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
60508           \ list"
60509         required: false
60510         schema:
60511           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60512           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60513       responses:
60514         400:
60515           description: "Internal error"
60516         201:
60517           description: "Object created"
60518         409:
60519           description: "Object already exists"
60520     put:
60521       tags:
60522       - "GENERIC-RESOURCE-API"
60523       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
60524       parameters:
60525       - name: "service-instance-id"
60526         in: "path"
60527         description: "Id of service"
60528         required: true
60529         type: "string"
60530       - name: "vnf-id"
60531         in: "path"
60532         description: "Id of vnf"
60533         required: true
60534         type: "string"
60535       - name: "network-instance-group-function"
60536         in: "path"
60537         description: "Id of vnf-network-collection"
60538         required: true
60539         type: "string"
60540       - in: "body"
60541         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
60542         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
60543           \ updated"
60544         required: false
60545         schema:
60546           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60547           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
60548       responses:
60549         400:
60550           description: "Internal error"
60551         201:
60552           description: "Object created"
60553         204:
60554           description: "Object modified"
60555     delete:
60556       tags:
60557       - "GENERIC-RESOURCE-API"
60558       description: "removes generic.resource.api.ipaddresses.IpAddresses"
60559       parameters:
60560       - name: "service-instance-id"
60561         in: "path"
60562         description: "Id of service"
60563         required: true
60564         type: "string"
60565       - name: "vnf-id"
60566         in: "path"
60567         description: "Id of vnf"
60568         required: true
60569         type: "string"
60570       - name: "network-instance-group-function"
60571         in: "path"
60572         description: "Id of vnf-network-collection"
60573         required: true
60574         type: "string"
60575       responses:
60576         400:
60577           description: "Internal error"
60578         204:
60579           description: "Object deleted"
60580   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/
60581   : get:
60582       tags:
60583       - "GENERIC-RESOURCE-API"
60584       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60585       parameters:
60586       - name: "service-instance-id"
60587         in: "path"
60588         description: "Id of service"
60589         required: true
60590         type: "string"
60591       - name: "vnf-id"
60592         in: "path"
60593         description: "Id of vnf"
60594         required: true
60595         type: "string"
60596       responses:
60597         400:
60598           description: "Internal error"
60599         200:
60600           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60601           responseSchema:
60602             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60603             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60604           schema:
60605             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60606             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60607     post:
60608       tags:
60609       - "GENERIC-RESOURCE-API"
60610       description: "creates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60611       parameters:
60612       - name: "service-instance-id"
60613         in: "path"
60614         description: "Id of service"
60615         required: true
60616         type: "string"
60617       - name: "vnf-id"
60618         in: "path"
60619         description: "Id of vnf"
60620         required: true
60621         type: "string"
60622       - in: "body"
60623         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param"
60624         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources\
60625           \ to be added to list"
60626         required: false
60627         schema:
60628           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60629           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60630       responses:
60631         400:
60632           description: "Internal error"
60633         201:
60634           description: "Object created"
60635         409:
60636           description: "Object already exists"
60637     put:
60638       tags:
60639       - "GENERIC-RESOURCE-API"
60640       description: "creates or updates generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60641       parameters:
60642       - name: "service-instance-id"
60643         in: "path"
60644         description: "Id of service"
60645         required: true
60646         type: "string"
60647       - name: "vnf-id"
60648         in: "path"
60649         description: "Id of vnf"
60650         required: true
60651         type: "string"
60652       - in: "body"
60653         name: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources.body-param"
60654         description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources\
60655           \ to be added or updated"
60656         required: false
60657         schema:
60658           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60659           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60660       responses:
60661         400:
60662           description: "Internal error"
60663         201:
60664           description: "Object created"
60665         204:
60666           description: "Object modified"
60667     delete:
60668       tags:
60669       - "GENERIC-RESOURCE-API"
60670       description: "removes generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
60671       parameters:
60672       - name: "service-instance-id"
60673         in: "path"
60674         description: "Id of service"
60675         required: true
60676         type: "string"
60677       - name: "vnf-id"
60678         in: "path"
60679         description: "Id of vnf"
60680         required: true
60681         type: "string"
60682       responses:
60683         400:
60684           description: "Internal error"
60685         204:
60686           description: "Object deleted"
60687   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/
60688   : get:
60689       tags:
60690       - "GENERIC-RESOURCE-API"
60691       description: "returns generic.resource.api.vnfrequestinput.VnfRequestInput"
60692       parameters:
60693       - name: "service-instance-id"
60694         in: "path"
60695         description: "Id of service"
60696         required: true
60697         type: "string"
60698       - name: "vnf-id"
60699         in: "path"
60700         description: "Id of vnf"
60701         required: true
60702         type: "string"
60703       responses:
60704         400:
60705           description: "Internal error"
60706         200:
60707           description: "generic.resource.api.vnfrequestinput.VnfRequestInput"
60708           responseSchema:
60709             $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60710             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60711           schema:
60712             $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60713             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60714     post:
60715       tags:
60716       - "GENERIC-RESOURCE-API"
60717       description: "creates generic.resource.api.vnfrequestinput.VnfRequestInput"
60718       parameters:
60719       - name: "service-instance-id"
60720         in: "path"
60721         description: "Id of service"
60722         required: true
60723         type: "string"
60724       - name: "vnf-id"
60725         in: "path"
60726         description: "Id of vnf"
60727         required: true
60728         type: "string"
60729       - in: "body"
60730         name: "generic.resource.api.vnfrequestinput.VnfRequestInput.body-param"
60731         description: "generic.resource.api.vnfrequestinput.VnfRequestInput to be added\
60732           \ to list"
60733         required: false
60734         schema:
60735           $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60736           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60737       responses:
60738         400:
60739           description: "Internal error"
60740         201:
60741           description: "Object created"
60742         409:
60743           description: "Object already exists"
60744     put:
60745       tags:
60746       - "GENERIC-RESOURCE-API"
60747       description: "creates or updates generic.resource.api.vnfrequestinput.VnfRequestInput"
60748       parameters:
60749       - name: "service-instance-id"
60750         in: "path"
60751         description: "Id of service"
60752         required: true
60753         type: "string"
60754       - name: "vnf-id"
60755         in: "path"
60756         description: "Id of vnf"
60757         required: true
60758         type: "string"
60759       - in: "body"
60760         name: "generic.resource.api.vnfrequestinput.VnfRequestInput.body-param"
60761         description: "generic.resource.api.vnfrequestinput.VnfRequestInput to be added\
60762           \ or updated"
60763         required: false
60764         schema:
60765           $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60766           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
60767       responses:
60768         400:
60769           description: "Internal error"
60770         201:
60771           description: "Object created"
60772         204:
60773           description: "Object modified"
60774     delete:
60775       tags:
60776       - "GENERIC-RESOURCE-API"
60777       description: "removes generic.resource.api.vnfrequestinput.VnfRequestInput"
60778       parameters:
60779       - name: "service-instance-id"
60780         in: "path"
60781         description: "Id of service"
60782         required: true
60783         type: "string"
60784       - name: "vnf-id"
60785         in: "path"
60786         description: "Id of vnf"
60787         required: true
60788         type: "string"
60789       responses:
60790         400:
60791           description: "Internal error"
60792         204:
60793           description: "Object deleted"
60794   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/
60795   : get:
60796       tags:
60797       - "GENERIC-RESOURCE-API"
60798       description: "returns generic.resource.api.Param"
60799       parameters:
60800       - name: "service-instance-id"
60801         in: "path"
60802         description: "Id of service"
60803         required: true
60804         type: "string"
60805       - name: "vnf-id"
60806         in: "path"
60807         description: "Id of vnf"
60808         required: true
60809         type: "string"
60810       responses:
60811         400:
60812           description: "Internal error"
60813         200:
60814           description: "generic.resource.api.Param"
60815           responseSchema:
60816             $ref: "#/definitions/generic.resource.api.Param"
60817             originalRef: "#/definitions/generic.resource.api.Param"
60818           schema:
60819             $ref: "#/definitions/generic.resource.api.Param"
60820             originalRef: "#/definitions/generic.resource.api.Param"
60821     post:
60822       tags:
60823       - "GENERIC-RESOURCE-API"
60824       description: "creates generic.resource.api.Param"
60825       parameters:
60826       - name: "service-instance-id"
60827         in: "path"
60828         description: "Id of service"
60829         required: true
60830         type: "string"
60831       - name: "vnf-id"
60832         in: "path"
60833         description: "Id of vnf"
60834         required: true
60835         type: "string"
60836       - in: "body"
60837         name: "generic.resource.api.Param.body-param"
60838         description: "generic.resource.api.Param to be added to list"
60839         required: false
60840         schema:
60841           $ref: "#/definitions/generic.resource.api.Param"
60842           originalRef: "#/definitions/generic.resource.api.Param"
60843       responses:
60844         400:
60845           description: "Internal error"
60846         201:
60847           description: "Object created"
60848         409:
60849           description: "Object already exists"
60850     put:
60851       tags:
60852       - "GENERIC-RESOURCE-API"
60853       description: "creates or updates generic.resource.api.Param"
60854       parameters:
60855       - name: "service-instance-id"
60856         in: "path"
60857         description: "Id of service"
60858         required: true
60859         type: "string"
60860       - name: "vnf-id"
60861         in: "path"
60862         description: "Id of vnf"
60863         required: true
60864         type: "string"
60865       - in: "body"
60866         name: "generic.resource.api.Param.body-param"
60867         description: "generic.resource.api.Param to be added or updated"
60868         required: false
60869         schema:
60870           $ref: "#/definitions/generic.resource.api.Param"
60871           originalRef: "#/definitions/generic.resource.api.Param"
60872       responses:
60873         400:
60874           description: "Internal error"
60875         201:
60876           description: "Object created"
60877         204:
60878           description: "Object modified"
60879     delete:
60880       tags:
60881       - "GENERIC-RESOURCE-API"
60882       description: "removes generic.resource.api.Param"
60883       parameters:
60884       - name: "service-instance-id"
60885         in: "path"
60886         description: "Id of service"
60887         required: true
60888         type: "string"
60889       - name: "vnf-id"
60890         in: "path"
60891         description: "Id of vnf"
60892         required: true
60893         type: "string"
60894       responses:
60895         400:
60896           description: "Internal error"
60897         204:
60898           description: "Object deleted"
60899   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/
60900   : post:
60901       description: "creates generic.resource.api.param.Param"
60902       parameters:
60903       - name: "service-instance-id"
60904         in: "path"
60905         description: "Id of service"
60906         required: true
60907         type: "string"
60908       - name: "vnf-id"
60909         in: "path"
60910         description: "Id of vnf"
60911         required: true
60912         type: "string"
60913       - in: "body"
60914         name: "generic.resource.api.param.Param.body-param"
60915         description: "generic.resource.api.param.Param to be added to list"
60916         required: false
60917         schema:
60918           $ref: "#/definitions/generic.resource.api.param.Param"
60919           originalRef: "#/definitions/generic.resource.api.param.Param"
60920       responses:
60921         400:
60922           description: "Internal error"
60923         201:
60924           description: "Object created"
60925         409:
60926           description: "Object already exists"
60927   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/
60928   : get:
60929       tags:
60930       - "GENERIC-RESOURCE-API"
60931       description: "returns generic.resource.api.param.Param"
60932       parameters:
60933       - name: "service-instance-id"
60934         in: "path"
60935         description: "Id of service"
60936         required: true
60937         type: "string"
60938       - name: "vnf-id"
60939         in: "path"
60940         description: "Id of vnf"
60941         required: true
60942         type: "string"
60943       - name: "name"
60944         in: "path"
60945         description: "Id of param"
60946         required: true
60947         type: "string"
60948       responses:
60949         400:
60950           description: "Internal error"
60951         200:
60952           description: "generic.resource.api.param.Param"
60953           responseSchema:
60954             $ref: "#/definitions/generic.resource.api.param.Param"
60955             originalRef: "#/definitions/generic.resource.api.param.Param"
60956           schema:
60957             $ref: "#/definitions/generic.resource.api.param.Param"
60958             originalRef: "#/definitions/generic.resource.api.param.Param"
60959     post:
60960       tags:
60961       - "GENERIC-RESOURCE-API"
60962       description: "creates generic.resource.api.param.Param"
60963       parameters:
60964       - name: "service-instance-id"
60965         in: "path"
60966         description: "Id of service"
60967         required: true
60968         type: "string"
60969       - name: "vnf-id"
60970         in: "path"
60971         description: "Id of vnf"
60972         required: true
60973         type: "string"
60974       - name: "name"
60975         in: "path"
60976         description: "Id of param"
60977         required: true
60978         type: "string"
60979       - in: "body"
60980         name: "generic.resource.api.param.Param.body-param"
60981         description: "generic.resource.api.param.Param to be added to list"
60982         required: false
60983         schema:
60984           $ref: "#/definitions/generic.resource.api.param.Param"
60985           originalRef: "#/definitions/generic.resource.api.param.Param"
60986       responses:
60987         400:
60988           description: "Internal error"
60989         201:
60990           description: "Object created"
60991         409:
60992           description: "Object already exists"
60993     put:
60994       tags:
60995       - "GENERIC-RESOURCE-API"
60996       description: "creates or updates generic.resource.api.param.Param"
60997       parameters:
60998       - name: "service-instance-id"
60999         in: "path"
61000         description: "Id of service"
61001         required: true
61002         type: "string"
61003       - name: "vnf-id"
61004         in: "path"
61005         description: "Id of vnf"
61006         required: true
61007         type: "string"
61008       - name: "name"
61009         in: "path"
61010         description: "Id of param"
61011         required: true
61012         type: "string"
61013       - in: "body"
61014         name: "generic.resource.api.param.Param.body-param"
61015         description: "generic.resource.api.param.Param to be added or updated"
61016         required: false
61017         schema:
61018           $ref: "#/definitions/generic.resource.api.param.Param"
61019           originalRef: "#/definitions/generic.resource.api.param.Param"
61020       responses:
61021         400:
61022           description: "Internal error"
61023         201:
61024           description: "Object created"
61025         204:
61026           description: "Object modified"
61027     delete:
61028       tags:
61029       - "GENERIC-RESOURCE-API"
61030       description: "removes generic.resource.api.param.Param"
61031       parameters:
61032       - name: "service-instance-id"
61033         in: "path"
61034         description: "Id of service"
61035         required: true
61036         type: "string"
61037       - name: "vnf-id"
61038         in: "path"
61039         description: "Id of vnf"
61040         required: true
61041         type: "string"
61042       - name: "name"
61043         in: "path"
61044         description: "Id of param"
61045         required: true
61046         type: "string"
61047       responses:
61048         400:
61049           description: "Internal error"
61050         204:
61051           description: "Object deleted"
61052   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/resource-resolution-data/
61053   : get:
61054       tags:
61055       - "GENERIC-RESOURCE-API"
61056       description: "returns generic.resource.api.param.param.ResourceResolutionData"
61057       parameters:
61058       - name: "service-instance-id"
61059         in: "path"
61060         description: "Id of service"
61061         required: true
61062         type: "string"
61063       - name: "vnf-id"
61064         in: "path"
61065         description: "Id of vnf"
61066         required: true
61067         type: "string"
61068       - name: "name"
61069         in: "path"
61070         description: "Id of param"
61071         required: true
61072         type: "string"
61073       responses:
61074         400:
61075           description: "Internal error"
61076         200:
61077           description: "generic.resource.api.param.param.ResourceResolutionData"
61078           responseSchema:
61079             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61080             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61081           schema:
61082             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61083             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61084     post:
61085       tags:
61086       - "GENERIC-RESOURCE-API"
61087       description: "creates generic.resource.api.param.param.ResourceResolutionData"
61088       parameters:
61089       - name: "service-instance-id"
61090         in: "path"
61091         description: "Id of service"
61092         required: true
61093         type: "string"
61094       - name: "vnf-id"
61095         in: "path"
61096         description: "Id of vnf"
61097         required: true
61098         type: "string"
61099       - name: "name"
61100         in: "path"
61101         description: "Id of param"
61102         required: true
61103         type: "string"
61104       - in: "body"
61105         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
61106         description: "generic.resource.api.param.param.ResourceResolutionData to be\
61107           \ added to list"
61108         required: false
61109         schema:
61110           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61111           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61112       responses:
61113         400:
61114           description: "Internal error"
61115         201:
61116           description: "Object created"
61117         409:
61118           description: "Object already exists"
61119     put:
61120       tags:
61121       - "GENERIC-RESOURCE-API"
61122       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
61123       parameters:
61124       - name: "service-instance-id"
61125         in: "path"
61126         description: "Id of service"
61127         required: true
61128         type: "string"
61129       - name: "vnf-id"
61130         in: "path"
61131         description: "Id of vnf"
61132         required: true
61133         type: "string"
61134       - name: "name"
61135         in: "path"
61136         description: "Id of param"
61137         required: true
61138         type: "string"
61139       - in: "body"
61140         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
61141         description: "generic.resource.api.param.param.ResourceResolutionData to be\
61142           \ added or updated"
61143         required: false
61144         schema:
61145           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61146           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
61147       responses:
61148         400:
61149           description: "Internal error"
61150         201:
61151           description: "Object created"
61152         204:
61153           description: "Object modified"
61154     delete:
61155       tags:
61156       - "GENERIC-RESOURCE-API"
61157       description: "removes generic.resource.api.param.param.ResourceResolutionData"
61158       parameters:
61159       - name: "service-instance-id"
61160         in: "path"
61161         description: "Id of service"
61162         required: true
61163         type: "string"
61164       - name: "vnf-id"
61165         in: "path"
61166         description: "Id of vnf"
61167         required: true
61168         type: "string"
61169       - name: "name"
61170         in: "path"
61171         description: "Id of param"
61172         required: true
61173         type: "string"
61174       responses:
61175         400:
61176           description: "Internal error"
61177         204:
61178           description: "Object deleted"
61179   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/resource-resolution-data/resource-key/
61180   : post:
61181       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61182       parameters:
61183       - name: "service-instance-id"
61184         in: "path"
61185         description: "Id of service"
61186         required: true
61187         type: "string"
61188       - name: "vnf-id"
61189         in: "path"
61190         description: "Id of vnf"
61191         required: true
61192         type: "string"
61193       - name: "name"
61194         in: "path"
61195         description: "Id of param"
61196         required: true
61197         type: "string"
61198       - in: "body"
61199         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
61200         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
61201           \ to be added to list"
61202         required: false
61203         schema:
61204           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61205           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61206       responses:
61207         400:
61208           description: "Internal error"
61209         201:
61210           description: "Object created"
61211         409:
61212           description: "Object already exists"
61213   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
61214   : get:
61215       tags:
61216       - "GENERIC-RESOURCE-API"
61217       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61218       parameters:
61219       - name: "service-instance-id"
61220         in: "path"
61221         description: "Id of service"
61222         required: true
61223         type: "string"
61224       - name: "vnf-id"
61225         in: "path"
61226         description: "Id of vnf"
61227         required: true
61228         type: "string"
61229       - name: "name"
61230         in: "path"
61231         description: "Id of param"
61232         required: true
61233         type: "string"
61234       - name: "resource-key-name"
61235         in: "path"
61236         description: "Id of resource-key"
61237         required: true
61238         type: "string"
61239       responses:
61240         400:
61241           description: "Internal error"
61242         200:
61243           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61244           responseSchema:
61245             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61246             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61247           schema:
61248             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61249             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61250     post:
61251       tags:
61252       - "GENERIC-RESOURCE-API"
61253       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61254       parameters:
61255       - name: "service-instance-id"
61256         in: "path"
61257         description: "Id of service"
61258         required: true
61259         type: "string"
61260       - name: "vnf-id"
61261         in: "path"
61262         description: "Id of vnf"
61263         required: true
61264         type: "string"
61265       - name: "name"
61266         in: "path"
61267         description: "Id of param"
61268         required: true
61269         type: "string"
61270       - name: "resource-key-name"
61271         in: "path"
61272         description: "Id of resource-key"
61273         required: true
61274         type: "string"
61275       - in: "body"
61276         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
61277         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
61278           \ to be added to list"
61279         required: false
61280         schema:
61281           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61282           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61283       responses:
61284         400:
61285           description: "Internal error"
61286         201:
61287           description: "Object created"
61288         409:
61289           description: "Object already exists"
61290     put:
61291       tags:
61292       - "GENERIC-RESOURCE-API"
61293       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61294       parameters:
61295       - name: "service-instance-id"
61296         in: "path"
61297         description: "Id of service"
61298         required: true
61299         type: "string"
61300       - name: "vnf-id"
61301         in: "path"
61302         description: "Id of vnf"
61303         required: true
61304         type: "string"
61305       - name: "name"
61306         in: "path"
61307         description: "Id of param"
61308         required: true
61309         type: "string"
61310       - name: "resource-key-name"
61311         in: "path"
61312         description: "Id of resource-key"
61313         required: true
61314         type: "string"
61315       - in: "body"
61316         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
61317         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
61318           \ to be added or updated"
61319         required: false
61320         schema:
61321           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61322           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61323       responses:
61324         400:
61325           description: "Internal error"
61326         201:
61327           description: "Object created"
61328         204:
61329           description: "Object modified"
61330     delete:
61331       tags:
61332       - "GENERIC-RESOURCE-API"
61333       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
61334       parameters:
61335       - name: "service-instance-id"
61336         in: "path"
61337         description: "Id of service"
61338         required: true
61339         type: "string"
61340       - name: "vnf-id"
61341         in: "path"
61342         description: "Id of vnf"
61343         required: true
61344         type: "string"
61345       - name: "name"
61346         in: "path"
61347         description: "Id of param"
61348         required: true
61349         type: "string"
61350       - name: "resource-key-name"
61351         in: "path"
61352         description: "Id of resource-key"
61353         required: true
61354         type: "string"
61355       responses:
61356         400:
61357           description: "Internal error"
61358         204:
61359           description: "Object deleted"
61360   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-network-instance-group-ids/
61361   : post:
61362       description: "creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61363       parameters:
61364       - name: "service-instance-id"
61365         in: "path"
61366         description: "Id of service"
61367         required: true
61368         type: "string"
61369       - name: "vnf-id"
61370         in: "path"
61371         description: "Id of vnf"
61372         required: true
61373         type: "string"
61374       - in: "body"
61375         name: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param"
61376         description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds\
61377           \ to be added to list"
61378         required: false
61379         schema:
61380           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61381           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61382       responses:
61383         400:
61384           description: "Internal error"
61385         201:
61386           description: "Object created"
61387         409:
61388           description: "Object already exists"
61389   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-network-instance-group-ids/{vnf-network-instance-group-id}/
61390   : get:
61391       tags:
61392       - "GENERIC-RESOURCE-API"
61393       description: "returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61394       parameters:
61395       - name: "service-instance-id"
61396         in: "path"
61397         description: "Id of service"
61398         required: true
61399         type: "string"
61400       - name: "vnf-id"
61401         in: "path"
61402         description: "Id of vnf"
61403         required: true
61404         type: "string"
61405       - name: "vnf-network-instance-group-id"
61406         in: "path"
61407         description: "Id of vnf-network-instance-group-ids"
61408         required: true
61409         type: "string"
61410       responses:
61411         400:
61412           description: "Internal error"
61413         200:
61414           description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61415           responseSchema:
61416             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61417             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61418           schema:
61419             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61420             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61421     post:
61422       tags:
61423       - "GENERIC-RESOURCE-API"
61424       description: "creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61425       parameters:
61426       - name: "service-instance-id"
61427         in: "path"
61428         description: "Id of service"
61429         required: true
61430         type: "string"
61431       - name: "vnf-id"
61432         in: "path"
61433         description: "Id of vnf"
61434         required: true
61435         type: "string"
61436       - name: "vnf-network-instance-group-id"
61437         in: "path"
61438         description: "Id of vnf-network-instance-group-ids"
61439         required: true
61440         type: "string"
61441       - in: "body"
61442         name: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param"
61443         description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds\
61444           \ to be added to list"
61445         required: false
61446         schema:
61447           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61448           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61449       responses:
61450         400:
61451           description: "Internal error"
61452         201:
61453           description: "Object created"
61454         409:
61455           description: "Object already exists"
61456     put:
61457       tags:
61458       - "GENERIC-RESOURCE-API"
61459       description: "creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61460       parameters:
61461       - name: "service-instance-id"
61462         in: "path"
61463         description: "Id of service"
61464         required: true
61465         type: "string"
61466       - name: "vnf-id"
61467         in: "path"
61468         description: "Id of vnf"
61469         required: true
61470         type: "string"
61471       - name: "vnf-network-instance-group-id"
61472         in: "path"
61473         description: "Id of vnf-network-instance-group-ids"
61474         required: true
61475         type: "string"
61476       - in: "body"
61477         name: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds.body-param"
61478         description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds\
61479           \ to be added or updated"
61480         required: false
61481         schema:
61482           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61483           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61484       responses:
61485         400:
61486           description: "Internal error"
61487         201:
61488           description: "Object created"
61489         204:
61490           description: "Object modified"
61491     delete:
61492       tags:
61493       - "GENERIC-RESOURCE-API"
61494       description: "removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
61495       parameters:
61496       - name: "service-instance-id"
61497         in: "path"
61498         description: "Id of service"
61499         required: true
61500         type: "string"
61501       - name: "vnf-id"
61502         in: "path"
61503         description: "Id of vnf"
61504         required: true
61505         type: "string"
61506       - name: "vnf-network-instance-group-id"
61507         in: "path"
61508         description: "Id of vnf-network-instance-group-ids"
61509         required: true
61510         type: "string"
61511       responses:
61512         400:
61513           description: "Internal error"
61514         204:
61515           description: "Object deleted"
61516   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/
61517   : get:
61518       tags:
61519       - "GENERIC-RESOURCE-API"
61520       description: "returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61521       parameters:
61522       - name: "service-instance-id"
61523         in: "path"
61524         description: "Id of service"
61525         required: true
61526         type: "string"
61527       - name: "vnf-id"
61528         in: "path"
61529         description: "Id of vnf"
61530         required: true
61531         type: "string"
61532       responses:
61533         400:
61534           description: "Internal error"
61535         200:
61536           description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61537           responseSchema:
61538             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61539             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61540           schema:
61541             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61542             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61543     post:
61544       tags:
61545       - "GENERIC-RESOURCE-API"
61546       description: "creates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61547       parameters:
61548       - name: "service-instance-id"
61549         in: "path"
61550         description: "Id of service"
61551         required: true
61552         type: "string"
61553       - name: "vnf-id"
61554         in: "path"
61555         description: "Id of vnf"
61556         required: true
61557         type: "string"
61558       - in: "body"
61559         name: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param"
61560         description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks\
61561           \ to be added to list"
61562         required: false
61563         schema:
61564           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61565           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61566       responses:
61567         400:
61568           description: "Internal error"
61569         201:
61570           description: "Object created"
61571         409:
61572           description: "Object already exists"
61573     put:
61574       tags:
61575       - "GENERIC-RESOURCE-API"
61576       description: "creates or updates generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61577       parameters:
61578       - name: "service-instance-id"
61579         in: "path"
61580         description: "Id of service"
61581         required: true
61582         type: "string"
61583       - name: "vnf-id"
61584         in: "path"
61585         description: "Id of vnf"
61586         required: true
61587         type: "string"
61588       - in: "body"
61589         name: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks.body-param"
61590         description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks\
61591           \ to be added or updated"
61592         required: false
61593         schema:
61594           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61595           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61596       responses:
61597         400:
61598           description: "Internal error"
61599         201:
61600           description: "Object created"
61601         204:
61602           description: "Object modified"
61603     delete:
61604       tags:
61605       - "GENERIC-RESOURCE-API"
61606       description: "removes generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
61607       parameters:
61608       - name: "service-instance-id"
61609         in: "path"
61610         description: "Id of service"
61611         required: true
61612         type: "string"
61613       - name: "vnf-id"
61614         in: "path"
61615         description: "Id of vnf"
61616         required: true
61617         type: "string"
61618       responses:
61619         400:
61620           description: "Internal error"
61621         204:
61622           description: "Object deleted"
61623   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/
61624   : post:
61625       description: "creates generic.resource.api.VnfNetworkData"
61626       parameters:
61627       - name: "service-instance-id"
61628         in: "path"
61629         description: "Id of service"
61630         required: true
61631         type: "string"
61632       - name: "vnf-id"
61633         in: "path"
61634         description: "Id of vnf"
61635         required: true
61636         type: "string"
61637       - in: "body"
61638         name: "generic.resource.api.VnfNetworkData.body-param"
61639         description: "generic.resource.api.VnfNetworkData to be added to list"
61640         required: false
61641         schema:
61642           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
61643           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
61644       responses:
61645         400:
61646           description: "Internal error"
61647         201:
61648           description: "Object created"
61649         409:
61650           description: "Object already exists"
61651   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/
61652   : get:
61653       tags:
61654       - "GENERIC-RESOURCE-API"
61655       description: "returns generic.resource.api.VnfNetworkData"
61656       parameters:
61657       - name: "service-instance-id"
61658         in: "path"
61659         description: "Id of service"
61660         required: true
61661         type: "string"
61662       - name: "vnf-id"
61663         in: "path"
61664         description: "Id of vnf"
61665         required: true
61666         type: "string"
61667       - name: "network-role"
61668         in: "path"
61669         description: "Id of vnf-network"
61670         required: true
61671         type: "string"
61672       responses:
61673         400:
61674           description: "Internal error"
61675         200:
61676           description: "generic.resource.api.VnfNetworkData"
61677           responseSchema:
61678             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
61679             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
61680           schema:
61681             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
61682             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
61683     post:
61684       tags:
61685       - "GENERIC-RESOURCE-API"
61686       description: "creates generic.resource.api.VnfNetworkData"
61687       parameters:
61688       - name: "service-instance-id"
61689         in: "path"
61690         description: "Id of service"
61691         required: true
61692         type: "string"
61693       - name: "vnf-id"
61694         in: "path"
61695         description: "Id of vnf"
61696         required: true
61697         type: "string"
61698       - name: "network-role"
61699         in: "path"
61700         description: "Id of vnf-network"
61701         required: true
61702         type: "string"
61703       - in: "body"
61704         name: "generic.resource.api.VnfNetworkData.body-param"
61705         description: "generic.resource.api.VnfNetworkData to be added to list"
61706         required: false
61707         schema:
61708           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
61709           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
61710       responses:
61711         400:
61712           description: "Internal error"
61713         201:
61714           description: "Object created"
61715         409:
61716           description: "Object already exists"
61717     put:
61718       tags:
61719       - "GENERIC-RESOURCE-API"
61720       description: "creates or updates generic.resource.api.VnfNetworkData"
61721       parameters:
61722       - name: "service-instance-id"
61723         in: "path"
61724         description: "Id of service"
61725         required: true
61726         type: "string"
61727       - name: "vnf-id"
61728         in: "path"
61729         description: "Id of vnf"
61730         required: true
61731         type: "string"
61732       - name: "network-role"
61733         in: "path"
61734         description: "Id of vnf-network"
61735         required: true
61736         type: "string"
61737       - in: "body"
61738         name: "generic.resource.api.VnfNetworkData.body-param"
61739         description: "generic.resource.api.VnfNetworkData to be added or updated"
61740         required: false
61741         schema:
61742           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
61743           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
61744       responses:
61745         400:
61746           description: "Internal error"
61747         201:
61748           description: "Object created"
61749         204:
61750           description: "Object modified"
61751     delete:
61752       tags:
61753       - "GENERIC-RESOURCE-API"
61754       description: "removes generic.resource.api.VnfNetworkData"
61755       parameters:
61756       - name: "service-instance-id"
61757         in: "path"
61758         description: "Id of service"
61759         required: true
61760         type: "string"
61761       - name: "vnf-id"
61762         in: "path"
61763         description: "Id of vnf"
61764         required: true
61765         type: "string"
61766       - name: "network-role"
61767         in: "path"
61768         description: "Id of vnf-network"
61769         required: true
61770         type: "string"
61771       responses:
61772         400:
61773           description: "Internal error"
61774         204:
61775           description: "Object deleted"
61776   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/
61777   : get:
61778       tags:
61779       - "GENERIC-RESOURCE-API"
61780       description: "returns generic.resource.api.RelatedNetwork"
61781       parameters:
61782       - name: "service-instance-id"
61783         in: "path"
61784         description: "Id of service"
61785         required: true
61786         type: "string"
61787       - name: "vnf-id"
61788         in: "path"
61789         description: "Id of vnf"
61790         required: true
61791         type: "string"
61792       - name: "network-role"
61793         in: "path"
61794         description: "Id of vnf-network"
61795         required: true
61796         type: "string"
61797       responses:
61798         400:
61799           description: "Internal error"
61800         200:
61801           description: "generic.resource.api.RelatedNetwork"
61802           responseSchema:
61803             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
61804             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
61805           schema:
61806             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
61807             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
61808     post:
61809       tags:
61810       - "GENERIC-RESOURCE-API"
61811       description: "creates generic.resource.api.RelatedNetwork"
61812       parameters:
61813       - name: "service-instance-id"
61814         in: "path"
61815         description: "Id of service"
61816         required: true
61817         type: "string"
61818       - name: "vnf-id"
61819         in: "path"
61820         description: "Id of vnf"
61821         required: true
61822         type: "string"
61823       - name: "network-role"
61824         in: "path"
61825         description: "Id of vnf-network"
61826         required: true
61827         type: "string"
61828       - in: "body"
61829         name: "generic.resource.api.RelatedNetwork.body-param"
61830         description: "generic.resource.api.RelatedNetwork to be added to list"
61831         required: false
61832         schema:
61833           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
61834           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
61835       responses:
61836         400:
61837           description: "Internal error"
61838         201:
61839           description: "Object created"
61840         409:
61841           description: "Object already exists"
61842     put:
61843       tags:
61844       - "GENERIC-RESOURCE-API"
61845       description: "creates or updates generic.resource.api.RelatedNetwork"
61846       parameters:
61847       - name: "service-instance-id"
61848         in: "path"
61849         description: "Id of service"
61850         required: true
61851         type: "string"
61852       - name: "vnf-id"
61853         in: "path"
61854         description: "Id of vnf"
61855         required: true
61856         type: "string"
61857       - name: "network-role"
61858         in: "path"
61859         description: "Id of vnf-network"
61860         required: true
61861         type: "string"
61862       - in: "body"
61863         name: "generic.resource.api.RelatedNetwork.body-param"
61864         description: "generic.resource.api.RelatedNetwork to be added or updated"
61865         required: false
61866         schema:
61867           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
61868           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
61869       responses:
61870         400:
61871           description: "Internal error"
61872         201:
61873           description: "Object created"
61874         204:
61875           description: "Object modified"
61876     delete:
61877       tags:
61878       - "GENERIC-RESOURCE-API"
61879       description: "removes generic.resource.api.RelatedNetwork"
61880       parameters:
61881       - name: "service-instance-id"
61882         in: "path"
61883         description: "Id of service"
61884         required: true
61885         type: "string"
61886       - name: "vnf-id"
61887         in: "path"
61888         description: "Id of vnf"
61889         required: true
61890         type: "string"
61891       - name: "network-role"
61892         in: "path"
61893         description: "Id of vnf-network"
61894         required: true
61895         type: "string"
61896       responses:
61897         400:
61898           description: "Internal error"
61899         204:
61900           description: "Object deleted"
61901   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/related-network/
61902   : post:
61903       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
61904       parameters:
61905       - name: "service-instance-id"
61906         in: "path"
61907         description: "Id of service"
61908         required: true
61909         type: "string"
61910       - name: "vnf-id"
61911         in: "path"
61912         description: "Id of vnf"
61913         required: true
61914         type: "string"
61915       - name: "network-role"
61916         in: "path"
61917         description: "Id of vnf-network"
61918         required: true
61919         type: "string"
61920       - in: "body"
61921         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
61922         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
61923           \ to list"
61924         required: false
61925         schema:
61926           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61927           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61928       responses:
61929         400:
61930           description: "Internal error"
61931         201:
61932           description: "Object created"
61933         409:
61934           description: "Object already exists"
61935   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
61936   : get:
61937       tags:
61938       - "GENERIC-RESOURCE-API"
61939       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
61940       parameters:
61941       - name: "service-instance-id"
61942         in: "path"
61943         description: "Id of service"
61944         required: true
61945         type: "string"
61946       - name: "vnf-id"
61947         in: "path"
61948         description: "Id of vnf"
61949         required: true
61950         type: "string"
61951       - name: "network-role"
61952         in: "path"
61953         description: "Id of vnf-network"
61954         required: true
61955         type: "string"
61956       - name: "network-id"
61957         in: "path"
61958         description: "Id of related-network"
61959         required: true
61960         type: "string"
61961       responses:
61962         400:
61963           description: "Internal error"
61964         200:
61965           description: "generic.resource.api.relatednetwork.RelatedNetwork"
61966           responseSchema:
61967             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61968             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61969           schema:
61970             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61971             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
61972     post:
61973       tags:
61974       - "GENERIC-RESOURCE-API"
61975       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
61976       parameters:
61977       - name: "service-instance-id"
61978         in: "path"
61979         description: "Id of service"
61980         required: true
61981         type: "string"
61982       - name: "vnf-id"
61983         in: "path"
61984         description: "Id of vnf"
61985         required: true
61986         type: "string"
61987       - name: "network-role"
61988         in: "path"
61989         description: "Id of vnf-network"
61990         required: true
61991         type: "string"
61992       - name: "network-id"
61993         in: "path"
61994         description: "Id of related-network"
61995         required: true
61996         type: "string"
61997       - in: "body"
61998         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
61999         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
62000           \ to list"
62001         required: false
62002         schema:
62003           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
62004           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
62005       responses:
62006         400:
62007           description: "Internal error"
62008         201:
62009           description: "Object created"
62010         409:
62011           description: "Object already exists"
62012     put:
62013       tags:
62014       - "GENERIC-RESOURCE-API"
62015       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
62016       parameters:
62017       - name: "service-instance-id"
62018         in: "path"
62019         description: "Id of service"
62020         required: true
62021         type: "string"
62022       - name: "vnf-id"
62023         in: "path"
62024         description: "Id of vnf"
62025         required: true
62026         type: "string"
62027       - name: "network-role"
62028         in: "path"
62029         description: "Id of vnf-network"
62030         required: true
62031         type: "string"
62032       - name: "network-id"
62033         in: "path"
62034         description: "Id of related-network"
62035         required: true
62036         type: "string"
62037       - in: "body"
62038         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
62039         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
62040           \ or updated"
62041         required: false
62042         schema:
62043           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
62044           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
62045       responses:
62046         400:
62047           description: "Internal error"
62048         201:
62049           description: "Object created"
62050         204:
62051           description: "Object modified"
62052     delete:
62053       tags:
62054       - "GENERIC-RESOURCE-API"
62055       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
62056       parameters:
62057       - name: "service-instance-id"
62058         in: "path"
62059         description: "Id of service"
62060         required: true
62061         type: "string"
62062       - name: "vnf-id"
62063         in: "path"
62064         description: "Id of vnf"
62065         required: true
62066         type: "string"
62067       - name: "network-role"
62068         in: "path"
62069         description: "Id of vnf-network"
62070         required: true
62071         type: "string"
62072       - name: "network-id"
62073         in: "path"
62074         description: "Id of related-network"
62075         required: true
62076         type: "string"
62077       responses:
62078         400:
62079           description: "Internal error"
62080         204:
62081           description: "Object deleted"
62082   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
62083   : get:
62084       tags:
62085       - "GENERIC-RESOURCE-API"
62086       description: "returns generic.resource.api.vlantags.VlanTags"
62087       parameters:
62088       - name: "service-instance-id"
62089         in: "path"
62090         description: "Id of service"
62091         required: true
62092         type: "string"
62093       - name: "vnf-id"
62094         in: "path"
62095         description: "Id of vnf"
62096         required: true
62097         type: "string"
62098       - name: "network-role"
62099         in: "path"
62100         description: "Id of vnf-network"
62101         required: true
62102         type: "string"
62103       - name: "network-id"
62104         in: "path"
62105         description: "Id of related-network"
62106         required: true
62107         type: "string"
62108       responses:
62109         400:
62110           description: "Internal error"
62111         200:
62112           description: "generic.resource.api.vlantags.VlanTags"
62113           responseSchema:
62114             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
62115             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
62116           schema:
62117             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
62118             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
62119     post:
62120       tags:
62121       - "GENERIC-RESOURCE-API"
62122       description: "creates generic.resource.api.vlantags.VlanTags"
62123       parameters:
62124       - name: "service-instance-id"
62125         in: "path"
62126         description: "Id of service"
62127         required: true
62128         type: "string"
62129       - name: "vnf-id"
62130         in: "path"
62131         description: "Id of vnf"
62132         required: true
62133         type: "string"
62134       - name: "network-role"
62135         in: "path"
62136         description: "Id of vnf-network"
62137         required: true
62138         type: "string"
62139       - name: "network-id"
62140         in: "path"
62141         description: "Id of related-network"
62142         required: true
62143         type: "string"
62144       - in: "body"
62145         name: "generic.resource.api.vlantags.VlanTags.body-param"
62146         description: "generic.resource.api.vlantags.VlanTags to be added to list"
62147         required: false
62148         schema:
62149           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
62150           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
62151       responses:
62152         400:
62153           description: "Internal error"
62154         201:
62155           description: "Object created"
62156         409:
62157           description: "Object already exists"
62158     put:
62159       tags:
62160       - "GENERIC-RESOURCE-API"
62161       description: "creates or updates generic.resource.api.vlantags.VlanTags"
62162       parameters:
62163       - name: "service-instance-id"
62164         in: "path"
62165         description: "Id of service"
62166         required: true
62167         type: "string"
62168       - name: "vnf-id"
62169         in: "path"
62170         description: "Id of vnf"
62171         required: true
62172         type: "string"
62173       - name: "network-role"
62174         in: "path"
62175         description: "Id of vnf-network"
62176         required: true
62177         type: "string"
62178       - name: "network-id"
62179         in: "path"
62180         description: "Id of related-network"
62181         required: true
62182         type: "string"
62183       - in: "body"
62184         name: "generic.resource.api.vlantags.VlanTags.body-param"
62185         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
62186         required: false
62187         schema:
62188           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
62189           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
62190       responses:
62191         400:
62192           description: "Internal error"
62193         201:
62194           description: "Object created"
62195         204:
62196           description: "Object modified"
62197     delete:
62198       tags:
62199       - "GENERIC-RESOURCE-API"
62200       description: "removes generic.resource.api.vlantags.VlanTags"
62201       parameters:
62202       - name: "service-instance-id"
62203         in: "path"
62204         description: "Id of service"
62205         required: true
62206         type: "string"
62207       - name: "vnf-id"
62208         in: "path"
62209         description: "Id of vnf"
62210         required: true
62211         type: "string"
62212       - name: "network-role"
62213         in: "path"
62214         description: "Id of vnf-network"
62215         required: true
62216         type: "string"
62217       - name: "network-id"
62218         in: "path"
62219         description: "Id of related-network"
62220         required: true
62221         type: "string"
62222       responses:
62223         400:
62224           description: "Internal error"
62225         204:
62226           description: "Object deleted"
62227   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/subnets-data/
62228   : get:
62229       tags:
62230       - "GENERIC-RESOURCE-API"
62231       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
62232       parameters:
62233       - name: "service-instance-id"
62234         in: "path"
62235         description: "Id of service"
62236         required: true
62237         type: "string"
62238       - name: "vnf-id"
62239         in: "path"
62240         description: "Id of vnf"
62241         required: true
62242         type: "string"
62243       - name: "network-role"
62244         in: "path"
62245         description: "Id of vnf-network"
62246         required: true
62247         type: "string"
62248       responses:
62249         400:
62250           description: "Internal error"
62251         200:
62252           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
62253           responseSchema:
62254             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62255             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62256           schema:
62257             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62258             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62259     post:
62260       tags:
62261       - "GENERIC-RESOURCE-API"
62262       description: "creates generic.resource.api.vnfnetworkdata.SubnetsData"
62263       parameters:
62264       - name: "service-instance-id"
62265         in: "path"
62266         description: "Id of service"
62267         required: true
62268         type: "string"
62269       - name: "vnf-id"
62270         in: "path"
62271         description: "Id of vnf"
62272         required: true
62273         type: "string"
62274       - name: "network-role"
62275         in: "path"
62276         description: "Id of vnf-network"
62277         required: true
62278         type: "string"
62279       - in: "body"
62280         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
62281         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
62282           \ to list"
62283         required: false
62284         schema:
62285           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62286           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62287       responses:
62288         400:
62289           description: "Internal error"
62290         201:
62291           description: "Object created"
62292         409:
62293           description: "Object already exists"
62294     put:
62295       tags:
62296       - "GENERIC-RESOURCE-API"
62297       description: "creates or updates generic.resource.api.vnfnetworkdata.SubnetsData"
62298       parameters:
62299       - name: "service-instance-id"
62300         in: "path"
62301         description: "Id of service"
62302         required: true
62303         type: "string"
62304       - name: "vnf-id"
62305         in: "path"
62306         description: "Id of vnf"
62307         required: true
62308         type: "string"
62309       - name: "network-role"
62310         in: "path"
62311         description: "Id of vnf-network"
62312         required: true
62313         type: "string"
62314       - in: "body"
62315         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
62316         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
62317           \ or updated"
62318         required: false
62319         schema:
62320           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62321           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
62322       responses:
62323         400:
62324           description: "Internal error"
62325         201:
62326           description: "Object created"
62327         204:
62328           description: "Object modified"
62329     delete:
62330       tags:
62331       - "GENERIC-RESOURCE-API"
62332       description: "removes generic.resource.api.vnfnetworkdata.SubnetsData"
62333       parameters:
62334       - name: "service-instance-id"
62335         in: "path"
62336         description: "Id of service"
62337         required: true
62338         type: "string"
62339       - name: "vnf-id"
62340         in: "path"
62341         description: "Id of vnf"
62342         required: true
62343         type: "string"
62344       - name: "network-role"
62345         in: "path"
62346         description: "Id of vnf-network"
62347         required: true
62348         type: "string"
62349       responses:
62350         400:
62351           description: "Internal error"
62352         204:
62353           description: "Object deleted"
62354   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/
62355   : post:
62356       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62357       parameters:
62358       - name: "service-instance-id"
62359         in: "path"
62360         description: "Id of service"
62361         required: true
62362         type: "string"
62363       - name: "vnf-id"
62364         in: "path"
62365         description: "Id of vnf"
62366         required: true
62367         type: "string"
62368       - name: "network-role"
62369         in: "path"
62370         description: "Id of vnf-network"
62371         required: true
62372         type: "string"
62373       - in: "body"
62374         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
62375         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
62376           \ be added to list"
62377         required: false
62378         schema:
62379           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62380           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62381       responses:
62382         400:
62383           description: "Internal error"
62384         201:
62385           description: "Object created"
62386         409:
62387           description: "Object already exists"
62388   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
62389   : get:
62390       tags:
62391       - "GENERIC-RESOURCE-API"
62392       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62393       parameters:
62394       - name: "service-instance-id"
62395         in: "path"
62396         description: "Id of service"
62397         required: true
62398         type: "string"
62399       - name: "vnf-id"
62400         in: "path"
62401         description: "Id of vnf"
62402         required: true
62403         type: "string"
62404       - name: "network-role"
62405         in: "path"
62406         description: "Id of vnf-network"
62407         required: true
62408         type: "string"
62409       - name: "sdnc-subnet-id"
62410         in: "path"
62411         description: "Id of subnet-data"
62412         required: true
62413         type: "string"
62414       responses:
62415         400:
62416           description: "Internal error"
62417         200:
62418           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62419           responseSchema:
62420             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62421             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62422           schema:
62423             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62424             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62425     post:
62426       tags:
62427       - "GENERIC-RESOURCE-API"
62428       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62429       parameters:
62430       - name: "service-instance-id"
62431         in: "path"
62432         description: "Id of service"
62433         required: true
62434         type: "string"
62435       - name: "vnf-id"
62436         in: "path"
62437         description: "Id of vnf"
62438         required: true
62439         type: "string"
62440       - name: "network-role"
62441         in: "path"
62442         description: "Id of vnf-network"
62443         required: true
62444         type: "string"
62445       - name: "sdnc-subnet-id"
62446         in: "path"
62447         description: "Id of subnet-data"
62448         required: true
62449         type: "string"
62450       - in: "body"
62451         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
62452         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
62453           \ be added to list"
62454         required: false
62455         schema:
62456           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62457           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62458       responses:
62459         400:
62460           description: "Internal error"
62461         201:
62462           description: "Object created"
62463         409:
62464           description: "Object already exists"
62465     put:
62466       tags:
62467       - "GENERIC-RESOURCE-API"
62468       description: "creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62469       parameters:
62470       - name: "service-instance-id"
62471         in: "path"
62472         description: "Id of service"
62473         required: true
62474         type: "string"
62475       - name: "vnf-id"
62476         in: "path"
62477         description: "Id of vnf"
62478         required: true
62479         type: "string"
62480       - name: "network-role"
62481         in: "path"
62482         description: "Id of vnf-network"
62483         required: true
62484         type: "string"
62485       - name: "sdnc-subnet-id"
62486         in: "path"
62487         description: "Id of subnet-data"
62488         required: true
62489         type: "string"
62490       - in: "body"
62491         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
62492         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
62493           \ be added or updated"
62494         required: false
62495         schema:
62496           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62497           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62498       responses:
62499         400:
62500           description: "Internal error"
62501         201:
62502           description: "Object created"
62503         204:
62504           description: "Object modified"
62505     delete:
62506       tags:
62507       - "GENERIC-RESOURCE-API"
62508       description: "removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
62509       parameters:
62510       - name: "service-instance-id"
62511         in: "path"
62512         description: "Id of service"
62513         required: true
62514         type: "string"
62515       - name: "vnf-id"
62516         in: "path"
62517         description: "Id of vnf"
62518         required: true
62519         type: "string"
62520       - name: "network-role"
62521         in: "path"
62522         description: "Id of vnf-network"
62523         required: true
62524         type: "string"
62525       - name: "sdnc-subnet-id"
62526         in: "path"
62527         description: "Id of subnet-data"
62528         required: true
62529         type: "string"
62530       responses:
62531         400:
62532           description: "Internal error"
62533         204:
62534           description: "Object deleted"
62535   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/
62536   : get:
62537       tags:
62538       - "GENERIC-RESOURCE-API"
62539       description: "returns generic.resource.api.VnfSubInterfaceGroup"
62540       parameters:
62541       - name: "service-instance-id"
62542         in: "path"
62543         description: "Id of service"
62544         required: true
62545         type: "string"
62546       - name: "vnf-id"
62547         in: "path"
62548         description: "Id of vnf"
62549         required: true
62550         type: "string"
62551       responses:
62552         400:
62553           description: "Internal error"
62554         200:
62555           description: "generic.resource.api.VnfSubInterfaceGroup"
62556           responseSchema:
62557             $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62558             originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62559           schema:
62560             $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62561             originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62562     post:
62563       tags:
62564       - "GENERIC-RESOURCE-API"
62565       description: "creates generic.resource.api.VnfSubInterfaceGroup"
62566       parameters:
62567       - name: "service-instance-id"
62568         in: "path"
62569         description: "Id of service"
62570         required: true
62571         type: "string"
62572       - name: "vnf-id"
62573         in: "path"
62574         description: "Id of vnf"
62575         required: true
62576         type: "string"
62577       - in: "body"
62578         name: "generic.resource.api.VnfSubInterfaceGroup.body-param"
62579         description: "generic.resource.api.VnfSubInterfaceGroup to be added to list"
62580         required: false
62581         schema:
62582           $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62583           originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62584       responses:
62585         400:
62586           description: "Internal error"
62587         201:
62588           description: "Object created"
62589         409:
62590           description: "Object already exists"
62591     put:
62592       tags:
62593       - "GENERIC-RESOURCE-API"
62594       description: "creates or updates generic.resource.api.VnfSubInterfaceGroup"
62595       parameters:
62596       - name: "service-instance-id"
62597         in: "path"
62598         description: "Id of service"
62599         required: true
62600         type: "string"
62601       - name: "vnf-id"
62602         in: "path"
62603         description: "Id of vnf"
62604         required: true
62605         type: "string"
62606       - in: "body"
62607         name: "generic.resource.api.VnfSubInterfaceGroup.body-param"
62608         description: "generic.resource.api.VnfSubInterfaceGroup to be added or updated"
62609         required: false
62610         schema:
62611           $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62612           originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
62613       responses:
62614         400:
62615           description: "Internal error"
62616         201:
62617           description: "Object created"
62618         204:
62619           description: "Object modified"
62620     delete:
62621       tags:
62622       - "GENERIC-RESOURCE-API"
62623       description: "removes generic.resource.api.VnfSubInterfaceGroup"
62624       parameters:
62625       - name: "service-instance-id"
62626         in: "path"
62627         description: "Id of service"
62628         required: true
62629         type: "string"
62630       - name: "vnf-id"
62631         in: "path"
62632         description: "Id of vnf"
62633         required: true
62634         type: "string"
62635       responses:
62636         400:
62637           description: "Internal error"
62638         204:
62639           description: "Object deleted"
62640   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/
62641   : post:
62642       description: "creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62643       parameters:
62644       - name: "service-instance-id"
62645         in: "path"
62646         description: "Id of service"
62647         required: true
62648         type: "string"
62649       - name: "vnf-id"
62650         in: "path"
62651         description: "Id of vnf"
62652         required: true
62653         type: "string"
62654       - in: "body"
62655         name: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param"
62656         description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup\
62657           \ to be added to list"
62658         required: false
62659         schema:
62660           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62661           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62662       responses:
62663         400:
62664           description: "Internal error"
62665         201:
62666           description: "Object created"
62667         409:
62668           description: "Object already exists"
62669   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/
62670   : get:
62671       tags:
62672       - "GENERIC-RESOURCE-API"
62673       description: "returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62674       parameters:
62675       - name: "service-instance-id"
62676         in: "path"
62677         description: "Id of service"
62678         required: true
62679         type: "string"
62680       - name: "vnf-id"
62681         in: "path"
62682         description: "Id of vnf"
62683         required: true
62684         type: "string"
62685       - name: "vnfc-instance-group-function"
62686         in: "path"
62687         description: "Id of vnf-sub-interface-group"
62688         required: true
62689         type: "string"
62690       - name: "network-instance-group-function"
62691         in: "path"
62692         description: "Id of vnf-sub-interface-group"
62693         required: true
62694         type: "string"
62695       - name: "parent-port-role"
62696         in: "path"
62697         description: "Id of vnf-sub-interface-group"
62698         required: true
62699         type: "string"
62700       responses:
62701         400:
62702           description: "Internal error"
62703         200:
62704           description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62705           responseSchema:
62706             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62707             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62708           schema:
62709             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62710             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62711     post:
62712       tags:
62713       - "GENERIC-RESOURCE-API"
62714       description: "creates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62715       parameters:
62716       - name: "service-instance-id"
62717         in: "path"
62718         description: "Id of service"
62719         required: true
62720         type: "string"
62721       - name: "vnf-id"
62722         in: "path"
62723         description: "Id of vnf"
62724         required: true
62725         type: "string"
62726       - name: "vnfc-instance-group-function"
62727         in: "path"
62728         description: "Id of vnf-sub-interface-group"
62729         required: true
62730         type: "string"
62731       - name: "network-instance-group-function"
62732         in: "path"
62733         description: "Id of vnf-sub-interface-group"
62734         required: true
62735         type: "string"
62736       - name: "parent-port-role"
62737         in: "path"
62738         description: "Id of vnf-sub-interface-group"
62739         required: true
62740         type: "string"
62741       - in: "body"
62742         name: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param"
62743         description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup\
62744           \ to be added to list"
62745         required: false
62746         schema:
62747           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62748           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62749       responses:
62750         400:
62751           description: "Internal error"
62752         201:
62753           description: "Object created"
62754         409:
62755           description: "Object already exists"
62756     put:
62757       tags:
62758       - "GENERIC-RESOURCE-API"
62759       description: "creates or updates generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62760       parameters:
62761       - name: "service-instance-id"
62762         in: "path"
62763         description: "Id of service"
62764         required: true
62765         type: "string"
62766       - name: "vnf-id"
62767         in: "path"
62768         description: "Id of vnf"
62769         required: true
62770         type: "string"
62771       - name: "vnfc-instance-group-function"
62772         in: "path"
62773         description: "Id of vnf-sub-interface-group"
62774         required: true
62775         type: "string"
62776       - name: "network-instance-group-function"
62777         in: "path"
62778         description: "Id of vnf-sub-interface-group"
62779         required: true
62780         type: "string"
62781       - name: "parent-port-role"
62782         in: "path"
62783         description: "Id of vnf-sub-interface-group"
62784         required: true
62785         type: "string"
62786       - in: "body"
62787         name: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup.body-param"
62788         description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup\
62789           \ to be added or updated"
62790         required: false
62791         schema:
62792           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62793           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62794       responses:
62795         400:
62796           description: "Internal error"
62797         201:
62798           description: "Object created"
62799         204:
62800           description: "Object modified"
62801     delete:
62802       tags:
62803       - "GENERIC-RESOURCE-API"
62804       description: "removes generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
62805       parameters:
62806       - name: "service-instance-id"
62807         in: "path"
62808         description: "Id of service"
62809         required: true
62810         type: "string"
62811       - name: "vnf-id"
62812         in: "path"
62813         description: "Id of vnf"
62814         required: true
62815         type: "string"
62816       - name: "vnfc-instance-group-function"
62817         in: "path"
62818         description: "Id of vnf-sub-interface-group"
62819         required: true
62820         type: "string"
62821       - name: "network-instance-group-function"
62822         in: "path"
62823         description: "Id of vnf-sub-interface-group"
62824         required: true
62825         type: "string"
62826       - name: "parent-port-role"
62827         in: "path"
62828         description: "Id of vnf-sub-interface-group"
62829         required: true
62830         type: "string"
62831       responses:
62832         400:
62833           description: "Internal error"
62834         204:
62835           description: "Object deleted"
62836   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/customer-bonding-requests/
62837   : get:
62838       tags:
62839       - "GENERIC-RESOURCE-API"
62840       description: "returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62841       parameters:
62842       - name: "service-instance-id"
62843         in: "path"
62844         description: "Id of service"
62845         required: true
62846         type: "string"
62847       - name: "vnf-id"
62848         in: "path"
62849         description: "Id of vnf"
62850         required: true
62851         type: "string"
62852       - name: "vnfc-instance-group-function"
62853         in: "path"
62854         description: "Id of vnf-sub-interface-group"
62855         required: true
62856         type: "string"
62857       - name: "network-instance-group-function"
62858         in: "path"
62859         description: "Id of vnf-sub-interface-group"
62860         required: true
62861         type: "string"
62862       - name: "parent-port-role"
62863         in: "path"
62864         description: "Id of vnf-sub-interface-group"
62865         required: true
62866         type: "string"
62867       responses:
62868         400:
62869           description: "Internal error"
62870         200:
62871           description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62872           responseSchema:
62873             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62874             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62875           schema:
62876             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62877             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62878     post:
62879       tags:
62880       - "GENERIC-RESOURCE-API"
62881       description: "creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62882       parameters:
62883       - name: "service-instance-id"
62884         in: "path"
62885         description: "Id of service"
62886         required: true
62887         type: "string"
62888       - name: "vnf-id"
62889         in: "path"
62890         description: "Id of vnf"
62891         required: true
62892         type: "string"
62893       - name: "vnfc-instance-group-function"
62894         in: "path"
62895         description: "Id of vnf-sub-interface-group"
62896         required: true
62897         type: "string"
62898       - name: "network-instance-group-function"
62899         in: "path"
62900         description: "Id of vnf-sub-interface-group"
62901         required: true
62902         type: "string"
62903       - name: "parent-port-role"
62904         in: "path"
62905         description: "Id of vnf-sub-interface-group"
62906         required: true
62907         type: "string"
62908       - in: "body"
62909         name: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param"
62910         description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests\
62911           \ to be added to list"
62912         required: false
62913         schema:
62914           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62915           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62916       responses:
62917         400:
62918           description: "Internal error"
62919         201:
62920           description: "Object created"
62921         409:
62922           description: "Object already exists"
62923     put:
62924       tags:
62925       - "GENERIC-RESOURCE-API"
62926       description: "creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62927       parameters:
62928       - name: "service-instance-id"
62929         in: "path"
62930         description: "Id of service"
62931         required: true
62932         type: "string"
62933       - name: "vnf-id"
62934         in: "path"
62935         description: "Id of vnf"
62936         required: true
62937         type: "string"
62938       - name: "vnfc-instance-group-function"
62939         in: "path"
62940         description: "Id of vnf-sub-interface-group"
62941         required: true
62942         type: "string"
62943       - name: "network-instance-group-function"
62944         in: "path"
62945         description: "Id of vnf-sub-interface-group"
62946         required: true
62947         type: "string"
62948       - name: "parent-port-role"
62949         in: "path"
62950         description: "Id of vnf-sub-interface-group"
62951         required: true
62952         type: "string"
62953       - in: "body"
62954         name: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests.body-param"
62955         description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests\
62956           \ to be added or updated"
62957         required: false
62958         schema:
62959           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62960           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62961       responses:
62962         400:
62963           description: "Internal error"
62964         201:
62965           description: "Object created"
62966         204:
62967           description: "Object modified"
62968     delete:
62969       tags:
62970       - "GENERIC-RESOURCE-API"
62971       description: "removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
62972       parameters:
62973       - name: "service-instance-id"
62974         in: "path"
62975         description: "Id of service"
62976         required: true
62977         type: "string"
62978       - name: "vnf-id"
62979         in: "path"
62980         description: "Id of vnf"
62981         required: true
62982         type: "string"
62983       - name: "vnfc-instance-group-function"
62984         in: "path"
62985         description: "Id of vnf-sub-interface-group"
62986         required: true
62987         type: "string"
62988       - name: "network-instance-group-function"
62989         in: "path"
62990         description: "Id of vnf-sub-interface-group"
62991         required: true
62992         type: "string"
62993       - name: "parent-port-role"
62994         in: "path"
62995         description: "Id of vnf-sub-interface-group"
62996         required: true
62997         type: "string"
62998       responses:
62999         400:
63000           description: "Internal error"
63001         204:
63002           description: "Object deleted"
63003   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/customer-bonding-requests/customer-bonding-request/
63004   : post:
63005       description: "creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63006       parameters:
63007       - name: "service-instance-id"
63008         in: "path"
63009         description: "Id of service"
63010         required: true
63011         type: "string"
63012       - name: "vnf-id"
63013         in: "path"
63014         description: "Id of vnf"
63015         required: true
63016         type: "string"
63017       - name: "vnfc-instance-group-function"
63018         in: "path"
63019         description: "Id of vnf-sub-interface-group"
63020         required: true
63021         type: "string"
63022       - name: "network-instance-group-function"
63023         in: "path"
63024         description: "Id of vnf-sub-interface-group"
63025         required: true
63026         type: "string"
63027       - name: "parent-port-role"
63028         in: "path"
63029         description: "Id of vnf-sub-interface-group"
63030         required: true
63031         type: "string"
63032       - in: "body"
63033         name: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param"
63034         description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest\
63035           \ to be added to list"
63036         required: false
63037         schema:
63038           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63039           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63040       responses:
63041         400:
63042           description: "Internal error"
63043         201:
63044           description: "Object created"
63045         409:
63046           description: "Object already exists"
63047   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/customer-bonding-requests/customer-bonding-request/{configuration-id}/
63048   : get:
63049       tags:
63050       - "GENERIC-RESOURCE-API"
63051       description: "returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63052       parameters:
63053       - name: "service-instance-id"
63054         in: "path"
63055         description: "Id of service"
63056         required: true
63057         type: "string"
63058       - name: "vnf-id"
63059         in: "path"
63060         description: "Id of vnf"
63061         required: true
63062         type: "string"
63063       - name: "vnfc-instance-group-function"
63064         in: "path"
63065         description: "Id of vnf-sub-interface-group"
63066         required: true
63067         type: "string"
63068       - name: "network-instance-group-function"
63069         in: "path"
63070         description: "Id of vnf-sub-interface-group"
63071         required: true
63072         type: "string"
63073       - name: "parent-port-role"
63074         in: "path"
63075         description: "Id of vnf-sub-interface-group"
63076         required: true
63077         type: "string"
63078       - name: "configuration-id"
63079         in: "path"
63080         description: "Id of customer-bonding-request"
63081         required: true
63082         type: "string"
63083       responses:
63084         400:
63085           description: "Internal error"
63086         200:
63087           description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63088           responseSchema:
63089             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63090             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63091           schema:
63092             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63093             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63094     post:
63095       tags:
63096       - "GENERIC-RESOURCE-API"
63097       description: "creates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63098       parameters:
63099       - name: "service-instance-id"
63100         in: "path"
63101         description: "Id of service"
63102         required: true
63103         type: "string"
63104       - name: "vnf-id"
63105         in: "path"
63106         description: "Id of vnf"
63107         required: true
63108         type: "string"
63109       - name: "vnfc-instance-group-function"
63110         in: "path"
63111         description: "Id of vnf-sub-interface-group"
63112         required: true
63113         type: "string"
63114       - name: "network-instance-group-function"
63115         in: "path"
63116         description: "Id of vnf-sub-interface-group"
63117         required: true
63118         type: "string"
63119       - name: "parent-port-role"
63120         in: "path"
63121         description: "Id of vnf-sub-interface-group"
63122         required: true
63123         type: "string"
63124       - name: "configuration-id"
63125         in: "path"
63126         description: "Id of customer-bonding-request"
63127         required: true
63128         type: "string"
63129       - in: "body"
63130         name: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param"
63131         description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest\
63132           \ to be added to list"
63133         required: false
63134         schema:
63135           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63136           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63137       responses:
63138         400:
63139           description: "Internal error"
63140         201:
63141           description: "Object created"
63142         409:
63143           description: "Object already exists"
63144     put:
63145       tags:
63146       - "GENERIC-RESOURCE-API"
63147       description: "creates or updates generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63148       parameters:
63149       - name: "service-instance-id"
63150         in: "path"
63151         description: "Id of service"
63152         required: true
63153         type: "string"
63154       - name: "vnf-id"
63155         in: "path"
63156         description: "Id of vnf"
63157         required: true
63158         type: "string"
63159       - name: "vnfc-instance-group-function"
63160         in: "path"
63161         description: "Id of vnf-sub-interface-group"
63162         required: true
63163         type: "string"
63164       - name: "network-instance-group-function"
63165         in: "path"
63166         description: "Id of vnf-sub-interface-group"
63167         required: true
63168         type: "string"
63169       - name: "parent-port-role"
63170         in: "path"
63171         description: "Id of vnf-sub-interface-group"
63172         required: true
63173         type: "string"
63174       - name: "configuration-id"
63175         in: "path"
63176         description: "Id of customer-bonding-request"
63177         required: true
63178         type: "string"
63179       - in: "body"
63180         name: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest.body-param"
63181         description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest\
63182           \ to be added or updated"
63183         required: false
63184         schema:
63185           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63186           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63187       responses:
63188         400:
63189           description: "Internal error"
63190         201:
63191           description: "Object created"
63192         204:
63193           description: "Object modified"
63194     delete:
63195       tags:
63196       - "GENERIC-RESOURCE-API"
63197       description: "removes generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
63198       parameters:
63199       - name: "service-instance-id"
63200         in: "path"
63201         description: "Id of service"
63202         required: true
63203         type: "string"
63204       - name: "vnf-id"
63205         in: "path"
63206         description: "Id of vnf"
63207         required: true
63208         type: "string"
63209       - name: "vnfc-instance-group-function"
63210         in: "path"
63211         description: "Id of vnf-sub-interface-group"
63212         required: true
63213         type: "string"
63214       - name: "network-instance-group-function"
63215         in: "path"
63216         description: "Id of vnf-sub-interface-group"
63217         required: true
63218         type: "string"
63219       - name: "parent-port-role"
63220         in: "path"
63221         description: "Id of vnf-sub-interface-group"
63222         required: true
63223         type: "string"
63224       - name: "configuration-id"
63225         in: "path"
63226         description: "Id of customer-bonding-request"
63227         required: true
63228         type: "string"
63229       responses:
63230         400:
63231           description: "Internal error"
63232         204:
63233           description: "Object deleted"
63234   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/
63235   : get:
63236       tags:
63237       - "GENERIC-RESOURCE-API"
63238       description: "returns generic.resource.api.vnfcs.Vnfcs"
63239       parameters:
63240       - name: "service-instance-id"
63241         in: "path"
63242         description: "Id of service"
63243         required: true
63244         type: "string"
63245       - name: "vnf-id"
63246         in: "path"
63247         description: "Id of vnf"
63248         required: true
63249         type: "string"
63250       - name: "vnfc-instance-group-function"
63251         in: "path"
63252         description: "Id of vnf-sub-interface-group"
63253         required: true
63254         type: "string"
63255       - name: "network-instance-group-function"
63256         in: "path"
63257         description: "Id of vnf-sub-interface-group"
63258         required: true
63259         type: "string"
63260       - name: "parent-port-role"
63261         in: "path"
63262         description: "Id of vnf-sub-interface-group"
63263         required: true
63264         type: "string"
63265       responses:
63266         400:
63267           description: "Internal error"
63268         200:
63269           description: "generic.resource.api.vnfcs.Vnfcs"
63270           responseSchema:
63271             $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63272             originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63273           schema:
63274             $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63275             originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63276     post:
63277       tags:
63278       - "GENERIC-RESOURCE-API"
63279       description: "creates generic.resource.api.vnfcs.Vnfcs"
63280       parameters:
63281       - name: "service-instance-id"
63282         in: "path"
63283         description: "Id of service"
63284         required: true
63285         type: "string"
63286       - name: "vnf-id"
63287         in: "path"
63288         description: "Id of vnf"
63289         required: true
63290         type: "string"
63291       - name: "vnfc-instance-group-function"
63292         in: "path"
63293         description: "Id of vnf-sub-interface-group"
63294         required: true
63295         type: "string"
63296       - name: "network-instance-group-function"
63297         in: "path"
63298         description: "Id of vnf-sub-interface-group"
63299         required: true
63300         type: "string"
63301       - name: "parent-port-role"
63302         in: "path"
63303         description: "Id of vnf-sub-interface-group"
63304         required: true
63305         type: "string"
63306       - in: "body"
63307         name: "generic.resource.api.vnfcs.Vnfcs.body-param"
63308         description: "generic.resource.api.vnfcs.Vnfcs to be added to list"
63309         required: false
63310         schema:
63311           $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63312           originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63313       responses:
63314         400:
63315           description: "Internal error"
63316         201:
63317           description: "Object created"
63318         409:
63319           description: "Object already exists"
63320     put:
63321       tags:
63322       - "GENERIC-RESOURCE-API"
63323       description: "creates or updates generic.resource.api.vnfcs.Vnfcs"
63324       parameters:
63325       - name: "service-instance-id"
63326         in: "path"
63327         description: "Id of service"
63328         required: true
63329         type: "string"
63330       - name: "vnf-id"
63331         in: "path"
63332         description: "Id of vnf"
63333         required: true
63334         type: "string"
63335       - name: "vnfc-instance-group-function"
63336         in: "path"
63337         description: "Id of vnf-sub-interface-group"
63338         required: true
63339         type: "string"
63340       - name: "network-instance-group-function"
63341         in: "path"
63342         description: "Id of vnf-sub-interface-group"
63343         required: true
63344         type: "string"
63345       - name: "parent-port-role"
63346         in: "path"
63347         description: "Id of vnf-sub-interface-group"
63348         required: true
63349         type: "string"
63350       - in: "body"
63351         name: "generic.resource.api.vnfcs.Vnfcs.body-param"
63352         description: "generic.resource.api.vnfcs.Vnfcs to be added or updated"
63353         required: false
63354         schema:
63355           $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63356           originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
63357       responses:
63358         400:
63359           description: "Internal error"
63360         201:
63361           description: "Object created"
63362         204:
63363           description: "Object modified"
63364     delete:
63365       tags:
63366       - "GENERIC-RESOURCE-API"
63367       description: "removes generic.resource.api.vnfcs.Vnfcs"
63368       parameters:
63369       - name: "service-instance-id"
63370         in: "path"
63371         description: "Id of service"
63372         required: true
63373         type: "string"
63374       - name: "vnf-id"
63375         in: "path"
63376         description: "Id of vnf"
63377         required: true
63378         type: "string"
63379       - name: "vnfc-instance-group-function"
63380         in: "path"
63381         description: "Id of vnf-sub-interface-group"
63382         required: true
63383         type: "string"
63384       - name: "network-instance-group-function"
63385         in: "path"
63386         description: "Id of vnf-sub-interface-group"
63387         required: true
63388         type: "string"
63389       - name: "parent-port-role"
63390         in: "path"
63391         description: "Id of vnf-sub-interface-group"
63392         required: true
63393         type: "string"
63394       responses:
63395         400:
63396           description: "Internal error"
63397         204:
63398           description: "Object deleted"
63399   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/
63400   : post:
63401       description: "creates generic.resource.api.vnfcs.vnfcs.Vnfc"
63402       parameters:
63403       - name: "service-instance-id"
63404         in: "path"
63405         description: "Id of service"
63406         required: true
63407         type: "string"
63408       - name: "vnf-id"
63409         in: "path"
63410         description: "Id of vnf"
63411         required: true
63412         type: "string"
63413       - name: "vnfc-instance-group-function"
63414         in: "path"
63415         description: "Id of vnf-sub-interface-group"
63416         required: true
63417         type: "string"
63418       - name: "network-instance-group-function"
63419         in: "path"
63420         description: "Id of vnf-sub-interface-group"
63421         required: true
63422         type: "string"
63423       - name: "parent-port-role"
63424         in: "path"
63425         description: "Id of vnf-sub-interface-group"
63426         required: true
63427         type: "string"
63428       - in: "body"
63429         name: "generic.resource.api.vnfcs.vnfcs.Vnfc.body-param"
63430         description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list"
63431         required: false
63432         schema:
63433           $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63434           originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63435       responses:
63436         400:
63437           description: "Internal error"
63438         201:
63439           description: "Object created"
63440         409:
63441           description: "Object already exists"
63442   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/
63443   : get:
63444       tags:
63445       - "GENERIC-RESOURCE-API"
63446       description: "returns generic.resource.api.vnfcs.vnfcs.Vnfc"
63447       parameters:
63448       - name: "service-instance-id"
63449         in: "path"
63450         description: "Id of service"
63451         required: true
63452         type: "string"
63453       - name: "vnf-id"
63454         in: "path"
63455         description: "Id of vnf"
63456         required: true
63457         type: "string"
63458       - name: "vnfc-instance-group-function"
63459         in: "path"
63460         description: "Id of vnf-sub-interface-group"
63461         required: true
63462         type: "string"
63463       - name: "network-instance-group-function"
63464         in: "path"
63465         description: "Id of vnf-sub-interface-group"
63466         required: true
63467         type: "string"
63468       - name: "parent-port-role"
63469         in: "path"
63470         description: "Id of vnf-sub-interface-group"
63471         required: true
63472         type: "string"
63473       - name: "vnfc-name"
63474         in: "path"
63475         description: "Id of vnfc"
63476         required: true
63477         type: "string"
63478       responses:
63479         400:
63480           description: "Internal error"
63481         200:
63482           description: "generic.resource.api.vnfcs.vnfcs.Vnfc"
63483           responseSchema:
63484             $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63485             originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63486           schema:
63487             $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63488             originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63489     post:
63490       tags:
63491       - "GENERIC-RESOURCE-API"
63492       description: "creates generic.resource.api.vnfcs.vnfcs.Vnfc"
63493       parameters:
63494       - name: "service-instance-id"
63495         in: "path"
63496         description: "Id of service"
63497         required: true
63498         type: "string"
63499       - name: "vnf-id"
63500         in: "path"
63501         description: "Id of vnf"
63502         required: true
63503         type: "string"
63504       - name: "vnfc-instance-group-function"
63505         in: "path"
63506         description: "Id of vnf-sub-interface-group"
63507         required: true
63508         type: "string"
63509       - name: "network-instance-group-function"
63510         in: "path"
63511         description: "Id of vnf-sub-interface-group"
63512         required: true
63513         type: "string"
63514       - name: "parent-port-role"
63515         in: "path"
63516         description: "Id of vnf-sub-interface-group"
63517         required: true
63518         type: "string"
63519       - name: "vnfc-name"
63520         in: "path"
63521         description: "Id of vnfc"
63522         required: true
63523         type: "string"
63524       - in: "body"
63525         name: "generic.resource.api.vnfcs.vnfcs.Vnfc.body-param"
63526         description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added to list"
63527         required: false
63528         schema:
63529           $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63530           originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63531       responses:
63532         400:
63533           description: "Internal error"
63534         201:
63535           description: "Object created"
63536         409:
63537           description: "Object already exists"
63538     put:
63539       tags:
63540       - "GENERIC-RESOURCE-API"
63541       description: "creates or updates generic.resource.api.vnfcs.vnfcs.Vnfc"
63542       parameters:
63543       - name: "service-instance-id"
63544         in: "path"
63545         description: "Id of service"
63546         required: true
63547         type: "string"
63548       - name: "vnf-id"
63549         in: "path"
63550         description: "Id of vnf"
63551         required: true
63552         type: "string"
63553       - name: "vnfc-instance-group-function"
63554         in: "path"
63555         description: "Id of vnf-sub-interface-group"
63556         required: true
63557         type: "string"
63558       - name: "network-instance-group-function"
63559         in: "path"
63560         description: "Id of vnf-sub-interface-group"
63561         required: true
63562         type: "string"
63563       - name: "parent-port-role"
63564         in: "path"
63565         description: "Id of vnf-sub-interface-group"
63566         required: true
63567         type: "string"
63568       - name: "vnfc-name"
63569         in: "path"
63570         description: "Id of vnfc"
63571         required: true
63572         type: "string"
63573       - in: "body"
63574         name: "generic.resource.api.vnfcs.vnfcs.Vnfc.body-param"
63575         description: "generic.resource.api.vnfcs.vnfcs.Vnfc to be added or updated"
63576         required: false
63577         schema:
63578           $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63579           originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
63580       responses:
63581         400:
63582           description: "Internal error"
63583         201:
63584           description: "Object created"
63585         204:
63586           description: "Object modified"
63587     delete:
63588       tags:
63589       - "GENERIC-RESOURCE-API"
63590       description: "removes generic.resource.api.vnfcs.vnfcs.Vnfc"
63591       parameters:
63592       - name: "service-instance-id"
63593         in: "path"
63594         description: "Id of service"
63595         required: true
63596         type: "string"
63597       - name: "vnf-id"
63598         in: "path"
63599         description: "Id of vnf"
63600         required: true
63601         type: "string"
63602       - name: "vnfc-instance-group-function"
63603         in: "path"
63604         description: "Id of vnf-sub-interface-group"
63605         required: true
63606         type: "string"
63607       - name: "network-instance-group-function"
63608         in: "path"
63609         description: "Id of vnf-sub-interface-group"
63610         required: true
63611         type: "string"
63612       - name: "parent-port-role"
63613         in: "path"
63614         description: "Id of vnf-sub-interface-group"
63615         required: true
63616         type: "string"
63617       - name: "vnfc-name"
63618         in: "path"
63619         description: "Id of vnfc"
63620         required: true
63621         type: "string"
63622       responses:
63623         400:
63624           description: "Internal error"
63625         204:
63626           description: "Object deleted"
63627   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/
63628   : get:
63629       tags:
63630       - "GENERIC-RESOURCE-API"
63631       description: "returns generic.resource.api.vnics.Vnics"
63632       parameters:
63633       - name: "service-instance-id"
63634         in: "path"
63635         description: "Id of service"
63636         required: true
63637         type: "string"
63638       - name: "vnf-id"
63639         in: "path"
63640         description: "Id of vnf"
63641         required: true
63642         type: "string"
63643       - name: "vnfc-instance-group-function"
63644         in: "path"
63645         description: "Id of vnf-sub-interface-group"
63646         required: true
63647         type: "string"
63648       - name: "network-instance-group-function"
63649         in: "path"
63650         description: "Id of vnf-sub-interface-group"
63651         required: true
63652         type: "string"
63653       - name: "parent-port-role"
63654         in: "path"
63655         description: "Id of vnf-sub-interface-group"
63656         required: true
63657         type: "string"
63658       - name: "vnfc-name"
63659         in: "path"
63660         description: "Id of vnfc"
63661         required: true
63662         type: "string"
63663       responses:
63664         400:
63665           description: "Internal error"
63666         200:
63667           description: "generic.resource.api.vnics.Vnics"
63668           responseSchema:
63669             $ref: "#/definitions/generic.resource.api.vnics.Vnics"
63670             originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
63671           schema:
63672             $ref: "#/definitions/generic.resource.api.vnics.Vnics"
63673             originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
63674     post:
63675       tags:
63676       - "GENERIC-RESOURCE-API"
63677       description: "creates generic.resource.api.vnics.Vnics"
63678       parameters:
63679       - name: "service-instance-id"
63680         in: "path"
63681         description: "Id of service"
63682         required: true
63683         type: "string"
63684       - name: "vnf-id"
63685         in: "path"
63686         description: "Id of vnf"
63687         required: true
63688         type: "string"
63689       - name: "vnfc-instance-group-function"
63690         in: "path"
63691         description: "Id of vnf-sub-interface-group"
63692         required: true
63693         type: "string"
63694       - name: "network-instance-group-function"
63695         in: "path"
63696         description: "Id of vnf-sub-interface-group"
63697         required: true
63698         type: "string"
63699       - name: "parent-port-role"
63700         in: "path"
63701         description: "Id of vnf-sub-interface-group"
63702         required: true
63703         type: "string"
63704       - name: "vnfc-name"
63705         in: "path"
63706         description: "Id of vnfc"
63707         required: true
63708         type: "string"
63709       - in: "body"
63710         name: "generic.resource.api.vnics.Vnics.body-param"
63711         description: "generic.resource.api.vnics.Vnics to be added to list"
63712         required: false
63713         schema:
63714           $ref: "#/definitions/generic.resource.api.vnics.Vnics"
63715           originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
63716       responses:
63717         400:
63718           description: "Internal error"
63719         201:
63720           description: "Object created"
63721         409:
63722           description: "Object already exists"
63723     put:
63724       tags:
63725       - "GENERIC-RESOURCE-API"
63726       description: "creates or updates generic.resource.api.vnics.Vnics"
63727       parameters:
63728       - name: "service-instance-id"
63729         in: "path"
63730         description: "Id of service"
63731         required: true
63732         type: "string"
63733       - name: "vnf-id"
63734         in: "path"
63735         description: "Id of vnf"
63736         required: true
63737         type: "string"
63738       - name: "vnfc-instance-group-function"
63739         in: "path"
63740         description: "Id of vnf-sub-interface-group"
63741         required: true
63742         type: "string"
63743       - name: "network-instance-group-function"
63744         in: "path"
63745         description: "Id of vnf-sub-interface-group"
63746         required: true
63747         type: "string"
63748       - name: "parent-port-role"
63749         in: "path"
63750         description: "Id of vnf-sub-interface-group"
63751         required: true
63752         type: "string"
63753       - name: "vnfc-name"
63754         in: "path"
63755         description: "Id of vnfc"
63756         required: true
63757         type: "string"
63758       - in: "body"
63759         name: "generic.resource.api.vnics.Vnics.body-param"
63760         description: "generic.resource.api.vnics.Vnics to be added or updated"
63761         required: false
63762         schema:
63763           $ref: "#/definitions/generic.resource.api.vnics.Vnics"
63764           originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
63765       responses:
63766         400:
63767           description: "Internal error"
63768         201:
63769           description: "Object created"
63770         204:
63771           description: "Object modified"
63772     delete:
63773       tags:
63774       - "GENERIC-RESOURCE-API"
63775       description: "removes generic.resource.api.vnics.Vnics"
63776       parameters:
63777       - name: "service-instance-id"
63778         in: "path"
63779         description: "Id of service"
63780         required: true
63781         type: "string"
63782       - name: "vnf-id"
63783         in: "path"
63784         description: "Id of vnf"
63785         required: true
63786         type: "string"
63787       - name: "vnfc-instance-group-function"
63788         in: "path"
63789         description: "Id of vnf-sub-interface-group"
63790         required: true
63791         type: "string"
63792       - name: "network-instance-group-function"
63793         in: "path"
63794         description: "Id of vnf-sub-interface-group"
63795         required: true
63796         type: "string"
63797       - name: "parent-port-role"
63798         in: "path"
63799         description: "Id of vnf-sub-interface-group"
63800         required: true
63801         type: "string"
63802       - name: "vnfc-name"
63803         in: "path"
63804         description: "Id of vnfc"
63805         required: true
63806         type: "string"
63807       responses:
63808         400:
63809           description: "Internal error"
63810         204:
63811           description: "Object deleted"
63812   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/
63813   : post:
63814       description: "creates generic.resource.api.vnics.vnics.Vnic"
63815       parameters:
63816       - name: "service-instance-id"
63817         in: "path"
63818         description: "Id of service"
63819         required: true
63820         type: "string"
63821       - name: "vnf-id"
63822         in: "path"
63823         description: "Id of vnf"
63824         required: true
63825         type: "string"
63826       - name: "vnfc-instance-group-function"
63827         in: "path"
63828         description: "Id of vnf-sub-interface-group"
63829         required: true
63830         type: "string"
63831       - name: "network-instance-group-function"
63832         in: "path"
63833         description: "Id of vnf-sub-interface-group"
63834         required: true
63835         type: "string"
63836       - name: "parent-port-role"
63837         in: "path"
63838         description: "Id of vnf-sub-interface-group"
63839         required: true
63840         type: "string"
63841       - name: "vnfc-name"
63842         in: "path"
63843         description: "Id of vnfc"
63844         required: true
63845         type: "string"
63846       - in: "body"
63847         name: "generic.resource.api.vnics.vnics.Vnic.body-param"
63848         description: "generic.resource.api.vnics.vnics.Vnic to be added to list"
63849         required: false
63850         schema:
63851           $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63852           originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63853       responses:
63854         400:
63855           description: "Internal error"
63856         201:
63857           description: "Object created"
63858         409:
63859           description: "Object already exists"
63860   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/
63861   : get:
63862       tags:
63863       - "GENERIC-RESOURCE-API"
63864       description: "returns generic.resource.api.vnics.vnics.Vnic"
63865       parameters:
63866       - name: "service-instance-id"
63867         in: "path"
63868         description: "Id of service"
63869         required: true
63870         type: "string"
63871       - name: "vnf-id"
63872         in: "path"
63873         description: "Id of vnf"
63874         required: true
63875         type: "string"
63876       - name: "vnfc-instance-group-function"
63877         in: "path"
63878         description: "Id of vnf-sub-interface-group"
63879         required: true
63880         type: "string"
63881       - name: "network-instance-group-function"
63882         in: "path"
63883         description: "Id of vnf-sub-interface-group"
63884         required: true
63885         type: "string"
63886       - name: "parent-port-role"
63887         in: "path"
63888         description: "Id of vnf-sub-interface-group"
63889         required: true
63890         type: "string"
63891       - name: "vnfc-name"
63892         in: "path"
63893         description: "Id of vnfc"
63894         required: true
63895         type: "string"
63896       - name: "vnic-port-name"
63897         in: "path"
63898         description: "Id of vnic"
63899         required: true
63900         type: "string"
63901       responses:
63902         400:
63903           description: "Internal error"
63904         200:
63905           description: "generic.resource.api.vnics.vnics.Vnic"
63906           responseSchema:
63907             $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63908             originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63909           schema:
63910             $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63911             originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63912     post:
63913       tags:
63914       - "GENERIC-RESOURCE-API"
63915       description: "creates generic.resource.api.vnics.vnics.Vnic"
63916       parameters:
63917       - name: "service-instance-id"
63918         in: "path"
63919         description: "Id of service"
63920         required: true
63921         type: "string"
63922       - name: "vnf-id"
63923         in: "path"
63924         description: "Id of vnf"
63925         required: true
63926         type: "string"
63927       - name: "vnfc-instance-group-function"
63928         in: "path"
63929         description: "Id of vnf-sub-interface-group"
63930         required: true
63931         type: "string"
63932       - name: "network-instance-group-function"
63933         in: "path"
63934         description: "Id of vnf-sub-interface-group"
63935         required: true
63936         type: "string"
63937       - name: "parent-port-role"
63938         in: "path"
63939         description: "Id of vnf-sub-interface-group"
63940         required: true
63941         type: "string"
63942       - name: "vnfc-name"
63943         in: "path"
63944         description: "Id of vnfc"
63945         required: true
63946         type: "string"
63947       - name: "vnic-port-name"
63948         in: "path"
63949         description: "Id of vnic"
63950         required: true
63951         type: "string"
63952       - in: "body"
63953         name: "generic.resource.api.vnics.vnics.Vnic.body-param"
63954         description: "generic.resource.api.vnics.vnics.Vnic to be added to list"
63955         required: false
63956         schema:
63957           $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63958           originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
63959       responses:
63960         400:
63961           description: "Internal error"
63962         201:
63963           description: "Object created"
63964         409:
63965           description: "Object already exists"
63966     put:
63967       tags:
63968       - "GENERIC-RESOURCE-API"
63969       description: "creates or updates generic.resource.api.vnics.vnics.Vnic"
63970       parameters:
63971       - name: "service-instance-id"
63972         in: "path"
63973         description: "Id of service"
63974         required: true
63975         type: "string"
63976       - name: "vnf-id"
63977         in: "path"
63978         description: "Id of vnf"
63979         required: true
63980         type: "string"
63981       - name: "vnfc-instance-group-function"
63982         in: "path"
63983         description: "Id of vnf-sub-interface-group"
63984         required: true
63985         type: "string"
63986       - name: "network-instance-group-function"
63987         in: "path"
63988         description: "Id of vnf-sub-interface-group"
63989         required: true
63990         type: "string"
63991       - name: "parent-port-role"
63992         in: "path"
63993         description: "Id of vnf-sub-interface-group"
63994         required: true
63995         type: "string"
63996       - name: "vnfc-name"
63997         in: "path"
63998         description: "Id of vnfc"
63999         required: true
64000         type: "string"
64001       - name: "vnic-port-name"
64002         in: "path"
64003         description: "Id of vnic"
64004         required: true
64005         type: "string"
64006       - in: "body"
64007         name: "generic.resource.api.vnics.vnics.Vnic.body-param"
64008         description: "generic.resource.api.vnics.vnics.Vnic to be added or updated"
64009         required: false
64010         schema:
64011           $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
64012           originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
64013       responses:
64014         400:
64015           description: "Internal error"
64016         201:
64017           description: "Object created"
64018         204:
64019           description: "Object modified"
64020     delete:
64021       tags:
64022       - "GENERIC-RESOURCE-API"
64023       description: "removes generic.resource.api.vnics.vnics.Vnic"
64024       parameters:
64025       - name: "service-instance-id"
64026         in: "path"
64027         description: "Id of service"
64028         required: true
64029         type: "string"
64030       - name: "vnf-id"
64031         in: "path"
64032         description: "Id of vnf"
64033         required: true
64034         type: "string"
64035       - name: "vnfc-instance-group-function"
64036         in: "path"
64037         description: "Id of vnf-sub-interface-group"
64038         required: true
64039         type: "string"
64040       - name: "network-instance-group-function"
64041         in: "path"
64042         description: "Id of vnf-sub-interface-group"
64043         required: true
64044         type: "string"
64045       - name: "parent-port-role"
64046         in: "path"
64047         description: "Id of vnf-sub-interface-group"
64048         required: true
64049         type: "string"
64050       - name: "vnfc-name"
64051         in: "path"
64052         description: "Id of vnfc"
64053         required: true
64054         type: "string"
64055       - name: "vnic-port-name"
64056         in: "path"
64057         description: "Id of vnic"
64058         required: true
64059         type: "string"
64060       responses:
64061         400:
64062           description: "Internal error"
64063         204:
64064           description: "Object deleted"
64065   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/
64066   : get:
64067       tags:
64068       - "GENERIC-RESOURCE-API"
64069       description: "returns generic.resource.api.subinterfaces.SubInterfaces"
64070       parameters:
64071       - name: "service-instance-id"
64072         in: "path"
64073         description: "Id of service"
64074         required: true
64075         type: "string"
64076       - name: "vnf-id"
64077         in: "path"
64078         description: "Id of vnf"
64079         required: true
64080         type: "string"
64081       - name: "vnfc-instance-group-function"
64082         in: "path"
64083         description: "Id of vnf-sub-interface-group"
64084         required: true
64085         type: "string"
64086       - name: "network-instance-group-function"
64087         in: "path"
64088         description: "Id of vnf-sub-interface-group"
64089         required: true
64090         type: "string"
64091       - name: "parent-port-role"
64092         in: "path"
64093         description: "Id of vnf-sub-interface-group"
64094         required: true
64095         type: "string"
64096       - name: "vnfc-name"
64097         in: "path"
64098         description: "Id of vnfc"
64099         required: true
64100         type: "string"
64101       - name: "vnic-port-name"
64102         in: "path"
64103         description: "Id of vnic"
64104         required: true
64105         type: "string"
64106       responses:
64107         400:
64108           description: "Internal error"
64109         200:
64110           description: "generic.resource.api.subinterfaces.SubInterfaces"
64111           responseSchema:
64112             $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64113             originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64114           schema:
64115             $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64116             originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64117     post:
64118       tags:
64119       - "GENERIC-RESOURCE-API"
64120       description: "creates generic.resource.api.subinterfaces.SubInterfaces"
64121       parameters:
64122       - name: "service-instance-id"
64123         in: "path"
64124         description: "Id of service"
64125         required: true
64126         type: "string"
64127       - name: "vnf-id"
64128         in: "path"
64129         description: "Id of vnf"
64130         required: true
64131         type: "string"
64132       - name: "vnfc-instance-group-function"
64133         in: "path"
64134         description: "Id of vnf-sub-interface-group"
64135         required: true
64136         type: "string"
64137       - name: "network-instance-group-function"
64138         in: "path"
64139         description: "Id of vnf-sub-interface-group"
64140         required: true
64141         type: "string"
64142       - name: "parent-port-role"
64143         in: "path"
64144         description: "Id of vnf-sub-interface-group"
64145         required: true
64146         type: "string"
64147       - name: "vnfc-name"
64148         in: "path"
64149         description: "Id of vnfc"
64150         required: true
64151         type: "string"
64152       - name: "vnic-port-name"
64153         in: "path"
64154         description: "Id of vnic"
64155         required: true
64156         type: "string"
64157       - in: "body"
64158         name: "generic.resource.api.subinterfaces.SubInterfaces.body-param"
64159         description: "generic.resource.api.subinterfaces.SubInterfaces to be added\
64160           \ to list"
64161         required: false
64162         schema:
64163           $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64164           originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64165       responses:
64166         400:
64167           description: "Internal error"
64168         201:
64169           description: "Object created"
64170         409:
64171           description: "Object already exists"
64172     put:
64173       tags:
64174       - "GENERIC-RESOURCE-API"
64175       description: "creates or updates generic.resource.api.subinterfaces.SubInterfaces"
64176       parameters:
64177       - name: "service-instance-id"
64178         in: "path"
64179         description: "Id of service"
64180         required: true
64181         type: "string"
64182       - name: "vnf-id"
64183         in: "path"
64184         description: "Id of vnf"
64185         required: true
64186         type: "string"
64187       - name: "vnfc-instance-group-function"
64188         in: "path"
64189         description: "Id of vnf-sub-interface-group"
64190         required: true
64191         type: "string"
64192       - name: "network-instance-group-function"
64193         in: "path"
64194         description: "Id of vnf-sub-interface-group"
64195         required: true
64196         type: "string"
64197       - name: "parent-port-role"
64198         in: "path"
64199         description: "Id of vnf-sub-interface-group"
64200         required: true
64201         type: "string"
64202       - name: "vnfc-name"
64203         in: "path"
64204         description: "Id of vnfc"
64205         required: true
64206         type: "string"
64207       - name: "vnic-port-name"
64208         in: "path"
64209         description: "Id of vnic"
64210         required: true
64211         type: "string"
64212       - in: "body"
64213         name: "generic.resource.api.subinterfaces.SubInterfaces.body-param"
64214         description: "generic.resource.api.subinterfaces.SubInterfaces to be added\
64215           \ or updated"
64216         required: false
64217         schema:
64218           $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64219           originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
64220       responses:
64221         400:
64222           description: "Internal error"
64223         201:
64224           description: "Object created"
64225         204:
64226           description: "Object modified"
64227     delete:
64228       tags:
64229       - "GENERIC-RESOURCE-API"
64230       description: "removes generic.resource.api.subinterfaces.SubInterfaces"
64231       parameters:
64232       - name: "service-instance-id"
64233         in: "path"
64234         description: "Id of service"
64235         required: true
64236         type: "string"
64237       - name: "vnf-id"
64238         in: "path"
64239         description: "Id of vnf"
64240         required: true
64241         type: "string"
64242       - name: "vnfc-instance-group-function"
64243         in: "path"
64244         description: "Id of vnf-sub-interface-group"
64245         required: true
64246         type: "string"
64247       - name: "network-instance-group-function"
64248         in: "path"
64249         description: "Id of vnf-sub-interface-group"
64250         required: true
64251         type: "string"
64252       - name: "parent-port-role"
64253         in: "path"
64254         description: "Id of vnf-sub-interface-group"
64255         required: true
64256         type: "string"
64257       - name: "vnfc-name"
64258         in: "path"
64259         description: "Id of vnfc"
64260         required: true
64261         type: "string"
64262       - name: "vnic-port-name"
64263         in: "path"
64264         description: "Id of vnic"
64265         required: true
64266         type: "string"
64267       responses:
64268         400:
64269           description: "Internal error"
64270         204:
64271           description: "Object deleted"
64272   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/
64273   : post:
64274       description: "creates generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64275       parameters:
64276       - name: "service-instance-id"
64277         in: "path"
64278         description: "Id of service"
64279         required: true
64280         type: "string"
64281       - name: "vnf-id"
64282         in: "path"
64283         description: "Id of vnf"
64284         required: true
64285         type: "string"
64286       - name: "vnfc-instance-group-function"
64287         in: "path"
64288         description: "Id of vnf-sub-interface-group"
64289         required: true
64290         type: "string"
64291       - name: "network-instance-group-function"
64292         in: "path"
64293         description: "Id of vnf-sub-interface-group"
64294         required: true
64295         type: "string"
64296       - name: "parent-port-role"
64297         in: "path"
64298         description: "Id of vnf-sub-interface-group"
64299         required: true
64300         type: "string"
64301       - name: "vnfc-name"
64302         in: "path"
64303         description: "Id of vnfc"
64304         required: true
64305         type: "string"
64306       - name: "vnic-port-name"
64307         in: "path"
64308         description: "Id of vnic"
64309         required: true
64310         type: "string"
64311       - in: "body"
64312         name: "generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param"
64313         description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface\
64314           \ to be added to list"
64315         required: false
64316         schema:
64317           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64318           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64319       responses:
64320         400:
64321           description: "Internal error"
64322         201:
64323           description: "Object created"
64324         409:
64325           description: "Object already exists"
64326   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/
64327   : get:
64328       tags:
64329       - "GENERIC-RESOURCE-API"
64330       description: "returns generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64331       parameters:
64332       - name: "service-instance-id"
64333         in: "path"
64334         description: "Id of service"
64335         required: true
64336         type: "string"
64337       - name: "vnf-id"
64338         in: "path"
64339         description: "Id of vnf"
64340         required: true
64341         type: "string"
64342       - name: "vnfc-instance-group-function"
64343         in: "path"
64344         description: "Id of vnf-sub-interface-group"
64345         required: true
64346         type: "string"
64347       - name: "network-instance-group-function"
64348         in: "path"
64349         description: "Id of vnf-sub-interface-group"
64350         required: true
64351         type: "string"
64352       - name: "parent-port-role"
64353         in: "path"
64354         description: "Id of vnf-sub-interface-group"
64355         required: true
64356         type: "string"
64357       - name: "vnfc-name"
64358         in: "path"
64359         description: "Id of vnfc"
64360         required: true
64361         type: "string"
64362       - name: "vnic-port-name"
64363         in: "path"
64364         description: "Id of vnic"
64365         required: true
64366         type: "string"
64367       - name: "sub-interface-port-name"
64368         in: "path"
64369         description: "Id of sub-interface"
64370         required: true
64371         type: "string"
64372       responses:
64373         400:
64374           description: "Internal error"
64375         200:
64376           description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64377           responseSchema:
64378             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64379             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64380           schema:
64381             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64382             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64383     post:
64384       tags:
64385       - "GENERIC-RESOURCE-API"
64386       description: "creates generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64387       parameters:
64388       - name: "service-instance-id"
64389         in: "path"
64390         description: "Id of service"
64391         required: true
64392         type: "string"
64393       - name: "vnf-id"
64394         in: "path"
64395         description: "Id of vnf"
64396         required: true
64397         type: "string"
64398       - name: "vnfc-instance-group-function"
64399         in: "path"
64400         description: "Id of vnf-sub-interface-group"
64401         required: true
64402         type: "string"
64403       - name: "network-instance-group-function"
64404         in: "path"
64405         description: "Id of vnf-sub-interface-group"
64406         required: true
64407         type: "string"
64408       - name: "parent-port-role"
64409         in: "path"
64410         description: "Id of vnf-sub-interface-group"
64411         required: true
64412         type: "string"
64413       - name: "vnfc-name"
64414         in: "path"
64415         description: "Id of vnfc"
64416         required: true
64417         type: "string"
64418       - name: "vnic-port-name"
64419         in: "path"
64420         description: "Id of vnic"
64421         required: true
64422         type: "string"
64423       - name: "sub-interface-port-name"
64424         in: "path"
64425         description: "Id of sub-interface"
64426         required: true
64427         type: "string"
64428       - in: "body"
64429         name: "generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param"
64430         description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface\
64431           \ to be added to list"
64432         required: false
64433         schema:
64434           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64435           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64436       responses:
64437         400:
64438           description: "Internal error"
64439         201:
64440           description: "Object created"
64441         409:
64442           description: "Object already exists"
64443     put:
64444       tags:
64445       - "GENERIC-RESOURCE-API"
64446       description: "creates or updates generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64447       parameters:
64448       - name: "service-instance-id"
64449         in: "path"
64450         description: "Id of service"
64451         required: true
64452         type: "string"
64453       - name: "vnf-id"
64454         in: "path"
64455         description: "Id of vnf"
64456         required: true
64457         type: "string"
64458       - name: "vnfc-instance-group-function"
64459         in: "path"
64460         description: "Id of vnf-sub-interface-group"
64461         required: true
64462         type: "string"
64463       - name: "network-instance-group-function"
64464         in: "path"
64465         description: "Id of vnf-sub-interface-group"
64466         required: true
64467         type: "string"
64468       - name: "parent-port-role"
64469         in: "path"
64470         description: "Id of vnf-sub-interface-group"
64471         required: true
64472         type: "string"
64473       - name: "vnfc-name"
64474         in: "path"
64475         description: "Id of vnfc"
64476         required: true
64477         type: "string"
64478       - name: "vnic-port-name"
64479         in: "path"
64480         description: "Id of vnic"
64481         required: true
64482         type: "string"
64483       - name: "sub-interface-port-name"
64484         in: "path"
64485         description: "Id of sub-interface"
64486         required: true
64487         type: "string"
64488       - in: "body"
64489         name: "generic.resource.api.subinterfaces.subinterfaces.SubInterface.body-param"
64490         description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface\
64491           \ to be added or updated"
64492         required: false
64493         schema:
64494           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64495           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64496       responses:
64497         400:
64498           description: "Internal error"
64499         201:
64500           description: "Object created"
64501         204:
64502           description: "Object modified"
64503     delete:
64504       tags:
64505       - "GENERIC-RESOURCE-API"
64506       description: "removes generic.resource.api.subinterfaces.subinterfaces.SubInterface"
64507       parameters:
64508       - name: "service-instance-id"
64509         in: "path"
64510         description: "Id of service"
64511         required: true
64512         type: "string"
64513       - name: "vnf-id"
64514         in: "path"
64515         description: "Id of vnf"
64516         required: true
64517         type: "string"
64518       - name: "vnfc-instance-group-function"
64519         in: "path"
64520         description: "Id of vnf-sub-interface-group"
64521         required: true
64522         type: "string"
64523       - name: "network-instance-group-function"
64524         in: "path"
64525         description: "Id of vnf-sub-interface-group"
64526         required: true
64527         type: "string"
64528       - name: "parent-port-role"
64529         in: "path"
64530         description: "Id of vnf-sub-interface-group"
64531         required: true
64532         type: "string"
64533       - name: "vnfc-name"
64534         in: "path"
64535         description: "Id of vnfc"
64536         required: true
64537         type: "string"
64538       - name: "vnic-port-name"
64539         in: "path"
64540         description: "Id of vnic"
64541         required: true
64542         type: "string"
64543       - name: "sub-interface-port-name"
64544         in: "path"
64545         description: "Id of sub-interface"
64546         required: true
64547         type: "string"
64548       responses:
64549         400:
64550           description: "Internal error"
64551         204:
64552           description: "Object deleted"
64553   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-ip-addresses/
64554   : get:
64555       tags:
64556       - "GENERIC-RESOURCE-API"
64557       description: "returns generic.resource.api.IpAddresses"
64558       parameters:
64559       - name: "service-instance-id"
64560         in: "path"
64561         description: "Id of service"
64562         required: true
64563         type: "string"
64564       - name: "vnf-id"
64565         in: "path"
64566         description: "Id of vnf"
64567         required: true
64568         type: "string"
64569       - name: "vnfc-instance-group-function"
64570         in: "path"
64571         description: "Id of vnf-sub-interface-group"
64572         required: true
64573         type: "string"
64574       - name: "network-instance-group-function"
64575         in: "path"
64576         description: "Id of vnf-sub-interface-group"
64577         required: true
64578         type: "string"
64579       - name: "parent-port-role"
64580         in: "path"
64581         description: "Id of vnf-sub-interface-group"
64582         required: true
64583         type: "string"
64584       - name: "vnfc-name"
64585         in: "path"
64586         description: "Id of vnfc"
64587         required: true
64588         type: "string"
64589       - name: "vnic-port-name"
64590         in: "path"
64591         description: "Id of vnic"
64592         required: true
64593         type: "string"
64594       - name: "sub-interface-port-name"
64595         in: "path"
64596         description: "Id of sub-interface"
64597         required: true
64598         type: "string"
64599       responses:
64600         400:
64601           description: "Internal error"
64602         200:
64603           description: "generic.resource.api.IpAddresses"
64604           responseSchema:
64605             $ref: "#/definitions/generic.resource.api.IpAddresses"
64606             originalRef: "#/definitions/generic.resource.api.IpAddresses"
64607           schema:
64608             $ref: "#/definitions/generic.resource.api.IpAddresses"
64609             originalRef: "#/definitions/generic.resource.api.IpAddresses"
64610     post:
64611       tags:
64612       - "GENERIC-RESOURCE-API"
64613       description: "creates generic.resource.api.IpAddresses"
64614       parameters:
64615       - name: "service-instance-id"
64616         in: "path"
64617         description: "Id of service"
64618         required: true
64619         type: "string"
64620       - name: "vnf-id"
64621         in: "path"
64622         description: "Id of vnf"
64623         required: true
64624         type: "string"
64625       - name: "vnfc-instance-group-function"
64626         in: "path"
64627         description: "Id of vnf-sub-interface-group"
64628         required: true
64629         type: "string"
64630       - name: "network-instance-group-function"
64631         in: "path"
64632         description: "Id of vnf-sub-interface-group"
64633         required: true
64634         type: "string"
64635       - name: "parent-port-role"
64636         in: "path"
64637         description: "Id of vnf-sub-interface-group"
64638         required: true
64639         type: "string"
64640       - name: "vnfc-name"
64641         in: "path"
64642         description: "Id of vnfc"
64643         required: true
64644         type: "string"
64645       - name: "vnic-port-name"
64646         in: "path"
64647         description: "Id of vnic"
64648         required: true
64649         type: "string"
64650       - name: "sub-interface-port-name"
64651         in: "path"
64652         description: "Id of sub-interface"
64653         required: true
64654         type: "string"
64655       - in: "body"
64656         name: "generic.resource.api.IpAddresses.body-param"
64657         description: "generic.resource.api.IpAddresses to be added to list"
64658         required: false
64659         schema:
64660           $ref: "#/definitions/generic.resource.api.IpAddresses"
64661           originalRef: "#/definitions/generic.resource.api.IpAddresses"
64662       responses:
64663         400:
64664           description: "Internal error"
64665         201:
64666           description: "Object created"
64667         409:
64668           description: "Object already exists"
64669     put:
64670       tags:
64671       - "GENERIC-RESOURCE-API"
64672       description: "creates or updates generic.resource.api.IpAddresses"
64673       parameters:
64674       - name: "service-instance-id"
64675         in: "path"
64676         description: "Id of service"
64677         required: true
64678         type: "string"
64679       - name: "vnf-id"
64680         in: "path"
64681         description: "Id of vnf"
64682         required: true
64683         type: "string"
64684       - name: "vnfc-instance-group-function"
64685         in: "path"
64686         description: "Id of vnf-sub-interface-group"
64687         required: true
64688         type: "string"
64689       - name: "network-instance-group-function"
64690         in: "path"
64691         description: "Id of vnf-sub-interface-group"
64692         required: true
64693         type: "string"
64694       - name: "parent-port-role"
64695         in: "path"
64696         description: "Id of vnf-sub-interface-group"
64697         required: true
64698         type: "string"
64699       - name: "vnfc-name"
64700         in: "path"
64701         description: "Id of vnfc"
64702         required: true
64703         type: "string"
64704       - name: "vnic-port-name"
64705         in: "path"
64706         description: "Id of vnic"
64707         required: true
64708         type: "string"
64709       - name: "sub-interface-port-name"
64710         in: "path"
64711         description: "Id of sub-interface"
64712         required: true
64713         type: "string"
64714       - in: "body"
64715         name: "generic.resource.api.IpAddresses.body-param"
64716         description: "generic.resource.api.IpAddresses to be added or updated"
64717         required: false
64718         schema:
64719           $ref: "#/definitions/generic.resource.api.IpAddresses"
64720           originalRef: "#/definitions/generic.resource.api.IpAddresses"
64721       responses:
64722         400:
64723           description: "Internal error"
64724         201:
64725           description: "Object created"
64726         204:
64727           description: "Object modified"
64728     delete:
64729       tags:
64730       - "GENERIC-RESOURCE-API"
64731       description: "removes generic.resource.api.IpAddresses"
64732       parameters:
64733       - name: "service-instance-id"
64734         in: "path"
64735         description: "Id of service"
64736         required: true
64737         type: "string"
64738       - name: "vnf-id"
64739         in: "path"
64740         description: "Id of vnf"
64741         required: true
64742         type: "string"
64743       - name: "vnfc-instance-group-function"
64744         in: "path"
64745         description: "Id of vnf-sub-interface-group"
64746         required: true
64747         type: "string"
64748       - name: "network-instance-group-function"
64749         in: "path"
64750         description: "Id of vnf-sub-interface-group"
64751         required: true
64752         type: "string"
64753       - name: "parent-port-role"
64754         in: "path"
64755         description: "Id of vnf-sub-interface-group"
64756         required: true
64757         type: "string"
64758       - name: "vnfc-name"
64759         in: "path"
64760         description: "Id of vnfc"
64761         required: true
64762         type: "string"
64763       - name: "vnic-port-name"
64764         in: "path"
64765         description: "Id of vnic"
64766         required: true
64767         type: "string"
64768       - name: "sub-interface-port-name"
64769         in: "path"
64770         description: "Id of sub-interface"
64771         required: true
64772         type: "string"
64773       responses:
64774         400:
64775           description: "Internal error"
64776         204:
64777           description: "Object deleted"
64778   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-ip-addresses/ip-addresses/
64779   : get:
64780       tags:
64781       - "GENERIC-RESOURCE-API"
64782       description: "returns generic.resource.api.ipaddresses.IpAddresses"
64783       parameters:
64784       - name: "service-instance-id"
64785         in: "path"
64786         description: "Id of service"
64787         required: true
64788         type: "string"
64789       - name: "vnf-id"
64790         in: "path"
64791         description: "Id of vnf"
64792         required: true
64793         type: "string"
64794       - name: "vnfc-instance-group-function"
64795         in: "path"
64796         description: "Id of vnf-sub-interface-group"
64797         required: true
64798         type: "string"
64799       - name: "network-instance-group-function"
64800         in: "path"
64801         description: "Id of vnf-sub-interface-group"
64802         required: true
64803         type: "string"
64804       - name: "parent-port-role"
64805         in: "path"
64806         description: "Id of vnf-sub-interface-group"
64807         required: true
64808         type: "string"
64809       - name: "vnfc-name"
64810         in: "path"
64811         description: "Id of vnfc"
64812         required: true
64813         type: "string"
64814       - name: "vnic-port-name"
64815         in: "path"
64816         description: "Id of vnic"
64817         required: true
64818         type: "string"
64819       - name: "sub-interface-port-name"
64820         in: "path"
64821         description: "Id of sub-interface"
64822         required: true
64823         type: "string"
64824       responses:
64825         400:
64826           description: "Internal error"
64827         200:
64828           description: "generic.resource.api.ipaddresses.IpAddresses"
64829           responseSchema:
64830             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64831             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64832           schema:
64833             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64834             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64835     post:
64836       tags:
64837       - "GENERIC-RESOURCE-API"
64838       description: "creates generic.resource.api.ipaddresses.IpAddresses"
64839       parameters:
64840       - name: "service-instance-id"
64841         in: "path"
64842         description: "Id of service"
64843         required: true
64844         type: "string"
64845       - name: "vnf-id"
64846         in: "path"
64847         description: "Id of vnf"
64848         required: true
64849         type: "string"
64850       - name: "vnfc-instance-group-function"
64851         in: "path"
64852         description: "Id of vnf-sub-interface-group"
64853         required: true
64854         type: "string"
64855       - name: "network-instance-group-function"
64856         in: "path"
64857         description: "Id of vnf-sub-interface-group"
64858         required: true
64859         type: "string"
64860       - name: "parent-port-role"
64861         in: "path"
64862         description: "Id of vnf-sub-interface-group"
64863         required: true
64864         type: "string"
64865       - name: "vnfc-name"
64866         in: "path"
64867         description: "Id of vnfc"
64868         required: true
64869         type: "string"
64870       - name: "vnic-port-name"
64871         in: "path"
64872         description: "Id of vnic"
64873         required: true
64874         type: "string"
64875       - name: "sub-interface-port-name"
64876         in: "path"
64877         description: "Id of sub-interface"
64878         required: true
64879         type: "string"
64880       - in: "body"
64881         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
64882         description: "generic.resource.api.ipaddresses.IpAddresses to be added to\
64883           \ list"
64884         required: false
64885         schema:
64886           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64887           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64888       responses:
64889         400:
64890           description: "Internal error"
64891         201:
64892           description: "Object created"
64893         409:
64894           description: "Object already exists"
64895     put:
64896       tags:
64897       - "GENERIC-RESOURCE-API"
64898       description: "creates or updates generic.resource.api.ipaddresses.IpAddresses"
64899       parameters:
64900       - name: "service-instance-id"
64901         in: "path"
64902         description: "Id of service"
64903         required: true
64904         type: "string"
64905       - name: "vnf-id"
64906         in: "path"
64907         description: "Id of vnf"
64908         required: true
64909         type: "string"
64910       - name: "vnfc-instance-group-function"
64911         in: "path"
64912         description: "Id of vnf-sub-interface-group"
64913         required: true
64914         type: "string"
64915       - name: "network-instance-group-function"
64916         in: "path"
64917         description: "Id of vnf-sub-interface-group"
64918         required: true
64919         type: "string"
64920       - name: "parent-port-role"
64921         in: "path"
64922         description: "Id of vnf-sub-interface-group"
64923         required: true
64924         type: "string"
64925       - name: "vnfc-name"
64926         in: "path"
64927         description: "Id of vnfc"
64928         required: true
64929         type: "string"
64930       - name: "vnic-port-name"
64931         in: "path"
64932         description: "Id of vnic"
64933         required: true
64934         type: "string"
64935       - name: "sub-interface-port-name"
64936         in: "path"
64937         description: "Id of sub-interface"
64938         required: true
64939         type: "string"
64940       - in: "body"
64941         name: "generic.resource.api.ipaddresses.IpAddresses.body-param"
64942         description: "generic.resource.api.ipaddresses.IpAddresses to be added or\
64943           \ updated"
64944         required: false
64945         schema:
64946           $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64947           originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
64948       responses:
64949         400:
64950           description: "Internal error"
64951         201:
64952           description: "Object created"
64953         204:
64954           description: "Object modified"
64955     delete:
64956       tags:
64957       - "GENERIC-RESOURCE-API"
64958       description: "removes generic.resource.api.ipaddresses.IpAddresses"
64959       parameters:
64960       - name: "service-instance-id"
64961         in: "path"
64962         description: "Id of service"
64963         required: true
64964         type: "string"
64965       - name: "vnf-id"
64966         in: "path"
64967         description: "Id of vnf"
64968         required: true
64969         type: "string"
64970       - name: "vnfc-instance-group-function"
64971         in: "path"
64972         description: "Id of vnf-sub-interface-group"
64973         required: true
64974         type: "string"
64975       - name: "network-instance-group-function"
64976         in: "path"
64977         description: "Id of vnf-sub-interface-group"
64978         required: true
64979         type: "string"
64980       - name: "parent-port-role"
64981         in: "path"
64982         description: "Id of vnf-sub-interface-group"
64983         required: true
64984         type: "string"
64985       - name: "vnfc-name"
64986         in: "path"
64987         description: "Id of vnfc"
64988         required: true
64989         type: "string"
64990       - name: "vnic-port-name"
64991         in: "path"
64992         description: "Id of vnic"
64993         required: true
64994         type: "string"
64995       - name: "sub-interface-port-name"
64996         in: "path"
64997         description: "Id of sub-interface"
64998         required: true
64999         type: "string"
65000       responses:
65001         400:
65002           description: "Internal error"
65003         204:
65004           description: "Object deleted"
65005   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-network/
65006   : get:
65007       tags:
65008       - "GENERIC-RESOURCE-API"
65009       description: "returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65010       parameters:
65011       - name: "service-instance-id"
65012         in: "path"
65013         description: "Id of service"
65014         required: true
65015         type: "string"
65016       - name: "vnf-id"
65017         in: "path"
65018         description: "Id of vnf"
65019         required: true
65020         type: "string"
65021       - name: "vnfc-instance-group-function"
65022         in: "path"
65023         description: "Id of vnf-sub-interface-group"
65024         required: true
65025         type: "string"
65026       - name: "network-instance-group-function"
65027         in: "path"
65028         description: "Id of vnf-sub-interface-group"
65029         required: true
65030         type: "string"
65031       - name: "parent-port-role"
65032         in: "path"
65033         description: "Id of vnf-sub-interface-group"
65034         required: true
65035         type: "string"
65036       - name: "vnfc-name"
65037         in: "path"
65038         description: "Id of vnfc"
65039         required: true
65040         type: "string"
65041       - name: "vnic-port-name"
65042         in: "path"
65043         description: "Id of vnic"
65044         required: true
65045         type: "string"
65046       - name: "sub-interface-port-name"
65047         in: "path"
65048         description: "Id of sub-interface"
65049         required: true
65050         type: "string"
65051       responses:
65052         400:
65053           description: "Internal error"
65054         200:
65055           description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65056           responseSchema:
65057             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65058             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65059           schema:
65060             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65061             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65062     post:
65063       tags:
65064       - "GENERIC-RESOURCE-API"
65065       description: "creates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65066       parameters:
65067       - name: "service-instance-id"
65068         in: "path"
65069         description: "Id of service"
65070         required: true
65071         type: "string"
65072       - name: "vnf-id"
65073         in: "path"
65074         description: "Id of vnf"
65075         required: true
65076         type: "string"
65077       - name: "vnfc-instance-group-function"
65078         in: "path"
65079         description: "Id of vnf-sub-interface-group"
65080         required: true
65081         type: "string"
65082       - name: "network-instance-group-function"
65083         in: "path"
65084         description: "Id of vnf-sub-interface-group"
65085         required: true
65086         type: "string"
65087       - name: "parent-port-role"
65088         in: "path"
65089         description: "Id of vnf-sub-interface-group"
65090         required: true
65091         type: "string"
65092       - name: "vnfc-name"
65093         in: "path"
65094         description: "Id of vnfc"
65095         required: true
65096         type: "string"
65097       - name: "vnic-port-name"
65098         in: "path"
65099         description: "Id of vnic"
65100         required: true
65101         type: "string"
65102       - name: "sub-interface-port-name"
65103         in: "path"
65104         description: "Id of sub-interface"
65105         required: true
65106         type: "string"
65107       - in: "body"
65108         name: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param"
65109         description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork\
65110           \ to be added to list"
65111         required: false
65112         schema:
65113           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65114           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65115       responses:
65116         400:
65117           description: "Internal error"
65118         201:
65119           description: "Object created"
65120         409:
65121           description: "Object already exists"
65122     put:
65123       tags:
65124       - "GENERIC-RESOURCE-API"
65125       description: "creates or updates generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65126       parameters:
65127       - name: "service-instance-id"
65128         in: "path"
65129         description: "Id of service"
65130         required: true
65131         type: "string"
65132       - name: "vnf-id"
65133         in: "path"
65134         description: "Id of vnf"
65135         required: true
65136         type: "string"
65137       - name: "vnfc-instance-group-function"
65138         in: "path"
65139         description: "Id of vnf-sub-interface-group"
65140         required: true
65141         type: "string"
65142       - name: "network-instance-group-function"
65143         in: "path"
65144         description: "Id of vnf-sub-interface-group"
65145         required: true
65146         type: "string"
65147       - name: "parent-port-role"
65148         in: "path"
65149         description: "Id of vnf-sub-interface-group"
65150         required: true
65151         type: "string"
65152       - name: "vnfc-name"
65153         in: "path"
65154         description: "Id of vnfc"
65155         required: true
65156         type: "string"
65157       - name: "vnic-port-name"
65158         in: "path"
65159         description: "Id of vnic"
65160         required: true
65161         type: "string"
65162       - name: "sub-interface-port-name"
65163         in: "path"
65164         description: "Id of sub-interface"
65165         required: true
65166         type: "string"
65167       - in: "body"
65168         name: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork.body-param"
65169         description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork\
65170           \ to be added or updated"
65171         required: false
65172         schema:
65173           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65174           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65175       responses:
65176         400:
65177           description: "Internal error"
65178         201:
65179           description: "Object created"
65180         204:
65181           description: "Object modified"
65182     delete:
65183       tags:
65184       - "GENERIC-RESOURCE-API"
65185       description: "removes generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
65186       parameters:
65187       - name: "service-instance-id"
65188         in: "path"
65189         description: "Id of service"
65190         required: true
65191         type: "string"
65192       - name: "vnf-id"
65193         in: "path"
65194         description: "Id of vnf"
65195         required: true
65196         type: "string"
65197       - name: "vnfc-instance-group-function"
65198         in: "path"
65199         description: "Id of vnf-sub-interface-group"
65200         required: true
65201         type: "string"
65202       - name: "network-instance-group-function"
65203         in: "path"
65204         description: "Id of vnf-sub-interface-group"
65205         required: true
65206         type: "string"
65207       - name: "parent-port-role"
65208         in: "path"
65209         description: "Id of vnf-sub-interface-group"
65210         required: true
65211         type: "string"
65212       - name: "vnfc-name"
65213         in: "path"
65214         description: "Id of vnfc"
65215         required: true
65216         type: "string"
65217       - name: "vnic-port-name"
65218         in: "path"
65219         description: "Id of vnic"
65220         required: true
65221         type: "string"
65222       - name: "sub-interface-port-name"
65223         in: "path"
65224         description: "Id of sub-interface"
65225         required: true
65226         type: "string"
65227       responses:
65228         400:
65229           description: "Internal error"
65230         204:
65231           description: "Object deleted"
65232   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/vlan-tags/
65233   : get:
65234       tags:
65235       - "GENERIC-RESOURCE-API"
65236       description: "returns generic.resource.api.vlantags.VlanTags"
65237       parameters:
65238       - name: "service-instance-id"
65239         in: "path"
65240         description: "Id of service"
65241         required: true
65242         type: "string"
65243       - name: "vnf-id"
65244         in: "path"
65245         description: "Id of vnf"
65246         required: true
65247         type: "string"
65248       - name: "vnfc-instance-group-function"
65249         in: "path"
65250         description: "Id of vnf-sub-interface-group"
65251         required: true
65252         type: "string"
65253       - name: "network-instance-group-function"
65254         in: "path"
65255         description: "Id of vnf-sub-interface-group"
65256         required: true
65257         type: "string"
65258       - name: "parent-port-role"
65259         in: "path"
65260         description: "Id of vnf-sub-interface-group"
65261         required: true
65262         type: "string"
65263       - name: "vnfc-name"
65264         in: "path"
65265         description: "Id of vnfc"
65266         required: true
65267         type: "string"
65268       - name: "vnic-port-name"
65269         in: "path"
65270         description: "Id of vnic"
65271         required: true
65272         type: "string"
65273       - name: "sub-interface-port-name"
65274         in: "path"
65275         description: "Id of sub-interface"
65276         required: true
65277         type: "string"
65278       responses:
65279         400:
65280           description: "Internal error"
65281         200:
65282           description: "generic.resource.api.vlantags.VlanTags"
65283           responseSchema:
65284             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
65285             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
65286           schema:
65287             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
65288             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
65289     post:
65290       tags:
65291       - "GENERIC-RESOURCE-API"
65292       description: "creates generic.resource.api.vlantags.VlanTags"
65293       parameters:
65294       - name: "service-instance-id"
65295         in: "path"
65296         description: "Id of service"
65297         required: true
65298         type: "string"
65299       - name: "vnf-id"
65300         in: "path"
65301         description: "Id of vnf"
65302         required: true
65303         type: "string"
65304       - name: "vnfc-instance-group-function"
65305         in: "path"
65306         description: "Id of vnf-sub-interface-group"
65307         required: true
65308         type: "string"
65309       - name: "network-instance-group-function"
65310         in: "path"
65311         description: "Id of vnf-sub-interface-group"
65312         required: true
65313         type: "string"
65314       - name: "parent-port-role"
65315         in: "path"
65316         description: "Id of vnf-sub-interface-group"
65317         required: true
65318         type: "string"
65319       - name: "vnfc-name"
65320         in: "path"
65321         description: "Id of vnfc"
65322         required: true
65323         type: "string"
65324       - name: "vnic-port-name"
65325         in: "path"
65326         description: "Id of vnic"
65327         required: true
65328         type: "string"
65329       - name: "sub-interface-port-name"
65330         in: "path"
65331         description: "Id of sub-interface"
65332         required: true
65333         type: "string"
65334       - in: "body"
65335         name: "generic.resource.api.vlantags.VlanTags.body-param"
65336         description: "generic.resource.api.vlantags.VlanTags to be added to list"
65337         required: false
65338         schema:
65339           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
65340           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
65341       responses:
65342         400:
65343           description: "Internal error"
65344         201:
65345           description: "Object created"
65346         409:
65347           description: "Object already exists"
65348     put:
65349       tags:
65350       - "GENERIC-RESOURCE-API"
65351       description: "creates or updates generic.resource.api.vlantags.VlanTags"
65352       parameters:
65353       - name: "service-instance-id"
65354         in: "path"
65355         description: "Id of service"
65356         required: true
65357         type: "string"
65358       - name: "vnf-id"
65359         in: "path"
65360         description: "Id of vnf"
65361         required: true
65362         type: "string"
65363       - name: "vnfc-instance-group-function"
65364         in: "path"
65365         description: "Id of vnf-sub-interface-group"
65366         required: true
65367         type: "string"
65368       - name: "network-instance-group-function"
65369         in: "path"
65370         description: "Id of vnf-sub-interface-group"
65371         required: true
65372         type: "string"
65373       - name: "parent-port-role"
65374         in: "path"
65375         description: "Id of vnf-sub-interface-group"
65376         required: true
65377         type: "string"
65378       - name: "vnfc-name"
65379         in: "path"
65380         description: "Id of vnfc"
65381         required: true
65382         type: "string"
65383       - name: "vnic-port-name"
65384         in: "path"
65385         description: "Id of vnic"
65386         required: true
65387         type: "string"
65388       - name: "sub-interface-port-name"
65389         in: "path"
65390         description: "Id of sub-interface"
65391         required: true
65392         type: "string"
65393       - in: "body"
65394         name: "generic.resource.api.vlantags.VlanTags.body-param"
65395         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
65396         required: false
65397         schema:
65398           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
65399           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
65400       responses:
65401         400:
65402           description: "Internal error"
65403         201:
65404           description: "Object created"
65405         204:
65406           description: "Object modified"
65407     delete:
65408       tags:
65409       - "GENERIC-RESOURCE-API"
65410       description: "removes generic.resource.api.vlantags.VlanTags"
65411       parameters:
65412       - name: "service-instance-id"
65413         in: "path"
65414         description: "Id of service"
65415         required: true
65416         type: "string"
65417       - name: "vnf-id"
65418         in: "path"
65419         description: "Id of vnf"
65420         required: true
65421         type: "string"
65422       - name: "vnfc-instance-group-function"
65423         in: "path"
65424         description: "Id of vnf-sub-interface-group"
65425         required: true
65426         type: "string"
65427       - name: "network-instance-group-function"
65428         in: "path"
65429         description: "Id of vnf-sub-interface-group"
65430         required: true
65431         type: "string"
65432       - name: "parent-port-role"
65433         in: "path"
65434         description: "Id of vnf-sub-interface-group"
65435         required: true
65436         type: "string"
65437       - name: "vnfc-name"
65438         in: "path"
65439         description: "Id of vnfc"
65440         required: true
65441         type: "string"
65442       - name: "vnic-port-name"
65443         in: "path"
65444         description: "Id of vnic"
65445         required: true
65446         type: "string"
65447       - name: "sub-interface-port-name"
65448         in: "path"
65449         description: "Id of sub-interface"
65450         required: true
65451         type: "string"
65452       responses:
65453         400:
65454           description: "Internal error"
65455         204:
65456           description: "Object deleted"
65457   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/
65458   : get:
65459       tags:
65460       - "GENERIC-RESOURCE-API"
65461       description: "returns generic.resource.api.vnftopology.VnfTopology"
65462       parameters:
65463       - name: "service-instance-id"
65464         in: "path"
65465         description: "Id of service"
65466         required: true
65467         type: "string"
65468       - name: "vnf-id"
65469         in: "path"
65470         description: "Id of vnf"
65471         required: true
65472         type: "string"
65473       responses:
65474         400:
65475           description: "Internal error"
65476         200:
65477           description: "generic.resource.api.vnftopology.VnfTopology"
65478           responseSchema:
65479             $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65480             originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65481           schema:
65482             $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65483             originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65484     post:
65485       tags:
65486       - "GENERIC-RESOURCE-API"
65487       description: "creates generic.resource.api.vnftopology.VnfTopology"
65488       parameters:
65489       - name: "service-instance-id"
65490         in: "path"
65491         description: "Id of service"
65492         required: true
65493         type: "string"
65494       - name: "vnf-id"
65495         in: "path"
65496         description: "Id of vnf"
65497         required: true
65498         type: "string"
65499       - in: "body"
65500         name: "generic.resource.api.vnftopology.VnfTopology.body-param"
65501         description: "generic.resource.api.vnftopology.VnfTopology to be added to\
65502           \ list"
65503         required: false
65504         schema:
65505           $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65506           originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65507       responses:
65508         400:
65509           description: "Internal error"
65510         201:
65511           description: "Object created"
65512         409:
65513           description: "Object already exists"
65514     put:
65515       tags:
65516       - "GENERIC-RESOURCE-API"
65517       description: "creates or updates generic.resource.api.vnftopology.VnfTopology"
65518       parameters:
65519       - name: "service-instance-id"
65520         in: "path"
65521         description: "Id of service"
65522         required: true
65523         type: "string"
65524       - name: "vnf-id"
65525         in: "path"
65526         description: "Id of vnf"
65527         required: true
65528         type: "string"
65529       - in: "body"
65530         name: "generic.resource.api.vnftopology.VnfTopology.body-param"
65531         description: "generic.resource.api.vnftopology.VnfTopology to be added or\
65532           \ updated"
65533         required: false
65534         schema:
65535           $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65536           originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
65537       responses:
65538         400:
65539           description: "Internal error"
65540         201:
65541           description: "Object created"
65542         204:
65543           description: "Object modified"
65544     delete:
65545       tags:
65546       - "GENERIC-RESOURCE-API"
65547       description: "removes generic.resource.api.vnftopology.VnfTopology"
65548       parameters:
65549       - name: "service-instance-id"
65550         in: "path"
65551         description: "Id of service"
65552         required: true
65553         type: "string"
65554       - name: "vnf-id"
65555         in: "path"
65556         description: "Id of vnf"
65557         required: true
65558         type: "string"
65559       responses:
65560         400:
65561           description: "Internal error"
65562         204:
65563           description: "Object deleted"
65564   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/onap-model-information/
65565   : get:
65566       tags:
65567       - "GENERIC-RESOURCE-API"
65568       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
65569       parameters:
65570       - name: "service-instance-id"
65571         in: "path"
65572         description: "Id of service"
65573         required: true
65574         type: "string"
65575       - name: "vnf-id"
65576         in: "path"
65577         description: "Id of vnf"
65578         required: true
65579         type: "string"
65580       responses:
65581         400:
65582           description: "Internal error"
65583         200:
65584           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
65585           responseSchema:
65586             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65587             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65588           schema:
65589             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65590             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65591     post:
65592       tags:
65593       - "GENERIC-RESOURCE-API"
65594       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
65595       parameters:
65596       - name: "service-instance-id"
65597         in: "path"
65598         description: "Id of service"
65599         required: true
65600         type: "string"
65601       - name: "vnf-id"
65602         in: "path"
65603         description: "Id of vnf"
65604         required: true
65605         type: "string"
65606       - in: "body"
65607         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
65608         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
65609           \ to be added to list"
65610         required: false
65611         schema:
65612           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65613           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65614       responses:
65615         400:
65616           description: "Internal error"
65617         201:
65618           description: "Object created"
65619         409:
65620           description: "Object already exists"
65621     put:
65622       tags:
65623       - "GENERIC-RESOURCE-API"
65624       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
65625       parameters:
65626       - name: "service-instance-id"
65627         in: "path"
65628         description: "Id of service"
65629         required: true
65630         type: "string"
65631       - name: "vnf-id"
65632         in: "path"
65633         description: "Id of vnf"
65634         required: true
65635         type: "string"
65636       - in: "body"
65637         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
65638         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
65639           \ to be added or updated"
65640         required: false
65641         schema:
65642           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65643           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
65644       responses:
65645         400:
65646           description: "Internal error"
65647         201:
65648           description: "Object created"
65649         204:
65650           description: "Object modified"
65651     delete:
65652       tags:
65653       - "GENERIC-RESOURCE-API"
65654       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
65655       parameters:
65656       - name: "service-instance-id"
65657         in: "path"
65658         description: "Id of service"
65659         required: true
65660         type: "string"
65661       - name: "vnf-id"
65662         in: "path"
65663         description: "Id of vnf"
65664         required: true
65665         type: "string"
65666       responses:
65667         400:
65668           description: "Internal error"
65669         204:
65670           description: "Object deleted"
65671   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/
65672   : get:
65673       tags:
65674       - "GENERIC-RESOURCE-API"
65675       description: "returns generic.resource.api.Param"
65676       parameters:
65677       - name: "service-instance-id"
65678         in: "path"
65679         description: "Id of service"
65680         required: true
65681         type: "string"
65682       - name: "vnf-id"
65683         in: "path"
65684         description: "Id of vnf"
65685         required: true
65686         type: "string"
65687       responses:
65688         400:
65689           description: "Internal error"
65690         200:
65691           description: "generic.resource.api.Param"
65692           responseSchema:
65693             $ref: "#/definitions/generic.resource.api.Param"
65694             originalRef: "#/definitions/generic.resource.api.Param"
65695           schema:
65696             $ref: "#/definitions/generic.resource.api.Param"
65697             originalRef: "#/definitions/generic.resource.api.Param"
65698     post:
65699       tags:
65700       - "GENERIC-RESOURCE-API"
65701       description: "creates generic.resource.api.Param"
65702       parameters:
65703       - name: "service-instance-id"
65704         in: "path"
65705         description: "Id of service"
65706         required: true
65707         type: "string"
65708       - name: "vnf-id"
65709         in: "path"
65710         description: "Id of vnf"
65711         required: true
65712         type: "string"
65713       - in: "body"
65714         name: "generic.resource.api.Param.body-param"
65715         description: "generic.resource.api.Param to be added to list"
65716         required: false
65717         schema:
65718           $ref: "#/definitions/generic.resource.api.Param"
65719           originalRef: "#/definitions/generic.resource.api.Param"
65720       responses:
65721         400:
65722           description: "Internal error"
65723         201:
65724           description: "Object created"
65725         409:
65726           description: "Object already exists"
65727     put:
65728       tags:
65729       - "GENERIC-RESOURCE-API"
65730       description: "creates or updates generic.resource.api.Param"
65731       parameters:
65732       - name: "service-instance-id"
65733         in: "path"
65734         description: "Id of service"
65735         required: true
65736         type: "string"
65737       - name: "vnf-id"
65738         in: "path"
65739         description: "Id of vnf"
65740         required: true
65741         type: "string"
65742       - in: "body"
65743         name: "generic.resource.api.Param.body-param"
65744         description: "generic.resource.api.Param to be added or updated"
65745         required: false
65746         schema:
65747           $ref: "#/definitions/generic.resource.api.Param"
65748           originalRef: "#/definitions/generic.resource.api.Param"
65749       responses:
65750         400:
65751           description: "Internal error"
65752         201:
65753           description: "Object created"
65754         204:
65755           description: "Object modified"
65756     delete:
65757       tags:
65758       - "GENERIC-RESOURCE-API"
65759       description: "removes generic.resource.api.Param"
65760       parameters:
65761       - name: "service-instance-id"
65762         in: "path"
65763         description: "Id of service"
65764         required: true
65765         type: "string"
65766       - name: "vnf-id"
65767         in: "path"
65768         description: "Id of vnf"
65769         required: true
65770         type: "string"
65771       responses:
65772         400:
65773           description: "Internal error"
65774         204:
65775           description: "Object deleted"
65776   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/
65777   : post:
65778       description: "creates generic.resource.api.param.Param"
65779       parameters:
65780       - name: "service-instance-id"
65781         in: "path"
65782         description: "Id of service"
65783         required: true
65784         type: "string"
65785       - name: "vnf-id"
65786         in: "path"
65787         description: "Id of vnf"
65788         required: true
65789         type: "string"
65790       - in: "body"
65791         name: "generic.resource.api.param.Param.body-param"
65792         description: "generic.resource.api.param.Param to be added to list"
65793         required: false
65794         schema:
65795           $ref: "#/definitions/generic.resource.api.param.Param"
65796           originalRef: "#/definitions/generic.resource.api.param.Param"
65797       responses:
65798         400:
65799           description: "Internal error"
65800         201:
65801           description: "Object created"
65802         409:
65803           description: "Object already exists"
65804   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/
65805   : get:
65806       tags:
65807       - "GENERIC-RESOURCE-API"
65808       description: "returns generic.resource.api.param.Param"
65809       parameters:
65810       - name: "service-instance-id"
65811         in: "path"
65812         description: "Id of service"
65813         required: true
65814         type: "string"
65815       - name: "vnf-id"
65816         in: "path"
65817         description: "Id of vnf"
65818         required: true
65819         type: "string"
65820       - name: "name"
65821         in: "path"
65822         description: "Id of param"
65823         required: true
65824         type: "string"
65825       responses:
65826         400:
65827           description: "Internal error"
65828         200:
65829           description: "generic.resource.api.param.Param"
65830           responseSchema:
65831             $ref: "#/definitions/generic.resource.api.param.Param"
65832             originalRef: "#/definitions/generic.resource.api.param.Param"
65833           schema:
65834             $ref: "#/definitions/generic.resource.api.param.Param"
65835             originalRef: "#/definitions/generic.resource.api.param.Param"
65836     post:
65837       tags:
65838       - "GENERIC-RESOURCE-API"
65839       description: "creates generic.resource.api.param.Param"
65840       parameters:
65841       - name: "service-instance-id"
65842         in: "path"
65843         description: "Id of service"
65844         required: true
65845         type: "string"
65846       - name: "vnf-id"
65847         in: "path"
65848         description: "Id of vnf"
65849         required: true
65850         type: "string"
65851       - name: "name"
65852         in: "path"
65853         description: "Id of param"
65854         required: true
65855         type: "string"
65856       - in: "body"
65857         name: "generic.resource.api.param.Param.body-param"
65858         description: "generic.resource.api.param.Param to be added to list"
65859         required: false
65860         schema:
65861           $ref: "#/definitions/generic.resource.api.param.Param"
65862           originalRef: "#/definitions/generic.resource.api.param.Param"
65863       responses:
65864         400:
65865           description: "Internal error"
65866         201:
65867           description: "Object created"
65868         409:
65869           description: "Object already exists"
65870     put:
65871       tags:
65872       - "GENERIC-RESOURCE-API"
65873       description: "creates or updates generic.resource.api.param.Param"
65874       parameters:
65875       - name: "service-instance-id"
65876         in: "path"
65877         description: "Id of service"
65878         required: true
65879         type: "string"
65880       - name: "vnf-id"
65881         in: "path"
65882         description: "Id of vnf"
65883         required: true
65884         type: "string"
65885       - name: "name"
65886         in: "path"
65887         description: "Id of param"
65888         required: true
65889         type: "string"
65890       - in: "body"
65891         name: "generic.resource.api.param.Param.body-param"
65892         description: "generic.resource.api.param.Param to be added or updated"
65893         required: false
65894         schema:
65895           $ref: "#/definitions/generic.resource.api.param.Param"
65896           originalRef: "#/definitions/generic.resource.api.param.Param"
65897       responses:
65898         400:
65899           description: "Internal error"
65900         201:
65901           description: "Object created"
65902         204:
65903           description: "Object modified"
65904     delete:
65905       tags:
65906       - "GENERIC-RESOURCE-API"
65907       description: "removes generic.resource.api.param.Param"
65908       parameters:
65909       - name: "service-instance-id"
65910         in: "path"
65911         description: "Id of service"
65912         required: true
65913         type: "string"
65914       - name: "vnf-id"
65915         in: "path"
65916         description: "Id of vnf"
65917         required: true
65918         type: "string"
65919       - name: "name"
65920         in: "path"
65921         description: "Id of param"
65922         required: true
65923         type: "string"
65924       responses:
65925         400:
65926           description: "Internal error"
65927         204:
65928           description: "Object deleted"
65929   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/resource-resolution-data/
65930   : get:
65931       tags:
65932       - "GENERIC-RESOURCE-API"
65933       description: "returns generic.resource.api.param.param.ResourceResolutionData"
65934       parameters:
65935       - name: "service-instance-id"
65936         in: "path"
65937         description: "Id of service"
65938         required: true
65939         type: "string"
65940       - name: "vnf-id"
65941         in: "path"
65942         description: "Id of vnf"
65943         required: true
65944         type: "string"
65945       - name: "name"
65946         in: "path"
65947         description: "Id of param"
65948         required: true
65949         type: "string"
65950       responses:
65951         400:
65952           description: "Internal error"
65953         200:
65954           description: "generic.resource.api.param.param.ResourceResolutionData"
65955           responseSchema:
65956             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65957             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65958           schema:
65959             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65960             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65961     post:
65962       tags:
65963       - "GENERIC-RESOURCE-API"
65964       description: "creates generic.resource.api.param.param.ResourceResolutionData"
65965       parameters:
65966       - name: "service-instance-id"
65967         in: "path"
65968         description: "Id of service"
65969         required: true
65970         type: "string"
65971       - name: "vnf-id"
65972         in: "path"
65973         description: "Id of vnf"
65974         required: true
65975         type: "string"
65976       - name: "name"
65977         in: "path"
65978         description: "Id of param"
65979         required: true
65980         type: "string"
65981       - in: "body"
65982         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
65983         description: "generic.resource.api.param.param.ResourceResolutionData to be\
65984           \ added to list"
65985         required: false
65986         schema:
65987           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65988           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
65989       responses:
65990         400:
65991           description: "Internal error"
65992         201:
65993           description: "Object created"
65994         409:
65995           description: "Object already exists"
65996     put:
65997       tags:
65998       - "GENERIC-RESOURCE-API"
65999       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
66000       parameters:
66001       - name: "service-instance-id"
66002         in: "path"
66003         description: "Id of service"
66004         required: true
66005         type: "string"
66006       - name: "vnf-id"
66007         in: "path"
66008         description: "Id of vnf"
66009         required: true
66010         type: "string"
66011       - name: "name"
66012         in: "path"
66013         description: "Id of param"
66014         required: true
66015         type: "string"
66016       - in: "body"
66017         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
66018         description: "generic.resource.api.param.param.ResourceResolutionData to be\
66019           \ added or updated"
66020         required: false
66021         schema:
66022           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
66023           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
66024       responses:
66025         400:
66026           description: "Internal error"
66027         201:
66028           description: "Object created"
66029         204:
66030           description: "Object modified"
66031     delete:
66032       tags:
66033       - "GENERIC-RESOURCE-API"
66034       description: "removes generic.resource.api.param.param.ResourceResolutionData"
66035       parameters:
66036       - name: "service-instance-id"
66037         in: "path"
66038         description: "Id of service"
66039         required: true
66040         type: "string"
66041       - name: "vnf-id"
66042         in: "path"
66043         description: "Id of vnf"
66044         required: true
66045         type: "string"
66046       - name: "name"
66047         in: "path"
66048         description: "Id of param"
66049         required: true
66050         type: "string"
66051       responses:
66052         400:
66053           description: "Internal error"
66054         204:
66055           description: "Object deleted"
66056   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/resource-resolution-data/resource-key/
66057   : post:
66058       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66059       parameters:
66060       - name: "service-instance-id"
66061         in: "path"
66062         description: "Id of service"
66063         required: true
66064         type: "string"
66065       - name: "vnf-id"
66066         in: "path"
66067         description: "Id of vnf"
66068         required: true
66069         type: "string"
66070       - name: "name"
66071         in: "path"
66072         description: "Id of param"
66073         required: true
66074         type: "string"
66075       - in: "body"
66076         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
66077         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
66078           \ to be added to list"
66079         required: false
66080         schema:
66081           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66082           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66083       responses:
66084         400:
66085           description: "Internal error"
66086         201:
66087           description: "Object created"
66088         409:
66089           description: "Object already exists"
66090   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
66091   : get:
66092       tags:
66093       - "GENERIC-RESOURCE-API"
66094       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66095       parameters:
66096       - name: "service-instance-id"
66097         in: "path"
66098         description: "Id of service"
66099         required: true
66100         type: "string"
66101       - name: "vnf-id"
66102         in: "path"
66103         description: "Id of vnf"
66104         required: true
66105         type: "string"
66106       - name: "name"
66107         in: "path"
66108         description: "Id of param"
66109         required: true
66110         type: "string"
66111       - name: "resource-key-name"
66112         in: "path"
66113         description: "Id of resource-key"
66114         required: true
66115         type: "string"
66116       responses:
66117         400:
66118           description: "Internal error"
66119         200:
66120           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66121           responseSchema:
66122             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66123             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66124           schema:
66125             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66126             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66127     post:
66128       tags:
66129       - "GENERIC-RESOURCE-API"
66130       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66131       parameters:
66132       - name: "service-instance-id"
66133         in: "path"
66134         description: "Id of service"
66135         required: true
66136         type: "string"
66137       - name: "vnf-id"
66138         in: "path"
66139         description: "Id of vnf"
66140         required: true
66141         type: "string"
66142       - name: "name"
66143         in: "path"
66144         description: "Id of param"
66145         required: true
66146         type: "string"
66147       - name: "resource-key-name"
66148         in: "path"
66149         description: "Id of resource-key"
66150         required: true
66151         type: "string"
66152       - in: "body"
66153         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
66154         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
66155           \ to be added to list"
66156         required: false
66157         schema:
66158           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66159           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66160       responses:
66161         400:
66162           description: "Internal error"
66163         201:
66164           description: "Object created"
66165         409:
66166           description: "Object already exists"
66167     put:
66168       tags:
66169       - "GENERIC-RESOURCE-API"
66170       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66171       parameters:
66172       - name: "service-instance-id"
66173         in: "path"
66174         description: "Id of service"
66175         required: true
66176         type: "string"
66177       - name: "vnf-id"
66178         in: "path"
66179         description: "Id of vnf"
66180         required: true
66181         type: "string"
66182       - name: "name"
66183         in: "path"
66184         description: "Id of param"
66185         required: true
66186         type: "string"
66187       - name: "resource-key-name"
66188         in: "path"
66189         description: "Id of resource-key"
66190         required: true
66191         type: "string"
66192       - in: "body"
66193         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
66194         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
66195           \ to be added or updated"
66196         required: false
66197         schema:
66198           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66199           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66200       responses:
66201         400:
66202           description: "Internal error"
66203         201:
66204           description: "Object created"
66205         204:
66206           description: "Object modified"
66207     delete:
66208       tags:
66209       - "GENERIC-RESOURCE-API"
66210       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
66211       parameters:
66212       - name: "service-instance-id"
66213         in: "path"
66214         description: "Id of service"
66215         required: true
66216         type: "string"
66217       - name: "vnf-id"
66218         in: "path"
66219         description: "Id of vnf"
66220         required: true
66221         type: "string"
66222       - name: "name"
66223         in: "path"
66224         description: "Id of param"
66225         required: true
66226         type: "string"
66227       - name: "resource-key-name"
66228         in: "path"
66229         description: "Id of resource-key"
66230         required: true
66231         type: "string"
66232       responses:
66233         400:
66234           description: "Internal error"
66235         204:
66236           description: "Object deleted"
66237   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/
66238   : get:
66239       tags:
66240       - "GENERIC-RESOURCE-API"
66241       description: "returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66242       parameters:
66243       - name: "service-instance-id"
66244         in: "path"
66245         description: "Id of service"
66246         required: true
66247         type: "string"
66248       - name: "vnf-id"
66249         in: "path"
66250         description: "Id of vnf"
66251         required: true
66252         type: "string"
66253       responses:
66254         400:
66255           description: "Internal error"
66256         200:
66257           description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66258           responseSchema:
66259             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66260             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66261           schema:
66262             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66263             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66264     post:
66265       tags:
66266       - "GENERIC-RESOURCE-API"
66267       description: "creates generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66268       parameters:
66269       - name: "service-instance-id"
66270         in: "path"
66271         description: "Id of service"
66272         required: true
66273         type: "string"
66274       - name: "vnf-id"
66275         in: "path"
66276         description: "Id of vnf"
66277         required: true
66278         type: "string"
66279       - in: "body"
66280         name: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param"
66281         description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments\
66282           \ to be added to list"
66283         required: false
66284         schema:
66285           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66286           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66287       responses:
66288         400:
66289           description: "Internal error"
66290         201:
66291           description: "Object created"
66292         409:
66293           description: "Object already exists"
66294     put:
66295       tags:
66296       - "GENERIC-RESOURCE-API"
66297       description: "creates or updates generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66298       parameters:
66299       - name: "service-instance-id"
66300         in: "path"
66301         description: "Id of service"
66302         required: true
66303         type: "string"
66304       - name: "vnf-id"
66305         in: "path"
66306         description: "Id of vnf"
66307         required: true
66308         type: "string"
66309       - in: "body"
66310         name: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments.body-param"
66311         description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments\
66312           \ to be added or updated"
66313         required: false
66314         schema:
66315           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66316           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66317       responses:
66318         400:
66319           description: "Internal error"
66320         201:
66321           description: "Object created"
66322         204:
66323           description: "Object modified"
66324     delete:
66325       tags:
66326       - "GENERIC-RESOURCE-API"
66327       description: "removes generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
66328       parameters:
66329       - name: "service-instance-id"
66330         in: "path"
66331         description: "Id of service"
66332         required: true
66333         type: "string"
66334       - name: "vnf-id"
66335         in: "path"
66336         description: "Id of vnf"
66337         required: true
66338         type: "string"
66339       responses:
66340         400:
66341           description: "Internal error"
66342         204:
66343           description: "Object deleted"
66344   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/availability-zones/
66345   : get:
66346       tags:
66347       - "GENERIC-RESOURCE-API"
66348       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66349       parameters:
66350       - name: "service-instance-id"
66351         in: "path"
66352         description: "Id of service"
66353         required: true
66354         type: "string"
66355       - name: "vnf-id"
66356         in: "path"
66357         description: "Id of vnf"
66358         required: true
66359         type: "string"
66360       responses:
66361         400:
66362           description: "Internal error"
66363         200:
66364           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66365           responseSchema:
66366             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66367             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66368           schema:
66369             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66370             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66371     post:
66372       tags:
66373       - "GENERIC-RESOURCE-API"
66374       description: "creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66375       parameters:
66376       - name: "service-instance-id"
66377         in: "path"
66378         description: "Id of service"
66379         required: true
66380         type: "string"
66381       - name: "vnf-id"
66382         in: "path"
66383         description: "Id of vnf"
66384         required: true
66385         type: "string"
66386       - in: "body"
66387         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param"
66388         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones\
66389           \ to be added to list"
66390         required: false
66391         schema:
66392           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66393           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66394       responses:
66395         400:
66396           description: "Internal error"
66397         201:
66398           description: "Object created"
66399         409:
66400           description: "Object already exists"
66401     put:
66402       tags:
66403       - "GENERIC-RESOURCE-API"
66404       description: "creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66405       parameters:
66406       - name: "service-instance-id"
66407         in: "path"
66408         description: "Id of service"
66409         required: true
66410         type: "string"
66411       - name: "vnf-id"
66412         in: "path"
66413         description: "Id of vnf"
66414         required: true
66415         type: "string"
66416       - in: "body"
66417         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones.body-param"
66418         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones\
66419           \ to be added or updated"
66420         required: false
66421         schema:
66422           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66423           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66424       responses:
66425         400:
66426           description: "Internal error"
66427         201:
66428           description: "Object created"
66429         204:
66430           description: "Object modified"
66431     delete:
66432       tags:
66433       - "GENERIC-RESOURCE-API"
66434       description: "removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
66435       parameters:
66436       - name: "service-instance-id"
66437         in: "path"
66438         description: "Id of service"
66439         required: true
66440         type: "string"
66441       - name: "vnf-id"
66442         in: "path"
66443         description: "Id of vnf"
66444         required: true
66445         type: "string"
66446       responses:
66447         400:
66448           description: "Internal error"
66449         204:
66450           description: "Object deleted"
66451   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/
66452   : get:
66453       tags:
66454       - "GENERIC-RESOURCE-API"
66455       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66456       parameters:
66457       - name: "service-instance-id"
66458         in: "path"
66459         description: "Id of service"
66460         required: true
66461         type: "string"
66462       - name: "vnf-id"
66463         in: "path"
66464         description: "Id of vnf"
66465         required: true
66466         type: "string"
66467       responses:
66468         400:
66469           description: "Internal error"
66470         200:
66471           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66472           responseSchema:
66473             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66474             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66475           schema:
66476             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66477             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66478     post:
66479       tags:
66480       - "GENERIC-RESOURCE-API"
66481       description: "creates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66482       parameters:
66483       - name: "service-instance-id"
66484         in: "path"
66485         description: "Id of service"
66486         required: true
66487         type: "string"
66488       - name: "vnf-id"
66489         in: "path"
66490         description: "Id of vnf"
66491         required: true
66492         type: "string"
66493       - in: "body"
66494         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param"
66495         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks\
66496           \ to be added to list"
66497         required: false
66498         schema:
66499           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66500           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66501       responses:
66502         400:
66503           description: "Internal error"
66504         201:
66505           description: "Object created"
66506         409:
66507           description: "Object already exists"
66508     put:
66509       tags:
66510       - "GENERIC-RESOURCE-API"
66511       description: "creates or updates generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66512       parameters:
66513       - name: "service-instance-id"
66514         in: "path"
66515         description: "Id of service"
66516         required: true
66517         type: "string"
66518       - name: "vnf-id"
66519         in: "path"
66520         description: "Id of vnf"
66521         required: true
66522         type: "string"
66523       - in: "body"
66524         name: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks.body-param"
66525         description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks\
66526           \ to be added or updated"
66527         required: false
66528         schema:
66529           $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66530           originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66531       responses:
66532         400:
66533           description: "Internal error"
66534         201:
66535           description: "Object created"
66536         204:
66537           description: "Object modified"
66538     delete:
66539       tags:
66540       - "GENERIC-RESOURCE-API"
66541       description: "removes generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
66542       parameters:
66543       - name: "service-instance-id"
66544         in: "path"
66545         description: "Id of service"
66546         required: true
66547         type: "string"
66548       - name: "vnf-id"
66549         in: "path"
66550         description: "Id of vnf"
66551         required: true
66552         type: "string"
66553       responses:
66554         400:
66555           description: "Internal error"
66556         204:
66557           description: "Object deleted"
66558   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/
66559   : post:
66560       description: "creates generic.resource.api.VnfNetworkData"
66561       parameters:
66562       - name: "service-instance-id"
66563         in: "path"
66564         description: "Id of service"
66565         required: true
66566         type: "string"
66567       - name: "vnf-id"
66568         in: "path"
66569         description: "Id of vnf"
66570         required: true
66571         type: "string"
66572       - in: "body"
66573         name: "generic.resource.api.VnfNetworkData.body-param"
66574         description: "generic.resource.api.VnfNetworkData to be added to list"
66575         required: false
66576         schema:
66577           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
66578           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
66579       responses:
66580         400:
66581           description: "Internal error"
66582         201:
66583           description: "Object created"
66584         409:
66585           description: "Object already exists"
66586   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/
66587   : get:
66588       tags:
66589       - "GENERIC-RESOURCE-API"
66590       description: "returns generic.resource.api.VnfNetworkData"
66591       parameters:
66592       - name: "service-instance-id"
66593         in: "path"
66594         description: "Id of service"
66595         required: true
66596         type: "string"
66597       - name: "vnf-id"
66598         in: "path"
66599         description: "Id of vnf"
66600         required: true
66601         type: "string"
66602       - name: "network-role"
66603         in: "path"
66604         description: "Id of vnf-network"
66605         required: true
66606         type: "string"
66607       responses:
66608         400:
66609           description: "Internal error"
66610         200:
66611           description: "generic.resource.api.VnfNetworkData"
66612           responseSchema:
66613             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
66614             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
66615           schema:
66616             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
66617             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
66618     post:
66619       tags:
66620       - "GENERIC-RESOURCE-API"
66621       description: "creates generic.resource.api.VnfNetworkData"
66622       parameters:
66623       - name: "service-instance-id"
66624         in: "path"
66625         description: "Id of service"
66626         required: true
66627         type: "string"
66628       - name: "vnf-id"
66629         in: "path"
66630         description: "Id of vnf"
66631         required: true
66632         type: "string"
66633       - name: "network-role"
66634         in: "path"
66635         description: "Id of vnf-network"
66636         required: true
66637         type: "string"
66638       - in: "body"
66639         name: "generic.resource.api.VnfNetworkData.body-param"
66640         description: "generic.resource.api.VnfNetworkData to be added to list"
66641         required: false
66642         schema:
66643           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
66644           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
66645       responses:
66646         400:
66647           description: "Internal error"
66648         201:
66649           description: "Object created"
66650         409:
66651           description: "Object already exists"
66652     put:
66653       tags:
66654       - "GENERIC-RESOURCE-API"
66655       description: "creates or updates generic.resource.api.VnfNetworkData"
66656       parameters:
66657       - name: "service-instance-id"
66658         in: "path"
66659         description: "Id of service"
66660         required: true
66661         type: "string"
66662       - name: "vnf-id"
66663         in: "path"
66664         description: "Id of vnf"
66665         required: true
66666         type: "string"
66667       - name: "network-role"
66668         in: "path"
66669         description: "Id of vnf-network"
66670         required: true
66671         type: "string"
66672       - in: "body"
66673         name: "generic.resource.api.VnfNetworkData.body-param"
66674         description: "generic.resource.api.VnfNetworkData to be added or updated"
66675         required: false
66676         schema:
66677           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
66678           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
66679       responses:
66680         400:
66681           description: "Internal error"
66682         201:
66683           description: "Object created"
66684         204:
66685           description: "Object modified"
66686     delete:
66687       tags:
66688       - "GENERIC-RESOURCE-API"
66689       description: "removes generic.resource.api.VnfNetworkData"
66690       parameters:
66691       - name: "service-instance-id"
66692         in: "path"
66693         description: "Id of service"
66694         required: true
66695         type: "string"
66696       - name: "vnf-id"
66697         in: "path"
66698         description: "Id of vnf"
66699         required: true
66700         type: "string"
66701       - name: "network-role"
66702         in: "path"
66703         description: "Id of vnf-network"
66704         required: true
66705         type: "string"
66706       responses:
66707         400:
66708           description: "Internal error"
66709         204:
66710           description: "Object deleted"
66711   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/
66712   : get:
66713       tags:
66714       - "GENERIC-RESOURCE-API"
66715       description: "returns generic.resource.api.RelatedNetwork"
66716       parameters:
66717       - name: "service-instance-id"
66718         in: "path"
66719         description: "Id of service"
66720         required: true
66721         type: "string"
66722       - name: "vnf-id"
66723         in: "path"
66724         description: "Id of vnf"
66725         required: true
66726         type: "string"
66727       - name: "network-role"
66728         in: "path"
66729         description: "Id of vnf-network"
66730         required: true
66731         type: "string"
66732       responses:
66733         400:
66734           description: "Internal error"
66735         200:
66736           description: "generic.resource.api.RelatedNetwork"
66737           responseSchema:
66738             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
66739             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
66740           schema:
66741             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
66742             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
66743     post:
66744       tags:
66745       - "GENERIC-RESOURCE-API"
66746       description: "creates generic.resource.api.RelatedNetwork"
66747       parameters:
66748       - name: "service-instance-id"
66749         in: "path"
66750         description: "Id of service"
66751         required: true
66752         type: "string"
66753       - name: "vnf-id"
66754         in: "path"
66755         description: "Id of vnf"
66756         required: true
66757         type: "string"
66758       - name: "network-role"
66759         in: "path"
66760         description: "Id of vnf-network"
66761         required: true
66762         type: "string"
66763       - in: "body"
66764         name: "generic.resource.api.RelatedNetwork.body-param"
66765         description: "generic.resource.api.RelatedNetwork to be added to list"
66766         required: false
66767         schema:
66768           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
66769           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
66770       responses:
66771         400:
66772           description: "Internal error"
66773         201:
66774           description: "Object created"
66775         409:
66776           description: "Object already exists"
66777     put:
66778       tags:
66779       - "GENERIC-RESOURCE-API"
66780       description: "creates or updates generic.resource.api.RelatedNetwork"
66781       parameters:
66782       - name: "service-instance-id"
66783         in: "path"
66784         description: "Id of service"
66785         required: true
66786         type: "string"
66787       - name: "vnf-id"
66788         in: "path"
66789         description: "Id of vnf"
66790         required: true
66791         type: "string"
66792       - name: "network-role"
66793         in: "path"
66794         description: "Id of vnf-network"
66795         required: true
66796         type: "string"
66797       - in: "body"
66798         name: "generic.resource.api.RelatedNetwork.body-param"
66799         description: "generic.resource.api.RelatedNetwork to be added or updated"
66800         required: false
66801         schema:
66802           $ref: "#/definitions/generic.resource.api.RelatedNetwork"
66803           originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
66804       responses:
66805         400:
66806           description: "Internal error"
66807         201:
66808           description: "Object created"
66809         204:
66810           description: "Object modified"
66811     delete:
66812       tags:
66813       - "GENERIC-RESOURCE-API"
66814       description: "removes generic.resource.api.RelatedNetwork"
66815       parameters:
66816       - name: "service-instance-id"
66817         in: "path"
66818         description: "Id of service"
66819         required: true
66820         type: "string"
66821       - name: "vnf-id"
66822         in: "path"
66823         description: "Id of vnf"
66824         required: true
66825         type: "string"
66826       - name: "network-role"
66827         in: "path"
66828         description: "Id of vnf-network"
66829         required: true
66830         type: "string"
66831       responses:
66832         400:
66833           description: "Internal error"
66834         204:
66835           description: "Object deleted"
66836   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/
66837   : post:
66838       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
66839       parameters:
66840       - name: "service-instance-id"
66841         in: "path"
66842         description: "Id of service"
66843         required: true
66844         type: "string"
66845       - name: "vnf-id"
66846         in: "path"
66847         description: "Id of vnf"
66848         required: true
66849         type: "string"
66850       - name: "network-role"
66851         in: "path"
66852         description: "Id of vnf-network"
66853         required: true
66854         type: "string"
66855       - in: "body"
66856         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
66857         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
66858           \ to list"
66859         required: false
66860         schema:
66861           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66862           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66863       responses:
66864         400:
66865           description: "Internal error"
66866         201:
66867           description: "Object created"
66868         409:
66869           description: "Object already exists"
66870   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
66871   : get:
66872       tags:
66873       - "GENERIC-RESOURCE-API"
66874       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
66875       parameters:
66876       - name: "service-instance-id"
66877         in: "path"
66878         description: "Id of service"
66879         required: true
66880         type: "string"
66881       - name: "vnf-id"
66882         in: "path"
66883         description: "Id of vnf"
66884         required: true
66885         type: "string"
66886       - name: "network-role"
66887         in: "path"
66888         description: "Id of vnf-network"
66889         required: true
66890         type: "string"
66891       - name: "network-id"
66892         in: "path"
66893         description: "Id of related-network"
66894         required: true
66895         type: "string"
66896       responses:
66897         400:
66898           description: "Internal error"
66899         200:
66900           description: "generic.resource.api.relatednetwork.RelatedNetwork"
66901           responseSchema:
66902             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66903             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66904           schema:
66905             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66906             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66907     post:
66908       tags:
66909       - "GENERIC-RESOURCE-API"
66910       description: "creates generic.resource.api.relatednetwork.RelatedNetwork"
66911       parameters:
66912       - name: "service-instance-id"
66913         in: "path"
66914         description: "Id of service"
66915         required: true
66916         type: "string"
66917       - name: "vnf-id"
66918         in: "path"
66919         description: "Id of vnf"
66920         required: true
66921         type: "string"
66922       - name: "network-role"
66923         in: "path"
66924         description: "Id of vnf-network"
66925         required: true
66926         type: "string"
66927       - name: "network-id"
66928         in: "path"
66929         description: "Id of related-network"
66930         required: true
66931         type: "string"
66932       - in: "body"
66933         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
66934         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
66935           \ to list"
66936         required: false
66937         schema:
66938           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66939           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66940       responses:
66941         400:
66942           description: "Internal error"
66943         201:
66944           description: "Object created"
66945         409:
66946           description: "Object already exists"
66947     put:
66948       tags:
66949       - "GENERIC-RESOURCE-API"
66950       description: "creates or updates generic.resource.api.relatednetwork.RelatedNetwork"
66951       parameters:
66952       - name: "service-instance-id"
66953         in: "path"
66954         description: "Id of service"
66955         required: true
66956         type: "string"
66957       - name: "vnf-id"
66958         in: "path"
66959         description: "Id of vnf"
66960         required: true
66961         type: "string"
66962       - name: "network-role"
66963         in: "path"
66964         description: "Id of vnf-network"
66965         required: true
66966         type: "string"
66967       - name: "network-id"
66968         in: "path"
66969         description: "Id of related-network"
66970         required: true
66971         type: "string"
66972       - in: "body"
66973         name: "generic.resource.api.relatednetwork.RelatedNetwork.body-param"
66974         description: "generic.resource.api.relatednetwork.RelatedNetwork to be added\
66975           \ or updated"
66976         required: false
66977         schema:
66978           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66979           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
66980       responses:
66981         400:
66982           description: "Internal error"
66983         201:
66984           description: "Object created"
66985         204:
66986           description: "Object modified"
66987     delete:
66988       tags:
66989       - "GENERIC-RESOURCE-API"
66990       description: "removes generic.resource.api.relatednetwork.RelatedNetwork"
66991       parameters:
66992       - name: "service-instance-id"
66993         in: "path"
66994         description: "Id of service"
66995         required: true
66996         type: "string"
66997       - name: "vnf-id"
66998         in: "path"
66999         description: "Id of vnf"
67000         required: true
67001         type: "string"
67002       - name: "network-role"
67003         in: "path"
67004         description: "Id of vnf-network"
67005         required: true
67006         type: "string"
67007       - name: "network-id"
67008         in: "path"
67009         description: "Id of related-network"
67010         required: true
67011         type: "string"
67012       responses:
67013         400:
67014           description: "Internal error"
67015         204:
67016           description: "Object deleted"
67017   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
67018   : get:
67019       tags:
67020       - "GENERIC-RESOURCE-API"
67021       description: "returns generic.resource.api.vlantags.VlanTags"
67022       parameters:
67023       - name: "service-instance-id"
67024         in: "path"
67025         description: "Id of service"
67026         required: true
67027         type: "string"
67028       - name: "vnf-id"
67029         in: "path"
67030         description: "Id of vnf"
67031         required: true
67032         type: "string"
67033       - name: "network-role"
67034         in: "path"
67035         description: "Id of vnf-network"
67036         required: true
67037         type: "string"
67038       - name: "network-id"
67039         in: "path"
67040         description: "Id of related-network"
67041         required: true
67042         type: "string"
67043       responses:
67044         400:
67045           description: "Internal error"
67046         200:
67047           description: "generic.resource.api.vlantags.VlanTags"
67048           responseSchema:
67049             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
67050             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
67051           schema:
67052             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
67053             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
67054     post:
67055       tags:
67056       - "GENERIC-RESOURCE-API"
67057       description: "creates generic.resource.api.vlantags.VlanTags"
67058       parameters:
67059       - name: "service-instance-id"
67060         in: "path"
67061         description: "Id of service"
67062         required: true
67063         type: "string"
67064       - name: "vnf-id"
67065         in: "path"
67066         description: "Id of vnf"
67067         required: true
67068         type: "string"
67069       - name: "network-role"
67070         in: "path"
67071         description: "Id of vnf-network"
67072         required: true
67073         type: "string"
67074       - name: "network-id"
67075         in: "path"
67076         description: "Id of related-network"
67077         required: true
67078         type: "string"
67079       - in: "body"
67080         name: "generic.resource.api.vlantags.VlanTags.body-param"
67081         description: "generic.resource.api.vlantags.VlanTags to be added to list"
67082         required: false
67083         schema:
67084           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
67085           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
67086       responses:
67087         400:
67088           description: "Internal error"
67089         201:
67090           description: "Object created"
67091         409:
67092           description: "Object already exists"
67093     put:
67094       tags:
67095       - "GENERIC-RESOURCE-API"
67096       description: "creates or updates generic.resource.api.vlantags.VlanTags"
67097       parameters:
67098       - name: "service-instance-id"
67099         in: "path"
67100         description: "Id of service"
67101         required: true
67102         type: "string"
67103       - name: "vnf-id"
67104         in: "path"
67105         description: "Id of vnf"
67106         required: true
67107         type: "string"
67108       - name: "network-role"
67109         in: "path"
67110         description: "Id of vnf-network"
67111         required: true
67112         type: "string"
67113       - name: "network-id"
67114         in: "path"
67115         description: "Id of related-network"
67116         required: true
67117         type: "string"
67118       - in: "body"
67119         name: "generic.resource.api.vlantags.VlanTags.body-param"
67120         description: "generic.resource.api.vlantags.VlanTags to be added or updated"
67121         required: false
67122         schema:
67123           $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
67124           originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
67125       responses:
67126         400:
67127           description: "Internal error"
67128         201:
67129           description: "Object created"
67130         204:
67131           description: "Object modified"
67132     delete:
67133       tags:
67134       - "GENERIC-RESOURCE-API"
67135       description: "removes generic.resource.api.vlantags.VlanTags"
67136       parameters:
67137       - name: "service-instance-id"
67138         in: "path"
67139         description: "Id of service"
67140         required: true
67141         type: "string"
67142       - name: "vnf-id"
67143         in: "path"
67144         description: "Id of vnf"
67145         required: true
67146         type: "string"
67147       - name: "network-role"
67148         in: "path"
67149         description: "Id of vnf-network"
67150         required: true
67151         type: "string"
67152       - name: "network-id"
67153         in: "path"
67154         description: "Id of related-network"
67155         required: true
67156         type: "string"
67157       responses:
67158         400:
67159           description: "Internal error"
67160         204:
67161           description: "Object deleted"
67162   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/
67163   : get:
67164       tags:
67165       - "GENERIC-RESOURCE-API"
67166       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
67167       parameters:
67168       - name: "service-instance-id"
67169         in: "path"
67170         description: "Id of service"
67171         required: true
67172         type: "string"
67173       - name: "vnf-id"
67174         in: "path"
67175         description: "Id of vnf"
67176         required: true
67177         type: "string"
67178       - name: "network-role"
67179         in: "path"
67180         description: "Id of vnf-network"
67181         required: true
67182         type: "string"
67183       responses:
67184         400:
67185           description: "Internal error"
67186         200:
67187           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
67188           responseSchema:
67189             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67190             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67191           schema:
67192             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67193             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67194     post:
67195       tags:
67196       - "GENERIC-RESOURCE-API"
67197       description: "creates generic.resource.api.vnfnetworkdata.SubnetsData"
67198       parameters:
67199       - name: "service-instance-id"
67200         in: "path"
67201         description: "Id of service"
67202         required: true
67203         type: "string"
67204       - name: "vnf-id"
67205         in: "path"
67206         description: "Id of vnf"
67207         required: true
67208         type: "string"
67209       - name: "network-role"
67210         in: "path"
67211         description: "Id of vnf-network"
67212         required: true
67213         type: "string"
67214       - in: "body"
67215         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
67216         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
67217           \ to list"
67218         required: false
67219         schema:
67220           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67221           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67222       responses:
67223         400:
67224           description: "Internal error"
67225         201:
67226           description: "Object created"
67227         409:
67228           description: "Object already exists"
67229     put:
67230       tags:
67231       - "GENERIC-RESOURCE-API"
67232       description: "creates or updates generic.resource.api.vnfnetworkdata.SubnetsData"
67233       parameters:
67234       - name: "service-instance-id"
67235         in: "path"
67236         description: "Id of service"
67237         required: true
67238         type: "string"
67239       - name: "vnf-id"
67240         in: "path"
67241         description: "Id of vnf"
67242         required: true
67243         type: "string"
67244       - name: "network-role"
67245         in: "path"
67246         description: "Id of vnf-network"
67247         required: true
67248         type: "string"
67249       - in: "body"
67250         name: "generic.resource.api.vnfnetworkdata.SubnetsData.body-param"
67251         description: "generic.resource.api.vnfnetworkdata.SubnetsData to be added\
67252           \ or updated"
67253         required: false
67254         schema:
67255           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67256           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
67257       responses:
67258         400:
67259           description: "Internal error"
67260         201:
67261           description: "Object created"
67262         204:
67263           description: "Object modified"
67264     delete:
67265       tags:
67266       - "GENERIC-RESOURCE-API"
67267       description: "removes generic.resource.api.vnfnetworkdata.SubnetsData"
67268       parameters:
67269       - name: "service-instance-id"
67270         in: "path"
67271         description: "Id of service"
67272         required: true
67273         type: "string"
67274       - name: "vnf-id"
67275         in: "path"
67276         description: "Id of vnf"
67277         required: true
67278         type: "string"
67279       - name: "network-role"
67280         in: "path"
67281         description: "Id of vnf-network"
67282         required: true
67283         type: "string"
67284       responses:
67285         400:
67286           description: "Internal error"
67287         204:
67288           description: "Object deleted"
67289   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/
67290   : post:
67291       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67292       parameters:
67293       - name: "service-instance-id"
67294         in: "path"
67295         description: "Id of service"
67296         required: true
67297         type: "string"
67298       - name: "vnf-id"
67299         in: "path"
67300         description: "Id of vnf"
67301         required: true
67302         type: "string"
67303       - name: "network-role"
67304         in: "path"
67305         description: "Id of vnf-network"
67306         required: true
67307         type: "string"
67308       - in: "body"
67309         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
67310         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
67311           \ be added to list"
67312         required: false
67313         schema:
67314           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67315           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67316       responses:
67317         400:
67318           description: "Internal error"
67319         201:
67320           description: "Object created"
67321         409:
67322           description: "Object already exists"
67323   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
67324   : get:
67325       tags:
67326       - "GENERIC-RESOURCE-API"
67327       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67328       parameters:
67329       - name: "service-instance-id"
67330         in: "path"
67331         description: "Id of service"
67332         required: true
67333         type: "string"
67334       - name: "vnf-id"
67335         in: "path"
67336         description: "Id of vnf"
67337         required: true
67338         type: "string"
67339       - name: "network-role"
67340         in: "path"
67341         description: "Id of vnf-network"
67342         required: true
67343         type: "string"
67344       - name: "sdnc-subnet-id"
67345         in: "path"
67346         description: "Id of subnet-data"
67347         required: true
67348         type: "string"
67349       responses:
67350         400:
67351           description: "Internal error"
67352         200:
67353           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67354           responseSchema:
67355             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67356             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67357           schema:
67358             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67359             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67360     post:
67361       tags:
67362       - "GENERIC-RESOURCE-API"
67363       description: "creates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67364       parameters:
67365       - name: "service-instance-id"
67366         in: "path"
67367         description: "Id of service"
67368         required: true
67369         type: "string"
67370       - name: "vnf-id"
67371         in: "path"
67372         description: "Id of vnf"
67373         required: true
67374         type: "string"
67375       - name: "network-role"
67376         in: "path"
67377         description: "Id of vnf-network"
67378         required: true
67379         type: "string"
67380       - name: "sdnc-subnet-id"
67381         in: "path"
67382         description: "Id of subnet-data"
67383         required: true
67384         type: "string"
67385       - in: "body"
67386         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
67387         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
67388           \ be added to list"
67389         required: false
67390         schema:
67391           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67392           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67393       responses:
67394         400:
67395           description: "Internal error"
67396         201:
67397           description: "Object created"
67398         409:
67399           description: "Object already exists"
67400     put:
67401       tags:
67402       - "GENERIC-RESOURCE-API"
67403       description: "creates or updates generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67404       parameters:
67405       - name: "service-instance-id"
67406         in: "path"
67407         description: "Id of service"
67408         required: true
67409         type: "string"
67410       - name: "vnf-id"
67411         in: "path"
67412         description: "Id of vnf"
67413         required: true
67414         type: "string"
67415       - name: "network-role"
67416         in: "path"
67417         description: "Id of vnf-network"
67418         required: true
67419         type: "string"
67420       - name: "sdnc-subnet-id"
67421         in: "path"
67422         description: "Id of subnet-data"
67423         required: true
67424         type: "string"
67425       - in: "body"
67426         name: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData.body-param"
67427         description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData to\
67428           \ be added or updated"
67429         required: false
67430         schema:
67431           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67432           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67433       responses:
67434         400:
67435           description: "Internal error"
67436         201:
67437           description: "Object created"
67438         204:
67439           description: "Object modified"
67440     delete:
67441       tags:
67442       - "GENERIC-RESOURCE-API"
67443       description: "removes generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
67444       parameters:
67445       - name: "service-instance-id"
67446         in: "path"
67447         description: "Id of service"
67448         required: true
67449         type: "string"
67450       - name: "vnf-id"
67451         in: "path"
67452         description: "Id of vnf"
67453         required: true
67454         type: "string"
67455       - name: "network-role"
67456         in: "path"
67457         description: "Id of vnf-network"
67458         required: true
67459         type: "string"
67460       - name: "sdnc-subnet-id"
67461         in: "path"
67462         description: "Id of subnet-data"
67463         required: true
67464         type: "string"
67465       responses:
67466         400:
67467           description: "Internal error"
67468         204:
67469           description: "Object deleted"
67470   ? /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-topology-identifier-structure/
67471   : get:
67472       tags:
67473       - "GENERIC-RESOURCE-API"
67474       description: "returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67475       parameters:
67476       - name: "service-instance-id"
67477         in: "path"
67478         description: "Id of service"
67479         required: true
67480         type: "string"
67481       - name: "vnf-id"
67482         in: "path"
67483         description: "Id of vnf"
67484         required: true
67485         type: "string"
67486       responses:
67487         400:
67488           description: "Internal error"
67489         200:
67490           description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67491           responseSchema:
67492             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67493             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67494           schema:
67495             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67496             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67497     post:
67498       tags:
67499       - "GENERIC-RESOURCE-API"
67500       description: "creates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67501       parameters:
67502       - name: "service-instance-id"
67503         in: "path"
67504         description: "Id of service"
67505         required: true
67506         type: "string"
67507       - name: "vnf-id"
67508         in: "path"
67509         description: "Id of vnf"
67510         required: true
67511         type: "string"
67512       - in: "body"
67513         name: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param"
67514         description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure\
67515           \ to be added to list"
67516         required: false
67517         schema:
67518           $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67519           originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67520       responses:
67521         400:
67522           description: "Internal error"
67523         201:
67524           description: "Object created"
67525         409:
67526           description: "Object already exists"
67527     put:
67528       tags:
67529       - "GENERIC-RESOURCE-API"
67530       description: "creates or updates generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67531       parameters:
67532       - name: "service-instance-id"
67533         in: "path"
67534         description: "Id of service"
67535         required: true
67536         type: "string"
67537       - name: "vnf-id"
67538         in: "path"
67539         description: "Id of vnf"
67540         required: true
67541         type: "string"
67542       - in: "body"
67543         name: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure.body-param"
67544         description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure\
67545           \ to be added or updated"
67546         required: false
67547         schema:
67548           $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67549           originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67550       responses:
67551         400:
67552           description: "Internal error"
67553         201:
67554           description: "Object created"
67555         204:
67556           description: "Object modified"
67557     delete:
67558       tags:
67559       - "GENERIC-RESOURCE-API"
67560       description: "removes generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
67561       parameters:
67562       - name: "service-instance-id"
67563         in: "path"
67564         description: "Id of service"
67565         required: true
67566         type: "string"
67567       - name: "vnf-id"
67568         in: "path"
67569         description: "Id of vnf"
67570         required: true
67571         type: "string"
67572       responses:
67573         400:
67574           description: "Internal error"
67575         204:
67576           description: "Object deleted"
67577   /config/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-status/:
67578     get:
67579       tags:
67580       - "GENERIC-RESOURCE-API"
67581       description: "returns generic.resource.api.servicestatus.ServiceStatus"
67582       parameters:
67583       - name: "service-instance-id"
67584         in: "path"
67585         description: "Id of service"
67586         required: true
67587         type: "string"
67588       responses:
67589         400:
67590           description: "Internal error"
67591         200:
67592           description: "generic.resource.api.servicestatus.ServiceStatus"
67593           responseSchema:
67594             $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67595             originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67596           schema:
67597             $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67598             originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67599     post:
67600       tags:
67601       - "GENERIC-RESOURCE-API"
67602       description: "creates generic.resource.api.servicestatus.ServiceStatus"
67603       parameters:
67604       - name: "service-instance-id"
67605         in: "path"
67606         description: "Id of service"
67607         required: true
67608         type: "string"
67609       - in: "body"
67610         name: "generic.resource.api.servicestatus.ServiceStatus.body-param"
67611         description: "generic.resource.api.servicestatus.ServiceStatus to be added\
67612           \ to list"
67613         required: false
67614         schema:
67615           $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67616           originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67617       responses:
67618         400:
67619           description: "Internal error"
67620         201:
67621           description: "Object created"
67622         409:
67623           description: "Object already exists"
67624     put:
67625       tags:
67626       - "GENERIC-RESOURCE-API"
67627       description: "creates or updates generic.resource.api.servicestatus.ServiceStatus"
67628       parameters:
67629       - name: "service-instance-id"
67630         in: "path"
67631         description: "Id of service"
67632         required: true
67633         type: "string"
67634       - in: "body"
67635         name: "generic.resource.api.servicestatus.ServiceStatus.body-param"
67636         description: "generic.resource.api.servicestatus.ServiceStatus to be added\
67637           \ or updated"
67638         required: false
67639         schema:
67640           $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67641           originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
67642       responses:
67643         400:
67644           description: "Internal error"
67645         201:
67646           description: "Object created"
67647         204:
67648           description: "Object modified"
67649     delete:
67650       tags:
67651       - "GENERIC-RESOURCE-API"
67652       description: "removes generic.resource.api.servicestatus.ServiceStatus"
67653       parameters:
67654       - name: "service-instance-id"
67655         in: "path"
67656         description: "Id of service"
67657         required: true
67658         type: "string"
67659       responses:
67660         400:
67661           description: "Internal error"
67662         204:
67663           description: "Object deleted"
67664   /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/:
67665     get:
67666       tags:
67667       - "GENERIC-RESOURCE-API"
67668       description: "returns generic.resource.api.TunnelxconnAllottedResources"
67669       parameters: []
67670       responses:
67671         400:
67672           description: "Internal error"
67673         200:
67674           description: "generic.resource.api.TunnelxconnAllottedResources"
67675           responseSchema:
67676             $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67677             originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67678           schema:
67679             $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67680             originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67681     post:
67682       tags:
67683       - "GENERIC-RESOURCE-API"
67684       description: "creates generic.resource.api.TunnelxconnAllottedResources"
67685       parameters:
67686       - in: "body"
67687         name: "generic.resource.api.TunnelxconnAllottedResources.body-param"
67688         description: "generic.resource.api.TunnelxconnAllottedResources to be added\
67689           \ to list"
67690         required: false
67691         schema:
67692           $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67693           originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67694       responses:
67695         400:
67696           description: "Internal error"
67697         201:
67698           description: "Object created"
67699         409:
67700           description: "Object already exists"
67701     put:
67702       tags:
67703       - "GENERIC-RESOURCE-API"
67704       description: "creates or updates generic.resource.api.TunnelxconnAllottedResources"
67705       parameters:
67706       - in: "body"
67707         name: "generic.resource.api.TunnelxconnAllottedResources.body-param"
67708         description: "generic.resource.api.TunnelxconnAllottedResources to be added\
67709           \ or updated"
67710         required: false
67711         schema:
67712           $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67713           originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
67714       responses:
67715         400:
67716           description: "Internal error"
67717         201:
67718           description: "Object created"
67719         204:
67720           description: "Object modified"
67721     delete:
67722       tags:
67723       - "GENERIC-RESOURCE-API"
67724       description: "removes generic.resource.api.TunnelxconnAllottedResources"
67725       parameters: []
67726       responses:
67727         400:
67728           description: "Internal error"
67729         204:
67730           description: "Object deleted"
67731   /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/:
67732     post:
67733       description: "creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67734       parameters:
67735       - in: "body"
67736         name: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param"
67737         description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource\
67738           \ to be added to list"
67739         required: false
67740         schema:
67741           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67742           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67743       responses:
67744         400:
67745           description: "Internal error"
67746         201:
67747           description: "Object created"
67748         409:
67749           description: "Object already exists"
67750   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/
67751   : get:
67752       tags:
67753       - "GENERIC-RESOURCE-API"
67754       description: "returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67755       parameters:
67756       - name: "allotted-resource-id"
67757         in: "path"
67758         description: "Id of tunnelxconn-allotted-resource"
67759         required: true
67760         type: "string"
67761       responses:
67762         400:
67763           description: "Internal error"
67764         200:
67765           description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67766           responseSchema:
67767             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67768             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67769           schema:
67770             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67771             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67772     post:
67773       tags:
67774       - "GENERIC-RESOURCE-API"
67775       description: "creates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67776       parameters:
67777       - name: "allotted-resource-id"
67778         in: "path"
67779         description: "Id of tunnelxconn-allotted-resource"
67780         required: true
67781         type: "string"
67782       - in: "body"
67783         name: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param"
67784         description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource\
67785           \ to be added to list"
67786         required: false
67787         schema:
67788           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67789           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67790       responses:
67791         400:
67792           description: "Internal error"
67793         201:
67794           description: "Object created"
67795         409:
67796           description: "Object already exists"
67797     put:
67798       tags:
67799       - "GENERIC-RESOURCE-API"
67800       description: "creates or updates generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67801       parameters:
67802       - name: "allotted-resource-id"
67803         in: "path"
67804         description: "Id of tunnelxconn-allotted-resource"
67805         required: true
67806         type: "string"
67807       - in: "body"
67808         name: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource.body-param"
67809         description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource\
67810           \ to be added or updated"
67811         required: false
67812         schema:
67813           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67814           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67815       responses:
67816         400:
67817           description: "Internal error"
67818         201:
67819           description: "Object created"
67820         204:
67821           description: "Object modified"
67822     delete:
67823       tags:
67824       - "GENERIC-RESOURCE-API"
67825       description: "removes generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
67826       parameters:
67827       - name: "allotted-resource-id"
67828         in: "path"
67829         description: "Id of tunnelxconn-allotted-resource"
67830         required: true
67831         type: "string"
67832       responses:
67833         400:
67834           description: "Internal error"
67835         204:
67836           description: "Object deleted"
67837   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/
67838   : get:
67839       tags:
67840       - "GENERIC-RESOURCE-API"
67841       description: "returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67842       parameters:
67843       - name: "allotted-resource-id"
67844         in: "path"
67845         description: "Id of tunnelxconn-allotted-resource"
67846         required: true
67847         type: "string"
67848       responses:
67849         400:
67850           description: "Internal error"
67851         200:
67852           description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67853           responseSchema:
67854             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67855             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67856           schema:
67857             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67858             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67859     post:
67860       tags:
67861       - "GENERIC-RESOURCE-API"
67862       description: "creates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67863       parameters:
67864       - name: "allotted-resource-id"
67865         in: "path"
67866         description: "Id of tunnelxconn-allotted-resource"
67867         required: true
67868         type: "string"
67869       - in: "body"
67870         name: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param"
67871         description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData\
67872           \ to be added to list"
67873         required: false
67874         schema:
67875           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67876           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67877       responses:
67878         400:
67879           description: "Internal error"
67880         201:
67881           description: "Object created"
67882         409:
67883           description: "Object already exists"
67884     put:
67885       tags:
67886       - "GENERIC-RESOURCE-API"
67887       description: "creates or updates generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67888       parameters:
67889       - name: "allotted-resource-id"
67890         in: "path"
67891         description: "Id of tunnelxconn-allotted-resource"
67892         required: true
67893         type: "string"
67894       - in: "body"
67895         name: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData.body-param"
67896         description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData\
67897           \ to be added or updated"
67898         required: false
67899         schema:
67900           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67901           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67902       responses:
67903         400:
67904           description: "Internal error"
67905         201:
67906           description: "Object created"
67907         204:
67908           description: "Object modified"
67909     delete:
67910       tags:
67911       - "GENERIC-RESOURCE-API"
67912       description: "removes generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
67913       parameters:
67914       - name: "allotted-resource-id"
67915         in: "path"
67916         description: "Id of tunnelxconn-allotted-resource"
67917         required: true
67918         type: "string"
67919       responses:
67920         400:
67921           description: "Internal error"
67922         204:
67923           description: "Object deleted"
67924   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
67925   : get:
67926       tags:
67927       - "GENERIC-RESOURCE-API"
67928       description: "returns generic.resource.api.OperStatusData"
67929       parameters:
67930       - name: "allotted-resource-id"
67931         in: "path"
67932         description: "Id of tunnelxconn-allotted-resource"
67933         required: true
67934         type: "string"
67935       responses:
67936         400:
67937           description: "Internal error"
67938         200:
67939           description: "generic.resource.api.OperStatusData"
67940           responseSchema:
67941             $ref: "#/definitions/generic.resource.api.OperStatusData"
67942             originalRef: "#/definitions/generic.resource.api.OperStatusData"
67943           schema:
67944             $ref: "#/definitions/generic.resource.api.OperStatusData"
67945             originalRef: "#/definitions/generic.resource.api.OperStatusData"
67946     post:
67947       tags:
67948       - "GENERIC-RESOURCE-API"
67949       description: "creates generic.resource.api.OperStatusData"
67950       parameters:
67951       - name: "allotted-resource-id"
67952         in: "path"
67953         description: "Id of tunnelxconn-allotted-resource"
67954         required: true
67955         type: "string"
67956       - in: "body"
67957         name: "generic.resource.api.OperStatusData.body-param"
67958         description: "generic.resource.api.OperStatusData to be added to list"
67959         required: false
67960         schema:
67961           $ref: "#/definitions/generic.resource.api.OperStatusData"
67962           originalRef: "#/definitions/generic.resource.api.OperStatusData"
67963       responses:
67964         400:
67965           description: "Internal error"
67966         201:
67967           description: "Object created"
67968         409:
67969           description: "Object already exists"
67970     put:
67971       tags:
67972       - "GENERIC-RESOURCE-API"
67973       description: "creates or updates generic.resource.api.OperStatusData"
67974       parameters:
67975       - name: "allotted-resource-id"
67976         in: "path"
67977         description: "Id of tunnelxconn-allotted-resource"
67978         required: true
67979         type: "string"
67980       - in: "body"
67981         name: "generic.resource.api.OperStatusData.body-param"
67982         description: "generic.resource.api.OperStatusData to be added or updated"
67983         required: false
67984         schema:
67985           $ref: "#/definitions/generic.resource.api.OperStatusData"
67986           originalRef: "#/definitions/generic.resource.api.OperStatusData"
67987       responses:
67988         400:
67989           description: "Internal error"
67990         201:
67991           description: "Object created"
67992         204:
67993           description: "Object modified"
67994     delete:
67995       tags:
67996       - "GENERIC-RESOURCE-API"
67997       description: "removes generic.resource.api.OperStatusData"
67998       parameters:
67999       - name: "allotted-resource-id"
68000         in: "path"
68001         description: "Id of tunnelxconn-allotted-resource"
68002         required: true
68003         type: "string"
68004       responses:
68005         400:
68006           description: "Internal error"
68007         204:
68008           description: "Object deleted"
68009   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
68010   : get:
68011       tags:
68012       - "GENERIC-RESOURCE-API"
68013       description: "returns generic.resource.api.TunnelxconnOperationInformation"
68014       parameters:
68015       - name: "allotted-resource-id"
68016         in: "path"
68017         description: "Id of tunnelxconn-allotted-resource"
68018         required: true
68019         type: "string"
68020       responses:
68021         400:
68022           description: "Internal error"
68023         200:
68024           description: "generic.resource.api.TunnelxconnOperationInformation"
68025           responseSchema:
68026             $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68027             originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68028           schema:
68029             $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68030             originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68031     post:
68032       tags:
68033       - "GENERIC-RESOURCE-API"
68034       description: "creates generic.resource.api.TunnelxconnOperationInformation"
68035       parameters:
68036       - name: "allotted-resource-id"
68037         in: "path"
68038         description: "Id of tunnelxconn-allotted-resource"
68039         required: true
68040         type: "string"
68041       - in: "body"
68042         name: "generic.resource.api.TunnelxconnOperationInformation.body-param"
68043         description: "generic.resource.api.TunnelxconnOperationInformation to be added\
68044           \ to list"
68045         required: false
68046         schema:
68047           $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68048           originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68049       responses:
68050         400:
68051           description: "Internal error"
68052         201:
68053           description: "Object created"
68054         409:
68055           description: "Object already exists"
68056     put:
68057       tags:
68058       - "GENERIC-RESOURCE-API"
68059       description: "creates or updates generic.resource.api.TunnelxconnOperationInformation"
68060       parameters:
68061       - name: "allotted-resource-id"
68062         in: "path"
68063         description: "Id of tunnelxconn-allotted-resource"
68064         required: true
68065         type: "string"
68066       - in: "body"
68067         name: "generic.resource.api.TunnelxconnOperationInformation.body-param"
68068         description: "generic.resource.api.TunnelxconnOperationInformation to be added\
68069           \ or updated"
68070         required: false
68071         schema:
68072           $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68073           originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
68074       responses:
68075         400:
68076           description: "Internal error"
68077         201:
68078           description: "Object created"
68079         204:
68080           description: "Object modified"
68081     delete:
68082       tags:
68083       - "GENERIC-RESOURCE-API"
68084       description: "removes generic.resource.api.TunnelxconnOperationInformation"
68085       parameters:
68086       - name: "allotted-resource-id"
68087         in: "path"
68088         description: "Id of tunnelxconn-allotted-resource"
68089         required: true
68090         type: "string"
68091       responses:
68092         400:
68093           description: "Internal error"
68094         204:
68095           description: "Object deleted"
68096   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
68097   : get:
68098       tags:
68099       - "GENERIC-RESOURCE-API"
68100       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68101       parameters:
68102       - name: "allotted-resource-id"
68103         in: "path"
68104         description: "Id of tunnelxconn-allotted-resource"
68105         required: true
68106         type: "string"
68107       responses:
68108         400:
68109           description: "Internal error"
68110         200:
68111           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68112           responseSchema:
68113             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68114             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68115           schema:
68116             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68117             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68118     post:
68119       tags:
68120       - "GENERIC-RESOURCE-API"
68121       description: "creates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68122       parameters:
68123       - name: "allotted-resource-id"
68124         in: "path"
68125         description: "Id of tunnelxconn-allotted-resource"
68126         required: true
68127         type: "string"
68128       - in: "body"
68129         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
68130         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
68131           \ to be added to list"
68132         required: false
68133         schema:
68134           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68135           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68136       responses:
68137         400:
68138           description: "Internal error"
68139         201:
68140           description: "Object created"
68141         409:
68142           description: "Object already exists"
68143     put:
68144       tags:
68145       - "GENERIC-RESOURCE-API"
68146       description: "creates or updates generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68147       parameters:
68148       - name: "allotted-resource-id"
68149         in: "path"
68150         description: "Id of tunnelxconn-allotted-resource"
68151         required: true
68152         type: "string"
68153       - in: "body"
68154         name: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation.body-param"
68155         description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation\
68156           \ to be added or updated"
68157         required: false
68158         schema:
68159           $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68160           originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68161       responses:
68162         400:
68163           description: "Internal error"
68164         201:
68165           description: "Object created"
68166         204:
68167           description: "Object modified"
68168     delete:
68169       tags:
68170       - "GENERIC-RESOURCE-API"
68171       description: "removes generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
68172       parameters:
68173       - name: "allotted-resource-id"
68174         in: "path"
68175         description: "Id of tunnelxconn-allotted-resource"
68176         required: true
68177         type: "string"
68178       responses:
68179         400:
68180           description: "Internal error"
68181         204:
68182           description: "Object deleted"
68183   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
68184   : get:
68185       tags:
68186       - "GENERIC-RESOURCE-API"
68187       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
68188       parameters:
68189       - name: "allotted-resource-id"
68190         in: "path"
68191         description: "Id of tunnelxconn-allotted-resource"
68192         required: true
68193         type: "string"
68194       responses:
68195         400:
68196           description: "Internal error"
68197         200:
68198           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
68199           responseSchema:
68200             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68201             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68202           schema:
68203             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68204             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68205     post:
68206       tags:
68207       - "GENERIC-RESOURCE-API"
68208       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
68209       parameters:
68210       - name: "allotted-resource-id"
68211         in: "path"
68212         description: "Id of tunnelxconn-allotted-resource"
68213         required: true
68214         type: "string"
68215       - in: "body"
68216         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
68217         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
68218           \ to be added to list"
68219         required: false
68220         schema:
68221           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68222           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68223       responses:
68224         400:
68225           description: "Internal error"
68226         201:
68227           description: "Object created"
68228         409:
68229           description: "Object already exists"
68230     put:
68231       tags:
68232       - "GENERIC-RESOURCE-API"
68233       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
68234       parameters:
68235       - name: "allotted-resource-id"
68236         in: "path"
68237         description: "Id of tunnelxconn-allotted-resource"
68238         required: true
68239         type: "string"
68240       - in: "body"
68241         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
68242         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
68243           \ to be added or updated"
68244         required: false
68245         schema:
68246           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68247           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68248       responses:
68249         400:
68250           description: "Internal error"
68251         201:
68252           description: "Object created"
68253         204:
68254           description: "Object modified"
68255     delete:
68256       tags:
68257       - "GENERIC-RESOURCE-API"
68258       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
68259       parameters:
68260       - name: "allotted-resource-id"
68261         in: "path"
68262         description: "Id of tunnelxconn-allotted-resource"
68263         required: true
68264         type: "string"
68265       responses:
68266         400:
68267           description: "Internal error"
68268         204:
68269           description: "Object deleted"
68270   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
68271   : get:
68272       tags:
68273       - "GENERIC-RESOURCE-API"
68274       description: "returns generic.resource.api.requestinformation.RequestInformation"
68275       parameters:
68276       - name: "allotted-resource-id"
68277         in: "path"
68278         description: "Id of tunnelxconn-allotted-resource"
68279         required: true
68280         type: "string"
68281       responses:
68282         400:
68283           description: "Internal error"
68284         200:
68285           description: "generic.resource.api.requestinformation.RequestInformation"
68286           responseSchema:
68287             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68288             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68289           schema:
68290             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68291             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68292     post:
68293       tags:
68294       - "GENERIC-RESOURCE-API"
68295       description: "creates generic.resource.api.requestinformation.RequestInformation"
68296       parameters:
68297       - name: "allotted-resource-id"
68298         in: "path"
68299         description: "Id of tunnelxconn-allotted-resource"
68300         required: true
68301         type: "string"
68302       - in: "body"
68303         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
68304         description: "generic.resource.api.requestinformation.RequestInformation to\
68305           \ be added to list"
68306         required: false
68307         schema:
68308           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68309           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68310       responses:
68311         400:
68312           description: "Internal error"
68313         201:
68314           description: "Object created"
68315         409:
68316           description: "Object already exists"
68317     put:
68318       tags:
68319       - "GENERIC-RESOURCE-API"
68320       description: "creates or updates generic.resource.api.requestinformation.RequestInformation"
68321       parameters:
68322       - name: "allotted-resource-id"
68323         in: "path"
68324         description: "Id of tunnelxconn-allotted-resource"
68325         required: true
68326         type: "string"
68327       - in: "body"
68328         name: "generic.resource.api.requestinformation.RequestInformation.body-param"
68329         description: "generic.resource.api.requestinformation.RequestInformation to\
68330           \ be added or updated"
68331         required: false
68332         schema:
68333           $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68334           originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
68335       responses:
68336         400:
68337           description: "Internal error"
68338         201:
68339           description: "Object created"
68340         204:
68341           description: "Object modified"
68342     delete:
68343       tags:
68344       - "GENERIC-RESOURCE-API"
68345       description: "removes generic.resource.api.requestinformation.RequestInformation"
68346       parameters:
68347       - name: "allotted-resource-id"
68348         in: "path"
68349         description: "Id of tunnelxconn-allotted-resource"
68350         required: true
68351         type: "string"
68352       responses:
68353         400:
68354           description: "Internal error"
68355         204:
68356           description: "Object deleted"
68357   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
68358   : get:
68359       tags:
68360       - "GENERIC-RESOURCE-API"
68361       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
68362       parameters:
68363       - name: "allotted-resource-id"
68364         in: "path"
68365         description: "Id of tunnelxconn-allotted-resource"
68366         required: true
68367         type: "string"
68368       responses:
68369         400:
68370           description: "Internal error"
68371         200:
68372           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
68373           responseSchema:
68374             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68375             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68376           schema:
68377             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68378             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68379     post:
68380       tags:
68381       - "GENERIC-RESOURCE-API"
68382       description: "creates generic.resource.api.sdncrequestheader.SdncRequestHeader"
68383       parameters:
68384       - name: "allotted-resource-id"
68385         in: "path"
68386         description: "Id of tunnelxconn-allotted-resource"
68387         required: true
68388         type: "string"
68389       - in: "body"
68390         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
68391         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
68392           \ be added to list"
68393         required: false
68394         schema:
68395           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68396           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68397       responses:
68398         400:
68399           description: "Internal error"
68400         201:
68401           description: "Object created"
68402         409:
68403           description: "Object already exists"
68404     put:
68405       tags:
68406       - "GENERIC-RESOURCE-API"
68407       description: "creates or updates generic.resource.api.sdncrequestheader.SdncRequestHeader"
68408       parameters:
68409       - name: "allotted-resource-id"
68410         in: "path"
68411         description: "Id of tunnelxconn-allotted-resource"
68412         required: true
68413         type: "string"
68414       - in: "body"
68415         name: "generic.resource.api.sdncrequestheader.SdncRequestHeader.body-param"
68416         description: "generic.resource.api.sdncrequestheader.SdncRequestHeader to\
68417           \ be added or updated"
68418         required: false
68419         schema:
68420           $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68421           originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
68422       responses:
68423         400:
68424           description: "Internal error"
68425         201:
68426           description: "Object created"
68427         204:
68428           description: "Object modified"
68429     delete:
68430       tags:
68431       - "GENERIC-RESOURCE-API"
68432       description: "removes generic.resource.api.sdncrequestheader.SdncRequestHeader"
68433       parameters:
68434       - name: "allotted-resource-id"
68435         in: "path"
68436         description: "Id of tunnelxconn-allotted-resource"
68437         required: true
68438         type: "string"
68439       responses:
68440         400:
68441           description: "Internal error"
68442         204:
68443           description: "Object deleted"
68444   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
68445   : get:
68446       tags:
68447       - "GENERIC-RESOURCE-API"
68448       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
68449       parameters:
68450       - name: "allotted-resource-id"
68451         in: "path"
68452         description: "Id of tunnelxconn-allotted-resource"
68453         required: true
68454         type: "string"
68455       responses:
68456         400:
68457           description: "Internal error"
68458         200:
68459           description: "generic.resource.api.serviceinformation.ServiceInformation"
68460           responseSchema:
68461             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68462             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68463           schema:
68464             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68465             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68466     post:
68467       tags:
68468       - "GENERIC-RESOURCE-API"
68469       description: "creates generic.resource.api.serviceinformation.ServiceInformation"
68470       parameters:
68471       - name: "allotted-resource-id"
68472         in: "path"
68473         description: "Id of tunnelxconn-allotted-resource"
68474         required: true
68475         type: "string"
68476       - in: "body"
68477         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
68478         description: "generic.resource.api.serviceinformation.ServiceInformation to\
68479           \ be added to list"
68480         required: false
68481         schema:
68482           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68483           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68484       responses:
68485         400:
68486           description: "Internal error"
68487         201:
68488           description: "Object created"
68489         409:
68490           description: "Object already exists"
68491     put:
68492       tags:
68493       - "GENERIC-RESOURCE-API"
68494       description: "creates or updates generic.resource.api.serviceinformation.ServiceInformation"
68495       parameters:
68496       - name: "allotted-resource-id"
68497         in: "path"
68498         description: "Id of tunnelxconn-allotted-resource"
68499         required: true
68500         type: "string"
68501       - in: "body"
68502         name: "generic.resource.api.serviceinformation.ServiceInformation.body-param"
68503         description: "generic.resource.api.serviceinformation.ServiceInformation to\
68504           \ be added or updated"
68505         required: false
68506         schema:
68507           $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68508           originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
68509       responses:
68510         400:
68511           description: "Internal error"
68512         201:
68513           description: "Object created"
68514         204:
68515           description: "Object modified"
68516     delete:
68517       tags:
68518       - "GENERIC-RESOURCE-API"
68519       description: "removes generic.resource.api.serviceinformation.ServiceInformation"
68520       parameters:
68521       - name: "allotted-resource-id"
68522         in: "path"
68523         description: "Id of tunnelxconn-allotted-resource"
68524         required: true
68525         type: "string"
68526       responses:
68527         400:
68528           description: "Internal error"
68529         204:
68530           description: "Object deleted"
68531   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
68532   : get:
68533       tags:
68534       - "GENERIC-RESOURCE-API"
68535       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
68536       parameters:
68537       - name: "allotted-resource-id"
68538         in: "path"
68539         description: "Id of tunnelxconn-allotted-resource"
68540         required: true
68541         type: "string"
68542       responses:
68543         400:
68544           description: "Internal error"
68545         200:
68546           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
68547           responseSchema:
68548             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68549             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68550           schema:
68551             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68552             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68553     post:
68554       tags:
68555       - "GENERIC-RESOURCE-API"
68556       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
68557       parameters:
68558       - name: "allotted-resource-id"
68559         in: "path"
68560         description: "Id of tunnelxconn-allotted-resource"
68561         required: true
68562         type: "string"
68563       - in: "body"
68564         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
68565         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
68566           \ to be added to list"
68567         required: false
68568         schema:
68569           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68570           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68571       responses:
68572         400:
68573           description: "Internal error"
68574         201:
68575           description: "Object created"
68576         409:
68577           description: "Object already exists"
68578     put:
68579       tags:
68580       - "GENERIC-RESOURCE-API"
68581       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
68582       parameters:
68583       - name: "allotted-resource-id"
68584         in: "path"
68585         description: "Id of tunnelxconn-allotted-resource"
68586         required: true
68587         type: "string"
68588       - in: "body"
68589         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
68590         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
68591           \ to be added or updated"
68592         required: false
68593         schema:
68594           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68595           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
68596       responses:
68597         400:
68598           description: "Internal error"
68599         201:
68600           description: "Object created"
68601         204:
68602           description: "Object modified"
68603     delete:
68604       tags:
68605       - "GENERIC-RESOURCE-API"
68606       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
68607       parameters:
68608       - name: "allotted-resource-id"
68609         in: "path"
68610         description: "Id of tunnelxconn-allotted-resource"
68611         required: true
68612         type: "string"
68613       responses:
68614         400:
68615           description: "Internal error"
68616         204:
68617           description: "Object deleted"
68618   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/tunnelxconn-request-input/
68619   : get:
68620       tags:
68621       - "GENERIC-RESOURCE-API"
68622       description: "returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68623       parameters:
68624       - name: "allotted-resource-id"
68625         in: "path"
68626         description: "Id of tunnelxconn-allotted-resource"
68627         required: true
68628         type: "string"
68629       responses:
68630         400:
68631           description: "Internal error"
68632         200:
68633           description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68634           responseSchema:
68635             $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68636             originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68637           schema:
68638             $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68639             originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68640     post:
68641       tags:
68642       - "GENERIC-RESOURCE-API"
68643       description: "creates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68644       parameters:
68645       - name: "allotted-resource-id"
68646         in: "path"
68647         description: "Id of tunnelxconn-allotted-resource"
68648         required: true
68649         type: "string"
68650       - in: "body"
68651         name: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param"
68652         description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput\
68653           \ to be added to list"
68654         required: false
68655         schema:
68656           $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68657           originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68658       responses:
68659         400:
68660           description: "Internal error"
68661         201:
68662           description: "Object created"
68663         409:
68664           description: "Object already exists"
68665     put:
68666       tags:
68667       - "GENERIC-RESOURCE-API"
68668       description: "creates or updates generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68669       parameters:
68670       - name: "allotted-resource-id"
68671         in: "path"
68672         description: "Id of tunnelxconn-allotted-resource"
68673         required: true
68674         type: "string"
68675       - in: "body"
68676         name: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput.body-param"
68677         description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput\
68678           \ to be added or updated"
68679         required: false
68680         schema:
68681           $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68682           originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68683       responses:
68684         400:
68685           description: "Internal error"
68686         201:
68687           description: "Object created"
68688         204:
68689           description: "Object modified"
68690     delete:
68691       tags:
68692       - "GENERIC-RESOURCE-API"
68693       description: "removes generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
68694       parameters:
68695       - name: "allotted-resource-id"
68696         in: "path"
68697         description: "Id of tunnelxconn-allotted-resource"
68698         required: true
68699         type: "string"
68700       responses:
68701         400:
68702           description: "Internal error"
68703         204:
68704           description: "Object deleted"
68705   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/
68706   : get:
68707       tags:
68708       - "GENERIC-RESOURCE-API"
68709       description: "returns generic.resource.api.Param"
68710       parameters:
68711       - name: "allotted-resource-id"
68712         in: "path"
68713         description: "Id of tunnelxconn-allotted-resource"
68714         required: true
68715         type: "string"
68716       responses:
68717         400:
68718           description: "Internal error"
68719         200:
68720           description: "generic.resource.api.Param"
68721           responseSchema:
68722             $ref: "#/definitions/generic.resource.api.Param"
68723             originalRef: "#/definitions/generic.resource.api.Param"
68724           schema:
68725             $ref: "#/definitions/generic.resource.api.Param"
68726             originalRef: "#/definitions/generic.resource.api.Param"
68727     post:
68728       tags:
68729       - "GENERIC-RESOURCE-API"
68730       description: "creates generic.resource.api.Param"
68731       parameters:
68732       - name: "allotted-resource-id"
68733         in: "path"
68734         description: "Id of tunnelxconn-allotted-resource"
68735         required: true
68736         type: "string"
68737       - in: "body"
68738         name: "generic.resource.api.Param.body-param"
68739         description: "generic.resource.api.Param to be added to list"
68740         required: false
68741         schema:
68742           $ref: "#/definitions/generic.resource.api.Param"
68743           originalRef: "#/definitions/generic.resource.api.Param"
68744       responses:
68745         400:
68746           description: "Internal error"
68747         201:
68748           description: "Object created"
68749         409:
68750           description: "Object already exists"
68751     put:
68752       tags:
68753       - "GENERIC-RESOURCE-API"
68754       description: "creates or updates generic.resource.api.Param"
68755       parameters:
68756       - name: "allotted-resource-id"
68757         in: "path"
68758         description: "Id of tunnelxconn-allotted-resource"
68759         required: true
68760         type: "string"
68761       - in: "body"
68762         name: "generic.resource.api.Param.body-param"
68763         description: "generic.resource.api.Param to be added or updated"
68764         required: false
68765         schema:
68766           $ref: "#/definitions/generic.resource.api.Param"
68767           originalRef: "#/definitions/generic.resource.api.Param"
68768       responses:
68769         400:
68770           description: "Internal error"
68771         201:
68772           description: "Object created"
68773         204:
68774           description: "Object modified"
68775     delete:
68776       tags:
68777       - "GENERIC-RESOURCE-API"
68778       description: "removes generic.resource.api.Param"
68779       parameters:
68780       - name: "allotted-resource-id"
68781         in: "path"
68782         description: "Id of tunnelxconn-allotted-resource"
68783         required: true
68784         type: "string"
68785       responses:
68786         400:
68787           description: "Internal error"
68788         204:
68789           description: "Object deleted"
68790   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/
68791   : post:
68792       description: "creates generic.resource.api.param.Param"
68793       parameters:
68794       - name: "allotted-resource-id"
68795         in: "path"
68796         description: "Id of tunnelxconn-allotted-resource"
68797         required: true
68798         type: "string"
68799       - in: "body"
68800         name: "generic.resource.api.param.Param.body-param"
68801         description: "generic.resource.api.param.Param to be added to list"
68802         required: false
68803         schema:
68804           $ref: "#/definitions/generic.resource.api.param.Param"
68805           originalRef: "#/definitions/generic.resource.api.param.Param"
68806       responses:
68807         400:
68808           description: "Internal error"
68809         201:
68810           description: "Object created"
68811         409:
68812           description: "Object already exists"
68813   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/
68814   : get:
68815       tags:
68816       - "GENERIC-RESOURCE-API"
68817       description: "returns generic.resource.api.param.Param"
68818       parameters:
68819       - name: "allotted-resource-id"
68820         in: "path"
68821         description: "Id of tunnelxconn-allotted-resource"
68822         required: true
68823         type: "string"
68824       - name: "name"
68825         in: "path"
68826         description: "Id of param"
68827         required: true
68828         type: "string"
68829       responses:
68830         400:
68831           description: "Internal error"
68832         200:
68833           description: "generic.resource.api.param.Param"
68834           responseSchema:
68835             $ref: "#/definitions/generic.resource.api.param.Param"
68836             originalRef: "#/definitions/generic.resource.api.param.Param"
68837           schema:
68838             $ref: "#/definitions/generic.resource.api.param.Param"
68839             originalRef: "#/definitions/generic.resource.api.param.Param"
68840     post:
68841       tags:
68842       - "GENERIC-RESOURCE-API"
68843       description: "creates generic.resource.api.param.Param"
68844       parameters:
68845       - name: "allotted-resource-id"
68846         in: "path"
68847         description: "Id of tunnelxconn-allotted-resource"
68848         required: true
68849         type: "string"
68850       - name: "name"
68851         in: "path"
68852         description: "Id of param"
68853         required: true
68854         type: "string"
68855       - in: "body"
68856         name: "generic.resource.api.param.Param.body-param"
68857         description: "generic.resource.api.param.Param to be added to list"
68858         required: false
68859         schema:
68860           $ref: "#/definitions/generic.resource.api.param.Param"
68861           originalRef: "#/definitions/generic.resource.api.param.Param"
68862       responses:
68863         400:
68864           description: "Internal error"
68865         201:
68866           description: "Object created"
68867         409:
68868           description: "Object already exists"
68869     put:
68870       tags:
68871       - "GENERIC-RESOURCE-API"
68872       description: "creates or updates generic.resource.api.param.Param"
68873       parameters:
68874       - name: "allotted-resource-id"
68875         in: "path"
68876         description: "Id of tunnelxconn-allotted-resource"
68877         required: true
68878         type: "string"
68879       - name: "name"
68880         in: "path"
68881         description: "Id of param"
68882         required: true
68883         type: "string"
68884       - in: "body"
68885         name: "generic.resource.api.param.Param.body-param"
68886         description: "generic.resource.api.param.Param to be added or updated"
68887         required: false
68888         schema:
68889           $ref: "#/definitions/generic.resource.api.param.Param"
68890           originalRef: "#/definitions/generic.resource.api.param.Param"
68891       responses:
68892         400:
68893           description: "Internal error"
68894         201:
68895           description: "Object created"
68896         204:
68897           description: "Object modified"
68898     delete:
68899       tags:
68900       - "GENERIC-RESOURCE-API"
68901       description: "removes generic.resource.api.param.Param"
68902       parameters:
68903       - name: "allotted-resource-id"
68904         in: "path"
68905         description: "Id of tunnelxconn-allotted-resource"
68906         required: true
68907         type: "string"
68908       - name: "name"
68909         in: "path"
68910         description: "Id of param"
68911         required: true
68912         type: "string"
68913       responses:
68914         400:
68915           description: "Internal error"
68916         204:
68917           description: "Object deleted"
68918   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/
68919   : get:
68920       tags:
68921       - "GENERIC-RESOURCE-API"
68922       description: "returns generic.resource.api.param.param.ResourceResolutionData"
68923       parameters:
68924       - name: "allotted-resource-id"
68925         in: "path"
68926         description: "Id of tunnelxconn-allotted-resource"
68927         required: true
68928         type: "string"
68929       - name: "name"
68930         in: "path"
68931         description: "Id of param"
68932         required: true
68933         type: "string"
68934       responses:
68935         400:
68936           description: "Internal error"
68937         200:
68938           description: "generic.resource.api.param.param.ResourceResolutionData"
68939           responseSchema:
68940             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68941             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68942           schema:
68943             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68944             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68945     post:
68946       tags:
68947       - "GENERIC-RESOURCE-API"
68948       description: "creates generic.resource.api.param.param.ResourceResolutionData"
68949       parameters:
68950       - name: "allotted-resource-id"
68951         in: "path"
68952         description: "Id of tunnelxconn-allotted-resource"
68953         required: true
68954         type: "string"
68955       - name: "name"
68956         in: "path"
68957         description: "Id of param"
68958         required: true
68959         type: "string"
68960       - in: "body"
68961         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
68962         description: "generic.resource.api.param.param.ResourceResolutionData to be\
68963           \ added to list"
68964         required: false
68965         schema:
68966           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68967           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68968       responses:
68969         400:
68970           description: "Internal error"
68971         201:
68972           description: "Object created"
68973         409:
68974           description: "Object already exists"
68975     put:
68976       tags:
68977       - "GENERIC-RESOURCE-API"
68978       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
68979       parameters:
68980       - name: "allotted-resource-id"
68981         in: "path"
68982         description: "Id of tunnelxconn-allotted-resource"
68983         required: true
68984         type: "string"
68985       - name: "name"
68986         in: "path"
68987         description: "Id of param"
68988         required: true
68989         type: "string"
68990       - in: "body"
68991         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
68992         description: "generic.resource.api.param.param.ResourceResolutionData to be\
68993           \ added or updated"
68994         required: false
68995         schema:
68996           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68997           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
68998       responses:
68999         400:
69000           description: "Internal error"
69001         201:
69002           description: "Object created"
69003         204:
69004           description: "Object modified"
69005     delete:
69006       tags:
69007       - "GENERIC-RESOURCE-API"
69008       description: "removes generic.resource.api.param.param.ResourceResolutionData"
69009       parameters:
69010       - name: "allotted-resource-id"
69011         in: "path"
69012         description: "Id of tunnelxconn-allotted-resource"
69013         required: true
69014         type: "string"
69015       - name: "name"
69016         in: "path"
69017         description: "Id of param"
69018         required: true
69019         type: "string"
69020       responses:
69021         400:
69022           description: "Internal error"
69023         204:
69024           description: "Object deleted"
69025   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/
69026   : post:
69027       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69028       parameters:
69029       - name: "allotted-resource-id"
69030         in: "path"
69031         description: "Id of tunnelxconn-allotted-resource"
69032         required: true
69033         type: "string"
69034       - name: "name"
69035         in: "path"
69036         description: "Id of param"
69037         required: true
69038         type: "string"
69039       - in: "body"
69040         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69041         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69042           \ to be added to list"
69043         required: false
69044         schema:
69045           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69046           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69047       responses:
69048         400:
69049           description: "Internal error"
69050         201:
69051           description: "Object created"
69052         409:
69053           description: "Object already exists"
69054   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
69055   : get:
69056       tags:
69057       - "GENERIC-RESOURCE-API"
69058       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69059       parameters:
69060       - name: "allotted-resource-id"
69061         in: "path"
69062         description: "Id of tunnelxconn-allotted-resource"
69063         required: true
69064         type: "string"
69065       - name: "name"
69066         in: "path"
69067         description: "Id of param"
69068         required: true
69069         type: "string"
69070       - name: "resource-key-name"
69071         in: "path"
69072         description: "Id of resource-key"
69073         required: true
69074         type: "string"
69075       responses:
69076         400:
69077           description: "Internal error"
69078         200:
69079           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69080           responseSchema:
69081             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69082             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69083           schema:
69084             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69085             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69086     post:
69087       tags:
69088       - "GENERIC-RESOURCE-API"
69089       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69090       parameters:
69091       - name: "allotted-resource-id"
69092         in: "path"
69093         description: "Id of tunnelxconn-allotted-resource"
69094         required: true
69095         type: "string"
69096       - name: "name"
69097         in: "path"
69098         description: "Id of param"
69099         required: true
69100         type: "string"
69101       - name: "resource-key-name"
69102         in: "path"
69103         description: "Id of resource-key"
69104         required: true
69105         type: "string"
69106       - in: "body"
69107         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69108         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69109           \ to be added to list"
69110         required: false
69111         schema:
69112           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69113           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69114       responses:
69115         400:
69116           description: "Internal error"
69117         201:
69118           description: "Object created"
69119         409:
69120           description: "Object already exists"
69121     put:
69122       tags:
69123       - "GENERIC-RESOURCE-API"
69124       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69125       parameters:
69126       - name: "allotted-resource-id"
69127         in: "path"
69128         description: "Id of tunnelxconn-allotted-resource"
69129         required: true
69130         type: "string"
69131       - name: "name"
69132         in: "path"
69133         description: "Id of param"
69134         required: true
69135         type: "string"
69136       - name: "resource-key-name"
69137         in: "path"
69138         description: "Id of resource-key"
69139         required: true
69140         type: "string"
69141       - in: "body"
69142         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69143         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69144           \ to be added or updated"
69145         required: false
69146         schema:
69147           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69148           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69149       responses:
69150         400:
69151           description: "Internal error"
69152         201:
69153           description: "Object created"
69154         204:
69155           description: "Object modified"
69156     delete:
69157       tags:
69158       - "GENERIC-RESOURCE-API"
69159       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69160       parameters:
69161       - name: "allotted-resource-id"
69162         in: "path"
69163         description: "Id of tunnelxconn-allotted-resource"
69164         required: true
69165         type: "string"
69166       - name: "name"
69167         in: "path"
69168         description: "Id of param"
69169         required: true
69170         type: "string"
69171       - name: "resource-key-name"
69172         in: "path"
69173         description: "Id of resource-key"
69174         required: true
69175         type: "string"
69176       responses:
69177         400:
69178           description: "Internal error"
69179         204:
69180           description: "Object deleted"
69181   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/
69182   : get:
69183       tags:
69184       - "GENERIC-RESOURCE-API"
69185       description: "returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69186       parameters:
69187       - name: "allotted-resource-id"
69188         in: "path"
69189         description: "Id of tunnelxconn-allotted-resource"
69190         required: true
69191         type: "string"
69192       responses:
69193         400:
69194           description: "Internal error"
69195         200:
69196           description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69197           responseSchema:
69198             $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69199             originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69200           schema:
69201             $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69202             originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69203     post:
69204       tags:
69205       - "GENERIC-RESOURCE-API"
69206       description: "creates generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69207       parameters:
69208       - name: "allotted-resource-id"
69209         in: "path"
69210         description: "Id of tunnelxconn-allotted-resource"
69211         required: true
69212         type: "string"
69213       - in: "body"
69214         name: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param"
69215         description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology\
69216           \ to be added to list"
69217         required: false
69218         schema:
69219           $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69220           originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69221       responses:
69222         400:
69223           description: "Internal error"
69224         201:
69225           description: "Object created"
69226         409:
69227           description: "Object already exists"
69228     put:
69229       tags:
69230       - "GENERIC-RESOURCE-API"
69231       description: "creates or updates generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69232       parameters:
69233       - name: "allotted-resource-id"
69234         in: "path"
69235         description: "Id of tunnelxconn-allotted-resource"
69236         required: true
69237         type: "string"
69238       - in: "body"
69239         name: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology.body-param"
69240         description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology\
69241           \ to be added or updated"
69242         required: false
69243         schema:
69244           $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69245           originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69246       responses:
69247         400:
69248           description: "Internal error"
69249         201:
69250           description: "Object created"
69251         204:
69252           description: "Object modified"
69253     delete:
69254       tags:
69255       - "GENERIC-RESOURCE-API"
69256       description: "removes generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
69257       parameters:
69258       - name: "allotted-resource-id"
69259         in: "path"
69260         description: "Id of tunnelxconn-allotted-resource"
69261         required: true
69262         type: "string"
69263       responses:
69264         400:
69265           description: "Internal error"
69266         204:
69267           description: "Object deleted"
69268   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/allotted-resource-identifiers/
69269   : get:
69270       tags:
69271       - "GENERIC-RESOURCE-API"
69272       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69273       parameters:
69274       - name: "allotted-resource-id"
69275         in: "path"
69276         description: "Id of tunnelxconn-allotted-resource"
69277         required: true
69278         type: "string"
69279       responses:
69280         400:
69281           description: "Internal error"
69282         200:
69283           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69284           responseSchema:
69285             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69286             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69287           schema:
69288             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69289             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69290     post:
69291       tags:
69292       - "GENERIC-RESOURCE-API"
69293       description: "creates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69294       parameters:
69295       - name: "allotted-resource-id"
69296         in: "path"
69297         description: "Id of tunnelxconn-allotted-resource"
69298         required: true
69299         type: "string"
69300       - in: "body"
69301         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
69302         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
69303           \ to be added to list"
69304         required: false
69305         schema:
69306           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69307           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69308       responses:
69309         400:
69310           description: "Internal error"
69311         201:
69312           description: "Object created"
69313         409:
69314           description: "Object already exists"
69315     put:
69316       tags:
69317       - "GENERIC-RESOURCE-API"
69318       description: "creates or updates generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69319       parameters:
69320       - name: "allotted-resource-id"
69321         in: "path"
69322         description: "Id of tunnelxconn-allotted-resource"
69323         required: true
69324         type: "string"
69325       - in: "body"
69326         name: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers.body-param"
69327         description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers\
69328           \ to be added or updated"
69329         required: false
69330         schema:
69331           $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69332           originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69333       responses:
69334         400:
69335           description: "Internal error"
69336         201:
69337           description: "Object created"
69338         204:
69339           description: "Object modified"
69340     delete:
69341       tags:
69342       - "GENERIC-RESOURCE-API"
69343       description: "removes generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
69344       parameters:
69345       - name: "allotted-resource-id"
69346         in: "path"
69347         description: "Id of tunnelxconn-allotted-resource"
69348         required: true
69349         type: "string"
69350       responses:
69351         400:
69352           description: "Internal error"
69353         204:
69354           description: "Object deleted"
69355   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/onap-model-information/
69356   : get:
69357       tags:
69358       - "GENERIC-RESOURCE-API"
69359       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
69360       parameters:
69361       - name: "allotted-resource-id"
69362         in: "path"
69363         description: "Id of tunnelxconn-allotted-resource"
69364         required: true
69365         type: "string"
69366       responses:
69367         400:
69368           description: "Internal error"
69369         200:
69370           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
69371           responseSchema:
69372             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69373             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69374           schema:
69375             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69376             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69377     post:
69378       tags:
69379       - "GENERIC-RESOURCE-API"
69380       description: "creates generic.resource.api.onapmodelinformation.OnapModelInformation"
69381       parameters:
69382       - name: "allotted-resource-id"
69383         in: "path"
69384         description: "Id of tunnelxconn-allotted-resource"
69385         required: true
69386         type: "string"
69387       - in: "body"
69388         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
69389         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
69390           \ to be added to list"
69391         required: false
69392         schema:
69393           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69394           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69395       responses:
69396         400:
69397           description: "Internal error"
69398         201:
69399           description: "Object created"
69400         409:
69401           description: "Object already exists"
69402     put:
69403       tags:
69404       - "GENERIC-RESOURCE-API"
69405       description: "creates or updates generic.resource.api.onapmodelinformation.OnapModelInformation"
69406       parameters:
69407       - name: "allotted-resource-id"
69408         in: "path"
69409         description: "Id of tunnelxconn-allotted-resource"
69410         required: true
69411         type: "string"
69412       - in: "body"
69413         name: "generic.resource.api.onapmodelinformation.OnapModelInformation.body-param"
69414         description: "generic.resource.api.onapmodelinformation.OnapModelInformation\
69415           \ to be added or updated"
69416         required: false
69417         schema:
69418           $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69419           originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
69420       responses:
69421         400:
69422           description: "Internal error"
69423         201:
69424           description: "Object created"
69425         204:
69426           description: "Object modified"
69427     delete:
69428       tags:
69429       - "GENERIC-RESOURCE-API"
69430       description: "removes generic.resource.api.onapmodelinformation.OnapModelInformation"
69431       parameters:
69432       - name: "allotted-resource-id"
69433         in: "path"
69434         description: "Id of tunnelxconn-allotted-resource"
69435         required: true
69436         type: "string"
69437       responses:
69438         400:
69439           description: "Internal error"
69440         204:
69441           description: "Object deleted"
69442   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-assignments/
69443   : get:
69444       tags:
69445       - "GENERIC-RESOURCE-API"
69446       description: "returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69447       parameters:
69448       - name: "allotted-resource-id"
69449         in: "path"
69450         description: "Id of tunnelxconn-allotted-resource"
69451         required: true
69452         type: "string"
69453       responses:
69454         400:
69455           description: "Internal error"
69456         200:
69457           description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69458           responseSchema:
69459             $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69460             originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69461           schema:
69462             $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69463             originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69464     post:
69465       tags:
69466       - "GENERIC-RESOURCE-API"
69467       description: "creates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69468       parameters:
69469       - name: "allotted-resource-id"
69470         in: "path"
69471         description: "Id of tunnelxconn-allotted-resource"
69472         required: true
69473         type: "string"
69474       - in: "body"
69475         name: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param"
69476         description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments\
69477           \ to be added to list"
69478         required: false
69479         schema:
69480           $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69481           originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69482       responses:
69483         400:
69484           description: "Internal error"
69485         201:
69486           description: "Object created"
69487         409:
69488           description: "Object already exists"
69489     put:
69490       tags:
69491       - "GENERIC-RESOURCE-API"
69492       description: "creates or updates generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69493       parameters:
69494       - name: "allotted-resource-id"
69495         in: "path"
69496         description: "Id of tunnelxconn-allotted-resource"
69497         required: true
69498         type: "string"
69499       - in: "body"
69500         name: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments.body-param"
69501         description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments\
69502           \ to be added or updated"
69503         required: false
69504         schema:
69505           $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69506           originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69507       responses:
69508         400:
69509           description: "Internal error"
69510         201:
69511           description: "Object created"
69512         204:
69513           description: "Object modified"
69514     delete:
69515       tags:
69516       - "GENERIC-RESOURCE-API"
69517       description: "removes generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
69518       parameters:
69519       - name: "allotted-resource-id"
69520         in: "path"
69521         description: "Id of tunnelxconn-allotted-resource"
69522         required: true
69523         type: "string"
69524       responses:
69525         400:
69526           description: "Internal error"
69527         204:
69528           description: "Object deleted"
69529   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/
69530   : get:
69531       tags:
69532       - "GENERIC-RESOURCE-API"
69533       description: "returns generic.resource.api.Param"
69534       parameters:
69535       - name: "allotted-resource-id"
69536         in: "path"
69537         description: "Id of tunnelxconn-allotted-resource"
69538         required: true
69539         type: "string"
69540       responses:
69541         400:
69542           description: "Internal error"
69543         200:
69544           description: "generic.resource.api.Param"
69545           responseSchema:
69546             $ref: "#/definitions/generic.resource.api.Param"
69547             originalRef: "#/definitions/generic.resource.api.Param"
69548           schema:
69549             $ref: "#/definitions/generic.resource.api.Param"
69550             originalRef: "#/definitions/generic.resource.api.Param"
69551     post:
69552       tags:
69553       - "GENERIC-RESOURCE-API"
69554       description: "creates generic.resource.api.Param"
69555       parameters:
69556       - name: "allotted-resource-id"
69557         in: "path"
69558         description: "Id of tunnelxconn-allotted-resource"
69559         required: true
69560         type: "string"
69561       - in: "body"
69562         name: "generic.resource.api.Param.body-param"
69563         description: "generic.resource.api.Param to be added to list"
69564         required: false
69565         schema:
69566           $ref: "#/definitions/generic.resource.api.Param"
69567           originalRef: "#/definitions/generic.resource.api.Param"
69568       responses:
69569         400:
69570           description: "Internal error"
69571         201:
69572           description: "Object created"
69573         409:
69574           description: "Object already exists"
69575     put:
69576       tags:
69577       - "GENERIC-RESOURCE-API"
69578       description: "creates or updates generic.resource.api.Param"
69579       parameters:
69580       - name: "allotted-resource-id"
69581         in: "path"
69582         description: "Id of tunnelxconn-allotted-resource"
69583         required: true
69584         type: "string"
69585       - in: "body"
69586         name: "generic.resource.api.Param.body-param"
69587         description: "generic.resource.api.Param to be added or updated"
69588         required: false
69589         schema:
69590           $ref: "#/definitions/generic.resource.api.Param"
69591           originalRef: "#/definitions/generic.resource.api.Param"
69592       responses:
69593         400:
69594           description: "Internal error"
69595         201:
69596           description: "Object created"
69597         204:
69598           description: "Object modified"
69599     delete:
69600       tags:
69601       - "GENERIC-RESOURCE-API"
69602       description: "removes generic.resource.api.Param"
69603       parameters:
69604       - name: "allotted-resource-id"
69605         in: "path"
69606         description: "Id of tunnelxconn-allotted-resource"
69607         required: true
69608         type: "string"
69609       responses:
69610         400:
69611           description: "Internal error"
69612         204:
69613           description: "Object deleted"
69614   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/
69615   : post:
69616       description: "creates generic.resource.api.param.Param"
69617       parameters:
69618       - name: "allotted-resource-id"
69619         in: "path"
69620         description: "Id of tunnelxconn-allotted-resource"
69621         required: true
69622         type: "string"
69623       - in: "body"
69624         name: "generic.resource.api.param.Param.body-param"
69625         description: "generic.resource.api.param.Param to be added to list"
69626         required: false
69627         schema:
69628           $ref: "#/definitions/generic.resource.api.param.Param"
69629           originalRef: "#/definitions/generic.resource.api.param.Param"
69630       responses:
69631         400:
69632           description: "Internal error"
69633         201:
69634           description: "Object created"
69635         409:
69636           description: "Object already exists"
69637   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/
69638   : get:
69639       tags:
69640       - "GENERIC-RESOURCE-API"
69641       description: "returns generic.resource.api.param.Param"
69642       parameters:
69643       - name: "allotted-resource-id"
69644         in: "path"
69645         description: "Id of tunnelxconn-allotted-resource"
69646         required: true
69647         type: "string"
69648       - name: "name"
69649         in: "path"
69650         description: "Id of param"
69651         required: true
69652         type: "string"
69653       responses:
69654         400:
69655           description: "Internal error"
69656         200:
69657           description: "generic.resource.api.param.Param"
69658           responseSchema:
69659             $ref: "#/definitions/generic.resource.api.param.Param"
69660             originalRef: "#/definitions/generic.resource.api.param.Param"
69661           schema:
69662             $ref: "#/definitions/generic.resource.api.param.Param"
69663             originalRef: "#/definitions/generic.resource.api.param.Param"
69664     post:
69665       tags:
69666       - "GENERIC-RESOURCE-API"
69667       description: "creates generic.resource.api.param.Param"
69668       parameters:
69669       - name: "allotted-resource-id"
69670         in: "path"
69671         description: "Id of tunnelxconn-allotted-resource"
69672         required: true
69673         type: "string"
69674       - name: "name"
69675         in: "path"
69676         description: "Id of param"
69677         required: true
69678         type: "string"
69679       - in: "body"
69680         name: "generic.resource.api.param.Param.body-param"
69681         description: "generic.resource.api.param.Param to be added to list"
69682         required: false
69683         schema:
69684           $ref: "#/definitions/generic.resource.api.param.Param"
69685           originalRef: "#/definitions/generic.resource.api.param.Param"
69686       responses:
69687         400:
69688           description: "Internal error"
69689         201:
69690           description: "Object created"
69691         409:
69692           description: "Object already exists"
69693     put:
69694       tags:
69695       - "GENERIC-RESOURCE-API"
69696       description: "creates or updates generic.resource.api.param.Param"
69697       parameters:
69698       - name: "allotted-resource-id"
69699         in: "path"
69700         description: "Id of tunnelxconn-allotted-resource"
69701         required: true
69702         type: "string"
69703       - name: "name"
69704         in: "path"
69705         description: "Id of param"
69706         required: true
69707         type: "string"
69708       - in: "body"
69709         name: "generic.resource.api.param.Param.body-param"
69710         description: "generic.resource.api.param.Param to be added or updated"
69711         required: false
69712         schema:
69713           $ref: "#/definitions/generic.resource.api.param.Param"
69714           originalRef: "#/definitions/generic.resource.api.param.Param"
69715       responses:
69716         400:
69717           description: "Internal error"
69718         201:
69719           description: "Object created"
69720         204:
69721           description: "Object modified"
69722     delete:
69723       tags:
69724       - "GENERIC-RESOURCE-API"
69725       description: "removes generic.resource.api.param.Param"
69726       parameters:
69727       - name: "allotted-resource-id"
69728         in: "path"
69729         description: "Id of tunnelxconn-allotted-resource"
69730         required: true
69731         type: "string"
69732       - name: "name"
69733         in: "path"
69734         description: "Id of param"
69735         required: true
69736         type: "string"
69737       responses:
69738         400:
69739           description: "Internal error"
69740         204:
69741           description: "Object deleted"
69742   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/resource-resolution-data/
69743   : get:
69744       tags:
69745       - "GENERIC-RESOURCE-API"
69746       description: "returns generic.resource.api.param.param.ResourceResolutionData"
69747       parameters:
69748       - name: "allotted-resource-id"
69749         in: "path"
69750         description: "Id of tunnelxconn-allotted-resource"
69751         required: true
69752         type: "string"
69753       - name: "name"
69754         in: "path"
69755         description: "Id of param"
69756         required: true
69757         type: "string"
69758       responses:
69759         400:
69760           description: "Internal error"
69761         200:
69762           description: "generic.resource.api.param.param.ResourceResolutionData"
69763           responseSchema:
69764             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69765             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69766           schema:
69767             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69768             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69769     post:
69770       tags:
69771       - "GENERIC-RESOURCE-API"
69772       description: "creates generic.resource.api.param.param.ResourceResolutionData"
69773       parameters:
69774       - name: "allotted-resource-id"
69775         in: "path"
69776         description: "Id of tunnelxconn-allotted-resource"
69777         required: true
69778         type: "string"
69779       - name: "name"
69780         in: "path"
69781         description: "Id of param"
69782         required: true
69783         type: "string"
69784       - in: "body"
69785         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
69786         description: "generic.resource.api.param.param.ResourceResolutionData to be\
69787           \ added to list"
69788         required: false
69789         schema:
69790           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69791           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69792       responses:
69793         400:
69794           description: "Internal error"
69795         201:
69796           description: "Object created"
69797         409:
69798           description: "Object already exists"
69799     put:
69800       tags:
69801       - "GENERIC-RESOURCE-API"
69802       description: "creates or updates generic.resource.api.param.param.ResourceResolutionData"
69803       parameters:
69804       - name: "allotted-resource-id"
69805         in: "path"
69806         description: "Id of tunnelxconn-allotted-resource"
69807         required: true
69808         type: "string"
69809       - name: "name"
69810         in: "path"
69811         description: "Id of param"
69812         required: true
69813         type: "string"
69814       - in: "body"
69815         name: "generic.resource.api.param.param.ResourceResolutionData.body-param"
69816         description: "generic.resource.api.param.param.ResourceResolutionData to be\
69817           \ added or updated"
69818         required: false
69819         schema:
69820           $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69821           originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
69822       responses:
69823         400:
69824           description: "Internal error"
69825         201:
69826           description: "Object created"
69827         204:
69828           description: "Object modified"
69829     delete:
69830       tags:
69831       - "GENERIC-RESOURCE-API"
69832       description: "removes generic.resource.api.param.param.ResourceResolutionData"
69833       parameters:
69834       - name: "allotted-resource-id"
69835         in: "path"
69836         description: "Id of tunnelxconn-allotted-resource"
69837         required: true
69838         type: "string"
69839       - name: "name"
69840         in: "path"
69841         description: "Id of param"
69842         required: true
69843         type: "string"
69844       responses:
69845         400:
69846           description: "Internal error"
69847         204:
69848           description: "Object deleted"
69849   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/
69850   : post:
69851       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69852       parameters:
69853       - name: "allotted-resource-id"
69854         in: "path"
69855         description: "Id of tunnelxconn-allotted-resource"
69856         required: true
69857         type: "string"
69858       - name: "name"
69859         in: "path"
69860         description: "Id of param"
69861         required: true
69862         type: "string"
69863       - in: "body"
69864         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69865         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69866           \ to be added to list"
69867         required: false
69868         schema:
69869           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69870           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69871       responses:
69872         400:
69873           description: "Internal error"
69874         201:
69875           description: "Object created"
69876         409:
69877           description: "Object already exists"
69878   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
69879   : get:
69880       tags:
69881       - "GENERIC-RESOURCE-API"
69882       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69883       parameters:
69884       - name: "allotted-resource-id"
69885         in: "path"
69886         description: "Id of tunnelxconn-allotted-resource"
69887         required: true
69888         type: "string"
69889       - name: "name"
69890         in: "path"
69891         description: "Id of param"
69892         required: true
69893         type: "string"
69894       - name: "resource-key-name"
69895         in: "path"
69896         description: "Id of resource-key"
69897         required: true
69898         type: "string"
69899       responses:
69900         400:
69901           description: "Internal error"
69902         200:
69903           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69904           responseSchema:
69905             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69906             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69907           schema:
69908             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69909             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69910     post:
69911       tags:
69912       - "GENERIC-RESOURCE-API"
69913       description: "creates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69914       parameters:
69915       - name: "allotted-resource-id"
69916         in: "path"
69917         description: "Id of tunnelxconn-allotted-resource"
69918         required: true
69919         type: "string"
69920       - name: "name"
69921         in: "path"
69922         description: "Id of param"
69923         required: true
69924         type: "string"
69925       - name: "resource-key-name"
69926         in: "path"
69927         description: "Id of resource-key"
69928         required: true
69929         type: "string"
69930       - in: "body"
69931         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69932         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69933           \ to be added to list"
69934         required: false
69935         schema:
69936           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69937           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69938       responses:
69939         400:
69940           description: "Internal error"
69941         201:
69942           description: "Object created"
69943         409:
69944           description: "Object already exists"
69945     put:
69946       tags:
69947       - "GENERIC-RESOURCE-API"
69948       description: "creates or updates generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69949       parameters:
69950       - name: "allotted-resource-id"
69951         in: "path"
69952         description: "Id of tunnelxconn-allotted-resource"
69953         required: true
69954         type: "string"
69955       - name: "name"
69956         in: "path"
69957         description: "Id of param"
69958         required: true
69959         type: "string"
69960       - name: "resource-key-name"
69961         in: "path"
69962         description: "Id of resource-key"
69963         required: true
69964         type: "string"
69965       - in: "body"
69966         name: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey.body-param"
69967         description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey\
69968           \ to be added or updated"
69969         required: false
69970         schema:
69971           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69972           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69973       responses:
69974         400:
69975           description: "Internal error"
69976         201:
69977           description: "Object created"
69978         204:
69979           description: "Object modified"
69980     delete:
69981       tags:
69982       - "GENERIC-RESOURCE-API"
69983       description: "removes generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
69984       parameters:
69985       - name: "allotted-resource-id"
69986         in: "path"
69987         description: "Id of tunnelxconn-allotted-resource"
69988         required: true
69989         type: "string"
69990       - name: "name"
69991         in: "path"
69992         description: "Id of param"
69993         required: true
69994         type: "string"
69995       - name: "resource-key-name"
69996         in: "path"
69997         description: "Id of resource-key"
69998         required: true
69999         type: "string"
70000       responses:
70001         400:
70002           description: "Internal error"
70003         204:
70004           description: "Object deleted"
70005   ? /config/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-status/
70006   : get:
70007       tags:
70008       - "GENERIC-RESOURCE-API"
70009       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70010       parameters:
70011       - name: "allotted-resource-id"
70012         in: "path"
70013         description: "Id of tunnelxconn-allotted-resource"
70014         required: true
70015         type: "string"
70016       responses:
70017         400:
70018           description: "Internal error"
70019         200:
70020           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70021           responseSchema:
70022             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70023             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70024           schema:
70025             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70026             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70027     post:
70028       tags:
70029       - "GENERIC-RESOURCE-API"
70030       description: "creates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70031       parameters:
70032       - name: "allotted-resource-id"
70033         in: "path"
70034         description: "Id of tunnelxconn-allotted-resource"
70035         required: true
70036         type: "string"
70037       - in: "body"
70038         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
70039         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
70040           \ to be added to list"
70041         required: false
70042         schema:
70043           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70044           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70045       responses:
70046         400:
70047           description: "Internal error"
70048         201:
70049           description: "Object created"
70050         409:
70051           description: "Object already exists"
70052     put:
70053       tags:
70054       - "GENERIC-RESOURCE-API"
70055       description: "creates or updates generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70056       parameters:
70057       - name: "allotted-resource-id"
70058         in: "path"
70059         description: "Id of tunnelxconn-allotted-resource"
70060         required: true
70061         type: "string"
70062       - in: "body"
70063         name: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus.body-param"
70064         description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus\
70065           \ to be added or updated"
70066         required: false
70067         schema:
70068           $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70069           originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70070       responses:
70071         400:
70072           description: "Internal error"
70073         201:
70074           description: "Object created"
70075         204:
70076           description: "Object modified"
70077     delete:
70078       tags:
70079       - "GENERIC-RESOURCE-API"
70080       description: "removes generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70081       parameters:
70082       - name: "allotted-resource-id"
70083         in: "path"
70084         description: "Id of tunnelxconn-allotted-resource"
70085         required: true
70086         type: "string"
70087       responses:
70088         400:
70089           description: "Internal error"
70090         204:
70091           description: "Object deleted"
70092   /operational/GENERIC-RESOURCE-API:brg-allotted-resources/:
70093     get:
70094       tags:
70095       - "GENERIC-RESOURCE-API"
70096       description: "returns generic.resource.api.BrgAllottedResources"
70097       parameters: []
70098       responses:
70099         400:
70100           description: "Internal error"
70101         200:
70102           description: "generic.resource.api.BrgAllottedResources"
70103           responseSchema:
70104             $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
70105             originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
70106           schema:
70107             $ref: "#/definitions/generic.resource.api.BrgAllottedResources"
70108             originalRef: "#/definitions/generic.resource.api.BrgAllottedResources"
70109   /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/:
70110     get:
70111       tags:
70112       - "GENERIC-RESOURCE-API"
70113       description: "returns generic.resource.api.brgallottedresources.BrgAllottedResource"
70114       parameters:
70115       - name: "allotted-resource-id"
70116         in: "path"
70117         description: "Id of brg-allotted-resource"
70118         required: true
70119         type: "string"
70120       responses:
70121         400:
70122           description: "Internal error"
70123         200:
70124           description: "generic.resource.api.brgallottedresources.BrgAllottedResource"
70125           responseSchema:
70126             $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
70127             originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
70128           schema:
70129             $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
70130             originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
70131   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/
70132   : get:
70133       tags:
70134       - "GENERIC-RESOURCE-API"
70135       description: "returns generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70136       parameters:
70137       - name: "allotted-resource-id"
70138         in: "path"
70139         description: "Id of brg-allotted-resource"
70140         required: true
70141         type: "string"
70142       responses:
70143         400:
70144           description: "Internal error"
70145         200:
70146           description: "generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70147           responseSchema:
70148             $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70149             originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70150           schema:
70151             $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70152             originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
70153   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
70154   : get:
70155       tags:
70156       - "GENERIC-RESOURCE-API"
70157       description: "returns generic.resource.api.OperStatusData"
70158       parameters:
70159       - name: "allotted-resource-id"
70160         in: "path"
70161         description: "Id of brg-allotted-resource"
70162         required: true
70163         type: "string"
70164       responses:
70165         400:
70166           description: "Internal error"
70167         200:
70168           description: "generic.resource.api.OperStatusData"
70169           responseSchema:
70170             $ref: "#/definitions/generic.resource.api.OperStatusData"
70171             originalRef: "#/definitions/generic.resource.api.OperStatusData"
70172           schema:
70173             $ref: "#/definitions/generic.resource.api.OperStatusData"
70174             originalRef: "#/definitions/generic.resource.api.OperStatusData"
70175   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
70176   : get:
70177       tags:
70178       - "GENERIC-RESOURCE-API"
70179       description: "returns generic.resource.api.BrgOperationInformation"
70180       parameters:
70181       - name: "allotted-resource-id"
70182         in: "path"
70183         description: "Id of brg-allotted-resource"
70184         required: true
70185         type: "string"
70186       responses:
70187         400:
70188           description: "Internal error"
70189         200:
70190           description: "generic.resource.api.BrgOperationInformation"
70191           responseSchema:
70192             $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
70193             originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
70194           schema:
70195             $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
70196             originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
70197   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
70198   : get:
70199       tags:
70200       - "GENERIC-RESOURCE-API"
70201       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70202       parameters:
70203       - name: "allotted-resource-id"
70204         in: "path"
70205         description: "Id of brg-allotted-resource"
70206         required: true
70207         type: "string"
70208       responses:
70209         400:
70210           description: "Internal error"
70211         200:
70212           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70213           responseSchema:
70214             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70215             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70216           schema:
70217             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70218             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70219   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
70220   : get:
70221       tags:
70222       - "GENERIC-RESOURCE-API"
70223       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
70224       parameters:
70225       - name: "allotted-resource-id"
70226         in: "path"
70227         description: "Id of brg-allotted-resource"
70228         required: true
70229         type: "string"
70230       responses:
70231         400:
70232           description: "Internal error"
70233         200:
70234           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
70235           responseSchema:
70236             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70237             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70238           schema:
70239             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70240             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70241   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/brg-request-input/
70242   : get:
70243       tags:
70244       - "GENERIC-RESOURCE-API"
70245       description: "returns generic.resource.api.brgrequestinput.BrgRequestInput"
70246       parameters:
70247       - name: "allotted-resource-id"
70248         in: "path"
70249         description: "Id of brg-allotted-resource"
70250         required: true
70251         type: "string"
70252       responses:
70253         400:
70254           description: "Internal error"
70255         200:
70256           description: "generic.resource.api.brgrequestinput.BrgRequestInput"
70257           responseSchema:
70258             $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
70259             originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
70260           schema:
70261             $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
70262             originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
70263   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
70264   : get:
70265       tags:
70266       - "GENERIC-RESOURCE-API"
70267       description: "returns generic.resource.api.requestinformation.RequestInformation"
70268       parameters:
70269       - name: "allotted-resource-id"
70270         in: "path"
70271         description: "Id of brg-allotted-resource"
70272         required: true
70273         type: "string"
70274       responses:
70275         400:
70276           description: "Internal error"
70277         200:
70278           description: "generic.resource.api.requestinformation.RequestInformation"
70279           responseSchema:
70280             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70281             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70282           schema:
70283             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70284             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70285   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
70286   : get:
70287       tags:
70288       - "GENERIC-RESOURCE-API"
70289       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
70290       parameters:
70291       - name: "allotted-resource-id"
70292         in: "path"
70293         description: "Id of brg-allotted-resource"
70294         required: true
70295         type: "string"
70296       responses:
70297         400:
70298           description: "Internal error"
70299         200:
70300           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
70301           responseSchema:
70302             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70303             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70304           schema:
70305             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70306             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70307   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
70308   : get:
70309       tags:
70310       - "GENERIC-RESOURCE-API"
70311       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
70312       parameters:
70313       - name: "allotted-resource-id"
70314         in: "path"
70315         description: "Id of brg-allotted-resource"
70316         required: true
70317         type: "string"
70318       responses:
70319         400:
70320           description: "Internal error"
70321         200:
70322           description: "generic.resource.api.serviceinformation.ServiceInformation"
70323           responseSchema:
70324             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70325             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70326           schema:
70327             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70328             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70329   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
70330   : get:
70331       tags:
70332       - "GENERIC-RESOURCE-API"
70333       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
70334       parameters:
70335       - name: "allotted-resource-id"
70336         in: "path"
70337         description: "Id of brg-allotted-resource"
70338         required: true
70339         type: "string"
70340       responses:
70341         400:
70342           description: "Internal error"
70343         200:
70344           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
70345           responseSchema:
70346             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70347             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70348           schema:
70349             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70350             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70351   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/
70352   : get:
70353       tags:
70354       - "GENERIC-RESOURCE-API"
70355       description: "returns generic.resource.api.Param"
70356       parameters:
70357       - name: "allotted-resource-id"
70358         in: "path"
70359         description: "Id of brg-allotted-resource"
70360         required: true
70361         type: "string"
70362       responses:
70363         400:
70364           description: "Internal error"
70365         200:
70366           description: "generic.resource.api.Param"
70367           responseSchema:
70368             $ref: "#/definitions/generic.resource.api.Param"
70369             originalRef: "#/definitions/generic.resource.api.Param"
70370           schema:
70371             $ref: "#/definitions/generic.resource.api.Param"
70372             originalRef: "#/definitions/generic.resource.api.Param"
70373   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/
70374   : get:
70375       tags:
70376       - "GENERIC-RESOURCE-API"
70377       description: "returns generic.resource.api.param.Param"
70378       parameters:
70379       - name: "allotted-resource-id"
70380         in: "path"
70381         description: "Id of brg-allotted-resource"
70382         required: true
70383         type: "string"
70384       - name: "name"
70385         in: "path"
70386         description: "Id of param"
70387         required: true
70388         type: "string"
70389       responses:
70390         400:
70391           description: "Internal error"
70392         200:
70393           description: "generic.resource.api.param.Param"
70394           responseSchema:
70395             $ref: "#/definitions/generic.resource.api.param.Param"
70396             originalRef: "#/definitions/generic.resource.api.param.Param"
70397           schema:
70398             $ref: "#/definitions/generic.resource.api.param.Param"
70399             originalRef: "#/definitions/generic.resource.api.param.Param"
70400   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/
70401   : get:
70402       tags:
70403       - "GENERIC-RESOURCE-API"
70404       description: "returns generic.resource.api.param.param.ResourceResolutionData"
70405       parameters:
70406       - name: "allotted-resource-id"
70407         in: "path"
70408         description: "Id of brg-allotted-resource"
70409         required: true
70410         type: "string"
70411       - name: "name"
70412         in: "path"
70413         description: "Id of param"
70414         required: true
70415         type: "string"
70416       responses:
70417         400:
70418           description: "Internal error"
70419         200:
70420           description: "generic.resource.api.param.param.ResourceResolutionData"
70421           responseSchema:
70422             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70423             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70424           schema:
70425             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70426             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70427   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
70428   : get:
70429       tags:
70430       - "GENERIC-RESOURCE-API"
70431       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70432       parameters:
70433       - name: "allotted-resource-id"
70434         in: "path"
70435         description: "Id of brg-allotted-resource"
70436         required: true
70437         type: "string"
70438       - name: "name"
70439         in: "path"
70440         description: "Id of param"
70441         required: true
70442         type: "string"
70443       - name: "resource-key-name"
70444         in: "path"
70445         description: "Id of resource-key"
70446         required: true
70447         type: "string"
70448       responses:
70449         400:
70450           description: "Internal error"
70451         200:
70452           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70453           responseSchema:
70454             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70455             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70456           schema:
70457             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70458             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70459   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/
70460   : get:
70461       tags:
70462       - "GENERIC-RESOURCE-API"
70463       description: "returns generic.resource.api.brgtopology.BrgTopology"
70464       parameters:
70465       - name: "allotted-resource-id"
70466         in: "path"
70467         description: "Id of brg-allotted-resource"
70468         required: true
70469         type: "string"
70470       responses:
70471         400:
70472           description: "Internal error"
70473         200:
70474           description: "generic.resource.api.brgtopology.BrgTopology"
70475           responseSchema:
70476             $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
70477             originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
70478           schema:
70479             $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
70480             originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
70481   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/allotted-resource-identifiers/
70482   : get:
70483       tags:
70484       - "GENERIC-RESOURCE-API"
70485       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70486       parameters:
70487       - name: "allotted-resource-id"
70488         in: "path"
70489         description: "Id of brg-allotted-resource"
70490         required: true
70491         type: "string"
70492       responses:
70493         400:
70494           description: "Internal error"
70495         200:
70496           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70497           responseSchema:
70498             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70499             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70500           schema:
70501             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70502             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
70503   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-assignments/
70504   : get:
70505       tags:
70506       - "GENERIC-RESOURCE-API"
70507       description: "returns generic.resource.api.brgassignments.BrgAssignments"
70508       parameters:
70509       - name: "allotted-resource-id"
70510         in: "path"
70511         description: "Id of brg-allotted-resource"
70512         required: true
70513         type: "string"
70514       responses:
70515         400:
70516           description: "Internal error"
70517         200:
70518           description: "generic.resource.api.brgassignments.BrgAssignments"
70519           responseSchema:
70520             $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
70521             originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
70522           schema:
70523             $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
70524             originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
70525   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/
70526   : get:
70527       tags:
70528       - "GENERIC-RESOURCE-API"
70529       description: "returns generic.resource.api.Param"
70530       parameters:
70531       - name: "allotted-resource-id"
70532         in: "path"
70533         description: "Id of brg-allotted-resource"
70534         required: true
70535         type: "string"
70536       responses:
70537         400:
70538           description: "Internal error"
70539         200:
70540           description: "generic.resource.api.Param"
70541           responseSchema:
70542             $ref: "#/definitions/generic.resource.api.Param"
70543             originalRef: "#/definitions/generic.resource.api.Param"
70544           schema:
70545             $ref: "#/definitions/generic.resource.api.Param"
70546             originalRef: "#/definitions/generic.resource.api.Param"
70547   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/
70548   : get:
70549       tags:
70550       - "GENERIC-RESOURCE-API"
70551       description: "returns generic.resource.api.param.Param"
70552       parameters:
70553       - name: "allotted-resource-id"
70554         in: "path"
70555         description: "Id of brg-allotted-resource"
70556         required: true
70557         type: "string"
70558       - name: "name"
70559         in: "path"
70560         description: "Id of param"
70561         required: true
70562         type: "string"
70563       responses:
70564         400:
70565           description: "Internal error"
70566         200:
70567           description: "generic.resource.api.param.Param"
70568           responseSchema:
70569             $ref: "#/definitions/generic.resource.api.param.Param"
70570             originalRef: "#/definitions/generic.resource.api.param.Param"
70571           schema:
70572             $ref: "#/definitions/generic.resource.api.param.Param"
70573             originalRef: "#/definitions/generic.resource.api.param.Param"
70574   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/resource-resolution-data/
70575   : get:
70576       tags:
70577       - "GENERIC-RESOURCE-API"
70578       description: "returns generic.resource.api.param.param.ResourceResolutionData"
70579       parameters:
70580       - name: "allotted-resource-id"
70581         in: "path"
70582         description: "Id of brg-allotted-resource"
70583         required: true
70584         type: "string"
70585       - name: "name"
70586         in: "path"
70587         description: "Id of param"
70588         required: true
70589         type: "string"
70590       responses:
70591         400:
70592           description: "Internal error"
70593         200:
70594           description: "generic.resource.api.param.param.ResourceResolutionData"
70595           responseSchema:
70596             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70597             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70598           schema:
70599             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70600             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70601   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/brg-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
70602   : get:
70603       tags:
70604       - "GENERIC-RESOURCE-API"
70605       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70606       parameters:
70607       - name: "allotted-resource-id"
70608         in: "path"
70609         description: "Id of brg-allotted-resource"
70610         required: true
70611         type: "string"
70612       - name: "name"
70613         in: "path"
70614         description: "Id of param"
70615         required: true
70616         type: "string"
70617       - name: "resource-key-name"
70618         in: "path"
70619         description: "Id of resource-key"
70620         required: true
70621         type: "string"
70622       responses:
70623         400:
70624           description: "Internal error"
70625         200:
70626           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70627           responseSchema:
70628             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70629             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70630           schema:
70631             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70632             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70633   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-data/brg-topology/onap-model-information/
70634   : get:
70635       tags:
70636       - "GENERIC-RESOURCE-API"
70637       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
70638       parameters:
70639       - name: "allotted-resource-id"
70640         in: "path"
70641         description: "Id of brg-allotted-resource"
70642         required: true
70643         type: "string"
70644       responses:
70645         400:
70646           description: "Internal error"
70647         200:
70648           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
70649           responseSchema:
70650             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70651             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70652           schema:
70653             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70654             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70655   ? /operational/GENERIC-RESOURCE-API:brg-allotted-resources/brg-allotted-resource/{allotted-resource-id}/allotted-resource-status/
70656   : get:
70657       tags:
70658       - "GENERIC-RESOURCE-API"
70659       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70660       parameters:
70661       - name: "allotted-resource-id"
70662         in: "path"
70663         description: "Id of brg-allotted-resource"
70664         required: true
70665         type: "string"
70666       responses:
70667         400:
70668           description: "Internal error"
70669         200:
70670           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70671           responseSchema:
70672             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70673             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70674           schema:
70675             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70676             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
70677   /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/:
70678     get:
70679       tags:
70680       - "GENERIC-RESOURCE-API"
70681       description: "returns generic.resource.api.ConnectionAttachmentAllottedResources"
70682       parameters: []
70683       responses:
70684         400:
70685           description: "Internal error"
70686         200:
70687           description: "generic.resource.api.ConnectionAttachmentAllottedResources"
70688           responseSchema:
70689             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
70690             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
70691           schema:
70692             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
70693             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAllottedResources"
70694   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/
70695   : get:
70696       tags:
70697       - "GENERIC-RESOURCE-API"
70698       description: "returns generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70699       parameters:
70700       - name: "allotted-resource-id"
70701         in: "path"
70702         description: "Id of connection-attachment-allotted-resource"
70703         required: true
70704         type: "string"
70705       responses:
70706         400:
70707           description: "Internal error"
70708         200:
70709           description: "generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70710           responseSchema:
70711             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70712             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70713           schema:
70714             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70715             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
70716   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/
70717   : get:
70718       tags:
70719       - "GENERIC-RESOURCE-API"
70720       description: "returns generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70721       parameters:
70722       - name: "allotted-resource-id"
70723         in: "path"
70724         description: "Id of connection-attachment-allotted-resource"
70725         required: true
70726         type: "string"
70727       responses:
70728         400:
70729           description: "Internal error"
70730         200:
70731           description: "generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70732           responseSchema:
70733             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70734             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70735           schema:
70736             $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70737             originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
70738   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
70739   : get:
70740       tags:
70741       - "GENERIC-RESOURCE-API"
70742       description: "returns generic.resource.api.OperStatusData"
70743       parameters:
70744       - name: "allotted-resource-id"
70745         in: "path"
70746         description: "Id of connection-attachment-allotted-resource"
70747         required: true
70748         type: "string"
70749       responses:
70750         400:
70751           description: "Internal error"
70752         200:
70753           description: "generic.resource.api.OperStatusData"
70754           responseSchema:
70755             $ref: "#/definitions/generic.resource.api.OperStatusData"
70756             originalRef: "#/definitions/generic.resource.api.OperStatusData"
70757           schema:
70758             $ref: "#/definitions/generic.resource.api.OperStatusData"
70759             originalRef: "#/definitions/generic.resource.api.OperStatusData"
70760   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
70761   : get:
70762       tags:
70763       - "GENERIC-RESOURCE-API"
70764       description: "returns generic.resource.api.ConnectionAttachmentOperationInformation"
70765       parameters:
70766       - name: "allotted-resource-id"
70767         in: "path"
70768         description: "Id of connection-attachment-allotted-resource"
70769         required: true
70770         type: "string"
70771       responses:
70772         400:
70773           description: "Internal error"
70774         200:
70775           description: "generic.resource.api.ConnectionAttachmentOperationInformation"
70776           responseSchema:
70777             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
70778             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
70779           schema:
70780             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
70781             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
70782   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
70783   : get:
70784       tags:
70785       - "GENERIC-RESOURCE-API"
70786       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70787       parameters:
70788       - name: "allotted-resource-id"
70789         in: "path"
70790         description: "Id of connection-attachment-allotted-resource"
70791         required: true
70792         type: "string"
70793       responses:
70794         400:
70795           description: "Internal error"
70796         200:
70797           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70798           responseSchema:
70799             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70800             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70801           schema:
70802             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70803             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
70804   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
70805   : get:
70806       tags:
70807       - "GENERIC-RESOURCE-API"
70808       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
70809       parameters:
70810       - name: "allotted-resource-id"
70811         in: "path"
70812         description: "Id of connection-attachment-allotted-resource"
70813         required: true
70814         type: "string"
70815       responses:
70816         400:
70817           description: "Internal error"
70818         200:
70819           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
70820           responseSchema:
70821             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70822             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70823           schema:
70824             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70825             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
70826   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/
70827   : get:
70828       tags:
70829       - "GENERIC-RESOURCE-API"
70830       description: "returns generic.resource.api.Param"
70831       parameters:
70832       - name: "allotted-resource-id"
70833         in: "path"
70834         description: "Id of connection-attachment-allotted-resource"
70835         required: true
70836         type: "string"
70837       responses:
70838         400:
70839           description: "Internal error"
70840         200:
70841           description: "generic.resource.api.Param"
70842           responseSchema:
70843             $ref: "#/definitions/generic.resource.api.Param"
70844             originalRef: "#/definitions/generic.resource.api.Param"
70845           schema:
70846             $ref: "#/definitions/generic.resource.api.Param"
70847             originalRef: "#/definitions/generic.resource.api.Param"
70848   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/
70849   : get:
70850       tags:
70851       - "GENERIC-RESOURCE-API"
70852       description: "returns generic.resource.api.param.Param"
70853       parameters:
70854       - name: "allotted-resource-id"
70855         in: "path"
70856         description: "Id of connection-attachment-allotted-resource"
70857         required: true
70858         type: "string"
70859       - name: "name"
70860         in: "path"
70861         description: "Id of param"
70862         required: true
70863         type: "string"
70864       responses:
70865         400:
70866           description: "Internal error"
70867         200:
70868           description: "generic.resource.api.param.Param"
70869           responseSchema:
70870             $ref: "#/definitions/generic.resource.api.param.Param"
70871             originalRef: "#/definitions/generic.resource.api.param.Param"
70872           schema:
70873             $ref: "#/definitions/generic.resource.api.param.Param"
70874             originalRef: "#/definitions/generic.resource.api.param.Param"
70875   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/resource-resolution-data/
70876   : get:
70877       tags:
70878       - "GENERIC-RESOURCE-API"
70879       description: "returns generic.resource.api.param.param.ResourceResolutionData"
70880       parameters:
70881       - name: "allotted-resource-id"
70882         in: "path"
70883         description: "Id of connection-attachment-allotted-resource"
70884         required: true
70885         type: "string"
70886       - name: "name"
70887         in: "path"
70888         description: "Id of param"
70889         required: true
70890         type: "string"
70891       responses:
70892         400:
70893           description: "Internal error"
70894         200:
70895           description: "generic.resource.api.param.param.ResourceResolutionData"
70896           responseSchema:
70897             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70898             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70899           schema:
70900             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70901             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
70902   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/connection-attachment-request-input/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
70903   : get:
70904       tags:
70905       - "GENERIC-RESOURCE-API"
70906       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70907       parameters:
70908       - name: "allotted-resource-id"
70909         in: "path"
70910         description: "Id of connection-attachment-allotted-resource"
70911         required: true
70912         type: "string"
70913       - name: "name"
70914         in: "path"
70915         description: "Id of param"
70916         required: true
70917         type: "string"
70918       - name: "resource-key-name"
70919         in: "path"
70920         description: "Id of resource-key"
70921         required: true
70922         type: "string"
70923       responses:
70924         400:
70925           description: "Internal error"
70926         200:
70927           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70928           responseSchema:
70929             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70930             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70931           schema:
70932             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70933             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
70934   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
70935   : get:
70936       tags:
70937       - "GENERIC-RESOURCE-API"
70938       description: "returns generic.resource.api.requestinformation.RequestInformation"
70939       parameters:
70940       - name: "allotted-resource-id"
70941         in: "path"
70942         description: "Id of connection-attachment-allotted-resource"
70943         required: true
70944         type: "string"
70945       responses:
70946         400:
70947           description: "Internal error"
70948         200:
70949           description: "generic.resource.api.requestinformation.RequestInformation"
70950           responseSchema:
70951             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70952             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70953           schema:
70954             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70955             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
70956   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
70957   : get:
70958       tags:
70959       - "GENERIC-RESOURCE-API"
70960       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
70961       parameters:
70962       - name: "allotted-resource-id"
70963         in: "path"
70964         description: "Id of connection-attachment-allotted-resource"
70965         required: true
70966         type: "string"
70967       responses:
70968         400:
70969           description: "Internal error"
70970         200:
70971           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
70972           responseSchema:
70973             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70974             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70975           schema:
70976             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70977             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
70978   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
70979   : get:
70980       tags:
70981       - "GENERIC-RESOURCE-API"
70982       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
70983       parameters:
70984       - name: "allotted-resource-id"
70985         in: "path"
70986         description: "Id of connection-attachment-allotted-resource"
70987         required: true
70988         type: "string"
70989       responses:
70990         400:
70991           description: "Internal error"
70992         200:
70993           description: "generic.resource.api.serviceinformation.ServiceInformation"
70994           responseSchema:
70995             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70996             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70997           schema:
70998             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
70999             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
71000   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
71001   : get:
71002       tags:
71003       - "GENERIC-RESOURCE-API"
71004       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
71005       parameters:
71006       - name: "allotted-resource-id"
71007         in: "path"
71008         description: "Id of connection-attachment-allotted-resource"
71009         required: true
71010         type: "string"
71011       responses:
71012         400:
71013           description: "Internal error"
71014         200:
71015           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
71016           responseSchema:
71017             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71018             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71019           schema:
71020             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71021             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71022   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/
71023   : get:
71024       tags:
71025       - "GENERIC-RESOURCE-API"
71026       description: "returns generic.resource.api.Param"
71027       parameters:
71028       - name: "allotted-resource-id"
71029         in: "path"
71030         description: "Id of connection-attachment-allotted-resource"
71031         required: true
71032         type: "string"
71033       responses:
71034         400:
71035           description: "Internal error"
71036         200:
71037           description: "generic.resource.api.Param"
71038           responseSchema:
71039             $ref: "#/definitions/generic.resource.api.Param"
71040             originalRef: "#/definitions/generic.resource.api.Param"
71041           schema:
71042             $ref: "#/definitions/generic.resource.api.Param"
71043             originalRef: "#/definitions/generic.resource.api.Param"
71044   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/
71045   : get:
71046       tags:
71047       - "GENERIC-RESOURCE-API"
71048       description: "returns generic.resource.api.param.Param"
71049       parameters:
71050       - name: "allotted-resource-id"
71051         in: "path"
71052         description: "Id of connection-attachment-allotted-resource"
71053         required: true
71054         type: "string"
71055       - name: "name"
71056         in: "path"
71057         description: "Id of param"
71058         required: true
71059         type: "string"
71060       responses:
71061         400:
71062           description: "Internal error"
71063         200:
71064           description: "generic.resource.api.param.Param"
71065           responseSchema:
71066             $ref: "#/definitions/generic.resource.api.param.Param"
71067             originalRef: "#/definitions/generic.resource.api.param.Param"
71068           schema:
71069             $ref: "#/definitions/generic.resource.api.param.Param"
71070             originalRef: "#/definitions/generic.resource.api.param.Param"
71071   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/resource-resolution-data/
71072   : get:
71073       tags:
71074       - "GENERIC-RESOURCE-API"
71075       description: "returns generic.resource.api.param.param.ResourceResolutionData"
71076       parameters:
71077       - name: "allotted-resource-id"
71078         in: "path"
71079         description: "Id of connection-attachment-allotted-resource"
71080         required: true
71081         type: "string"
71082       - name: "name"
71083         in: "path"
71084         description: "Id of param"
71085         required: true
71086         type: "string"
71087       responses:
71088         400:
71089           description: "Internal error"
71090         200:
71091           description: "generic.resource.api.param.param.ResourceResolutionData"
71092           responseSchema:
71093             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71094             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71095           schema:
71096             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71097             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71098   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
71099   : get:
71100       tags:
71101       - "GENERIC-RESOURCE-API"
71102       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71103       parameters:
71104       - name: "allotted-resource-id"
71105         in: "path"
71106         description: "Id of connection-attachment-allotted-resource"
71107         required: true
71108         type: "string"
71109       - name: "name"
71110         in: "path"
71111         description: "Id of param"
71112         required: true
71113         type: "string"
71114       - name: "resource-key-name"
71115         in: "path"
71116         description: "Id of resource-key"
71117         required: true
71118         type: "string"
71119       responses:
71120         400:
71121           description: "Internal error"
71122         200:
71123           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71124           responseSchema:
71125             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71126             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71127           schema:
71128             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71129             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71130   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/
71131   : get:
71132       tags:
71133       - "GENERIC-RESOURCE-API"
71134       description: "returns generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71135       parameters:
71136       - name: "allotted-resource-id"
71137         in: "path"
71138         description: "Id of connection-attachment-allotted-resource"
71139         required: true
71140         type: "string"
71141       responses:
71142         400:
71143           description: "Internal error"
71144         200:
71145           description: "generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71146           responseSchema:
71147             $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71148             originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71149           schema:
71150             $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71151             originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
71152   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/allotted-resource-identifiers/
71153   : get:
71154       tags:
71155       - "GENERIC-RESOURCE-API"
71156       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71157       parameters:
71158       - name: "allotted-resource-id"
71159         in: "path"
71160         description: "Id of connection-attachment-allotted-resource"
71161         required: true
71162         type: "string"
71163       responses:
71164         400:
71165           description: "Internal error"
71166         200:
71167           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71168           responseSchema:
71169             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71170             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71171           schema:
71172             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71173             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71174   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-assignments/
71175   : get:
71176       tags:
71177       - "GENERIC-RESOURCE-API"
71178       description: "returns generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71179       parameters:
71180       - name: "allotted-resource-id"
71181         in: "path"
71182         description: "Id of connection-attachment-allotted-resource"
71183         required: true
71184         type: "string"
71185       responses:
71186         400:
71187           description: "Internal error"
71188         200:
71189           description: "generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71190           responseSchema:
71191             $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71192             originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71193           schema:
71194             $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71195             originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
71196   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/
71197   : get:
71198       tags:
71199       - "GENERIC-RESOURCE-API"
71200       description: "returns generic.resource.api.Param"
71201       parameters:
71202       - name: "allotted-resource-id"
71203         in: "path"
71204         description: "Id of connection-attachment-allotted-resource"
71205         required: true
71206         type: "string"
71207       responses:
71208         400:
71209           description: "Internal error"
71210         200:
71211           description: "generic.resource.api.Param"
71212           responseSchema:
71213             $ref: "#/definitions/generic.resource.api.Param"
71214             originalRef: "#/definitions/generic.resource.api.Param"
71215           schema:
71216             $ref: "#/definitions/generic.resource.api.Param"
71217             originalRef: "#/definitions/generic.resource.api.Param"
71218   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/
71219   : get:
71220       tags:
71221       - "GENERIC-RESOURCE-API"
71222       description: "returns generic.resource.api.param.Param"
71223       parameters:
71224       - name: "allotted-resource-id"
71225         in: "path"
71226         description: "Id of connection-attachment-allotted-resource"
71227         required: true
71228         type: "string"
71229       - name: "name"
71230         in: "path"
71231         description: "Id of param"
71232         required: true
71233         type: "string"
71234       responses:
71235         400:
71236           description: "Internal error"
71237         200:
71238           description: "generic.resource.api.param.Param"
71239           responseSchema:
71240             $ref: "#/definitions/generic.resource.api.param.Param"
71241             originalRef: "#/definitions/generic.resource.api.param.Param"
71242           schema:
71243             $ref: "#/definitions/generic.resource.api.param.Param"
71244             originalRef: "#/definitions/generic.resource.api.param.Param"
71245   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/resource-resolution-data/
71246   : get:
71247       tags:
71248       - "GENERIC-RESOURCE-API"
71249       description: "returns generic.resource.api.param.param.ResourceResolutionData"
71250       parameters:
71251       - name: "allotted-resource-id"
71252         in: "path"
71253         description: "Id of connection-attachment-allotted-resource"
71254         required: true
71255         type: "string"
71256       - name: "name"
71257         in: "path"
71258         description: "Id of param"
71259         required: true
71260         type: "string"
71261       responses:
71262         400:
71263           description: "Internal error"
71264         200:
71265           description: "generic.resource.api.param.param.ResourceResolutionData"
71266           responseSchema:
71267             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71268             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71269           schema:
71270             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71271             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71272   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/connection-attachment-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
71273   : get:
71274       tags:
71275       - "GENERIC-RESOURCE-API"
71276       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71277       parameters:
71278       - name: "allotted-resource-id"
71279         in: "path"
71280         description: "Id of connection-attachment-allotted-resource"
71281         required: true
71282         type: "string"
71283       - name: "name"
71284         in: "path"
71285         description: "Id of param"
71286         required: true
71287         type: "string"
71288       - name: "resource-key-name"
71289         in: "path"
71290         description: "Id of resource-key"
71291         required: true
71292         type: "string"
71293       responses:
71294         400:
71295           description: "Internal error"
71296         200:
71297           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71298           responseSchema:
71299             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71300             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71301           schema:
71302             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71303             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71304   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-data/connection-attachment-topology/onap-model-information/
71305   : get:
71306       tags:
71307       - "GENERIC-RESOURCE-API"
71308       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
71309       parameters:
71310       - name: "allotted-resource-id"
71311         in: "path"
71312         description: "Id of connection-attachment-allotted-resource"
71313         required: true
71314         type: "string"
71315       responses:
71316         400:
71317           description: "Internal error"
71318         200:
71319           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
71320           responseSchema:
71321             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71322             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71323           schema:
71324             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71325             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71326   ? /operational/GENERIC-RESOURCE-API:connection-attachment-allotted-resources/connection-attachment-allotted-resource/{allotted-resource-id}/allotted-resource-status/
71327   : get:
71328       tags:
71329       - "GENERIC-RESOURCE-API"
71330       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71331       parameters:
71332       - name: "allotted-resource-id"
71333         in: "path"
71334         description: "Id of connection-attachment-allotted-resource"
71335         required: true
71336         type: "string"
71337       responses:
71338         400:
71339           description: "Internal error"
71340         200:
71341           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71342           responseSchema:
71343             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71344             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71345           schema:
71346             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71347             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
71348   /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/:
71349     get:
71350       tags:
71351       - "GENERIC-RESOURCE-API"
71352       description: "returns generic.resource.api.ContrailRouteAllottedResources"
71353       parameters: []
71354       responses:
71355         400:
71356           description: "Internal error"
71357         200:
71358           description: "generic.resource.api.ContrailRouteAllottedResources"
71359           responseSchema:
71360             $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
71361             originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
71362           schema:
71363             $ref: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
71364             originalRef: "#/definitions/generic.resource.api.ContrailRouteAllottedResources"
71365   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/
71366   : get:
71367       tags:
71368       - "GENERIC-RESOURCE-API"
71369       description: "returns generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71370       parameters:
71371       - name: "allotted-resource-id"
71372         in: "path"
71373         description: "Id of contrail-route-allotted-resource"
71374         required: true
71375         type: "string"
71376       responses:
71377         400:
71378           description: "Internal error"
71379         200:
71380           description: "generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71381           responseSchema:
71382             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71383             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71384           schema:
71385             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71386             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
71387   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/
71388   : get:
71389       tags:
71390       - "GENERIC-RESOURCE-API"
71391       description: "returns generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71392       parameters:
71393       - name: "allotted-resource-id"
71394         in: "path"
71395         description: "Id of contrail-route-allotted-resource"
71396         required: true
71397         type: "string"
71398       responses:
71399         400:
71400           description: "Internal error"
71401         200:
71402           description: "generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71403           responseSchema:
71404             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71405             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71406           schema:
71407             $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71408             originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
71409   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
71410   : get:
71411       tags:
71412       - "GENERIC-RESOURCE-API"
71413       description: "returns generic.resource.api.OperStatusData"
71414       parameters:
71415       - name: "allotted-resource-id"
71416         in: "path"
71417         description: "Id of contrail-route-allotted-resource"
71418         required: true
71419         type: "string"
71420       responses:
71421         400:
71422           description: "Internal error"
71423         200:
71424           description: "generic.resource.api.OperStatusData"
71425           responseSchema:
71426             $ref: "#/definitions/generic.resource.api.OperStatusData"
71427             originalRef: "#/definitions/generic.resource.api.OperStatusData"
71428           schema:
71429             $ref: "#/definitions/generic.resource.api.OperStatusData"
71430             originalRef: "#/definitions/generic.resource.api.OperStatusData"
71431   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
71432   : get:
71433       tags:
71434       - "GENERIC-RESOURCE-API"
71435       description: "returns generic.resource.api.ContrailRouteOperationInformation"
71436       parameters:
71437       - name: "allotted-resource-id"
71438         in: "path"
71439         description: "Id of contrail-route-allotted-resource"
71440         required: true
71441         type: "string"
71442       responses:
71443         400:
71444           description: "Internal error"
71445         200:
71446           description: "generic.resource.api.ContrailRouteOperationInformation"
71447           responseSchema:
71448             $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
71449             originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
71450           schema:
71451             $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
71452             originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
71453   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
71454   : get:
71455       tags:
71456       - "GENERIC-RESOURCE-API"
71457       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71458       parameters:
71459       - name: "allotted-resource-id"
71460         in: "path"
71461         description: "Id of contrail-route-allotted-resource"
71462         required: true
71463         type: "string"
71464       responses:
71465         400:
71466           description: "Internal error"
71467         200:
71468           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71469           responseSchema:
71470             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71471             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71472           schema:
71473             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71474             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
71475   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
71476   : get:
71477       tags:
71478       - "GENERIC-RESOURCE-API"
71479       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
71480       parameters:
71481       - name: "allotted-resource-id"
71482         in: "path"
71483         description: "Id of contrail-route-allotted-resource"
71484         required: true
71485         type: "string"
71486       responses:
71487         400:
71488           description: "Internal error"
71489         200:
71490           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
71491           responseSchema:
71492             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71493             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71494           schema:
71495             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71496             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71497   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/
71498   : get:
71499       tags:
71500       - "GENERIC-RESOURCE-API"
71501       description: "returns generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71502       parameters:
71503       - name: "allotted-resource-id"
71504         in: "path"
71505         description: "Id of contrail-route-allotted-resource"
71506         required: true
71507         type: "string"
71508       responses:
71509         400:
71510           description: "Internal error"
71511         200:
71512           description: "generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71513           responseSchema:
71514             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71515             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71516           schema:
71517             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71518             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
71519   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-applied-service-info/
71520   : get:
71521       tags:
71522       - "GENERIC-RESOURCE-API"
71523       description: "returns generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71524       parameters:
71525       - name: "allotted-resource-id"
71526         in: "path"
71527         description: "Id of contrail-route-allotted-resource"
71528         required: true
71529         type: "string"
71530       responses:
71531         400:
71532           description: "Internal error"
71533         200:
71534           description: "generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71535           responseSchema:
71536             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71537             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71538           schema:
71539             $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71540             originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
71541   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/
71542   : get:
71543       tags:
71544       - "GENERIC-RESOURCE-API"
71545       description: "returns generic.resource.api.Param"
71546       parameters:
71547       - name: "allotted-resource-id"
71548         in: "path"
71549         description: "Id of contrail-route-allotted-resource"
71550         required: true
71551         type: "string"
71552       responses:
71553         400:
71554           description: "Internal error"
71555         200:
71556           description: "generic.resource.api.Param"
71557           responseSchema:
71558             $ref: "#/definitions/generic.resource.api.Param"
71559             originalRef: "#/definitions/generic.resource.api.Param"
71560           schema:
71561             $ref: "#/definitions/generic.resource.api.Param"
71562             originalRef: "#/definitions/generic.resource.api.Param"
71563   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/
71564   : get:
71565       tags:
71566       - "GENERIC-RESOURCE-API"
71567       description: "returns generic.resource.api.param.Param"
71568       parameters:
71569       - name: "allotted-resource-id"
71570         in: "path"
71571         description: "Id of contrail-route-allotted-resource"
71572         required: true
71573         type: "string"
71574       - name: "name"
71575         in: "path"
71576         description: "Id of param"
71577         required: true
71578         type: "string"
71579       responses:
71580         400:
71581           description: "Internal error"
71582         200:
71583           description: "generic.resource.api.param.Param"
71584           responseSchema:
71585             $ref: "#/definitions/generic.resource.api.param.Param"
71586             originalRef: "#/definitions/generic.resource.api.param.Param"
71587           schema:
71588             $ref: "#/definitions/generic.resource.api.param.Param"
71589             originalRef: "#/definitions/generic.resource.api.param.Param"
71590   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/resource-resolution-data/
71591   : get:
71592       tags:
71593       - "GENERIC-RESOURCE-API"
71594       description: "returns generic.resource.api.param.param.ResourceResolutionData"
71595       parameters:
71596       - name: "allotted-resource-id"
71597         in: "path"
71598         description: "Id of contrail-route-allotted-resource"
71599         required: true
71600         type: "string"
71601       - name: "name"
71602         in: "path"
71603         description: "Id of param"
71604         required: true
71605         type: "string"
71606       responses:
71607         400:
71608           description: "Internal error"
71609         200:
71610           description: "generic.resource.api.param.param.ResourceResolutionData"
71611           responseSchema:
71612             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71613             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71614           schema:
71615             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71616             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71617   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/contrail-route-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
71618   : get:
71619       tags:
71620       - "GENERIC-RESOURCE-API"
71621       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71622       parameters:
71623       - name: "allotted-resource-id"
71624         in: "path"
71625         description: "Id of contrail-route-allotted-resource"
71626         required: true
71627         type: "string"
71628       - name: "name"
71629         in: "path"
71630         description: "Id of param"
71631         required: true
71632         type: "string"
71633       - name: "resource-key-name"
71634         in: "path"
71635         description: "Id of resource-key"
71636         required: true
71637         type: "string"
71638       responses:
71639         400:
71640           description: "Internal error"
71641         200:
71642           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71643           responseSchema:
71644             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71645             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71646           schema:
71647             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71648             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71649   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/dest-network/
71650   : get:
71651       tags:
71652       - "GENERIC-RESOURCE-API"
71653       description: "returns generic.resource.api.NetworkInfo"
71654       parameters:
71655       - name: "allotted-resource-id"
71656         in: "path"
71657         description: "Id of contrail-route-allotted-resource"
71658         required: true
71659         type: "string"
71660       responses:
71661         400:
71662           description: "Internal error"
71663         200:
71664           description: "generic.resource.api.NetworkInfo"
71665           responseSchema:
71666             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71667             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71668           schema:
71669             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71670             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71671   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/contrail-route-request-input/source-network/
71672   : get:
71673       tags:
71674       - "GENERIC-RESOURCE-API"
71675       description: "returns generic.resource.api.NetworkInfo"
71676       parameters:
71677       - name: "allotted-resource-id"
71678         in: "path"
71679         description: "Id of contrail-route-allotted-resource"
71680         required: true
71681         type: "string"
71682       responses:
71683         400:
71684           description: "Internal error"
71685         200:
71686           description: "generic.resource.api.NetworkInfo"
71687           responseSchema:
71688             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71689             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71690           schema:
71691             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71692             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71693   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
71694   : get:
71695       tags:
71696       - "GENERIC-RESOURCE-API"
71697       description: "returns generic.resource.api.requestinformation.RequestInformation"
71698       parameters:
71699       - name: "allotted-resource-id"
71700         in: "path"
71701         description: "Id of contrail-route-allotted-resource"
71702         required: true
71703         type: "string"
71704       responses:
71705         400:
71706           description: "Internal error"
71707         200:
71708           description: "generic.resource.api.requestinformation.RequestInformation"
71709           responseSchema:
71710             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
71711             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
71712           schema:
71713             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
71714             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
71715   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
71716   : get:
71717       tags:
71718       - "GENERIC-RESOURCE-API"
71719       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
71720       parameters:
71721       - name: "allotted-resource-id"
71722         in: "path"
71723         description: "Id of contrail-route-allotted-resource"
71724         required: true
71725         type: "string"
71726       responses:
71727         400:
71728           description: "Internal error"
71729         200:
71730           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
71731           responseSchema:
71732             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
71733             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
71734           schema:
71735             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
71736             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
71737   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
71738   : get:
71739       tags:
71740       - "GENERIC-RESOURCE-API"
71741       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
71742       parameters:
71743       - name: "allotted-resource-id"
71744         in: "path"
71745         description: "Id of contrail-route-allotted-resource"
71746         required: true
71747         type: "string"
71748       responses:
71749         400:
71750           description: "Internal error"
71751         200:
71752           description: "generic.resource.api.serviceinformation.ServiceInformation"
71753           responseSchema:
71754             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
71755             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
71756           schema:
71757             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
71758             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
71759   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
71760   : get:
71761       tags:
71762       - "GENERIC-RESOURCE-API"
71763       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
71764       parameters:
71765       - name: "allotted-resource-id"
71766         in: "path"
71767         description: "Id of contrail-route-allotted-resource"
71768         required: true
71769         type: "string"
71770       responses:
71771         400:
71772           description: "Internal error"
71773         200:
71774           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
71775           responseSchema:
71776             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71777             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71778           schema:
71779             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71780             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
71781   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/
71782   : get:
71783       tags:
71784       - "GENERIC-RESOURCE-API"
71785       description: "returns generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71786       parameters:
71787       - name: "allotted-resource-id"
71788         in: "path"
71789         description: "Id of contrail-route-allotted-resource"
71790         required: true
71791         type: "string"
71792       responses:
71793         400:
71794           description: "Internal error"
71795         200:
71796           description: "generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71797           responseSchema:
71798             $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71799             originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71800           schema:
71801             $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71802             originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
71803   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/allotted-resource-identifiers/
71804   : get:
71805       tags:
71806       - "GENERIC-RESOURCE-API"
71807       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71808       parameters:
71809       - name: "allotted-resource-id"
71810         in: "path"
71811         description: "Id of contrail-route-allotted-resource"
71812         required: true
71813         type: "string"
71814       responses:
71815         400:
71816           description: "Internal error"
71817         200:
71818           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71819           responseSchema:
71820             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71821             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71822           schema:
71823             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71824             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
71825   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/
71826   : get:
71827       tags:
71828       - "GENERIC-RESOURCE-API"
71829       description: "returns generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71830       parameters:
71831       - name: "allotted-resource-id"
71832         in: "path"
71833         description: "Id of contrail-route-allotted-resource"
71834         required: true
71835         type: "string"
71836       responses:
71837         400:
71838           description: "Internal error"
71839         200:
71840           description: "generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71841           responseSchema:
71842             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71843             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71844           schema:
71845             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71846             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
71847   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/contrail-applied-service/
71848   : get:
71849       tags:
71850       - "GENERIC-RESOURCE-API"
71851       description: "returns generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71852       parameters:
71853       - name: "allotted-resource-id"
71854         in: "path"
71855         description: "Id of contrail-route-allotted-resource"
71856         required: true
71857         type: "string"
71858       responses:
71859         400:
71860           description: "Internal error"
71861         200:
71862           description: "generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71863           responseSchema:
71864             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71865             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71866           schema:
71867             $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71868             originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
71869   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/dest-network/
71870   : get:
71871       tags:
71872       - "GENERIC-RESOURCE-API"
71873       description: "returns generic.resource.api.NetworkInfo"
71874       parameters:
71875       - name: "allotted-resource-id"
71876         in: "path"
71877         description: "Id of contrail-route-allotted-resource"
71878         required: true
71879         type: "string"
71880       responses:
71881         400:
71882           description: "Internal error"
71883         200:
71884           description: "generic.resource.api.NetworkInfo"
71885           responseSchema:
71886             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71887             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71888           schema:
71889             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71890             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71891   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-assignments/source-network/
71892   : get:
71893       tags:
71894       - "GENERIC-RESOURCE-API"
71895       description: "returns generic.resource.api.NetworkInfo"
71896       parameters:
71897       - name: "allotted-resource-id"
71898         in: "path"
71899         description: "Id of contrail-route-allotted-resource"
71900         required: true
71901         type: "string"
71902       responses:
71903         400:
71904           description: "Internal error"
71905         200:
71906           description: "generic.resource.api.NetworkInfo"
71907           responseSchema:
71908             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71909             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71910           schema:
71911             $ref: "#/definitions/generic.resource.api.NetworkInfo"
71912             originalRef: "#/definitions/generic.resource.api.NetworkInfo"
71913   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/
71914   : get:
71915       tags:
71916       - "GENERIC-RESOURCE-API"
71917       description: "returns generic.resource.api.Param"
71918       parameters:
71919       - name: "allotted-resource-id"
71920         in: "path"
71921         description: "Id of contrail-route-allotted-resource"
71922         required: true
71923         type: "string"
71924       responses:
71925         400:
71926           description: "Internal error"
71927         200:
71928           description: "generic.resource.api.Param"
71929           responseSchema:
71930             $ref: "#/definitions/generic.resource.api.Param"
71931             originalRef: "#/definitions/generic.resource.api.Param"
71932           schema:
71933             $ref: "#/definitions/generic.resource.api.Param"
71934             originalRef: "#/definitions/generic.resource.api.Param"
71935   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/
71936   : get:
71937       tags:
71938       - "GENERIC-RESOURCE-API"
71939       description: "returns generic.resource.api.param.Param"
71940       parameters:
71941       - name: "allotted-resource-id"
71942         in: "path"
71943         description: "Id of contrail-route-allotted-resource"
71944         required: true
71945         type: "string"
71946       - name: "name"
71947         in: "path"
71948         description: "Id of param"
71949         required: true
71950         type: "string"
71951       responses:
71952         400:
71953           description: "Internal error"
71954         200:
71955           description: "generic.resource.api.param.Param"
71956           responseSchema:
71957             $ref: "#/definitions/generic.resource.api.param.Param"
71958             originalRef: "#/definitions/generic.resource.api.param.Param"
71959           schema:
71960             $ref: "#/definitions/generic.resource.api.param.Param"
71961             originalRef: "#/definitions/generic.resource.api.param.Param"
71962   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/resource-resolution-data/
71963   : get:
71964       tags:
71965       - "GENERIC-RESOURCE-API"
71966       description: "returns generic.resource.api.param.param.ResourceResolutionData"
71967       parameters:
71968       - name: "allotted-resource-id"
71969         in: "path"
71970         description: "Id of contrail-route-allotted-resource"
71971         required: true
71972         type: "string"
71973       - name: "name"
71974         in: "path"
71975         description: "Id of param"
71976         required: true
71977         type: "string"
71978       responses:
71979         400:
71980           description: "Internal error"
71981         200:
71982           description: "generic.resource.api.param.param.ResourceResolutionData"
71983           responseSchema:
71984             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71985             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71986           schema:
71987             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71988             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
71989   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/contrail-route-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
71990   : get:
71991       tags:
71992       - "GENERIC-RESOURCE-API"
71993       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
71994       parameters:
71995       - name: "allotted-resource-id"
71996         in: "path"
71997         description: "Id of contrail-route-allotted-resource"
71998         required: true
71999         type: "string"
72000       - name: "name"
72001         in: "path"
72002         description: "Id of param"
72003         required: true
72004         type: "string"
72005       - name: "resource-key-name"
72006         in: "path"
72007         description: "Id of resource-key"
72008         required: true
72009         type: "string"
72010       responses:
72011         400:
72012           description: "Internal error"
72013         200:
72014           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72015           responseSchema:
72016             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72017             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72018           schema:
72019             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72020             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72021   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-data/contrail-route-topology/onap-model-information/
72022   : get:
72023       tags:
72024       - "GENERIC-RESOURCE-API"
72025       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72026       parameters:
72027       - name: "allotted-resource-id"
72028         in: "path"
72029         description: "Id of contrail-route-allotted-resource"
72030         required: true
72031         type: "string"
72032       responses:
72033         400:
72034           description: "Internal error"
72035         200:
72036           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72037           responseSchema:
72038             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72039             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72040           schema:
72041             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72042             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72043   ? /operational/GENERIC-RESOURCE-API:contrail-route-allotted-resources/contrail-route-allotted-resource/{allotted-resource-id}/allotted-resource-status/
72044   : get:
72045       tags:
72046       - "GENERIC-RESOURCE-API"
72047       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72048       parameters:
72049       - name: "allotted-resource-id"
72050         in: "path"
72051         description: "Id of contrail-route-allotted-resource"
72052         required: true
72053         type: "string"
72054       responses:
72055         400:
72056           description: "Internal error"
72057         200:
72058           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72059           responseSchema:
72060             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72061             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72062           schema:
72063             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72064             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
72065   /operational/GENERIC-RESOURCE-API:generic-configurations/:
72066     get:
72067       tags:
72068       - "GENERIC-RESOURCE-API"
72069       description: "returns generic.resource.api.GenericConfigurations"
72070       parameters: []
72071       responses:
72072         400:
72073           description: "Internal error"
72074         200:
72075           description: "generic.resource.api.GenericConfigurations"
72076           responseSchema:
72077             $ref: "#/definitions/generic.resource.api.GenericConfigurations"
72078             originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
72079           schema:
72080             $ref: "#/definitions/generic.resource.api.GenericConfigurations"
72081             originalRef: "#/definitions/generic.resource.api.GenericConfigurations"
72082   /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/:
72083     get:
72084       tags:
72085       - "GENERIC-RESOURCE-API"
72086       description: "returns generic.resource.api.genericconfigurations.GcConfiguration"
72087       parameters:
72088       - name: "configuration-id"
72089         in: "path"
72090         description: "Id of gc-configuration"
72091         required: true
72092         type: "string"
72093       responses:
72094         400:
72095           description: "Internal error"
72096         200:
72097           description: "generic.resource.api.genericconfigurations.GcConfiguration"
72098           responseSchema:
72099             $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
72100             originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
72101           schema:
72102             $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
72103             originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
72104   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/
72105   : get:
72106       tags:
72107       - "GENERIC-RESOURCE-API"
72108       description: "returns generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72109       parameters:
72110       - name: "configuration-id"
72111         in: "path"
72112         description: "Id of gc-configuration"
72113         required: true
72114         type: "string"
72115       responses:
72116         400:
72117           description: "Internal error"
72118         200:
72119           description: "generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72120           responseSchema:
72121             $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72122             originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72123           schema:
72124             $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72125             originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
72126   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-oper-status/
72127   : get:
72128       tags:
72129       - "GENERIC-RESOURCE-API"
72130       description: "returns generic.resource.api.OperStatusData"
72131       parameters:
72132       - name: "configuration-id"
72133         in: "path"
72134         description: "Id of gc-configuration"
72135         required: true
72136         type: "string"
72137       responses:
72138         400:
72139           description: "Internal error"
72140         200:
72141           description: "generic.resource.api.OperStatusData"
72142           responseSchema:
72143             $ref: "#/definitions/generic.resource.api.OperStatusData"
72144             originalRef: "#/definitions/generic.resource.api.OperStatusData"
72145           schema:
72146             $ref: "#/definitions/generic.resource.api.OperStatusData"
72147             originalRef: "#/definitions/generic.resource.api.OperStatusData"
72148   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/
72149   : get:
72150       tags:
72151       - "GENERIC-RESOURCE-API"
72152       description: "returns generic.resource.api.GcTopologyOperationInformation"
72153       parameters:
72154       - name: "configuration-id"
72155         in: "path"
72156         description: "Id of gc-configuration"
72157         required: true
72158         type: "string"
72159       responses:
72160         400:
72161           description: "Internal error"
72162         200:
72163           description: "generic.resource.api.GcTopologyOperationInformation"
72164           responseSchema:
72165             $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
72166             originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
72167           schema:
72168             $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
72169             originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
72170   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
72171   : get:
72172       tags:
72173       - "GENERIC-RESOURCE-API"
72174       description: "returns generic.resource.api.configurationinformation.ConfigurationInformation"
72175       parameters:
72176       - name: "configuration-id"
72177         in: "path"
72178         description: "Id of gc-configuration"
72179         required: true
72180         type: "string"
72181       responses:
72182         400:
72183           description: "Internal error"
72184         200:
72185           description: "generic.resource.api.configurationinformation.ConfigurationInformation"
72186           responseSchema:
72187             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72188             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72189           schema:
72190             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72191             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72192   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
72193   : get:
72194       tags:
72195       - "GENERIC-RESOURCE-API"
72196       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72197       parameters:
72198       - name: "configuration-id"
72199         in: "path"
72200         description: "Id of gc-configuration"
72201         required: true
72202         type: "string"
72203       responses:
72204         400:
72205           description: "Internal error"
72206         200:
72207           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72208           responseSchema:
72209             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72210             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72211           schema:
72212             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72213             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72214   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/
72215   : get:
72216       tags:
72217       - "GENERIC-RESOURCE-API"
72218       description: "returns generic.resource.api.gcrequestinput.GcRequestInput"
72219       parameters:
72220       - name: "configuration-id"
72221         in: "path"
72222         description: "Id of gc-configuration"
72223         required: true
72224         type: "string"
72225       responses:
72226         400:
72227           description: "Internal error"
72228         200:
72229           description: "generic.resource.api.gcrequestinput.GcRequestInput"
72230           responseSchema:
72231             $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
72232             originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
72233           schema:
72234             $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
72235             originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
72236   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/configuration-ids/{configuration-ids-configuration-id}/
72237   : get:
72238       tags:
72239       - "GENERIC-RESOURCE-API"
72240       description: "returns generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72241       parameters:
72242       - name: "configuration-id"
72243         in: "path"
72244         description: "Id of gc-configuration"
72245         required: true
72246         type: "string"
72247       - name: "configuration-ids-configuration-id"
72248         in: "path"
72249         description: "Id of configuration-ids"
72250         required: true
72251         type: "string"
72252       responses:
72253         400:
72254           description: "Internal error"
72255         200:
72256           description: "generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72257           responseSchema:
72258             $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72259             originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72260           schema:
72261             $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72262             originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
72263   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/
72264   : get:
72265       tags:
72266       - "GENERIC-RESOURCE-API"
72267       description: "returns generic.resource.api.Param"
72268       parameters:
72269       - name: "configuration-id"
72270         in: "path"
72271         description: "Id of gc-configuration"
72272         required: true
72273         type: "string"
72274       responses:
72275         400:
72276           description: "Internal error"
72277         200:
72278           description: "generic.resource.api.Param"
72279           responseSchema:
72280             $ref: "#/definitions/generic.resource.api.Param"
72281             originalRef: "#/definitions/generic.resource.api.Param"
72282           schema:
72283             $ref: "#/definitions/generic.resource.api.Param"
72284             originalRef: "#/definitions/generic.resource.api.Param"
72285   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/
72286   : get:
72287       tags:
72288       - "GENERIC-RESOURCE-API"
72289       description: "returns generic.resource.api.param.Param"
72290       parameters:
72291       - name: "configuration-id"
72292         in: "path"
72293         description: "Id of gc-configuration"
72294         required: true
72295         type: "string"
72296       - name: "name"
72297         in: "path"
72298         description: "Id of param"
72299         required: true
72300         type: "string"
72301       responses:
72302         400:
72303           description: "Internal error"
72304         200:
72305           description: "generic.resource.api.param.Param"
72306           responseSchema:
72307             $ref: "#/definitions/generic.resource.api.param.Param"
72308             originalRef: "#/definitions/generic.resource.api.param.Param"
72309           schema:
72310             $ref: "#/definitions/generic.resource.api.param.Param"
72311             originalRef: "#/definitions/generic.resource.api.param.Param"
72312   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/resource-resolution-data/
72313   : get:
72314       tags:
72315       - "GENERIC-RESOURCE-API"
72316       description: "returns generic.resource.api.param.param.ResourceResolutionData"
72317       parameters:
72318       - name: "configuration-id"
72319         in: "path"
72320         description: "Id of gc-configuration"
72321         required: true
72322         type: "string"
72323       - name: "name"
72324         in: "path"
72325         description: "Id of param"
72326         required: true
72327         type: "string"
72328       responses:
72329         400:
72330           description: "Internal error"
72331         200:
72332           description: "generic.resource.api.param.param.ResourceResolutionData"
72333           responseSchema:
72334             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72335             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72336           schema:
72337             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72338             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72339   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/gc-request-input/input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
72340   : get:
72341       tags:
72342       - "GENERIC-RESOURCE-API"
72343       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72344       parameters:
72345       - name: "configuration-id"
72346         in: "path"
72347         description: "Id of gc-configuration"
72348         required: true
72349         type: "string"
72350       - name: "name"
72351         in: "path"
72352         description: "Id of param"
72353         required: true
72354         type: "string"
72355       - name: "resource-key-name"
72356         in: "path"
72357         description: "Id of resource-key"
72358         required: true
72359         type: "string"
72360       responses:
72361         400:
72362           description: "Internal error"
72363         200:
72364           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72365           responseSchema:
72366             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72367             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72368           schema:
72369             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72370             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72371   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
72372   : get:
72373       tags:
72374       - "GENERIC-RESOURCE-API"
72375       description: "returns generic.resource.api.requestinformation.RequestInformation"
72376       parameters:
72377       - name: "configuration-id"
72378         in: "path"
72379         description: "Id of gc-configuration"
72380         required: true
72381         type: "string"
72382       responses:
72383         400:
72384           description: "Internal error"
72385         200:
72386           description: "generic.resource.api.requestinformation.RequestInformation"
72387           responseSchema:
72388             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72389             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72390           schema:
72391             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72392             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72393   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
72394   : get:
72395       tags:
72396       - "GENERIC-RESOURCE-API"
72397       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
72398       parameters:
72399       - name: "configuration-id"
72400         in: "path"
72401         description: "Id of gc-configuration"
72402         required: true
72403         type: "string"
72404       responses:
72405         400:
72406           description: "Internal error"
72407         200:
72408           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
72409           responseSchema:
72410             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
72411             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
72412           schema:
72413             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
72414             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
72415   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
72416   : get:
72417       tags:
72418       - "GENERIC-RESOURCE-API"
72419       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
72420       parameters:
72421       - name: "configuration-id"
72422         in: "path"
72423         description: "Id of gc-configuration"
72424         required: true
72425         type: "string"
72426       responses:
72427         400:
72428           description: "Internal error"
72429         200:
72430           description: "generic.resource.api.serviceinformation.ServiceInformation"
72431           responseSchema:
72432             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
72433             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
72434           schema:
72435             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
72436             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
72437   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
72438   : get:
72439       tags:
72440       - "GENERIC-RESOURCE-API"
72441       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72442       parameters:
72443       - name: "configuration-id"
72444         in: "path"
72445         description: "Id of gc-configuration"
72446         required: true
72447         type: "string"
72448       responses:
72449         400:
72450           description: "Internal error"
72451         200:
72452           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72453           responseSchema:
72454             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72455             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72456           schema:
72457             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72458             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72459   ? /operational/GENERIC-RESOURCE-API:generic-configurations/gc-configuration/{configuration-id}/configuration-status/
72460   : get:
72461       tags:
72462       - "GENERIC-RESOURCE-API"
72463       description: "returns generic.resource.api.configurationstatus.ConfigurationStatus"
72464       parameters:
72465       - name: "configuration-id"
72466         in: "path"
72467         description: "Id of gc-configuration"
72468         required: true
72469         type: "string"
72470       responses:
72471         400:
72472           description: "Internal error"
72473         200:
72474           description: "generic.resource.api.configurationstatus.ConfigurationStatus"
72475           responseSchema:
72476             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
72477             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
72478           schema:
72479             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
72480             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
72481   /operational/GENERIC-RESOURCE-API:port-mirror-configurations/:
72482     get:
72483       tags:
72484       - "GENERIC-RESOURCE-API"
72485       description: "returns generic.resource.api.PortMirrorConfigurations"
72486       parameters: []
72487       responses:
72488         400:
72489           description: "Internal error"
72490         200:
72491           description: "generic.resource.api.PortMirrorConfigurations"
72492           responseSchema:
72493             $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
72494             originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
72495           schema:
72496             $ref: "#/definitions/generic.resource.api.PortMirrorConfigurations"
72497             originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurations"
72498   /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/:
72499     get:
72500       tags:
72501       - "GENERIC-RESOURCE-API"
72502       description: "returns generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72503       parameters:
72504       - name: "configuration-id"
72505         in: "path"
72506         description: "Id of port-mirror-configuration"
72507         required: true
72508         type: "string"
72509       responses:
72510         400:
72511           description: "Internal error"
72512         200:
72513           description: "generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72514           responseSchema:
72515             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72516             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72517           schema:
72518             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72519             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
72520   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/
72521   : get:
72522       tags:
72523       - "GENERIC-RESOURCE-API"
72524       description: "returns generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72525       parameters:
72526       - name: "configuration-id"
72527         in: "path"
72528         description: "Id of port-mirror-configuration"
72529         required: true
72530         type: "string"
72531       responses:
72532         400:
72533           description: "Internal error"
72534         200:
72535           description: "generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72536           responseSchema:
72537             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72538             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72539           schema:
72540             $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72541             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
72542   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-oper-status/
72543   : get:
72544       tags:
72545       - "GENERIC-RESOURCE-API"
72546       description: "returns generic.resource.api.OperStatusData"
72547       parameters:
72548       - name: "configuration-id"
72549         in: "path"
72550         description: "Id of port-mirror-configuration"
72551         required: true
72552         type: "string"
72553       responses:
72554         400:
72555           description: "Internal error"
72556         200:
72557           description: "generic.resource.api.OperStatusData"
72558           responseSchema:
72559             $ref: "#/definitions/generic.resource.api.OperStatusData"
72560             originalRef: "#/definitions/generic.resource.api.OperStatusData"
72561           schema:
72562             $ref: "#/definitions/generic.resource.api.OperStatusData"
72563             originalRef: "#/definitions/generic.resource.api.OperStatusData"
72564   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/
72565   : get:
72566       tags:
72567       - "GENERIC-RESOURCE-API"
72568       description: "returns generic.resource.api.PortMirrorTopologyOperationInformation"
72569       parameters:
72570       - name: "configuration-id"
72571         in: "path"
72572         description: "Id of port-mirror-configuration"
72573         required: true
72574         type: "string"
72575       responses:
72576         400:
72577           description: "Internal error"
72578         200:
72579           description: "generic.resource.api.PortMirrorTopologyOperationInformation"
72580           responseSchema:
72581             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
72582             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
72583           schema:
72584             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
72585             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
72586   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/
72587   : get:
72588       tags:
72589       - "GENERIC-RESOURCE-API"
72590       description: "returns generic.resource.api.configurationinformation.ConfigurationInformation"
72591       parameters:
72592       - name: "configuration-id"
72593         in: "path"
72594         description: "Id of port-mirror-configuration"
72595         required: true
72596         type: "string"
72597       responses:
72598         400:
72599           description: "Internal error"
72600         200:
72601           description: "generic.resource.api.configurationinformation.ConfigurationInformation"
72602           responseSchema:
72603             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72604             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72605           schema:
72606             $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72607             originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
72608   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/configuration-information/onap-model-information/
72609   : get:
72610       tags:
72611       - "GENERIC-RESOURCE-API"
72612       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72613       parameters:
72614       - name: "configuration-id"
72615         in: "path"
72616         description: "Id of port-mirror-configuration"
72617         required: true
72618         type: "string"
72619       responses:
72620         400:
72621           description: "Internal error"
72622         200:
72623           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72624           responseSchema:
72625             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72626             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72627           schema:
72628             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72629             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72630   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/
72631   : get:
72632       tags:
72633       - "GENERIC-RESOURCE-API"
72634       description: "returns generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72635       parameters:
72636       - name: "configuration-id"
72637         in: "path"
72638         description: "Id of port-mirror-configuration"
72639         required: true
72640         type: "string"
72641       responses:
72642         400:
72643           description: "Internal error"
72644         200:
72645           description: "generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72646           responseSchema:
72647             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72648             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72649           schema:
72650             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72651             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
72652   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/
72653   : get:
72654       tags:
72655       - "GENERIC-RESOURCE-API"
72656       description: "returns generic.resource.api.PortInfo"
72657       parameters:
72658       - name: "configuration-id"
72659         in: "path"
72660         description: "Id of port-mirror-configuration"
72661         required: true
72662         type: "string"
72663       responses:
72664         400:
72665           description: "Internal error"
72666         200:
72667           description: "generic.resource.api.PortInfo"
72668           responseSchema:
72669             $ref: "#/definitions/generic.resource.api.PortInfo"
72670             originalRef: "#/definitions/generic.resource.api.PortInfo"
72671           schema:
72672             $ref: "#/definitions/generic.resource.api.PortInfo"
72673             originalRef: "#/definitions/generic.resource.api.PortInfo"
72674   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/pnf-information/
72675   : get:
72676       tags:
72677       - "GENERIC-RESOURCE-API"
72678       description: "returns generic.resource.api.pnfinformation.PnfInformation"
72679       parameters:
72680       - name: "configuration-id"
72681         in: "path"
72682         description: "Id of port-mirror-configuration"
72683         required: true
72684         type: "string"
72685       responses:
72686         400:
72687           description: "Internal error"
72688         200:
72689           description: "generic.resource.api.pnfinformation.PnfInformation"
72690           responseSchema:
72691             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72692             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72693           schema:
72694             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72695             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72696   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/pnf-information/onap-model-information/
72697   : get:
72698       tags:
72699       - "GENERIC-RESOURCE-API"
72700       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72701       parameters:
72702       - name: "configuration-id"
72703         in: "path"
72704         description: "Id of port-mirror-configuration"
72705         required: true
72706         type: "string"
72707       responses:
72708         400:
72709           description: "Internal error"
72710         200:
72711           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72712           responseSchema:
72713             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72714             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72715           schema:
72716             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72717             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72718   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/vnf-information/
72719   : get:
72720       tags:
72721       - "GENERIC-RESOURCE-API"
72722       description: "returns generic.resource.api.vnfinformation.VnfInformation"
72723       parameters:
72724       - name: "configuration-id"
72725         in: "path"
72726         description: "Id of port-mirror-configuration"
72727         required: true
72728         type: "string"
72729       responses:
72730         400:
72731           description: "Internal error"
72732         200:
72733           description: "generic.resource.api.vnfinformation.VnfInformation"
72734           responseSchema:
72735             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72736             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72737           schema:
72738             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72739             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72740   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/dest-port/vnf-information/onap-model-information/
72741   : get:
72742       tags:
72743       - "GENERIC-RESOURCE-API"
72744       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72745       parameters:
72746       - name: "configuration-id"
72747         in: "path"
72748         description: "Id of port-mirror-configuration"
72749         required: true
72750         type: "string"
72751       responses:
72752         400:
72753           description: "Internal error"
72754         200:
72755           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72756           responseSchema:
72757             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72758             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72759           schema:
72760             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72761             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72762   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/
72763   : get:
72764       tags:
72765       - "GENERIC-RESOURCE-API"
72766       description: "returns generic.resource.api.Param"
72767       parameters:
72768       - name: "configuration-id"
72769         in: "path"
72770         description: "Id of port-mirror-configuration"
72771         required: true
72772         type: "string"
72773       responses:
72774         400:
72775           description: "Internal error"
72776         200:
72777           description: "generic.resource.api.Param"
72778           responseSchema:
72779             $ref: "#/definitions/generic.resource.api.Param"
72780             originalRef: "#/definitions/generic.resource.api.Param"
72781           schema:
72782             $ref: "#/definitions/generic.resource.api.Param"
72783             originalRef: "#/definitions/generic.resource.api.Param"
72784   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/
72785   : get:
72786       tags:
72787       - "GENERIC-RESOURCE-API"
72788       description: "returns generic.resource.api.param.Param"
72789       parameters:
72790       - name: "configuration-id"
72791         in: "path"
72792         description: "Id of port-mirror-configuration"
72793         required: true
72794         type: "string"
72795       - name: "name"
72796         in: "path"
72797         description: "Id of param"
72798         required: true
72799         type: "string"
72800       responses:
72801         400:
72802           description: "Internal error"
72803         200:
72804           description: "generic.resource.api.param.Param"
72805           responseSchema:
72806             $ref: "#/definitions/generic.resource.api.param.Param"
72807             originalRef: "#/definitions/generic.resource.api.param.Param"
72808           schema:
72809             $ref: "#/definitions/generic.resource.api.param.Param"
72810             originalRef: "#/definitions/generic.resource.api.param.Param"
72811   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/resource-resolution-data/
72812   : get:
72813       tags:
72814       - "GENERIC-RESOURCE-API"
72815       description: "returns generic.resource.api.param.param.ResourceResolutionData"
72816       parameters:
72817       - name: "configuration-id"
72818         in: "path"
72819         description: "Id of port-mirror-configuration"
72820         required: true
72821         type: "string"
72822       - name: "name"
72823         in: "path"
72824         description: "Id of param"
72825         required: true
72826         type: "string"
72827       responses:
72828         400:
72829           description: "Internal error"
72830         200:
72831           description: "generic.resource.api.param.param.ResourceResolutionData"
72832           responseSchema:
72833             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72834             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72835           schema:
72836             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72837             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
72838   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/port-mirror-configuration-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
72839   : get:
72840       tags:
72841       - "GENERIC-RESOURCE-API"
72842       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72843       parameters:
72844       - name: "configuration-id"
72845         in: "path"
72846         description: "Id of port-mirror-configuration"
72847         required: true
72848         type: "string"
72849       - name: "name"
72850         in: "path"
72851         description: "Id of param"
72852         required: true
72853         type: "string"
72854       - name: "resource-key-name"
72855         in: "path"
72856         description: "Id of resource-key"
72857         required: true
72858         type: "string"
72859       responses:
72860         400:
72861           description: "Internal error"
72862         200:
72863           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72864           responseSchema:
72865             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72866             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72867           schema:
72868             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72869             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
72870   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/
72871   : get:
72872       tags:
72873       - "GENERIC-RESOURCE-API"
72874       description: "returns generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72875       parameters:
72876       - name: "configuration-id"
72877         in: "path"
72878         description: "Id of port-mirror-configuration"
72879         required: true
72880         type: "string"
72881       responses:
72882         400:
72883           description: "Internal error"
72884         200:
72885           description: "generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72886           responseSchema:
72887             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72888             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72889           schema:
72890             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72891             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
72892   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/pnf-information/
72893   : get:
72894       tags:
72895       - "GENERIC-RESOURCE-API"
72896       description: "returns generic.resource.api.pnfinformation.PnfInformation"
72897       parameters:
72898       - name: "configuration-id"
72899         in: "path"
72900         description: "Id of port-mirror-configuration"
72901         required: true
72902         type: "string"
72903       responses:
72904         400:
72905           description: "Internal error"
72906         200:
72907           description: "generic.resource.api.pnfinformation.PnfInformation"
72908           responseSchema:
72909             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72910             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72911           schema:
72912             $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72913             originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
72914   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/pnf-information/onap-model-information/
72915   : get:
72916       tags:
72917       - "GENERIC-RESOURCE-API"
72918       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72919       parameters:
72920       - name: "configuration-id"
72921         in: "path"
72922         description: "Id of port-mirror-configuration"
72923         required: true
72924         type: "string"
72925       responses:
72926         400:
72927           description: "Internal error"
72928         200:
72929           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72930           responseSchema:
72931             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72932             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72933           schema:
72934             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72935             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72936   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/vnf-information/
72937   : get:
72938       tags:
72939       - "GENERIC-RESOURCE-API"
72940       description: "returns generic.resource.api.vnfinformation.VnfInformation"
72941       parameters:
72942       - name: "configuration-id"
72943         in: "path"
72944         description: "Id of port-mirror-configuration"
72945         required: true
72946         type: "string"
72947       responses:
72948         400:
72949           description: "Internal error"
72950         200:
72951           description: "generic.resource.api.vnfinformation.VnfInformation"
72952           responseSchema:
72953             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72954             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72955           schema:
72956             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72957             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
72958   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/port-mirror-configuration-request-input/source-port/vnf-information/onap-model-information/
72959   : get:
72960       tags:
72961       - "GENERIC-RESOURCE-API"
72962       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
72963       parameters:
72964       - name: "configuration-id"
72965         in: "path"
72966         description: "Id of port-mirror-configuration"
72967         required: true
72968         type: "string"
72969       responses:
72970         400:
72971           description: "Internal error"
72972         200:
72973           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
72974           responseSchema:
72975             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72976             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72977           schema:
72978             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72979             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
72980   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/request-information/
72981   : get:
72982       tags:
72983       - "GENERIC-RESOURCE-API"
72984       description: "returns generic.resource.api.requestinformation.RequestInformation"
72985       parameters:
72986       - name: "configuration-id"
72987         in: "path"
72988         description: "Id of port-mirror-configuration"
72989         required: true
72990         type: "string"
72991       responses:
72992         400:
72993           description: "Internal error"
72994         200:
72995           description: "generic.resource.api.requestinformation.RequestInformation"
72996           responseSchema:
72997             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72998             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
72999           schema:
73000             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
73001             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
73002   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/sdnc-request-header/
73003   : get:
73004       tags:
73005       - "GENERIC-RESOURCE-API"
73006       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
73007       parameters:
73008       - name: "configuration-id"
73009         in: "path"
73010         description: "Id of port-mirror-configuration"
73011         required: true
73012         type: "string"
73013       responses:
73014         400:
73015           description: "Internal error"
73016         200:
73017           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
73018           responseSchema:
73019             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
73020             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
73021           schema:
73022             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
73023             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
73024   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/
73025   : get:
73026       tags:
73027       - "GENERIC-RESOURCE-API"
73028       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
73029       parameters:
73030       - name: "configuration-id"
73031         in: "path"
73032         description: "Id of port-mirror-configuration"
73033         required: true
73034         type: "string"
73035       responses:
73036         400:
73037           description: "Internal error"
73038         200:
73039           description: "generic.resource.api.serviceinformation.ServiceInformation"
73040           responseSchema:
73041             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
73042             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
73043           schema:
73044             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
73045             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
73046   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/configuration-operation-information/service-information/onap-model-information/
73047   : get:
73048       tags:
73049       - "GENERIC-RESOURCE-API"
73050       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
73051       parameters:
73052       - name: "configuration-id"
73053         in: "path"
73054         description: "Id of port-mirror-configuration"
73055         required: true
73056         type: "string"
73057       responses:
73058         400:
73059           description: "Internal error"
73060         200:
73061           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
73062           responseSchema:
73063             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73064             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73065           schema:
73066             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73067             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73068   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/
73069   : get:
73070       tags:
73071       - "GENERIC-RESOURCE-API"
73072       description: "returns generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73073       parameters:
73074       - name: "configuration-id"
73075         in: "path"
73076         description: "Id of port-mirror-configuration"
73077         required: true
73078         type: "string"
73079       responses:
73080         400:
73081           description: "Internal error"
73082         200:
73083           description: "generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73084           responseSchema:
73085             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73086             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73087           schema:
73088             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73089             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
73090   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/configuration-identifiers/
73091   : get:
73092       tags:
73093       - "GENERIC-RESOURCE-API"
73094       description: "returns generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73095       parameters:
73096       - name: "configuration-id"
73097         in: "path"
73098         description: "Id of port-mirror-configuration"
73099         required: true
73100         type: "string"
73101       responses:
73102         400:
73103           description: "Internal error"
73104         200:
73105           description: "generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73106           responseSchema:
73107             $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73108             originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73109           schema:
73110             $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73111             originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
73112   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/onap-model-information/
73113   : get:
73114       tags:
73115       - "GENERIC-RESOURCE-API"
73116       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
73117       parameters:
73118       - name: "configuration-id"
73119         in: "path"
73120         description: "Id of port-mirror-configuration"
73121         required: true
73122         type: "string"
73123       responses:
73124         400:
73125           description: "Internal error"
73126         200:
73127           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
73128           responseSchema:
73129             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73130             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73131           schema:
73132             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73133             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
73134   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/
73135   : get:
73136       tags:
73137       - "GENERIC-RESOURCE-API"
73138       description: "returns generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73139       parameters:
73140       - name: "configuration-id"
73141         in: "path"
73142         description: "Id of port-mirror-configuration"
73143         required: true
73144         type: "string"
73145       responses:
73146         400:
73147           description: "Internal error"
73148         200:
73149           description: "generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73150           responseSchema:
73151             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73152             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73153           schema:
73154             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73155             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
73156   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/
73157   : get:
73158       tags:
73159       - "GENERIC-RESOURCE-API"
73160       description: "returns generic.resource.api.Param"
73161       parameters:
73162       - name: "configuration-id"
73163         in: "path"
73164         description: "Id of port-mirror-configuration"
73165         required: true
73166         type: "string"
73167       responses:
73168         400:
73169           description: "Internal error"
73170         200:
73171           description: "generic.resource.api.Param"
73172           responseSchema:
73173             $ref: "#/definitions/generic.resource.api.Param"
73174             originalRef: "#/definitions/generic.resource.api.Param"
73175           schema:
73176             $ref: "#/definitions/generic.resource.api.Param"
73177             originalRef: "#/definitions/generic.resource.api.Param"
73178   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/
73179   : get:
73180       tags:
73181       - "GENERIC-RESOURCE-API"
73182       description: "returns generic.resource.api.param.Param"
73183       parameters:
73184       - name: "configuration-id"
73185         in: "path"
73186         description: "Id of port-mirror-configuration"
73187         required: true
73188         type: "string"
73189       - name: "name"
73190         in: "path"
73191         description: "Id of param"
73192         required: true
73193         type: "string"
73194       responses:
73195         400:
73196           description: "Internal error"
73197         200:
73198           description: "generic.resource.api.param.Param"
73199           responseSchema:
73200             $ref: "#/definitions/generic.resource.api.param.Param"
73201             originalRef: "#/definitions/generic.resource.api.param.Param"
73202           schema:
73203             $ref: "#/definitions/generic.resource.api.param.Param"
73204             originalRef: "#/definitions/generic.resource.api.param.Param"
73205   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/resource-resolution-data/
73206   : get:
73207       tags:
73208       - "GENERIC-RESOURCE-API"
73209       description: "returns generic.resource.api.param.param.ResourceResolutionData"
73210       parameters:
73211       - name: "configuration-id"
73212         in: "path"
73213         description: "Id of port-mirror-configuration"
73214         required: true
73215         type: "string"
73216       - name: "name"
73217         in: "path"
73218         description: "Id of param"
73219         required: true
73220         type: "string"
73221       responses:
73222         400:
73223           description: "Internal error"
73224         200:
73225           description: "generic.resource.api.param.param.ResourceResolutionData"
73226           responseSchema:
73227             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73228             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73229           schema:
73230             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73231             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73232   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/contrail-vmi-params/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
73233   : get:
73234       tags:
73235       - "GENERIC-RESOURCE-API"
73236       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73237       parameters:
73238       - name: "configuration-id"
73239         in: "path"
73240         description: "Id of port-mirror-configuration"
73241         required: true
73242         type: "string"
73243       - name: "name"
73244         in: "path"
73245         description: "Id of param"
73246         required: true
73247         type: "string"
73248       - name: "resource-key-name"
73249         in: "path"
73250         description: "Id of resource-key"
73251         required: true
73252         type: "string"
73253       responses:
73254         400:
73255           description: "Internal error"
73256         200:
73257           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73258           responseSchema:
73259             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73260             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73261           schema:
73262             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73263             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73264   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/dest-vnfc-instance-group-id/
73265   : get:
73266       tags:
73267       - "GENERIC-RESOURCE-API"
73268       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73269       parameters:
73270       - name: "configuration-id"
73271         in: "path"
73272         description: "Id of port-mirror-configuration"
73273         required: true
73274         type: "string"
73275       responses:
73276         400:
73277           description: "Internal error"
73278         200:
73279           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73280           responseSchema:
73281             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73282             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73283           schema:
73284             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73285             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
73286   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/
73287   : get:
73288       tags:
73289       - "GENERIC-RESOURCE-API"
73290       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73291       parameters:
73292       - name: "configuration-id"
73293         in: "path"
73294         description: "Id of port-mirror-configuration"
73295         required: true
73296         type: "string"
73297       responses:
73298         400:
73299           description: "Internal error"
73300         200:
73301           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73302           responseSchema:
73303             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73304             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73305           schema:
73306             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73307             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
73308   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/
73309   : get:
73310       tags:
73311       - "GENERIC-RESOURCE-API"
73312       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73313       parameters:
73314       - name: "configuration-id"
73315         in: "path"
73316         description: "Id of port-mirror-configuration"
73317         required: true
73318         type: "string"
73319       - name: "source-port-id"
73320         in: "path"
73321         description: "Id of source-to-dest-map"
73322         required: true
73323         type: "string"
73324       responses:
73325         400:
73326           description: "Internal error"
73327         200:
73328           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73329           responseSchema:
73330             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73331             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73332           schema:
73333             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73334             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
73335   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/dest-ip-addresses/
73336   : get:
73337       tags:
73338       - "GENERIC-RESOURCE-API"
73339       description: "returns generic.resource.api.IpAddresses"
73340       parameters:
73341       - name: "configuration-id"
73342         in: "path"
73343         description: "Id of port-mirror-configuration"
73344         required: true
73345         type: "string"
73346       - name: "source-port-id"
73347         in: "path"
73348         description: "Id of source-to-dest-map"
73349         required: true
73350         type: "string"
73351       responses:
73352         400:
73353           description: "Internal error"
73354         200:
73355           description: "generic.resource.api.IpAddresses"
73356           responseSchema:
73357             $ref: "#/definitions/generic.resource.api.IpAddresses"
73358             originalRef: "#/definitions/generic.resource.api.IpAddresses"
73359           schema:
73360             $ref: "#/definitions/generic.resource.api.IpAddresses"
73361             originalRef: "#/definitions/generic.resource.api.IpAddresses"
73362   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-to-dest-maps/source-to-dest-map/{source-port-id}/dest-ip-addresses/ip-addresses/
73363   : get:
73364       tags:
73365       - "GENERIC-RESOURCE-API"
73366       description: "returns generic.resource.api.ipaddresses.IpAddresses"
73367       parameters:
73368       - name: "configuration-id"
73369         in: "path"
73370         description: "Id of port-mirror-configuration"
73371         required: true
73372         type: "string"
73373       - name: "source-port-id"
73374         in: "path"
73375         description: "Id of source-to-dest-map"
73376         required: true
73377         type: "string"
73378       responses:
73379         400:
73380           description: "Internal error"
73381         200:
73382           description: "generic.resource.api.ipaddresses.IpAddresses"
73383           responseSchema:
73384             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
73385             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
73386           schema:
73387             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
73388             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
73389   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-assignments/source-vnfc-instance-group-id/
73390   : get:
73391       tags:
73392       - "GENERIC-RESOURCE-API"
73393       description: "returns generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73394       parameters:
73395       - name: "configuration-id"
73396         in: "path"
73397         description: "Id of port-mirror-configuration"
73398         required: true
73399         type: "string"
73400       responses:
73401         400:
73402           description: "Internal error"
73403         200:
73404           description: "generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73405           responseSchema:
73406             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73407             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73408           schema:
73409             $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73410             originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
73411   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/
73412   : get:
73413       tags:
73414       - "GENERIC-RESOURCE-API"
73415       description: "returns generic.resource.api.Param"
73416       parameters:
73417       - name: "configuration-id"
73418         in: "path"
73419         description: "Id of port-mirror-configuration"
73420         required: true
73421         type: "string"
73422       responses:
73423         400:
73424           description: "Internal error"
73425         200:
73426           description: "generic.resource.api.Param"
73427           responseSchema:
73428             $ref: "#/definitions/generic.resource.api.Param"
73429             originalRef: "#/definitions/generic.resource.api.Param"
73430           schema:
73431             $ref: "#/definitions/generic.resource.api.Param"
73432             originalRef: "#/definitions/generic.resource.api.Param"
73433   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/
73434   : get:
73435       tags:
73436       - "GENERIC-RESOURCE-API"
73437       description: "returns generic.resource.api.param.Param"
73438       parameters:
73439       - name: "configuration-id"
73440         in: "path"
73441         description: "Id of port-mirror-configuration"
73442         required: true
73443         type: "string"
73444       - name: "name"
73445         in: "path"
73446         description: "Id of param"
73447         required: true
73448         type: "string"
73449       responses:
73450         400:
73451           description: "Internal error"
73452         200:
73453           description: "generic.resource.api.param.Param"
73454           responseSchema:
73455             $ref: "#/definitions/generic.resource.api.param.Param"
73456             originalRef: "#/definitions/generic.resource.api.param.Param"
73457           schema:
73458             $ref: "#/definitions/generic.resource.api.param.Param"
73459             originalRef: "#/definitions/generic.resource.api.param.Param"
73460   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/resource-resolution-data/
73461   : get:
73462       tags:
73463       - "GENERIC-RESOURCE-API"
73464       description: "returns generic.resource.api.param.param.ResourceResolutionData"
73465       parameters:
73466       - name: "configuration-id"
73467         in: "path"
73468         description: "Id of port-mirror-configuration"
73469         required: true
73470         type: "string"
73471       - name: "name"
73472         in: "path"
73473         description: "Id of param"
73474         required: true
73475         type: "string"
73476       responses:
73477         400:
73478           description: "Internal error"
73479         200:
73480           description: "generic.resource.api.param.param.ResourceResolutionData"
73481           responseSchema:
73482             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73483             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73484           schema:
73485             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73486             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
73487   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-data/port-mirror-configuration-topology/port-mirror-configuration-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
73488   : get:
73489       tags:
73490       - "GENERIC-RESOURCE-API"
73491       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73492       parameters:
73493       - name: "configuration-id"
73494         in: "path"
73495         description: "Id of port-mirror-configuration"
73496         required: true
73497         type: "string"
73498       - name: "name"
73499         in: "path"
73500         description: "Id of param"
73501         required: true
73502         type: "string"
73503       - name: "resource-key-name"
73504         in: "path"
73505         description: "Id of resource-key"
73506         required: true
73507         type: "string"
73508       responses:
73509         400:
73510           description: "Internal error"
73511         200:
73512           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73513           responseSchema:
73514             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73515             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73516           schema:
73517             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73518             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
73519   ? /operational/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/{configuration-id}/configuration-status/
73520   : get:
73521       tags:
73522       - "GENERIC-RESOURCE-API"
73523       description: "returns generic.resource.api.configurationstatus.ConfigurationStatus"
73524       parameters:
73525       - name: "configuration-id"
73526         in: "path"
73527         description: "Id of port-mirror-configuration"
73528         required: true
73529         type: "string"
73530       responses:
73531         400:
73532           description: "Internal error"
73533         200:
73534           description: "generic.resource.api.configurationstatus.ConfigurationStatus"
73535           responseSchema:
73536             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
73537             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
73538           schema:
73539             $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
73540             originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
73541   /operational/GENERIC-RESOURCE-API:preload-information/:
73542     get:
73543       tags:
73544       - "GENERIC-RESOURCE-API"
73545       description: "returns generic.resource.api.PreloadModelInformation"
73546       parameters: []
73547       responses:
73548         400:
73549           description: "Internal error"
73550         200:
73551           description: "generic.resource.api.PreloadModelInformation"
73552           responseSchema:
73553             $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
73554             originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
73555           schema:
73556             $ref: "#/definitions/generic.resource.api.PreloadModelInformation"
73557             originalRef: "#/definitions/generic.resource.api.PreloadModelInformation"
73558   /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/:
73559     get:
73560       tags:
73561       - "GENERIC-RESOURCE-API"
73562       description: "returns generic.resource.api.preloadmodelinformation.PreloadList"
73563       parameters:
73564       - name: "preload-id"
73565         in: "path"
73566         description: "Id of preload-list"
73567         required: true
73568         type: "string"
73569       - name: "preload-type"
73570         in: "path"
73571         description: "Id of preload-list"
73572         required: true
73573         type: "string"
73574       responses:
73575         400:
73576           description: "Internal error"
73577         200:
73578           description: "generic.resource.api.preloadmodelinformation.PreloadList"
73579           responseSchema:
73580             $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
73581             originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
73582           schema:
73583             $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
73584             originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
73585   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/
73586   : get:
73587       tags:
73588       - "GENERIC-RESOURCE-API"
73589       description: "returns generic.resource.api.preloaddata.PreloadData"
73590       parameters:
73591       - name: "preload-id"
73592         in: "path"
73593         description: "Id of preload-list"
73594         required: true
73595         type: "string"
73596       - name: "preload-type"
73597         in: "path"
73598         description: "Id of preload-list"
73599         required: true
73600         type: "string"
73601       responses:
73602         400:
73603           description: "Internal error"
73604         200:
73605           description: "generic.resource.api.preloaddata.PreloadData"
73606           responseSchema:
73607             $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
73608             originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
73609           schema:
73610             $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
73611             originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
73612   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/
73613   : get:
73614       tags:
73615       - "GENERIC-RESOURCE-API"
73616       description: "returns generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73617       parameters:
73618       - name: "preload-id"
73619         in: "path"
73620         description: "Id of preload-list"
73621         required: true
73622         type: "string"
73623       - name: "preload-type"
73624         in: "path"
73625         description: "Id of preload-list"
73626         required: true
73627         type: "string"
73628       responses:
73629         400:
73630           description: "Internal error"
73631         200:
73632           description: "generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73633           responseSchema:
73634             $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73635             originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73636           schema:
73637             $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73638             originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
73639   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/host-routes/{route-prefix}/
73640   : get:
73641       tags:
73642       - "GENERIC-RESOURCE-API"
73643       description: "returns generic.resource.api.hostroutes.HostRoutes"
73644       parameters:
73645       - name: "preload-id"
73646         in: "path"
73647         description: "Id of preload-list"
73648         required: true
73649         type: "string"
73650       - name: "preload-type"
73651         in: "path"
73652         description: "Id of preload-list"
73653         required: true
73654         type: "string"
73655       - name: "route-prefix"
73656         in: "path"
73657         description: "Id of host-routes"
73658         required: true
73659         type: "string"
73660       responses:
73661         400:
73662           description: "Internal error"
73663         200:
73664           description: "generic.resource.api.hostroutes.HostRoutes"
73665           responseSchema:
73666             $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
73667             originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
73668           schema:
73669             $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
73670             originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
73671   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-policy/{network-policy-fqdn}/
73672   : get:
73673       tags:
73674       - "GENERIC-RESOURCE-API"
73675       description: "returns generic.resource.api.networkpolicy.NetworkPolicy"
73676       parameters:
73677       - name: "preload-id"
73678         in: "path"
73679         description: "Id of preload-list"
73680         required: true
73681         type: "string"
73682       - name: "preload-type"
73683         in: "path"
73684         description: "Id of preload-list"
73685         required: true
73686         type: "string"
73687       - name: "network-policy-fqdn"
73688         in: "path"
73689         description: "Id of network-policy"
73690         required: true
73691         type: "string"
73692       responses:
73693         400:
73694           description: "Internal error"
73695         200:
73696           description: "generic.resource.api.networkpolicy.NetworkPolicy"
73697           responseSchema:
73698             $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
73699             originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
73700           schema:
73701             $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
73702             originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
73703   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/
73704   : get:
73705       tags:
73706       - "GENERIC-RESOURCE-API"
73707       description: "returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73708       parameters:
73709       - name: "preload-id"
73710         in: "path"
73711         description: "Id of preload-list"
73712         required: true
73713         type: "string"
73714       - name: "preload-type"
73715         in: "path"
73716         description: "Id of preload-list"
73717         required: true
73718         type: "string"
73719       responses:
73720         400:
73721           description: "Internal error"
73722         200:
73723           description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73724           responseSchema:
73725             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73726             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73727           schema:
73728             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73729             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
73730   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/
73731   : get:
73732       tags:
73733       - "GENERIC-RESOURCE-API"
73734       description: "returns generic.resource.api.RelatedNetwork"
73735       parameters:
73736       - name: "preload-id"
73737         in: "path"
73738         description: "Id of preload-list"
73739         required: true
73740         type: "string"
73741       - name: "preload-type"
73742         in: "path"
73743         description: "Id of preload-list"
73744         required: true
73745         type: "string"
73746       responses:
73747         400:
73748           description: "Internal error"
73749         200:
73750           description: "generic.resource.api.RelatedNetwork"
73751           responseSchema:
73752             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
73753             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
73754           schema:
73755             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
73756             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
73757   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/related-network/{network-id}/
73758   : get:
73759       tags:
73760       - "GENERIC-RESOURCE-API"
73761       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
73762       parameters:
73763       - name: "preload-id"
73764         in: "path"
73765         description: "Id of preload-list"
73766         required: true
73767         type: "string"
73768       - name: "preload-type"
73769         in: "path"
73770         description: "Id of preload-list"
73771         required: true
73772         type: "string"
73773       - name: "network-id"
73774         in: "path"
73775         description: "Id of related-network"
73776         required: true
73777         type: "string"
73778       responses:
73779         400:
73780           description: "Internal error"
73781         200:
73782           description: "generic.resource.api.relatednetwork.RelatedNetwork"
73783           responseSchema:
73784             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
73785             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
73786           schema:
73787             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
73788             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
73789   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/network-topology-identifier-structure/related-networks/related-network/{network-id}/vlan-tags/
73790   : get:
73791       tags:
73792       - "GENERIC-RESOURCE-API"
73793       description: "returns generic.resource.api.vlantags.VlanTags"
73794       parameters:
73795       - name: "preload-id"
73796         in: "path"
73797         description: "Id of preload-list"
73798         required: true
73799         type: "string"
73800       - name: "preload-type"
73801         in: "path"
73802         description: "Id of preload-list"
73803         required: true
73804         type: "string"
73805       - name: "network-id"
73806         in: "path"
73807         description: "Id of related-network"
73808         required: true
73809         type: "string"
73810       responses:
73811         400:
73812           description: "Internal error"
73813         200:
73814           description: "generic.resource.api.vlantags.VlanTags"
73815           responseSchema:
73816             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
73817             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
73818           schema:
73819             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
73820             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
73821   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/route-table-reference/{route-table-reference-fqdn}/
73822   : get:
73823       tags:
73824       - "GENERIC-RESOURCE-API"
73825       description: "returns generic.resource.api.routetablereference.RouteTableReference"
73826       parameters:
73827       - name: "preload-id"
73828         in: "path"
73829         description: "Id of preload-list"
73830         required: true
73831         type: "string"
73832       - name: "preload-type"
73833         in: "path"
73834         description: "Id of preload-list"
73835         required: true
73836         type: "string"
73837       - name: "route-table-reference-fqdn"
73838         in: "path"
73839         description: "Id of route-table-reference"
73840         required: true
73841         type: "string"
73842       responses:
73843         400:
73844           description: "Internal error"
73845         200:
73846           description: "generic.resource.api.routetablereference.RouteTableReference"
73847           responseSchema:
73848             $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
73849             originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
73850           schema:
73851             $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
73852             originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
73853   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/subnets/{start-address}/
73854   : get:
73855       tags:
73856       - "GENERIC-RESOURCE-API"
73857       description: "returns generic.resource.api.subnets.Subnets"
73858       parameters:
73859       - name: "preload-id"
73860         in: "path"
73861         description: "Id of preload-list"
73862         required: true
73863         type: "string"
73864       - name: "preload-type"
73865         in: "path"
73866         description: "Id of preload-list"
73867         required: true
73868         type: "string"
73869       - name: "start-address"
73870         in: "path"
73871         description: "Id of subnets"
73872         required: true
73873         type: "string"
73874       responses:
73875         400:
73876           description: "Internal error"
73877         200:
73878           description: "generic.resource.api.subnets.Subnets"
73879           responseSchema:
73880             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
73881             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
73882           schema:
73883             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
73884             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
73885   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-network-topology-information/vpn-bindings/{vpn-binding-id}/
73886   : get:
73887       tags:
73888       - "GENERIC-RESOURCE-API"
73889       description: "returns generic.resource.api.vpnbindings.VpnBindings"
73890       parameters:
73891       - name: "preload-id"
73892         in: "path"
73893         description: "Id of preload-list"
73894         required: true
73895         type: "string"
73896       - name: "preload-type"
73897         in: "path"
73898         description: "Id of preload-list"
73899         required: true
73900         type: "string"
73901       - name: "vpn-binding-id"
73902         in: "path"
73903         description: "Id of vpn-bindings"
73904         required: true
73905         type: "string"
73906       responses:
73907         400:
73908           description: "Internal error"
73909         200:
73910           description: "generic.resource.api.vpnbindings.VpnBindings"
73911           responseSchema:
73912             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
73913             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
73914           schema:
73915             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
73916             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
73917   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-oper-status/
73918   : get:
73919       tags:
73920       - "GENERIC-RESOURCE-API"
73921       description: "returns generic.resource.api.preloadoperstatus.PreloadOperStatus"
73922       parameters:
73923       - name: "preload-id"
73924         in: "path"
73925         description: "Id of preload-list"
73926         required: true
73927         type: "string"
73928       - name: "preload-type"
73929         in: "path"
73930         description: "Id of preload-list"
73931         required: true
73932         type: "string"
73933       responses:
73934         400:
73935           description: "Internal error"
73936         200:
73937           description: "generic.resource.api.preloadoperstatus.PreloadOperStatus"
73938           responseSchema:
73939             $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
73940             originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
73941           schema:
73942             $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
73943             originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
73944   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/
73945   : get:
73946       tags:
73947       - "GENERIC-RESOURCE-API"
73948       description: "returns generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73949       parameters:
73950       - name: "preload-id"
73951         in: "path"
73952         description: "Id of preload-list"
73953         required: true
73954         type: "string"
73955       - name: "preload-type"
73956         in: "path"
73957         description: "Id of preload-list"
73958         required: true
73959         type: "string"
73960       responses:
73961         400:
73962           description: "Internal error"
73963         200:
73964           description: "generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73965           responseSchema:
73966             $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73967             originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73968           schema:
73969             $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73970             originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
73971   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/
73972   : get:
73973       tags:
73974       - "GENERIC-RESOURCE-API"
73975       description: "returns generic.resource.api.vfmoduletopology.VfModuleTopology"
73976       parameters:
73977       - name: "preload-id"
73978         in: "path"
73979         description: "Id of preload-list"
73980         required: true
73981         type: "string"
73982       - name: "preload-type"
73983         in: "path"
73984         description: "Id of preload-list"
73985         required: true
73986         type: "string"
73987       responses:
73988         400:
73989           description: "Internal error"
73990         200:
73991           description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
73992           responseSchema:
73993             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
73994             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
73995           schema:
73996             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
73997             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
73998   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/onap-model-information/
73999   : get:
74000       tags:
74001       - "GENERIC-RESOURCE-API"
74002       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
74003       parameters:
74004       - name: "preload-id"
74005         in: "path"
74006         description: "Id of preload-list"
74007         required: true
74008         type: "string"
74009       - name: "preload-type"
74010         in: "path"
74011         description: "Id of preload-list"
74012         required: true
74013         type: "string"
74014       responses:
74015         400:
74016           description: "Internal error"
74017         200:
74018           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
74019           responseSchema:
74020             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74021             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74022           schema:
74023             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74024             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74025   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/
74026   : get:
74027       tags:
74028       - "GENERIC-RESOURCE-API"
74029       description: "returns generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74030       parameters:
74031       - name: "preload-id"
74032         in: "path"
74033         description: "Id of preload-list"
74034         required: true
74035         type: "string"
74036       - name: "preload-type"
74037         in: "path"
74038         description: "Id of preload-list"
74039         required: true
74040         type: "string"
74041       responses:
74042         400:
74043           description: "Internal error"
74044         200:
74045           description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74046           responseSchema:
74047             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74048             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74049           schema:
74050             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74051             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
74052   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/
74053   : get:
74054       tags:
74055       - "GENERIC-RESOURCE-API"
74056       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74057       parameters:
74058       - name: "preload-id"
74059         in: "path"
74060         description: "Id of preload-list"
74061         required: true
74062         type: "string"
74063       - name: "preload-type"
74064         in: "path"
74065         description: "Id of preload-list"
74066         required: true
74067         type: "string"
74068       responses:
74069         400:
74070           description: "Internal error"
74071         200:
74072           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74073           responseSchema:
74074             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74075             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74076           schema:
74077             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74078             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
74079   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/{neutron-subnet-id}/
74080   : get:
74081       tags:
74082       - "GENERIC-RESOURCE-API"
74083       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74084       parameters:
74085       - name: "preload-id"
74086         in: "path"
74087         description: "Id of preload-list"
74088         required: true
74089         type: "string"
74090       - name: "preload-type"
74091         in: "path"
74092         description: "Id of preload-list"
74093         required: true
74094         type: "string"
74095       - name: "neutron-subnet-id"
74096         in: "path"
74097         description: "Id of dhcp-subnet-assignment"
74098         required: true
74099         type: "string"
74100       responses:
74101         400:
74102           description: "Internal error"
74103         200:
74104           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74105           responseSchema:
74106             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74107             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74108           schema:
74109             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74110             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
74111   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/
74112   : get:
74113       tags:
74114       - "GENERIC-RESOURCE-API"
74115       description: "returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74116       parameters:
74117       - name: "preload-id"
74118         in: "path"
74119         description: "Id of preload-list"
74120         required: true
74121         type: "string"
74122       - name: "preload-type"
74123         in: "path"
74124         description: "Id of preload-list"
74125         required: true
74126         type: "string"
74127       responses:
74128         400:
74129           description: "Internal error"
74130         200:
74131           description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74132           responseSchema:
74133             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74134             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74135           schema:
74136             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74137             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
74138   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/
74139   : get:
74140       tags:
74141       - "GENERIC-RESOURCE-API"
74142       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74143       parameters:
74144       - name: "preload-id"
74145         in: "path"
74146         description: "Id of preload-list"
74147         required: true
74148         type: "string"
74149       - name: "preload-type"
74150         in: "path"
74151         description: "Id of preload-list"
74152         required: true
74153         type: "string"
74154       - name: "instance-group-id"
74155         in: "path"
74156         description: "Id of vlan-vnfc-instance-group"
74157         required: true
74158         type: "string"
74159       responses:
74160         400:
74161           description: "Internal error"
74162         200:
74163           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74164           responseSchema:
74165             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74166             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74167           schema:
74168             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74169             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
74170   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/
74171   : get:
74172       tags:
74173       - "GENERIC-RESOURCE-API"
74174       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74175       parameters:
74176       - name: "preload-id"
74177         in: "path"
74178         description: "Id of preload-list"
74179         required: true
74180         type: "string"
74181       - name: "preload-type"
74182         in: "path"
74183         description: "Id of preload-list"
74184         required: true
74185         type: "string"
74186       - name: "instance-group-id"
74187         in: "path"
74188         description: "Id of vlan-vnfc-instance-group"
74189         required: true
74190         type: "string"
74191       responses:
74192         400:
74193           description: "Internal error"
74194         200:
74195           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74196           responseSchema:
74197             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74198             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74199           schema:
74200             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74201             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
74202   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/
74203   : get:
74204       tags:
74205       - "GENERIC-RESOURCE-API"
74206       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74207       parameters:
74208       - name: "preload-id"
74209         in: "path"
74210         description: "Id of preload-list"
74211         required: true
74212         type: "string"
74213       - name: "preload-type"
74214         in: "path"
74215         description: "Id of preload-list"
74216         required: true
74217         type: "string"
74218       - name: "instance-group-id"
74219         in: "path"
74220         description: "Id of vlan-vnfc-instance-group"
74221         required: true
74222         type: "string"
74223       - name: "vnfc-name"
74224         in: "path"
74225         description: "Id of vnfc"
74226         required: true
74227         type: "string"
74228       responses:
74229         400:
74230           description: "Internal error"
74231         200:
74232           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74233           responseSchema:
74234             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74235             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74236           schema:
74237             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74238             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
74239   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/
74240   : get:
74241       tags:
74242       - "GENERIC-RESOURCE-API"
74243       description: "returns generic.resource.api.vnicgroups.VnicGroups"
74244       parameters:
74245       - name: "preload-id"
74246         in: "path"
74247         description: "Id of preload-list"
74248         required: true
74249         type: "string"
74250       - name: "preload-type"
74251         in: "path"
74252         description: "Id of preload-list"
74253         required: true
74254         type: "string"
74255       - name: "instance-group-id"
74256         in: "path"
74257         description: "Id of vlan-vnfc-instance-group"
74258         required: true
74259         type: "string"
74260       - name: "vnfc-name"
74261         in: "path"
74262         description: "Id of vnfc"
74263         required: true
74264         type: "string"
74265       responses:
74266         400:
74267           description: "Internal error"
74268         200:
74269           description: "generic.resource.api.vnicgroups.VnicGroups"
74270           responseSchema:
74271             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
74272             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
74273           schema:
74274             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
74275             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
74276   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/
74277   : get:
74278       tags:
74279       - "GENERIC-RESOURCE-API"
74280       description: "returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74281       parameters:
74282       - name: "preload-id"
74283         in: "path"
74284         description: "Id of preload-list"
74285         required: true
74286         type: "string"
74287       - name: "preload-type"
74288         in: "path"
74289         description: "Id of preload-list"
74290         required: true
74291         type: "string"
74292       - name: "instance-group-id"
74293         in: "path"
74294         description: "Id of vlan-vnfc-instance-group"
74295         required: true
74296         type: "string"
74297       - name: "vnfc-name"
74298         in: "path"
74299         description: "Id of vnfc"
74300         required: true
74301         type: "string"
74302       - name: "vnic-interface-role"
74303         in: "path"
74304         description: "Id of vnic-group"
74305         required: true
74306         type: "string"
74307       responses:
74308         400:
74309           description: "Internal error"
74310         200:
74311           description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74312           responseSchema:
74313             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74314             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74315           schema:
74316             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74317             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
74318   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/
74319   : get:
74320       tags:
74321       - "GENERIC-RESOURCE-API"
74322       description: "returns generic.resource.api.IpAddresses"
74323       parameters:
74324       - name: "preload-id"
74325         in: "path"
74326         description: "Id of preload-list"
74327         required: true
74328         type: "string"
74329       - name: "preload-type"
74330         in: "path"
74331         description: "Id of preload-list"
74332         required: true
74333         type: "string"
74334       - name: "instance-group-id"
74335         in: "path"
74336         description: "Id of vlan-vnfc-instance-group"
74337         required: true
74338         type: "string"
74339       - name: "vnfc-name"
74340         in: "path"
74341         description: "Id of vnfc"
74342         required: true
74343         type: "string"
74344       - name: "vnic-interface-role"
74345         in: "path"
74346         description: "Id of vnic-group"
74347         required: true
74348         type: "string"
74349       responses:
74350         400:
74351           description: "Internal error"
74352         200:
74353           description: "generic.resource.api.IpAddresses"
74354           responseSchema:
74355             $ref: "#/definitions/generic.resource.api.IpAddresses"
74356             originalRef: "#/definitions/generic.resource.api.IpAddresses"
74357           schema:
74358             $ref: "#/definitions/generic.resource.api.IpAddresses"
74359             originalRef: "#/definitions/generic.resource.api.IpAddresses"
74360   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/ip-addresses/
74361   : get:
74362       tags:
74363       - "GENERIC-RESOURCE-API"
74364       description: "returns generic.resource.api.ipaddresses.IpAddresses"
74365       parameters:
74366       - name: "preload-id"
74367         in: "path"
74368         description: "Id of preload-list"
74369         required: true
74370         type: "string"
74371       - name: "preload-type"
74372         in: "path"
74373         description: "Id of preload-list"
74374         required: true
74375         type: "string"
74376       - name: "instance-group-id"
74377         in: "path"
74378         description: "Id of vlan-vnfc-instance-group"
74379         required: true
74380         type: "string"
74381       - name: "vnfc-name"
74382         in: "path"
74383         description: "Id of vnfc"
74384         required: true
74385         type: "string"
74386       - name: "vnic-interface-role"
74387         in: "path"
74388         description: "Id of vnic-group"
74389         required: true
74390         type: "string"
74391       responses:
74392         400:
74393           description: "Internal error"
74394         200:
74395           description: "generic.resource.api.ipaddresses.IpAddresses"
74396           responseSchema:
74397             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
74398             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
74399           schema:
74400             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
74401             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
74402   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/
74403   : get:
74404       tags:
74405       - "GENERIC-RESOURCE-API"
74406       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74407       parameters:
74408       - name: "preload-id"
74409         in: "path"
74410         description: "Id of preload-list"
74411         required: true
74412         type: "string"
74413       - name: "preload-type"
74414         in: "path"
74415         description: "Id of preload-list"
74416         required: true
74417         type: "string"
74418       - name: "instance-group-id"
74419         in: "path"
74420         description: "Id of vlan-vnfc-instance-group"
74421         required: true
74422         type: "string"
74423       - name: "vnfc-name"
74424         in: "path"
74425         description: "Id of vnfc"
74426         required: true
74427         type: "string"
74428       - name: "vnic-interface-role"
74429         in: "path"
74430         description: "Id of vnic-group"
74431         required: true
74432         type: "string"
74433       responses:
74434         400:
74435           description: "Internal error"
74436         200:
74437           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74438           responseSchema:
74439             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74440             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74441           schema:
74442             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74443             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
74444   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/
74445   : get:
74446       tags:
74447       - "GENERIC-RESOURCE-API"
74448       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74449       parameters:
74450       - name: "preload-id"
74451         in: "path"
74452         description: "Id of preload-list"
74453         required: true
74454         type: "string"
74455       - name: "preload-type"
74456         in: "path"
74457         description: "Id of preload-list"
74458         required: true
74459         type: "string"
74460       - name: "instance-group-id"
74461         in: "path"
74462         description: "Id of vlan-vnfc-instance-group"
74463         required: true
74464         type: "string"
74465       - name: "vnfc-name"
74466         in: "path"
74467         description: "Id of vnfc"
74468         required: true
74469         type: "string"
74470       - name: "vnic-interface-role"
74471         in: "path"
74472         description: "Id of vnic-group"
74473         required: true
74474         type: "string"
74475       - name: "vnic-port-id"
74476         in: "path"
74477         description: "Id of vlan-vnic"
74478         required: true
74479         type: "string"
74480       responses:
74481         400:
74482           description: "Internal error"
74483         200:
74484           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74485           responseSchema:
74486             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74487             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74488           schema:
74489             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74490             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
74491   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/
74492   : get:
74493       tags:
74494       - "GENERIC-RESOURCE-API"
74495       description: "returns generic.resource.api.SubInterfaceNetworkData"
74496       parameters:
74497       - name: "preload-id"
74498         in: "path"
74499         description: "Id of preload-list"
74500         required: true
74501         type: "string"
74502       - name: "preload-type"
74503         in: "path"
74504         description: "Id of preload-list"
74505         required: true
74506         type: "string"
74507       - name: "instance-group-id"
74508         in: "path"
74509         description: "Id of vlan-vnfc-instance-group"
74510         required: true
74511         type: "string"
74512       - name: "vnfc-name"
74513         in: "path"
74514         description: "Id of vnfc"
74515         required: true
74516         type: "string"
74517       - name: "vnic-interface-role"
74518         in: "path"
74519         description: "Id of vnic-group"
74520         required: true
74521         type: "string"
74522       - name: "vnic-port-id"
74523         in: "path"
74524         description: "Id of vlan-vnic"
74525         required: true
74526         type: "string"
74527       responses:
74528         400:
74529           description: "Internal error"
74530         200:
74531           description: "generic.resource.api.SubInterfaceNetworkData"
74532           responseSchema:
74533             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
74534             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
74535           schema:
74536             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
74537             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
74538   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
74539   : get:
74540       tags:
74541       - "GENERIC-RESOURCE-API"
74542       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74543       parameters:
74544       - name: "preload-id"
74545         in: "path"
74546         description: "Id of preload-list"
74547         required: true
74548         type: "string"
74549       - name: "preload-type"
74550         in: "path"
74551         description: "Id of preload-list"
74552         required: true
74553         type: "string"
74554       - name: "instance-group-id"
74555         in: "path"
74556         description: "Id of vlan-vnfc-instance-group"
74557         required: true
74558         type: "string"
74559       - name: "vnfc-name"
74560         in: "path"
74561         description: "Id of vnfc"
74562         required: true
74563         type: "string"
74564       - name: "vnic-interface-role"
74565         in: "path"
74566         description: "Id of vnic-group"
74567         required: true
74568         type: "string"
74569       - name: "vnic-port-id"
74570         in: "path"
74571         description: "Id of vlan-vnic"
74572         required: true
74573         type: "string"
74574       - name: "network-id"
74575         in: "path"
74576         description: "Id of sub-interface-network-data"
74577         required: true
74578         type: "string"
74579       responses:
74580         400:
74581           description: "Internal error"
74582         200:
74583           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74584           responseSchema:
74585             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74586             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74587           schema:
74588             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74589             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
74590   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
74591   : get:
74592       tags:
74593       - "GENERIC-RESOURCE-API"
74594       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74595       parameters:
74596       - name: "preload-id"
74597         in: "path"
74598         description: "Id of preload-list"
74599         required: true
74600         type: "string"
74601       - name: "preload-type"
74602         in: "path"
74603         description: "Id of preload-list"
74604         required: true
74605         type: "string"
74606       - name: "instance-group-id"
74607         in: "path"
74608         description: "Id of vlan-vnfc-instance-group"
74609         required: true
74610         type: "string"
74611       - name: "vnfc-name"
74612         in: "path"
74613         description: "Id of vnfc"
74614         required: true
74615         type: "string"
74616       - name: "vnic-interface-role"
74617         in: "path"
74618         description: "Id of vnic-group"
74619         required: true
74620         type: "string"
74621       - name: "vnic-port-id"
74622         in: "path"
74623         description: "Id of vlan-vnic"
74624         required: true
74625         type: "string"
74626       - name: "network-id"
74627         in: "path"
74628         description: "Id of sub-interface-network-data"
74629         required: true
74630         type: "string"
74631       responses:
74632         400:
74633           description: "Internal error"
74634         200:
74635           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74636           responseSchema:
74637             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74638             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74639           schema:
74640             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74641             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
74642   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
74643   : get:
74644       tags:
74645       - "GENERIC-RESOURCE-API"
74646       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74647       parameters:
74648       - name: "preload-id"
74649         in: "path"
74650         description: "Id of preload-list"
74651         required: true
74652         type: "string"
74653       - name: "preload-type"
74654         in: "path"
74655         description: "Id of preload-list"
74656         required: true
74657         type: "string"
74658       - name: "instance-group-id"
74659         in: "path"
74660         description: "Id of vlan-vnfc-instance-group"
74661         required: true
74662         type: "string"
74663       - name: "vnfc-name"
74664         in: "path"
74665         description: "Id of vnfc"
74666         required: true
74667         type: "string"
74668       - name: "vnic-interface-role"
74669         in: "path"
74670         description: "Id of vnic-group"
74671         required: true
74672         type: "string"
74673       - name: "vnic-port-id"
74674         in: "path"
74675         description: "Id of vlan-vnic"
74676         required: true
74677         type: "string"
74678       - name: "network-id"
74679         in: "path"
74680         description: "Id of sub-interface-network-data"
74681         required: true
74682         type: "string"
74683       responses:
74684         400:
74685           description: "Internal error"
74686         200:
74687           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74688           responseSchema:
74689             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74690             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74691           schema:
74692             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74693             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
74694   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
74695   : get:
74696       tags:
74697       - "GENERIC-RESOURCE-API"
74698       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74699       parameters:
74700       - name: "preload-id"
74701         in: "path"
74702         description: "Id of preload-list"
74703         required: true
74704         type: "string"
74705       - name: "preload-type"
74706         in: "path"
74707         description: "Id of preload-list"
74708         required: true
74709         type: "string"
74710       - name: "instance-group-id"
74711         in: "path"
74712         description: "Id of vlan-vnfc-instance-group"
74713         required: true
74714         type: "string"
74715       - name: "vnfc-name"
74716         in: "path"
74717         description: "Id of vnfc"
74718         required: true
74719         type: "string"
74720       - name: "vnic-interface-role"
74721         in: "path"
74722         description: "Id of vnic-group"
74723         required: true
74724         type: "string"
74725       - name: "vnic-port-id"
74726         in: "path"
74727         description: "Id of vlan-vnic"
74728         required: true
74729         type: "string"
74730       - name: "network-id"
74731         in: "path"
74732         description: "Id of sub-interface-network-data"
74733         required: true
74734         type: "string"
74735       - name: "ip-version"
74736         in: "path"
74737         description: "Id of network-information-item"
74738         required: true
74739         type: "string"
74740       responses:
74741         400:
74742           description: "Internal error"
74743         200:
74744           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74745           responseSchema:
74746             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74747             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74748           schema:
74749             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74750             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
74751   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
74752   : get:
74753       tags:
74754       - "GENERIC-RESOURCE-API"
74755       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74756       parameters:
74757       - name: "preload-id"
74758         in: "path"
74759         description: "Id of preload-list"
74760         required: true
74761         type: "string"
74762       - name: "preload-type"
74763         in: "path"
74764         description: "Id of preload-list"
74765         required: true
74766         type: "string"
74767       - name: "instance-group-id"
74768         in: "path"
74769         description: "Id of vlan-vnfc-instance-group"
74770         required: true
74771         type: "string"
74772       - name: "vnfc-name"
74773         in: "path"
74774         description: "Id of vnfc"
74775         required: true
74776         type: "string"
74777       - name: "vnic-interface-role"
74778         in: "path"
74779         description: "Id of vnic-group"
74780         required: true
74781         type: "string"
74782       - name: "vnic-port-id"
74783         in: "path"
74784         description: "Id of vlan-vnic"
74785         required: true
74786         type: "string"
74787       - name: "network-id"
74788         in: "path"
74789         description: "Id of sub-interface-network-data"
74790         required: true
74791         type: "string"
74792       - name: "ip-version"
74793         in: "path"
74794         description: "Id of network-information-item"
74795         required: true
74796         type: "string"
74797       responses:
74798         400:
74799           description: "Internal error"
74800         200:
74801           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74802           responseSchema:
74803             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74804             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74805           schema:
74806             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74807             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
74808   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/
74809   : get:
74810       tags:
74811       - "GENERIC-RESOURCE-API"
74812       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74813       parameters:
74814       - name: "preload-id"
74815         in: "path"
74816         description: "Id of preload-list"
74817         required: true
74818         type: "string"
74819       - name: "preload-type"
74820         in: "path"
74821         description: "Id of preload-list"
74822         required: true
74823         type: "string"
74824       responses:
74825         400:
74826           description: "Internal error"
74827         200:
74828           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74829           responseSchema:
74830             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74831             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74832           schema:
74833             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74834             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
74835   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/
74836   : get:
74837       tags:
74838       - "GENERIC-RESOURCE-API"
74839       description: "returns generic.resource.api.VmTopologyData"
74840       parameters:
74841       - name: "preload-id"
74842         in: "path"
74843         description: "Id of preload-list"
74844         required: true
74845         type: "string"
74846       - name: "preload-type"
74847         in: "path"
74848         description: "Id of preload-list"
74849         required: true
74850         type: "string"
74851       - name: "vm-type"
74852         in: "path"
74853         description: "Id of vm"
74854         required: true
74855         type: "string"
74856       responses:
74857         400:
74858           description: "Internal error"
74859         200:
74860           description: "generic.resource.api.VmTopologyData"
74861           responseSchema:
74862             $ref: "#/definitions/generic.resource.api.VmTopologyData"
74863             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
74864           schema:
74865             $ref: "#/definitions/generic.resource.api.VmTopologyData"
74866             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
74867   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/onap-model-information/
74868   : get:
74869       tags:
74870       - "GENERIC-RESOURCE-API"
74871       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
74872       parameters:
74873       - name: "preload-id"
74874         in: "path"
74875         description: "Id of preload-list"
74876         required: true
74877         type: "string"
74878       - name: "preload-type"
74879         in: "path"
74880         description: "Id of preload-list"
74881         required: true
74882         type: "string"
74883       - name: "vm-type"
74884         in: "path"
74885         description: "Id of vm"
74886         required: true
74887         type: "string"
74888       responses:
74889         400:
74890           description: "Internal error"
74891         200:
74892           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
74893           responseSchema:
74894             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74895             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74896           schema:
74897             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74898             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
74899   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/
74900   : get:
74901       tags:
74902       - "GENERIC-RESOURCE-API"
74903       description: "returns generic.resource.api.vmtopologydata.VmNames"
74904       parameters:
74905       - name: "preload-id"
74906         in: "path"
74907         description: "Id of preload-list"
74908         required: true
74909         type: "string"
74910       - name: "preload-type"
74911         in: "path"
74912         description: "Id of preload-list"
74913         required: true
74914         type: "string"
74915       - name: "vm-type"
74916         in: "path"
74917         description: "Id of vm"
74918         required: true
74919         type: "string"
74920       responses:
74921         400:
74922           description: "Internal error"
74923         200:
74924           description: "generic.resource.api.vmtopologydata.VmNames"
74925           responseSchema:
74926             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
74927             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
74928           schema:
74929             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
74930             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
74931   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/
74932   : get:
74933       tags:
74934       - "GENERIC-RESOURCE-API"
74935       description: "returns generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74936       parameters:
74937       - name: "preload-id"
74938         in: "path"
74939         description: "Id of preload-list"
74940         required: true
74941         type: "string"
74942       - name: "preload-type"
74943         in: "path"
74944         description: "Id of preload-list"
74945         required: true
74946         type: "string"
74947       - name: "vm-type"
74948         in: "path"
74949         description: "Id of vm"
74950         required: true
74951         type: "string"
74952       - name: "vnfc-name"
74953         in: "path"
74954         description: "Id of vnfc-names"
74955         required: true
74956         type: "string"
74957       responses:
74958         400:
74959           description: "Internal error"
74960         200:
74961           description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74962           responseSchema:
74963             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74964             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74965           schema:
74966             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74967             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
74968   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/
74969   : get:
74970       tags:
74971       - "GENERIC-RESOURCE-API"
74972       description: "returns generic.resource.api.VnfcNetworkData"
74973       parameters:
74974       - name: "preload-id"
74975         in: "path"
74976         description: "Id of preload-list"
74977         required: true
74978         type: "string"
74979       - name: "preload-type"
74980         in: "path"
74981         description: "Id of preload-list"
74982         required: true
74983         type: "string"
74984       - name: "vm-type"
74985         in: "path"
74986         description: "Id of vm"
74987         required: true
74988         type: "string"
74989       - name: "vnfc-name"
74990         in: "path"
74991         description: "Id of vnfc-names"
74992         required: true
74993         type: "string"
74994       responses:
74995         400:
74996           description: "Internal error"
74997         200:
74998           description: "generic.resource.api.VnfcNetworkData"
74999           responseSchema:
75000             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
75001             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
75002           schema:
75003             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
75004             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
75005   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/
75006   : get:
75007       tags:
75008       - "GENERIC-RESOURCE-API"
75009       description: "returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75010       parameters:
75011       - name: "preload-id"
75012         in: "path"
75013         description: "Id of preload-list"
75014         required: true
75015         type: "string"
75016       - name: "preload-type"
75017         in: "path"
75018         description: "Id of preload-list"
75019         required: true
75020         type: "string"
75021       - name: "vm-type"
75022         in: "path"
75023         description: "Id of vm"
75024         required: true
75025         type: "string"
75026       - name: "vnfc-name"
75027         in: "path"
75028         description: "Id of vnfc-names"
75029         required: true
75030         type: "string"
75031       - name: "vnfc-network-role"
75032         in: "path"
75033         description: "Id of vnfc-network-data"
75034         required: true
75035         type: "string"
75036       responses:
75037         400:
75038           description: "Internal error"
75039         200:
75040           description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75041           responseSchema:
75042             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75043             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75044           schema:
75045             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75046             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
75047   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/
75048   : get:
75049       tags:
75050       - "GENERIC-RESOURCE-API"
75051       description: "returns generic.resource.api.connectionpoint.ConnectionPoint"
75052       parameters:
75053       - name: "preload-id"
75054         in: "path"
75055         description: "Id of preload-list"
75056         required: true
75057         type: "string"
75058       - name: "preload-type"
75059         in: "path"
75060         description: "Id of preload-list"
75061         required: true
75062         type: "string"
75063       - name: "vm-type"
75064         in: "path"
75065         description: "Id of vm"
75066         required: true
75067         type: "string"
75068       - name: "vnfc-name"
75069         in: "path"
75070         description: "Id of vnfc-names"
75071         required: true
75072         type: "string"
75073       - name: "vnfc-network-role"
75074         in: "path"
75075         description: "Id of vnfc-network-data"
75076         required: true
75077         type: "string"
75078       responses:
75079         400:
75080           description: "Internal error"
75081         200:
75082           description: "generic.resource.api.connectionpoint.ConnectionPoint"
75083           responseSchema:
75084             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
75085             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
75086           schema:
75087             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
75088             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
75089   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/{vlan-uuid}/
75090   : get:
75091       tags:
75092       - "GENERIC-RESOURCE-API"
75093       description: "returns generic.resource.api.connectionpoint.connectionpoint.VlanData"
75094       parameters:
75095       - name: "preload-id"
75096         in: "path"
75097         description: "Id of preload-list"
75098         required: true
75099         type: "string"
75100       - name: "preload-type"
75101         in: "path"
75102         description: "Id of preload-list"
75103         required: true
75104         type: "string"
75105       - name: "vm-type"
75106         in: "path"
75107         description: "Id of vm"
75108         required: true
75109         type: "string"
75110       - name: "vnfc-name"
75111         in: "path"
75112         description: "Id of vnfc-names"
75113         required: true
75114         type: "string"
75115       - name: "vnfc-network-role"
75116         in: "path"
75117         description: "Id of vnfc-network-data"
75118         required: true
75119         type: "string"
75120       - name: "vlan-uuid"
75121         in: "path"
75122         description: "Id of vlan-data"
75123         required: true
75124         type: "string"
75125       responses:
75126         400:
75127           description: "Internal error"
75128         200:
75129           description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
75130           responseSchema:
75131             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
75132             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
75133           schema:
75134             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
75135             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
75136   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/
75137   : get:
75138       tags:
75139       - "GENERIC-RESOURCE-API"
75140       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75141       parameters:
75142       - name: "preload-id"
75143         in: "path"
75144         description: "Id of preload-list"
75145         required: true
75146         type: "string"
75147       - name: "preload-type"
75148         in: "path"
75149         description: "Id of preload-list"
75150         required: true
75151         type: "string"
75152       - name: "vm-type"
75153         in: "path"
75154         description: "Id of vm"
75155         required: true
75156         type: "string"
75157       - name: "vnfc-name"
75158         in: "path"
75159         description: "Id of vnfc-names"
75160         required: true
75161         type: "string"
75162       - name: "vnfc-network-role"
75163         in: "path"
75164         description: "Id of vnfc-network-data"
75165         required: true
75166         type: "string"
75167       responses:
75168         400:
75169           description: "Internal error"
75170         200:
75171           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75172           responseSchema:
75173             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75174             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75175           schema:
75176             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75177             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
75178   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/
75179   : get:
75180       tags:
75181       - "GENERIC-RESOURCE-API"
75182       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75183       parameters:
75184       - name: "preload-id"
75185         in: "path"
75186         description: "Id of preload-list"
75187         required: true
75188         type: "string"
75189       - name: "preload-type"
75190         in: "path"
75191         description: "Id of preload-list"
75192         required: true
75193         type: "string"
75194       - name: "vm-type"
75195         in: "path"
75196         description: "Id of vm"
75197         required: true
75198         type: "string"
75199       - name: "vnfc-name"
75200         in: "path"
75201         description: "Id of vnfc-names"
75202         required: true
75203         type: "string"
75204       - name: "vnfc-network-role"
75205         in: "path"
75206         description: "Id of vnfc-network-data"
75207         required: true
75208         type: "string"
75209       - name: "vnfc-port-id"
75210         in: "path"
75211         description: "Id of vnfc-port"
75212         required: true
75213         type: "string"
75214       responses:
75215         400:
75216           description: "Internal error"
75217         200:
75218           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75219           responseSchema:
75220             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75221             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75222           schema:
75223             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75224             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
75225   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/
75226   : get:
75227       tags:
75228       - "GENERIC-RESOURCE-API"
75229       description: "returns generic.resource.api.SubInterfaceNetworkData"
75230       parameters:
75231       - name: "preload-id"
75232         in: "path"
75233         description: "Id of preload-list"
75234         required: true
75235         type: "string"
75236       - name: "preload-type"
75237         in: "path"
75238         description: "Id of preload-list"
75239         required: true
75240         type: "string"
75241       - name: "vm-type"
75242         in: "path"
75243         description: "Id of vm"
75244         required: true
75245         type: "string"
75246       - name: "vnfc-name"
75247         in: "path"
75248         description: "Id of vnfc-names"
75249         required: true
75250         type: "string"
75251       - name: "vnfc-network-role"
75252         in: "path"
75253         description: "Id of vnfc-network-data"
75254         required: true
75255         type: "string"
75256       - name: "vnfc-port-id"
75257         in: "path"
75258         description: "Id of vnfc-port"
75259         required: true
75260         type: "string"
75261       responses:
75262         400:
75263           description: "Internal error"
75264         200:
75265           description: "generic.resource.api.SubInterfaceNetworkData"
75266           responseSchema:
75267             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
75268             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
75269           schema:
75270             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
75271             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
75272   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
75273   : get:
75274       tags:
75275       - "GENERIC-RESOURCE-API"
75276       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75277       parameters:
75278       - name: "preload-id"
75279         in: "path"
75280         description: "Id of preload-list"
75281         required: true
75282         type: "string"
75283       - name: "preload-type"
75284         in: "path"
75285         description: "Id of preload-list"
75286         required: true
75287         type: "string"
75288       - name: "vm-type"
75289         in: "path"
75290         description: "Id of vm"
75291         required: true
75292         type: "string"
75293       - name: "vnfc-name"
75294         in: "path"
75295         description: "Id of vnfc-names"
75296         required: true
75297         type: "string"
75298       - name: "vnfc-network-role"
75299         in: "path"
75300         description: "Id of vnfc-network-data"
75301         required: true
75302         type: "string"
75303       - name: "vnfc-port-id"
75304         in: "path"
75305         description: "Id of vnfc-port"
75306         required: true
75307         type: "string"
75308       - name: "network-id"
75309         in: "path"
75310         description: "Id of sub-interface-network-data"
75311         required: true
75312         type: "string"
75313       responses:
75314         400:
75315           description: "Internal error"
75316         200:
75317           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75318           responseSchema:
75319             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75320             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75321           schema:
75322             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75323             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
75324   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
75325   : get:
75326       tags:
75327       - "GENERIC-RESOURCE-API"
75328       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75329       parameters:
75330       - name: "preload-id"
75331         in: "path"
75332         description: "Id of preload-list"
75333         required: true
75334         type: "string"
75335       - name: "preload-type"
75336         in: "path"
75337         description: "Id of preload-list"
75338         required: true
75339         type: "string"
75340       - name: "vm-type"
75341         in: "path"
75342         description: "Id of vm"
75343         required: true
75344         type: "string"
75345       - name: "vnfc-name"
75346         in: "path"
75347         description: "Id of vnfc-names"
75348         required: true
75349         type: "string"
75350       - name: "vnfc-network-role"
75351         in: "path"
75352         description: "Id of vnfc-network-data"
75353         required: true
75354         type: "string"
75355       - name: "vnfc-port-id"
75356         in: "path"
75357         description: "Id of vnfc-port"
75358         required: true
75359         type: "string"
75360       - name: "network-id"
75361         in: "path"
75362         description: "Id of sub-interface-network-data"
75363         required: true
75364         type: "string"
75365       responses:
75366         400:
75367           description: "Internal error"
75368         200:
75369           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75370           responseSchema:
75371             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75372             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75373           schema:
75374             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75375             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
75376   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
75377   : get:
75378       tags:
75379       - "GENERIC-RESOURCE-API"
75380       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75381       parameters:
75382       - name: "preload-id"
75383         in: "path"
75384         description: "Id of preload-list"
75385         required: true
75386         type: "string"
75387       - name: "preload-type"
75388         in: "path"
75389         description: "Id of preload-list"
75390         required: true
75391         type: "string"
75392       - name: "vm-type"
75393         in: "path"
75394         description: "Id of vm"
75395         required: true
75396         type: "string"
75397       - name: "vnfc-name"
75398         in: "path"
75399         description: "Id of vnfc-names"
75400         required: true
75401         type: "string"
75402       - name: "vnfc-network-role"
75403         in: "path"
75404         description: "Id of vnfc-network-data"
75405         required: true
75406         type: "string"
75407       - name: "vnfc-port-id"
75408         in: "path"
75409         description: "Id of vnfc-port"
75410         required: true
75411         type: "string"
75412       - name: "network-id"
75413         in: "path"
75414         description: "Id of sub-interface-network-data"
75415         required: true
75416         type: "string"
75417       responses:
75418         400:
75419           description: "Internal error"
75420         200:
75421           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75422           responseSchema:
75423             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75424             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75425           schema:
75426             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75427             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
75428   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
75429   : get:
75430       tags:
75431       - "GENERIC-RESOURCE-API"
75432       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75433       parameters:
75434       - name: "preload-id"
75435         in: "path"
75436         description: "Id of preload-list"
75437         required: true
75438         type: "string"
75439       - name: "preload-type"
75440         in: "path"
75441         description: "Id of preload-list"
75442         required: true
75443         type: "string"
75444       - name: "vm-type"
75445         in: "path"
75446         description: "Id of vm"
75447         required: true
75448         type: "string"
75449       - name: "vnfc-name"
75450         in: "path"
75451         description: "Id of vnfc-names"
75452         required: true
75453         type: "string"
75454       - name: "vnfc-network-role"
75455         in: "path"
75456         description: "Id of vnfc-network-data"
75457         required: true
75458         type: "string"
75459       - name: "vnfc-port-id"
75460         in: "path"
75461         description: "Id of vnfc-port"
75462         required: true
75463         type: "string"
75464       - name: "network-id"
75465         in: "path"
75466         description: "Id of sub-interface-network-data"
75467         required: true
75468         type: "string"
75469       - name: "ip-version"
75470         in: "path"
75471         description: "Id of network-information-item"
75472         required: true
75473         type: "string"
75474       responses:
75475         400:
75476           description: "Internal error"
75477         200:
75478           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75479           responseSchema:
75480             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75481             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75482           schema:
75483             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75484             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
75485   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
75486   : get:
75487       tags:
75488       - "GENERIC-RESOURCE-API"
75489       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75490       parameters:
75491       - name: "preload-id"
75492         in: "path"
75493         description: "Id of preload-list"
75494         required: true
75495         type: "string"
75496       - name: "preload-type"
75497         in: "path"
75498         description: "Id of preload-list"
75499         required: true
75500         type: "string"
75501       - name: "vm-type"
75502         in: "path"
75503         description: "Id of vm"
75504         required: true
75505         type: "string"
75506       - name: "vnfc-name"
75507         in: "path"
75508         description: "Id of vnfc-names"
75509         required: true
75510         type: "string"
75511       - name: "vnfc-network-role"
75512         in: "path"
75513         description: "Id of vnfc-network-data"
75514         required: true
75515         type: "string"
75516       - name: "vnfc-port-id"
75517         in: "path"
75518         description: "Id of vnfc-port"
75519         required: true
75520         type: "string"
75521       - name: "network-id"
75522         in: "path"
75523         description: "Id of sub-interface-network-data"
75524         required: true
75525         type: "string"
75526       - name: "ip-version"
75527         in: "path"
75528         description: "Id of network-information-item"
75529         required: true
75530         type: "string"
75531       responses:
75532         400:
75533           description: "Internal error"
75534         200:
75535           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75536           responseSchema:
75537             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75538             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75539           schema:
75540             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75541             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75542   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/
75543   : get:
75544       tags:
75545       - "GENERIC-RESOURCE-API"
75546       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75547       parameters:
75548       - name: "preload-id"
75549         in: "path"
75550         description: "Id of preload-list"
75551         required: true
75552         type: "string"
75553       - name: "preload-type"
75554         in: "path"
75555         description: "Id of preload-list"
75556         required: true
75557         type: "string"
75558       - name: "vm-type"
75559         in: "path"
75560         description: "Id of vm"
75561         required: true
75562         type: "string"
75563       - name: "vnfc-name"
75564         in: "path"
75565         description: "Id of vnfc-names"
75566         required: true
75567         type: "string"
75568       - name: "vnfc-network-role"
75569         in: "path"
75570         description: "Id of vnfc-network-data"
75571         required: true
75572         type: "string"
75573       - name: "vnfc-subnet-role"
75574         in: "path"
75575         description: "Id of vnfc-subnet"
75576         required: true
75577         type: "string"
75578       responses:
75579         400:
75580           description: "Internal error"
75581         200:
75582           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75583           responseSchema:
75584             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75585             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75586           schema:
75587             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75588             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
75589   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/
75590   : get:
75591       tags:
75592       - "GENERIC-RESOURCE-API"
75593       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75594       parameters:
75595       - name: "preload-id"
75596         in: "path"
75597         description: "Id of preload-list"
75598         required: true
75599         type: "string"
75600       - name: "preload-type"
75601         in: "path"
75602         description: "Id of preload-list"
75603         required: true
75604         type: "string"
75605       - name: "vm-type"
75606         in: "path"
75607         description: "Id of vm"
75608         required: true
75609         type: "string"
75610       - name: "vnfc-name"
75611         in: "path"
75612         description: "Id of vnfc-names"
75613         required: true
75614         type: "string"
75615       - name: "vnfc-network-role"
75616         in: "path"
75617         description: "Id of vnfc-network-data"
75618         required: true
75619         type: "string"
75620       - name: "vnfc-subnet-role"
75621         in: "path"
75622         description: "Id of vnfc-subnet"
75623         required: true
75624         type: "string"
75625       - name: "vnfc-address-family"
75626         in: "path"
75627         description: "Id of vnfc-ip-assignments"
75628         required: true
75629         type: "string"
75630       responses:
75631         400:
75632           description: "Internal error"
75633         200:
75634           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75635           responseSchema:
75636             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75637             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75638           schema:
75639             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75640             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
75641   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/{vnfc-ip-address}/
75642   : get:
75643       tags:
75644       - "GENERIC-RESOURCE-API"
75645       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75646       parameters:
75647       - name: "preload-id"
75648         in: "path"
75649         description: "Id of preload-list"
75650         required: true
75651         type: "string"
75652       - name: "preload-type"
75653         in: "path"
75654         description: "Id of preload-list"
75655         required: true
75656         type: "string"
75657       - name: "vm-type"
75658         in: "path"
75659         description: "Id of vm"
75660         required: true
75661         type: "string"
75662       - name: "vnfc-name"
75663         in: "path"
75664         description: "Id of vnfc-names"
75665         required: true
75666         type: "string"
75667       - name: "vnfc-network-role"
75668         in: "path"
75669         description: "Id of vnfc-network-data"
75670         required: true
75671         type: "string"
75672       - name: "vnfc-subnet-role"
75673         in: "path"
75674         description: "Id of vnfc-subnet"
75675         required: true
75676         type: "string"
75677       - name: "vnfc-address-family"
75678         in: "path"
75679         description: "Id of vnfc-ip-assignments"
75680         required: true
75681         type: "string"
75682       - name: "vnfc-ip-address"
75683         in: "path"
75684         description: "Id of vnfc-subnet-ip"
75685         required: true
75686         type: "string"
75687       responses:
75688         400:
75689           description: "Internal error"
75690         200:
75691           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75692           responseSchema:
75693             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75694             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75695           schema:
75696             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75697             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
75698   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/
75699   : get:
75700       tags:
75701       - "GENERIC-RESOURCE-API"
75702       description: "returns generic.resource.api.vmtopologydata.VmNetworks"
75703       parameters:
75704       - name: "preload-id"
75705         in: "path"
75706         description: "Id of preload-list"
75707         required: true
75708         type: "string"
75709       - name: "preload-type"
75710         in: "path"
75711         description: "Id of preload-list"
75712         required: true
75713         type: "string"
75714       - name: "vm-type"
75715         in: "path"
75716         description: "Id of vm"
75717         required: true
75718         type: "string"
75719       responses:
75720         400:
75721           description: "Internal error"
75722         200:
75723           description: "generic.resource.api.vmtopologydata.VmNetworks"
75724           responseSchema:
75725             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
75726             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
75727           schema:
75728             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
75729             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
75730   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/
75731   : get:
75732       tags:
75733       - "GENERIC-RESOURCE-API"
75734       description: "returns generic.resource.api.VmNetworkData"
75735       parameters:
75736       - name: "preload-id"
75737         in: "path"
75738         description: "Id of preload-list"
75739         required: true
75740         type: "string"
75741       - name: "preload-type"
75742         in: "path"
75743         description: "Id of preload-list"
75744         required: true
75745         type: "string"
75746       - name: "vm-type"
75747         in: "path"
75748         description: "Id of vm"
75749         required: true
75750         type: "string"
75751       - name: "network-role"
75752         in: "path"
75753         description: "Id of vm-network"
75754         required: true
75755         type: "string"
75756       responses:
75757         400:
75758           description: "Internal error"
75759         200:
75760           description: "generic.resource.api.VmNetworkData"
75761           responseSchema:
75762             $ref: "#/definitions/generic.resource.api.VmNetworkData"
75763             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
75764           schema:
75765             $ref: "#/definitions/generic.resource.api.VmNetworkData"
75766             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
75767   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/floating-ips/
75768   : get:
75769       tags:
75770       - "GENERIC-RESOURCE-API"
75771       description: "returns generic.resource.api.vmnetworkdata.FloatingIps"
75772       parameters:
75773       - name: "preload-id"
75774         in: "path"
75775         description: "Id of preload-list"
75776         required: true
75777         type: "string"
75778       - name: "preload-type"
75779         in: "path"
75780         description: "Id of preload-list"
75781         required: true
75782         type: "string"
75783       - name: "vm-type"
75784         in: "path"
75785         description: "Id of vm"
75786         required: true
75787         type: "string"
75788       - name: "network-role"
75789         in: "path"
75790         description: "Id of vm-network"
75791         required: true
75792         type: "string"
75793       responses:
75794         400:
75795           description: "Internal error"
75796         200:
75797           description: "generic.resource.api.vmnetworkdata.FloatingIps"
75798           responseSchema:
75799             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
75800             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
75801           schema:
75802             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
75803             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
75804   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/interface-route-prefixes/
75805   : get:
75806       tags:
75807       - "GENERIC-RESOURCE-API"
75808       description: "returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75809       parameters:
75810       - name: "preload-id"
75811         in: "path"
75812         description: "Id of preload-list"
75813         required: true
75814         type: "string"
75815       - name: "preload-type"
75816         in: "path"
75817         description: "Id of preload-list"
75818         required: true
75819         type: "string"
75820       - name: "vm-type"
75821         in: "path"
75822         description: "Id of vm"
75823         required: true
75824         type: "string"
75825       - name: "network-role"
75826         in: "path"
75827         description: "Id of vm-network"
75828         required: true
75829         type: "string"
75830       responses:
75831         400:
75832           description: "Internal error"
75833         200:
75834           description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75835           responseSchema:
75836             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75837             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75838           schema:
75839             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75840             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
75841   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/mac-addresses/
75842   : get:
75843       tags:
75844       - "GENERIC-RESOURCE-API"
75845       description: "returns generic.resource.api.vmnetworkdata.MacAddresses"
75846       parameters:
75847       - name: "preload-id"
75848         in: "path"
75849         description: "Id of preload-list"
75850         required: true
75851         type: "string"
75852       - name: "preload-type"
75853         in: "path"
75854         description: "Id of preload-list"
75855         required: true
75856         type: "string"
75857       - name: "vm-type"
75858         in: "path"
75859         description: "Id of vm"
75860         required: true
75861         type: "string"
75862       - name: "network-role"
75863         in: "path"
75864         description: "Id of vm-network"
75865         required: true
75866         type: "string"
75867       responses:
75868         400:
75869           description: "Internal error"
75870         200:
75871           description: "generic.resource.api.vmnetworkdata.MacAddresses"
75872           responseSchema:
75873             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
75874             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
75875           schema:
75876             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
75877             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
75878   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/
75879   : get:
75880       tags:
75881       - "GENERIC-RESOURCE-API"
75882       description: "returns generic.resource.api.vmnetworkdata.NetworkInformationItems"
75883       parameters:
75884       - name: "preload-id"
75885         in: "path"
75886         description: "Id of preload-list"
75887         required: true
75888         type: "string"
75889       - name: "preload-type"
75890         in: "path"
75891         description: "Id of preload-list"
75892         required: true
75893         type: "string"
75894       - name: "vm-type"
75895         in: "path"
75896         description: "Id of vm"
75897         required: true
75898         type: "string"
75899       - name: "network-role"
75900         in: "path"
75901         description: "Id of vm-network"
75902         required: true
75903         type: "string"
75904       responses:
75905         400:
75906           description: "Internal error"
75907         200:
75908           description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
75909           responseSchema:
75910             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
75911             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
75912           schema:
75913             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
75914             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
75915   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/
75916   : get:
75917       tags:
75918       - "GENERIC-RESOURCE-API"
75919       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75920       parameters:
75921       - name: "preload-id"
75922         in: "path"
75923         description: "Id of preload-list"
75924         required: true
75925         type: "string"
75926       - name: "preload-type"
75927         in: "path"
75928         description: "Id of preload-list"
75929         required: true
75930         type: "string"
75931       - name: "vm-type"
75932         in: "path"
75933         description: "Id of vm"
75934         required: true
75935         type: "string"
75936       - name: "network-role"
75937         in: "path"
75938         description: "Id of vm-network"
75939         required: true
75940         type: "string"
75941       - name: "ip-version"
75942         in: "path"
75943         description: "Id of network-information-item"
75944         required: true
75945         type: "string"
75946       responses:
75947         400:
75948           description: "Internal error"
75949         200:
75950           description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75951           responseSchema:
75952             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75953             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75954           schema:
75955             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75956             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
75957   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/network-ips/
75958   : get:
75959       tags:
75960       - "GENERIC-RESOURCE-API"
75961       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75962       parameters:
75963       - name: "preload-id"
75964         in: "path"
75965         description: "Id of preload-list"
75966         required: true
75967         type: "string"
75968       - name: "preload-type"
75969         in: "path"
75970         description: "Id of preload-list"
75971         required: true
75972         type: "string"
75973       - name: "vm-type"
75974         in: "path"
75975         description: "Id of vm"
75976         required: true
75977         type: "string"
75978       - name: "network-role"
75979         in: "path"
75980         description: "Id of vm-network"
75981         required: true
75982         type: "string"
75983       - name: "ip-version"
75984         in: "path"
75985         description: "Id of network-information-item"
75986         required: true
75987         type: "string"
75988       responses:
75989         400:
75990           description: "Internal error"
75991         200:
75992           description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75993           responseSchema:
75994             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75995             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75996           schema:
75997             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75998             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
75999   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/
76000   : get:
76001       tags:
76002       - "GENERIC-RESOURCE-API"
76003       description: "returns generic.resource.api.RelatedNetwork"
76004       parameters:
76005       - name: "preload-id"
76006         in: "path"
76007         description: "Id of preload-list"
76008         required: true
76009         type: "string"
76010       - name: "preload-type"
76011         in: "path"
76012         description: "Id of preload-list"
76013         required: true
76014         type: "string"
76015       - name: "vm-type"
76016         in: "path"
76017         description: "Id of vm"
76018         required: true
76019         type: "string"
76020       - name: "network-role"
76021         in: "path"
76022         description: "Id of vm-network"
76023         required: true
76024         type: "string"
76025       responses:
76026         400:
76027           description: "Internal error"
76028         200:
76029           description: "generic.resource.api.RelatedNetwork"
76030           responseSchema:
76031             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
76032             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
76033           schema:
76034             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
76035             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
76036   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/
76037   : get:
76038       tags:
76039       - "GENERIC-RESOURCE-API"
76040       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
76041       parameters:
76042       - name: "preload-id"
76043         in: "path"
76044         description: "Id of preload-list"
76045         required: true
76046         type: "string"
76047       - name: "preload-type"
76048         in: "path"
76049         description: "Id of preload-list"
76050         required: true
76051         type: "string"
76052       - name: "vm-type"
76053         in: "path"
76054         description: "Id of vm"
76055         required: true
76056         type: "string"
76057       - name: "network-role"
76058         in: "path"
76059         description: "Id of vm-network"
76060         required: true
76061         type: "string"
76062       - name: "network-id"
76063         in: "path"
76064         description: "Id of related-network"
76065         required: true
76066         type: "string"
76067       responses:
76068         400:
76069           description: "Internal error"
76070         200:
76071           description: "generic.resource.api.relatednetwork.RelatedNetwork"
76072           responseSchema:
76073             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76074             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76075           schema:
76076             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76077             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76078   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
76079   : get:
76080       tags:
76081       - "GENERIC-RESOURCE-API"
76082       description: "returns generic.resource.api.vlantags.VlanTags"
76083       parameters:
76084       - name: "preload-id"
76085         in: "path"
76086         description: "Id of preload-list"
76087         required: true
76088         type: "string"
76089       - name: "preload-type"
76090         in: "path"
76091         description: "Id of preload-list"
76092         required: true
76093         type: "string"
76094       - name: "vm-type"
76095         in: "path"
76096         description: "Id of vm"
76097         required: true
76098         type: "string"
76099       - name: "network-role"
76100         in: "path"
76101         description: "Id of vm-network"
76102         required: true
76103         type: "string"
76104       - name: "network-id"
76105         in: "path"
76106         description: "Id of related-network"
76107         required: true
76108         type: "string"
76109       responses:
76110         400:
76111           description: "Internal error"
76112         200:
76113           description: "generic.resource.api.vlantags.VlanTags"
76114           responseSchema:
76115             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
76116             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
76117           schema:
76118             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
76119             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
76120   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/
76121   : get:
76122       tags:
76123       - "GENERIC-RESOURCE-API"
76124       description: "returns generic.resource.api.vmnetworkdata.SriovParameters"
76125       parameters:
76126       - name: "preload-id"
76127         in: "path"
76128         description: "Id of preload-list"
76129         required: true
76130         type: "string"
76131       - name: "preload-type"
76132         in: "path"
76133         description: "Id of preload-list"
76134         required: true
76135         type: "string"
76136       - name: "vm-type"
76137         in: "path"
76138         description: "Id of vm"
76139         required: true
76140         type: "string"
76141       - name: "network-role"
76142         in: "path"
76143         description: "Id of vm-network"
76144         required: true
76145         type: "string"
76146       responses:
76147         400:
76148           description: "Internal error"
76149         200:
76150           description: "generic.resource.api.vmnetworkdata.SriovParameters"
76151           responseSchema:
76152             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
76153             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
76154           schema:
76155             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
76156             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
76157   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/
76158   : get:
76159       tags:
76160       - "GENERIC-RESOURCE-API"
76161       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76162       parameters:
76163       - name: "preload-id"
76164         in: "path"
76165         description: "Id of preload-list"
76166         required: true
76167         type: "string"
76168       - name: "preload-type"
76169         in: "path"
76170         description: "Id of preload-list"
76171         required: true
76172         type: "string"
76173       - name: "vm-type"
76174         in: "path"
76175         description: "Id of vm"
76176         required: true
76177         type: "string"
76178       - name: "network-role"
76179         in: "path"
76180         description: "Id of vm-network"
76181         required: true
76182         type: "string"
76183       responses:
76184         400:
76185           description: "Internal error"
76186         200:
76187           description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76188           responseSchema:
76189             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76190             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76191           schema:
76192             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76193             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
76194   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/c-tags/
76195   : get:
76196       tags:
76197       - "GENERIC-RESOURCE-API"
76198       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76199       parameters:
76200       - name: "preload-id"
76201         in: "path"
76202         description: "Id of preload-list"
76203         required: true
76204         type: "string"
76205       - name: "preload-type"
76206         in: "path"
76207         description: "Id of preload-list"
76208         required: true
76209         type: "string"
76210       - name: "vm-type"
76211         in: "path"
76212         description: "Id of vm"
76213         required: true
76214         type: "string"
76215       - name: "network-role"
76216         in: "path"
76217         description: "Id of vm-network"
76218         required: true
76219         type: "string"
76220       responses:
76221         400:
76222           description: "Internal error"
76223         200:
76224           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76225           responseSchema:
76226             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76227             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76228           schema:
76229             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76230             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
76231   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/s-tags/
76232   : get:
76233       tags:
76234       - "GENERIC-RESOURCE-API"
76235       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76236       parameters:
76237       - name: "preload-id"
76238         in: "path"
76239         description: "Id of preload-list"
76240         required: true
76241         type: "string"
76242       - name: "preload-type"
76243         in: "path"
76244         description: "Id of preload-list"
76245         required: true
76246         type: "string"
76247       - name: "vm-type"
76248         in: "path"
76249         description: "Id of vm"
76250         required: true
76251         type: "string"
76252       - name: "network-role"
76253         in: "path"
76254         description: "Id of vm-network"
76255         required: true
76256         type: "string"
76257       responses:
76258         400:
76259           description: "Internal error"
76260         200:
76261           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76262           responseSchema:
76263             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76264             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76265           schema:
76266             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76267             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
76268   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/heat-vlan-filters/
76269   : get:
76270       tags:
76271       - "GENERIC-RESOURCE-API"
76272       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76273       parameters:
76274       - name: "preload-id"
76275         in: "path"
76276         description: "Id of preload-list"
76277         required: true
76278         type: "string"
76279       - name: "preload-type"
76280         in: "path"
76281         description: "Id of preload-list"
76282         required: true
76283         type: "string"
76284       - name: "vm-type"
76285         in: "path"
76286         description: "Id of vm"
76287         required: true
76288         type: "string"
76289       - name: "network-role"
76290         in: "path"
76291         description: "Id of vm-network"
76292         required: true
76293         type: "string"
76294       responses:
76295         400:
76296           description: "Internal error"
76297         200:
76298           description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76299           responseSchema:
76300             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76301             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76302           schema:
76303             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76304             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
76305   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/
76306   : get:
76307       tags:
76308       - "GENERIC-RESOURCE-API"
76309       description: "returns generic.resource.api.Param"
76310       parameters:
76311       - name: "preload-id"
76312         in: "path"
76313         description: "Id of preload-list"
76314         required: true
76315         type: "string"
76316       - name: "preload-type"
76317         in: "path"
76318         description: "Id of preload-list"
76319         required: true
76320         type: "string"
76321       responses:
76322         400:
76323           description: "Internal error"
76324         200:
76325           description: "generic.resource.api.Param"
76326           responseSchema:
76327             $ref: "#/definitions/generic.resource.api.Param"
76328             originalRef: "#/definitions/generic.resource.api.Param"
76329           schema:
76330             $ref: "#/definitions/generic.resource.api.Param"
76331             originalRef: "#/definitions/generic.resource.api.Param"
76332   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/
76333   : get:
76334       tags:
76335       - "GENERIC-RESOURCE-API"
76336       description: "returns generic.resource.api.param.Param"
76337       parameters:
76338       - name: "preload-id"
76339         in: "path"
76340         description: "Id of preload-list"
76341         required: true
76342         type: "string"
76343       - name: "preload-type"
76344         in: "path"
76345         description: "Id of preload-list"
76346         required: true
76347         type: "string"
76348       - name: "name"
76349         in: "path"
76350         description: "Id of param"
76351         required: true
76352         type: "string"
76353       responses:
76354         400:
76355           description: "Internal error"
76356         200:
76357           description: "generic.resource.api.param.Param"
76358           responseSchema:
76359             $ref: "#/definitions/generic.resource.api.param.Param"
76360             originalRef: "#/definitions/generic.resource.api.param.Param"
76361           schema:
76362             $ref: "#/definitions/generic.resource.api.param.Param"
76363             originalRef: "#/definitions/generic.resource.api.param.Param"
76364   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/
76365   : get:
76366       tags:
76367       - "GENERIC-RESOURCE-API"
76368       description: "returns generic.resource.api.param.param.ResourceResolutionData"
76369       parameters:
76370       - name: "preload-id"
76371         in: "path"
76372         description: "Id of preload-list"
76373         required: true
76374         type: "string"
76375       - name: "preload-type"
76376         in: "path"
76377         description: "Id of preload-list"
76378         required: true
76379         type: "string"
76380       - name: "name"
76381         in: "path"
76382         description: "Id of param"
76383         required: true
76384         type: "string"
76385       responses:
76386         400:
76387           description: "Internal error"
76388         200:
76389           description: "generic.resource.api.param.param.ResourceResolutionData"
76390           responseSchema:
76391             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
76392             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
76393           schema:
76394             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
76395             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
76396   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
76397   : get:
76398       tags:
76399       - "GENERIC-RESOURCE-API"
76400       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76401       parameters:
76402       - name: "preload-id"
76403         in: "path"
76404         description: "Id of preload-list"
76405         required: true
76406         type: "string"
76407       - name: "preload-type"
76408         in: "path"
76409         description: "Id of preload-list"
76410         required: true
76411         type: "string"
76412       - name: "name"
76413         in: "path"
76414         description: "Id of param"
76415         required: true
76416         type: "string"
76417       - name: "resource-key-name"
76418         in: "path"
76419         description: "Id of resource-key"
76420         required: true
76421         type: "string"
76422       responses:
76423         400:
76424           description: "Internal error"
76425         200:
76426           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76427           responseSchema:
76428             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76429             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76430           schema:
76431             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76432             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
76433   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vf-module-topology/vf-module-topology-identifier/
76434   : get:
76435       tags:
76436       - "GENERIC-RESOURCE-API"
76437       description: "returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76438       parameters:
76439       - name: "preload-id"
76440         in: "path"
76441         description: "Id of preload-list"
76442         required: true
76443         type: "string"
76444       - name: "preload-type"
76445         in: "path"
76446         description: "Id of preload-list"
76447         required: true
76448         type: "string"
76449       responses:
76450         400:
76451           description: "Internal error"
76452         200:
76453           description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76454           responseSchema:
76455             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76456             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76457           schema:
76458             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76459             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
76460   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/
76461   : get:
76462       tags:
76463       - "GENERIC-RESOURCE-API"
76464       description: "returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76465       parameters:
76466       - name: "preload-id"
76467         in: "path"
76468         description: "Id of preload-list"
76469         required: true
76470         type: "string"
76471       - name: "preload-type"
76472         in: "path"
76473         description: "Id of preload-list"
76474         required: true
76475         type: "string"
76476       responses:
76477         400:
76478           description: "Internal error"
76479         200:
76480           description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76481           responseSchema:
76482             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76483             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76484           schema:
76485             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76486             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
76487   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/availability-zones/
76488   : get:
76489       tags:
76490       - "GENERIC-RESOURCE-API"
76491       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76492       parameters:
76493       - name: "preload-id"
76494         in: "path"
76495         description: "Id of preload-list"
76496         required: true
76497         type: "string"
76498       - name: "preload-type"
76499         in: "path"
76500         description: "Id of preload-list"
76501         required: true
76502         type: "string"
76503       responses:
76504         400:
76505           description: "Internal error"
76506         200:
76507           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76508           responseSchema:
76509             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76510             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76511           schema:
76512             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76513             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
76514   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/
76515   : get:
76516       tags:
76517       - "GENERIC-RESOURCE-API"
76518       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76519       parameters:
76520       - name: "preload-id"
76521         in: "path"
76522         description: "Id of preload-list"
76523         required: true
76524         type: "string"
76525       - name: "preload-type"
76526         in: "path"
76527         description: "Id of preload-list"
76528         required: true
76529         type: "string"
76530       responses:
76531         400:
76532           description: "Internal error"
76533         200:
76534           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76535           responseSchema:
76536             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76537             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76538           schema:
76539             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76540             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
76541   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/
76542   : get:
76543       tags:
76544       - "GENERIC-RESOURCE-API"
76545       description: "returns generic.resource.api.VnfNetworkData"
76546       parameters:
76547       - name: "preload-id"
76548         in: "path"
76549         description: "Id of preload-list"
76550         required: true
76551         type: "string"
76552       - name: "preload-type"
76553         in: "path"
76554         description: "Id of preload-list"
76555         required: true
76556         type: "string"
76557       - name: "network-role"
76558         in: "path"
76559         description: "Id of vnf-network"
76560         required: true
76561         type: "string"
76562       responses:
76563         400:
76564           description: "Internal error"
76565         200:
76566           description: "generic.resource.api.VnfNetworkData"
76567           responseSchema:
76568             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
76569             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
76570           schema:
76571             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
76572             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
76573   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/
76574   : get:
76575       tags:
76576       - "GENERIC-RESOURCE-API"
76577       description: "returns generic.resource.api.RelatedNetwork"
76578       parameters:
76579       - name: "preload-id"
76580         in: "path"
76581         description: "Id of preload-list"
76582         required: true
76583         type: "string"
76584       - name: "preload-type"
76585         in: "path"
76586         description: "Id of preload-list"
76587         required: true
76588         type: "string"
76589       - name: "network-role"
76590         in: "path"
76591         description: "Id of vnf-network"
76592         required: true
76593         type: "string"
76594       responses:
76595         400:
76596           description: "Internal error"
76597         200:
76598           description: "generic.resource.api.RelatedNetwork"
76599           responseSchema:
76600             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
76601             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
76602           schema:
76603             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
76604             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
76605   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
76606   : get:
76607       tags:
76608       - "GENERIC-RESOURCE-API"
76609       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
76610       parameters:
76611       - name: "preload-id"
76612         in: "path"
76613         description: "Id of preload-list"
76614         required: true
76615         type: "string"
76616       - name: "preload-type"
76617         in: "path"
76618         description: "Id of preload-list"
76619         required: true
76620         type: "string"
76621       - name: "network-role"
76622         in: "path"
76623         description: "Id of vnf-network"
76624         required: true
76625         type: "string"
76626       - name: "network-id"
76627         in: "path"
76628         description: "Id of related-network"
76629         required: true
76630         type: "string"
76631       responses:
76632         400:
76633           description: "Internal error"
76634         200:
76635           description: "generic.resource.api.relatednetwork.RelatedNetwork"
76636           responseSchema:
76637             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76638             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76639           schema:
76640             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76641             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
76642   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
76643   : get:
76644       tags:
76645       - "GENERIC-RESOURCE-API"
76646       description: "returns generic.resource.api.vlantags.VlanTags"
76647       parameters:
76648       - name: "preload-id"
76649         in: "path"
76650         description: "Id of preload-list"
76651         required: true
76652         type: "string"
76653       - name: "preload-type"
76654         in: "path"
76655         description: "Id of preload-list"
76656         required: true
76657         type: "string"
76658       - name: "network-role"
76659         in: "path"
76660         description: "Id of vnf-network"
76661         required: true
76662         type: "string"
76663       - name: "network-id"
76664         in: "path"
76665         description: "Id of related-network"
76666         required: true
76667         type: "string"
76668       responses:
76669         400:
76670           description: "Internal error"
76671         200:
76672           description: "generic.resource.api.vlantags.VlanTags"
76673           responseSchema:
76674             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
76675             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
76676           schema:
76677             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
76678             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
76679   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/
76680   : get:
76681       tags:
76682       - "GENERIC-RESOURCE-API"
76683       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
76684       parameters:
76685       - name: "preload-id"
76686         in: "path"
76687         description: "Id of preload-list"
76688         required: true
76689         type: "string"
76690       - name: "preload-type"
76691         in: "path"
76692         description: "Id of preload-list"
76693         required: true
76694         type: "string"
76695       - name: "network-role"
76696         in: "path"
76697         description: "Id of vnf-network"
76698         required: true
76699         type: "string"
76700       responses:
76701         400:
76702           description: "Internal error"
76703         200:
76704           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
76705           responseSchema:
76706             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
76707             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
76708           schema:
76709             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
76710             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
76711   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
76712   : get:
76713       tags:
76714       - "GENERIC-RESOURCE-API"
76715       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76716       parameters:
76717       - name: "preload-id"
76718         in: "path"
76719         description: "Id of preload-list"
76720         required: true
76721         type: "string"
76722       - name: "preload-type"
76723         in: "path"
76724         description: "Id of preload-list"
76725         required: true
76726         type: "string"
76727       - name: "network-role"
76728         in: "path"
76729         description: "Id of vnf-network"
76730         required: true
76731         type: "string"
76732       - name: "sdnc-subnet-id"
76733         in: "path"
76734         description: "Id of subnet-data"
76735         required: true
76736         type: "string"
76737       responses:
76738         400:
76739           description: "Internal error"
76740         200:
76741           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76742           responseSchema:
76743             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76744             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76745           schema:
76746             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76747             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
76748   ? /operational/GENERIC-RESOURCE-API:preload-information/preload-list/{preload-id}/{preload-type}/preload-data/preload-vf-module-topology-information/vnf-topology-identifier-structure/
76749   : get:
76750       tags:
76751       - "GENERIC-RESOURCE-API"
76752       description: "returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76753       parameters:
76754       - name: "preload-id"
76755         in: "path"
76756         description: "Id of preload-list"
76757         required: true
76758         type: "string"
76759       - name: "preload-type"
76760         in: "path"
76761         description: "Id of preload-list"
76762         required: true
76763         type: "string"
76764       responses:
76765         400:
76766           description: "Internal error"
76767         200:
76768           description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76769           responseSchema:
76770             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76771             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76772           schema:
76773             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76774             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
76775   /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/:
76776     get:
76777       tags:
76778       - "GENERIC-RESOURCE-API"
76779       description: "returns generic.resource.api.SecurityZoneAllottedResources"
76780       parameters: []
76781       responses:
76782         400:
76783           description: "Internal error"
76784         200:
76785           description: "generic.resource.api.SecurityZoneAllottedResources"
76786           responseSchema:
76787             $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
76788             originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
76789           schema:
76790             $ref: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
76791             originalRef: "#/definitions/generic.resource.api.SecurityZoneAllottedResources"
76792   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/
76793   : get:
76794       tags:
76795       - "GENERIC-RESOURCE-API"
76796       description: "returns generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76797       parameters:
76798       - name: "allotted-resource-id"
76799         in: "path"
76800         description: "Id of security-zone-allotted-resource"
76801         required: true
76802         type: "string"
76803       responses:
76804         400:
76805           description: "Internal error"
76806         200:
76807           description: "generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76808           responseSchema:
76809             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76810             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76811           schema:
76812             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76813             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
76814   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/
76815   : get:
76816       tags:
76817       - "GENERIC-RESOURCE-API"
76818       description: "returns generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76819       parameters:
76820       - name: "allotted-resource-id"
76821         in: "path"
76822         description: "Id of security-zone-allotted-resource"
76823         required: true
76824         type: "string"
76825       responses:
76826         400:
76827           description: "Internal error"
76828         200:
76829           description: "generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76830           responseSchema:
76831             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76832             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76833           schema:
76834             $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76835             originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
76836   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
76837   : get:
76838       tags:
76839       - "GENERIC-RESOURCE-API"
76840       description: "returns generic.resource.api.OperStatusData"
76841       parameters:
76842       - name: "allotted-resource-id"
76843         in: "path"
76844         description: "Id of security-zone-allotted-resource"
76845         required: true
76846         type: "string"
76847       responses:
76848         400:
76849           description: "Internal error"
76850         200:
76851           description: "generic.resource.api.OperStatusData"
76852           responseSchema:
76853             $ref: "#/definitions/generic.resource.api.OperStatusData"
76854             originalRef: "#/definitions/generic.resource.api.OperStatusData"
76855           schema:
76856             $ref: "#/definitions/generic.resource.api.OperStatusData"
76857             originalRef: "#/definitions/generic.resource.api.OperStatusData"
76858   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
76859   : get:
76860       tags:
76861       - "GENERIC-RESOURCE-API"
76862       description: "returns generic.resource.api.SecurityZoneOperationInformation"
76863       parameters:
76864       - name: "allotted-resource-id"
76865         in: "path"
76866         description: "Id of security-zone-allotted-resource"
76867         required: true
76868         type: "string"
76869       responses:
76870         400:
76871           description: "Internal error"
76872         200:
76873           description: "generic.resource.api.SecurityZoneOperationInformation"
76874           responseSchema:
76875             $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
76876             originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
76877           schema:
76878             $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
76879             originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
76880   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
76881   : get:
76882       tags:
76883       - "GENERIC-RESOURCE-API"
76884       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76885       parameters:
76886       - name: "allotted-resource-id"
76887         in: "path"
76888         description: "Id of security-zone-allotted-resource"
76889         required: true
76890         type: "string"
76891       responses:
76892         400:
76893           description: "Internal error"
76894         200:
76895           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76896           responseSchema:
76897             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76898             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76899           schema:
76900             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76901             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
76902   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
76903   : get:
76904       tags:
76905       - "GENERIC-RESOURCE-API"
76906       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
76907       parameters:
76908       - name: "allotted-resource-id"
76909         in: "path"
76910         description: "Id of security-zone-allotted-resource"
76911         required: true
76912         type: "string"
76913       responses:
76914         400:
76915           description: "Internal error"
76916         200:
76917           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
76918           responseSchema:
76919             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
76920             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
76921           schema:
76922             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
76923             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
76924   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
76925   : get:
76926       tags:
76927       - "GENERIC-RESOURCE-API"
76928       description: "returns generic.resource.api.requestinformation.RequestInformation"
76929       parameters:
76930       - name: "allotted-resource-id"
76931         in: "path"
76932         description: "Id of security-zone-allotted-resource"
76933         required: true
76934         type: "string"
76935       responses:
76936         400:
76937           description: "Internal error"
76938         200:
76939           description: "generic.resource.api.requestinformation.RequestInformation"
76940           responseSchema:
76941             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
76942             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
76943           schema:
76944             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
76945             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
76946   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
76947   : get:
76948       tags:
76949       - "GENERIC-RESOURCE-API"
76950       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
76951       parameters:
76952       - name: "allotted-resource-id"
76953         in: "path"
76954         description: "Id of security-zone-allotted-resource"
76955         required: true
76956         type: "string"
76957       responses:
76958         400:
76959           description: "Internal error"
76960         200:
76961           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
76962           responseSchema:
76963             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
76964             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
76965           schema:
76966             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
76967             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
76968   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/
76969   : get:
76970       tags:
76971       - "GENERIC-RESOURCE-API"
76972       description: "returns generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76973       parameters:
76974       - name: "allotted-resource-id"
76975         in: "path"
76976         description: "Id of security-zone-allotted-resource"
76977         required: true
76978         type: "string"
76979       responses:
76980         400:
76981           description: "Internal error"
76982         200:
76983           description: "generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76984           responseSchema:
76985             $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76986             originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76987           schema:
76988             $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76989             originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
76990   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/
76991   : get:
76992       tags:
76993       - "GENERIC-RESOURCE-API"
76994       description: "returns generic.resource.api.Param"
76995       parameters:
76996       - name: "allotted-resource-id"
76997         in: "path"
76998         description: "Id of security-zone-allotted-resource"
76999         required: true
77000         type: "string"
77001       responses:
77002         400:
77003           description: "Internal error"
77004         200:
77005           description: "generic.resource.api.Param"
77006           responseSchema:
77007             $ref: "#/definitions/generic.resource.api.Param"
77008             originalRef: "#/definitions/generic.resource.api.Param"
77009           schema:
77010             $ref: "#/definitions/generic.resource.api.Param"
77011             originalRef: "#/definitions/generic.resource.api.Param"
77012   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/
77013   : get:
77014       tags:
77015       - "GENERIC-RESOURCE-API"
77016       description: "returns generic.resource.api.param.Param"
77017       parameters:
77018       - name: "allotted-resource-id"
77019         in: "path"
77020         description: "Id of security-zone-allotted-resource"
77021         required: true
77022         type: "string"
77023       - name: "name"
77024         in: "path"
77025         description: "Id of param"
77026         required: true
77027         type: "string"
77028       responses:
77029         400:
77030           description: "Internal error"
77031         200:
77032           description: "generic.resource.api.param.Param"
77033           responseSchema:
77034             $ref: "#/definitions/generic.resource.api.param.Param"
77035             originalRef: "#/definitions/generic.resource.api.param.Param"
77036           schema:
77037             $ref: "#/definitions/generic.resource.api.param.Param"
77038             originalRef: "#/definitions/generic.resource.api.param.Param"
77039   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/resource-resolution-data/
77040   : get:
77041       tags:
77042       - "GENERIC-RESOURCE-API"
77043       description: "returns generic.resource.api.param.param.ResourceResolutionData"
77044       parameters:
77045       - name: "allotted-resource-id"
77046         in: "path"
77047         description: "Id of security-zone-allotted-resource"
77048         required: true
77049         type: "string"
77050       - name: "name"
77051         in: "path"
77052         description: "Id of param"
77053         required: true
77054         type: "string"
77055       responses:
77056         400:
77057           description: "Internal error"
77058         200:
77059           description: "generic.resource.api.param.param.ResourceResolutionData"
77060           responseSchema:
77061             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77062             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77063           schema:
77064             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77065             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77066   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/security-zone-request-input/security-zone-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
77067   : get:
77068       tags:
77069       - "GENERIC-RESOURCE-API"
77070       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77071       parameters:
77072       - name: "allotted-resource-id"
77073         in: "path"
77074         description: "Id of security-zone-allotted-resource"
77075         required: true
77076         type: "string"
77077       - name: "name"
77078         in: "path"
77079         description: "Id of param"
77080         required: true
77081         type: "string"
77082       - name: "resource-key-name"
77083         in: "path"
77084         description: "Id of resource-key"
77085         required: true
77086         type: "string"
77087       responses:
77088         400:
77089           description: "Internal error"
77090         200:
77091           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77092           responseSchema:
77093             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77094             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77095           schema:
77096             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77097             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77098   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
77099   : get:
77100       tags:
77101       - "GENERIC-RESOURCE-API"
77102       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
77103       parameters:
77104       - name: "allotted-resource-id"
77105         in: "path"
77106         description: "Id of security-zone-allotted-resource"
77107         required: true
77108         type: "string"
77109       responses:
77110         400:
77111           description: "Internal error"
77112         200:
77113           description: "generic.resource.api.serviceinformation.ServiceInformation"
77114           responseSchema:
77115             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
77116             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
77117           schema:
77118             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
77119             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
77120   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
77121   : get:
77122       tags:
77123       - "GENERIC-RESOURCE-API"
77124       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
77125       parameters:
77126       - name: "allotted-resource-id"
77127         in: "path"
77128         description: "Id of security-zone-allotted-resource"
77129         required: true
77130         type: "string"
77131       responses:
77132         400:
77133           description: "Internal error"
77134         200:
77135           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
77136           responseSchema:
77137             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77138             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77139           schema:
77140             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77141             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77142   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/
77143   : get:
77144       tags:
77145       - "GENERIC-RESOURCE-API"
77146       description: "returns generic.resource.api.Param"
77147       parameters:
77148       - name: "allotted-resource-id"
77149         in: "path"
77150         description: "Id of security-zone-allotted-resource"
77151         required: true
77152         type: "string"
77153       responses:
77154         400:
77155           description: "Internal error"
77156         200:
77157           description: "generic.resource.api.Param"
77158           responseSchema:
77159             $ref: "#/definitions/generic.resource.api.Param"
77160             originalRef: "#/definitions/generic.resource.api.Param"
77161           schema:
77162             $ref: "#/definitions/generic.resource.api.Param"
77163             originalRef: "#/definitions/generic.resource.api.Param"
77164   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/
77165   : get:
77166       tags:
77167       - "GENERIC-RESOURCE-API"
77168       description: "returns generic.resource.api.param.Param"
77169       parameters:
77170       - name: "allotted-resource-id"
77171         in: "path"
77172         description: "Id of security-zone-allotted-resource"
77173         required: true
77174         type: "string"
77175       - name: "name"
77176         in: "path"
77177         description: "Id of param"
77178         required: true
77179         type: "string"
77180       responses:
77181         400:
77182           description: "Internal error"
77183         200:
77184           description: "generic.resource.api.param.Param"
77185           responseSchema:
77186             $ref: "#/definitions/generic.resource.api.param.Param"
77187             originalRef: "#/definitions/generic.resource.api.param.Param"
77188           schema:
77189             $ref: "#/definitions/generic.resource.api.param.Param"
77190             originalRef: "#/definitions/generic.resource.api.param.Param"
77191   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/resource-resolution-data/
77192   : get:
77193       tags:
77194       - "GENERIC-RESOURCE-API"
77195       description: "returns generic.resource.api.param.param.ResourceResolutionData"
77196       parameters:
77197       - name: "allotted-resource-id"
77198         in: "path"
77199         description: "Id of security-zone-allotted-resource"
77200         required: true
77201         type: "string"
77202       - name: "name"
77203         in: "path"
77204         description: "Id of param"
77205         required: true
77206         type: "string"
77207       responses:
77208         400:
77209           description: "Internal error"
77210         200:
77211           description: "generic.resource.api.param.param.ResourceResolutionData"
77212           responseSchema:
77213             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77214             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77215           schema:
77216             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77217             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77218   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
77219   : get:
77220       tags:
77221       - "GENERIC-RESOURCE-API"
77222       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77223       parameters:
77224       - name: "allotted-resource-id"
77225         in: "path"
77226         description: "Id of security-zone-allotted-resource"
77227         required: true
77228         type: "string"
77229       - name: "name"
77230         in: "path"
77231         description: "Id of param"
77232         required: true
77233         type: "string"
77234       - name: "resource-key-name"
77235         in: "path"
77236         description: "Id of resource-key"
77237         required: true
77238         type: "string"
77239       responses:
77240         400:
77241           description: "Internal error"
77242         200:
77243           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77244           responseSchema:
77245             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77246             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77247           schema:
77248             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77249             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77250   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/
77251   : get:
77252       tags:
77253       - "GENERIC-RESOURCE-API"
77254       description: "returns generic.resource.api.securityzonetopology.SecurityZoneTopology"
77255       parameters:
77256       - name: "allotted-resource-id"
77257         in: "path"
77258         description: "Id of security-zone-allotted-resource"
77259         required: true
77260         type: "string"
77261       responses:
77262         400:
77263           description: "Internal error"
77264         200:
77265           description: "generic.resource.api.securityzonetopology.SecurityZoneTopology"
77266           responseSchema:
77267             $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
77268             originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
77269           schema:
77270             $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
77271             originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
77272   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/allotted-resource-identifiers/
77273   : get:
77274       tags:
77275       - "GENERIC-RESOURCE-API"
77276       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77277       parameters:
77278       - name: "allotted-resource-id"
77279         in: "path"
77280         description: "Id of security-zone-allotted-resource"
77281         required: true
77282         type: "string"
77283       responses:
77284         400:
77285           description: "Internal error"
77286         200:
77287           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77288           responseSchema:
77289             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77290             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77291           schema:
77292             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77293             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
77294   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/onap-model-information/
77295   : get:
77296       tags:
77297       - "GENERIC-RESOURCE-API"
77298       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
77299       parameters:
77300       - name: "allotted-resource-id"
77301         in: "path"
77302         description: "Id of security-zone-allotted-resource"
77303         required: true
77304         type: "string"
77305       responses:
77306         400:
77307           description: "Internal error"
77308         200:
77309           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
77310           responseSchema:
77311             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77312             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77313           schema:
77314             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77315             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77316   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-assignments/
77317   : get:
77318       tags:
77319       - "GENERIC-RESOURCE-API"
77320       description: "returns generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77321       parameters:
77322       - name: "allotted-resource-id"
77323         in: "path"
77324         description: "Id of security-zone-allotted-resource"
77325         required: true
77326         type: "string"
77327       responses:
77328         400:
77329           description: "Internal error"
77330         200:
77331           description: "generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77332           responseSchema:
77333             $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77334             originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77335           schema:
77336             $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77337             originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
77338   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/
77339   : get:
77340       tags:
77341       - "GENERIC-RESOURCE-API"
77342       description: "returns generic.resource.api.Param"
77343       parameters:
77344       - name: "allotted-resource-id"
77345         in: "path"
77346         description: "Id of security-zone-allotted-resource"
77347         required: true
77348         type: "string"
77349       responses:
77350         400:
77351           description: "Internal error"
77352         200:
77353           description: "generic.resource.api.Param"
77354           responseSchema:
77355             $ref: "#/definitions/generic.resource.api.Param"
77356             originalRef: "#/definitions/generic.resource.api.Param"
77357           schema:
77358             $ref: "#/definitions/generic.resource.api.Param"
77359             originalRef: "#/definitions/generic.resource.api.Param"
77360   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/
77361   : get:
77362       tags:
77363       - "GENERIC-RESOURCE-API"
77364       description: "returns generic.resource.api.param.Param"
77365       parameters:
77366       - name: "allotted-resource-id"
77367         in: "path"
77368         description: "Id of security-zone-allotted-resource"
77369         required: true
77370         type: "string"
77371       - name: "name"
77372         in: "path"
77373         description: "Id of param"
77374         required: true
77375         type: "string"
77376       responses:
77377         400:
77378           description: "Internal error"
77379         200:
77380           description: "generic.resource.api.param.Param"
77381           responseSchema:
77382             $ref: "#/definitions/generic.resource.api.param.Param"
77383             originalRef: "#/definitions/generic.resource.api.param.Param"
77384           schema:
77385             $ref: "#/definitions/generic.resource.api.param.Param"
77386             originalRef: "#/definitions/generic.resource.api.param.Param"
77387   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/resource-resolution-data/
77388   : get:
77389       tags:
77390       - "GENERIC-RESOURCE-API"
77391       description: "returns generic.resource.api.param.param.ResourceResolutionData"
77392       parameters:
77393       - name: "allotted-resource-id"
77394         in: "path"
77395         description: "Id of security-zone-allotted-resource"
77396         required: true
77397         type: "string"
77398       - name: "name"
77399         in: "path"
77400         description: "Id of param"
77401         required: true
77402         type: "string"
77403       responses:
77404         400:
77405           description: "Internal error"
77406         200:
77407           description: "generic.resource.api.param.param.ResourceResolutionData"
77408           responseSchema:
77409             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77410             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77411           schema:
77412             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77413             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
77414   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-data/security-zone-topology/security-zone-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
77415   : get:
77416       tags:
77417       - "GENERIC-RESOURCE-API"
77418       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77419       parameters:
77420       - name: "allotted-resource-id"
77421         in: "path"
77422         description: "Id of security-zone-allotted-resource"
77423         required: true
77424         type: "string"
77425       - name: "name"
77426         in: "path"
77427         description: "Id of param"
77428         required: true
77429         type: "string"
77430       - name: "resource-key-name"
77431         in: "path"
77432         description: "Id of resource-key"
77433         required: true
77434         type: "string"
77435       responses:
77436         400:
77437           description: "Internal error"
77438         200:
77439           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77440           responseSchema:
77441             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77442             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77443           schema:
77444             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77445             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
77446   ? /operational/GENERIC-RESOURCE-API:security-zone-allotted-resources/security-zone-allotted-resource/{allotted-resource-id}/allotted-resource-status/
77447   : get:
77448       tags:
77449       - "GENERIC-RESOURCE-API"
77450       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77451       parameters:
77452       - name: "allotted-resource-id"
77453         in: "path"
77454         description: "Id of security-zone-allotted-resource"
77455         required: true
77456         type: "string"
77457       responses:
77458         400:
77459           description: "Internal error"
77460         200:
77461           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77462           responseSchema:
77463             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77464             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77465           schema:
77466             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77467             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
77468   /operational/GENERIC-RESOURCE-API:services/:
77469     get:
77470       tags:
77471       - "GENERIC-RESOURCE-API"
77472       description: "returns generic.resource.api.ServiceModelInfrastructure"
77473       parameters: []
77474       responses:
77475         400:
77476           description: "Internal error"
77477         200:
77478           description: "generic.resource.api.ServiceModelInfrastructure"
77479           responseSchema:
77480             $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
77481             originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
77482           schema:
77483             $ref: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
77484             originalRef: "#/definitions/generic.resource.api.ServiceModelInfrastructure"
77485   /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/:
77486     get:
77487       tags:
77488       - "GENERIC-RESOURCE-API"
77489       description: "returns generic.resource.api.servicemodelinfrastructure.Service"
77490       parameters:
77491       - name: "service-instance-id"
77492         in: "path"
77493         description: "Id of service"
77494         required: true
77495         type: "string"
77496       responses:
77497         400:
77498           description: "Internal error"
77499         200:
77500           description: "generic.resource.api.servicemodelinfrastructure.Service"
77501           responseSchema:
77502             $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
77503             originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
77504           schema:
77505             $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
77506             originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
77507   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/
77508   : get:
77509       tags:
77510       - "GENERIC-RESOURCE-API"
77511       description: "returns generic.resource.api.servicedata.ServiceData"
77512       parameters:
77513       - name: "service-instance-id"
77514         in: "path"
77515         description: "Id of service"
77516         required: true
77517         type: "string"
77518       responses:
77519         400:
77520           description: "Internal error"
77521         200:
77522           description: "generic.resource.api.servicedata.ServiceData"
77523           responseSchema:
77524             $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
77525             originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
77526           schema:
77527             $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
77528             originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
77529   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/
77530   : get:
77531       tags:
77532       - "GENERIC-RESOURCE-API"
77533       description: "returns generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77534       parameters:
77535       - name: "service-instance-id"
77536         in: "path"
77537         description: "Id of service"
77538         required: true
77539         type: "string"
77540       responses:
77541         400:
77542           description: "Internal error"
77543         200:
77544           description: "generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77545           responseSchema:
77546             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77547             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77548           schema:
77549             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77550             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
77551   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/consumed-allotted-resources/consumed-allotted-resource/{allotted-resource-id}/
77552   : get:
77553       tags:
77554       - "GENERIC-RESOURCE-API"
77555       description: "returns generic.resource.api.AllottedResourceInfo"
77556       parameters:
77557       - name: "service-instance-id"
77558         in: "path"
77559         description: "Id of service"
77560         required: true
77561         type: "string"
77562       - name: "allotted-resource-id"
77563         in: "path"
77564         description: "Id of consumed-allotted-resource"
77565         required: true
77566         type: "string"
77567       responses:
77568         400:
77569           description: "Internal error"
77570         200:
77571           description: "generic.resource.api.AllottedResourceInfo"
77572           responseSchema:
77573             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
77574             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
77575           schema:
77576             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
77577             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
77578   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/
77579   : get:
77580       tags:
77581       - "GENERIC-RESOURCE-API"
77582       description: "returns generic.resource.api.servicedata.servicedata.ForwardingPaths"
77583       parameters:
77584       - name: "service-instance-id"
77585         in: "path"
77586         description: "Id of service"
77587         required: true
77588         type: "string"
77589       responses:
77590         400:
77591           description: "Internal error"
77592         200:
77593           description: "generic.resource.api.servicedata.servicedata.ForwardingPaths"
77594           responseSchema:
77595             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
77596             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
77597           schema:
77598             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
77599             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
77600   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/
77601   : get:
77602       tags:
77603       - "GENERIC-RESOURCE-API"
77604       description: "returns generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77605       parameters:
77606       - name: "service-instance-id"
77607         in: "path"
77608         description: "Id of service"
77609         required: true
77610         type: "string"
77611       - name: "forwarding-path-id"
77612         in: "path"
77613         description: "Id of forwarding-path"
77614         required: true
77615         type: "string"
77616       responses:
77617         400:
77618           description: "Internal error"
77619         200:
77620           description: "generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77621           responseSchema:
77622             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77623             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77624           schema:
77625             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77626             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
77627   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/onap-model-information/
77628   : get:
77629       tags:
77630       - "GENERIC-RESOURCE-API"
77631       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
77632       parameters:
77633       - name: "service-instance-id"
77634         in: "path"
77635         description: "Id of service"
77636         required: true
77637         type: "string"
77638       - name: "forwarding-path-id"
77639         in: "path"
77640         description: "Id of forwarding-path"
77641         required: true
77642         type: "string"
77643       responses:
77644         400:
77645           description: "Internal error"
77646         200:
77647           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
77648           responseSchema:
77649             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77650             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77651           schema:
77652             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77653             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
77654   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/
77655   : get:
77656       tags:
77657       - "GENERIC-RESOURCE-API"
77658       description: "returns generic.resource.api.forwardingpathinformation.ServicePaths"
77659       parameters:
77660       - name: "service-instance-id"
77661         in: "path"
77662         description: "Id of service"
77663         required: true
77664         type: "string"
77665       - name: "forwarding-path-id"
77666         in: "path"
77667         description: "Id of forwarding-path"
77668         required: true
77669         type: "string"
77670       responses:
77671         400:
77672           description: "Internal error"
77673         200:
77674           description: "generic.resource.api.forwardingpathinformation.ServicePaths"
77675           responseSchema:
77676             $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
77677             originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
77678           schema:
77679             $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
77680             originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
77681   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/
77682   : get:
77683       tags:
77684       - "GENERIC-RESOURCE-API"
77685       description: "returns generic.resource.api.ServicePathInformation"
77686       parameters:
77687       - name: "service-instance-id"
77688         in: "path"
77689         description: "Id of service"
77690         required: true
77691         type: "string"
77692       - name: "forwarding-path-id"
77693         in: "path"
77694         description: "Id of forwarding-path"
77695         required: true
77696         type: "string"
77697       - name: "service-path-instance-id"
77698         in: "path"
77699         description: "Id of service-path"
77700         required: true
77701         type: "string"
77702       responses:
77703         400:
77704           description: "Internal error"
77705         200:
77706           description: "generic.resource.api.ServicePathInformation"
77707           responseSchema:
77708             $ref: "#/definitions/generic.resource.api.ServicePathInformation"
77709             originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
77710           schema:
77711             $ref: "#/definitions/generic.resource.api.ServicePathInformation"
77712             originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
77713   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/
77714   : get:
77715       tags:
77716       - "GENERIC-RESOURCE-API"
77717       description: "returns generic.resource.api.servicepathinformation.Service"
77718       parameters:
77719       - name: "service-instance-id"
77720         in: "path"
77721         description: "Id of service"
77722         required: true
77723         type: "string"
77724       - name: "forwarding-path-id"
77725         in: "path"
77726         description: "Id of forwarding-path"
77727         required: true
77728         type: "string"
77729       - name: "service-path-instance-id"
77730         in: "path"
77731         description: "Id of service-path"
77732         required: true
77733         type: "string"
77734       - name: "service-service-instance-id"
77735         in: "path"
77736         description: "Id of service"
77737         required: true
77738         type: "string"
77739       responses:
77740         400:
77741           description: "Internal error"
77742         200:
77743           description: "generic.resource.api.servicepathinformation.Service"
77744           responseSchema:
77745             $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
77746             originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
77747           schema:
77748             $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
77749             originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
77750   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/
77751   : get:
77752       tags:
77753       - "GENERIC-RESOURCE-API"
77754       description: "returns generic.resource.api.servicepathinformation.service.Vnfs"
77755       parameters:
77756       - name: "service-instance-id"
77757         in: "path"
77758         description: "Id of service"
77759         required: true
77760         type: "string"
77761       - name: "forwarding-path-id"
77762         in: "path"
77763         description: "Id of forwarding-path"
77764         required: true
77765         type: "string"
77766       - name: "service-path-instance-id"
77767         in: "path"
77768         description: "Id of service-path"
77769         required: true
77770         type: "string"
77771       - name: "service-service-instance-id"
77772         in: "path"
77773         description: "Id of service"
77774         required: true
77775         type: "string"
77776       responses:
77777         400:
77778           description: "Internal error"
77779         200:
77780           description: "generic.resource.api.servicepathinformation.service.Vnfs"
77781           responseSchema:
77782             $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
77783             originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
77784           schema:
77785             $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
77786             originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
77787   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/vnf/{vnf-instance-id}/
77788   : get:
77789       tags:
77790       - "GENERIC-RESOURCE-API"
77791       description: "returns generic.resource.api.VnfPathInformation"
77792       parameters:
77793       - name: "service-instance-id"
77794         in: "path"
77795         description: "Id of service"
77796         required: true
77797         type: "string"
77798       - name: "forwarding-path-id"
77799         in: "path"
77800         description: "Id of forwarding-path"
77801         required: true
77802         type: "string"
77803       - name: "service-path-instance-id"
77804         in: "path"
77805         description: "Id of service-path"
77806         required: true
77807         type: "string"
77808       - name: "service-service-instance-id"
77809         in: "path"
77810         description: "Id of service"
77811         required: true
77812         type: "string"
77813       - name: "vnf-instance-id"
77814         in: "path"
77815         description: "Id of vnf"
77816         required: true
77817         type: "string"
77818       responses:
77819         400:
77820           description: "Internal error"
77821         200:
77822           description: "generic.resource.api.VnfPathInformation"
77823           responseSchema:
77824             $ref: "#/definitions/generic.resource.api.VnfPathInformation"
77825             originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
77826           schema:
77827             $ref: "#/definitions/generic.resource.api.VnfPathInformation"
77828             originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
77829   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/forwarding-paths/forwarding-path/{forwarding-path-id}/service-paths/service-path/{service-path-instance-id}/service/{service-service-instance-id}/vnfs/vnf/{vnf-instance-id}/vf-module-instance/
77830   : get:
77831       tags:
77832       - "GENERIC-RESOURCE-API"
77833       description: "returns generic.resource.api.vnfpathinformation.VfModuleInstance"
77834       parameters:
77835       - name: "service-instance-id"
77836         in: "path"
77837         description: "Id of service"
77838         required: true
77839         type: "string"
77840       - name: "forwarding-path-id"
77841         in: "path"
77842         description: "Id of forwarding-path"
77843         required: true
77844         type: "string"
77845       - name: "service-path-instance-id"
77846         in: "path"
77847         description: "Id of service-path"
77848         required: true
77849         type: "string"
77850       - name: "service-service-instance-id"
77851         in: "path"
77852         description: "Id of service"
77853         required: true
77854         type: "string"
77855       - name: "vnf-instance-id"
77856         in: "path"
77857         description: "Id of vnf"
77858         required: true
77859         type: "string"
77860       responses:
77861         400:
77862           description: "Internal error"
77863         200:
77864           description: "generic.resource.api.vnfpathinformation.VfModuleInstance"
77865           responseSchema:
77866             $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
77867             originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
77868           schema:
77869             $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
77870             originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
77871   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/
77872   : get:
77873       tags:
77874       - "GENERIC-RESOURCE-API"
77875       description: "returns generic.resource.api.NetworkInstanceGroup"
77876       parameters:
77877       - name: "service-instance-id"
77878         in: "path"
77879         description: "Id of service"
77880         required: true
77881         type: "string"
77882       responses:
77883         400:
77884           description: "Internal error"
77885         200:
77886           description: "generic.resource.api.NetworkInstanceGroup"
77887           responseSchema:
77888             $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
77889             originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
77890           schema:
77891             $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
77892             originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
77893   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/
77894   : get:
77895       tags:
77896       - "GENERIC-RESOURCE-API"
77897       description: "returns generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77898       parameters:
77899       - name: "service-instance-id"
77900         in: "path"
77901         description: "Id of service"
77902         required: true
77903         type: "string"
77904       - name: "network-instance-group-id"
77905         in: "path"
77906         description: "Id of network-instance-group"
77907         required: true
77908         type: "string"
77909       responses:
77910         400:
77911           description: "Internal error"
77912         200:
77913           description: "generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77914           responseSchema:
77915             $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77916             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77917           schema:
77918             $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77919             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
77920   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-route-policy/
77921   : get:
77922       tags:
77923       - "GENERIC-RESOURCE-API"
77924       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77925       parameters:
77926       - name: "service-instance-id"
77927         in: "path"
77928         description: "Id of service"
77929         required: true
77930         type: "string"
77931       - name: "network-instance-group-id"
77932         in: "path"
77933         description: "Id of network-instance-group"
77934         required: true
77935         type: "string"
77936       responses:
77937         400:
77938           description: "Internal error"
77939         200:
77940           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77941           responseSchema:
77942             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77943             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77944           schema:
77945             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77946             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
77947   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/aggregate-routes/{route-id}/
77948   : get:
77949       tags:
77950       - "GENERIC-RESOURCE-API"
77951       description: "returns generic.resource.api.aggregateroutes.AggregateRoutes"
77952       parameters:
77953       - name: "service-instance-id"
77954         in: "path"
77955         description: "Id of service"
77956         required: true
77957         type: "string"
77958       - name: "network-instance-group-id"
77959         in: "path"
77960         description: "Id of network-instance-group"
77961         required: true
77962         type: "string"
77963       - name: "route-id"
77964         in: "path"
77965         description: "Id of aggregate-routes"
77966         required: true
77967         type: "string"
77968       responses:
77969         400:
77970           description: "Internal error"
77971         200:
77972           description: "generic.resource.api.aggregateroutes.AggregateRoutes"
77973           responseSchema:
77974             $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
77975             originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
77976           schema:
77977             $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
77978             originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
77979   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/
77980   : get:
77981       tags:
77982       - "GENERIC-RESOURCE-API"
77983       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
77984       parameters:
77985       - name: "service-instance-id"
77986         in: "path"
77987         description: "Id of service"
77988         required: true
77989         type: "string"
77990       - name: "network-instance-group-id"
77991         in: "path"
77992         description: "Id of network-instance-group"
77993         required: true
77994         type: "string"
77995       responses:
77996         400:
77997           description: "Internal error"
77998         200:
77999           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
78000           responseSchema:
78001             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
78002             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
78003           schema:
78004             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
78005             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
78006   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/
78007   : get:
78008       tags:
78009       - "GENERIC-RESOURCE-API"
78010       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78011       parameters:
78012       - name: "service-instance-id"
78013         in: "path"
78014         description: "Id of service"
78015         required: true
78016         type: "string"
78017       - name: "network-instance-group-id"
78018         in: "path"
78019         description: "Id of network-instance-group"
78020         required: true
78021         type: "string"
78022       - name: "network-id"
78023         in: "path"
78024         description: "Id of network"
78025         required: true
78026         type: "string"
78027       responses:
78028         400:
78029           description: "Internal error"
78030         200:
78031           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78032           responseSchema:
78033             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78034             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78035           schema:
78036             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78037             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
78038   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/customer-bonding-requests/
78039   : get:
78040       tags:
78041       - "GENERIC-RESOURCE-API"
78042       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78043       parameters:
78044       - name: "service-instance-id"
78045         in: "path"
78046         description: "Id of service"
78047         required: true
78048         type: "string"
78049       - name: "network-instance-group-id"
78050         in: "path"
78051         description: "Id of network-instance-group"
78052         required: true
78053         type: "string"
78054       - name: "network-id"
78055         in: "path"
78056         description: "Id of network"
78057         required: true
78058         type: "string"
78059       responses:
78060         400:
78061           description: "Internal error"
78062         200:
78063           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78064           responseSchema:
78065             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78066             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78067           schema:
78068             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78069             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
78070   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/customer-bonding-requests/customer-bonding-request/{configuration-id}/
78071   : get:
78072       tags:
78073       - "GENERIC-RESOURCE-API"
78074       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78075       parameters:
78076       - name: "service-instance-id"
78077         in: "path"
78078         description: "Id of service"
78079         required: true
78080         type: "string"
78081       - name: "network-instance-group-id"
78082         in: "path"
78083         description: "Id of network-instance-group"
78084         required: true
78085         type: "string"
78086       - name: "network-id"
78087         in: "path"
78088         description: "Id of network"
78089         required: true
78090         type: "string"
78091       - name: "configuration-id"
78092         in: "path"
78093         description: "Id of customer-bonding-request"
78094         required: true
78095         type: "string"
78096       responses:
78097         400:
78098           description: "Internal error"
78099         200:
78100           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78101           responseSchema:
78102             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78103             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78104           schema:
78105             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78106             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
78107   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/networks/network/{network-id}/vpn-bindings/{vpn-binding-id}/
78108   : get:
78109       tags:
78110       - "GENERIC-RESOURCE-API"
78111       description: "returns generic.resource.api.vpnbindings.VpnBindings"
78112       parameters:
78113       - name: "service-instance-id"
78114         in: "path"
78115         description: "Id of service"
78116         required: true
78117         type: "string"
78118       - name: "network-instance-group-id"
78119         in: "path"
78120         description: "Id of network-instance-group"
78121         required: true
78122         type: "string"
78123       - name: "network-id"
78124         in: "path"
78125         description: "Id of network"
78126         required: true
78127         type: "string"
78128       - name: "vpn-binding-id"
78129         in: "path"
78130         description: "Id of vpn-bindings"
78131         required: true
78132         type: "string"
78133       responses:
78134         400:
78135           description: "Internal error"
78136         200:
78137           description: "generic.resource.api.vpnbindings.VpnBindings"
78138           responseSchema:
78139             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
78140             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
78141           schema:
78142             $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
78143             originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
78144   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/onap-model-information/
78145   : get:
78146       tags:
78147       - "GENERIC-RESOURCE-API"
78148       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
78149       parameters:
78150       - name: "service-instance-id"
78151         in: "path"
78152         description: "Id of service"
78153         required: true
78154         type: "string"
78155       - name: "network-instance-group-id"
78156         in: "path"
78157         description: "Id of network-instance-group"
78158         required: true
78159         type: "string"
78160       responses:
78161         400:
78162           description: "Internal error"
78163         200:
78164           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
78165           responseSchema:
78166             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78167             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78168           schema:
78169             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78170             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78171   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnet-assignment-policy/
78172   : get:
78173       tags:
78174       - "GENERIC-RESOURCE-API"
78175       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78176       parameters:
78177       - name: "service-instance-id"
78178         in: "path"
78179         description: "Id of service"
78180         required: true
78181         type: "string"
78182       - name: "network-instance-group-id"
78183         in: "path"
78184         description: "Id of network-instance-group"
78185         required: true
78186         type: "string"
78187       responses:
78188         400:
78189           description: "Internal error"
78190         200:
78191           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78192           responseSchema:
78193             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78194             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78195           schema:
78196             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78197             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
78198   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/subnets/{start-address}/
78199   : get:
78200       tags:
78201       - "GENERIC-RESOURCE-API"
78202       description: "returns generic.resource.api.subnets.Subnets"
78203       parameters:
78204       - name: "service-instance-id"
78205         in: "path"
78206         description: "Id of service"
78207         required: true
78208         type: "string"
78209       - name: "network-instance-group-id"
78210         in: "path"
78211         description: "Id of network-instance-group"
78212         required: true
78213         type: "string"
78214       - name: "start-address"
78215         in: "path"
78216         description: "Id of subnets"
78217         required: true
78218         type: "string"
78219       responses:
78220         400:
78221           description: "Internal error"
78222         200:
78223           description: "generic.resource.api.subnets.Subnets"
78224           responseSchema:
78225             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
78226             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
78227           schema:
78228             $ref: "#/definitions/generic.resource.api.subnets.Subnets"
78229             originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
78230   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/network-instance-groups/network-instance-group/{network-instance-group-id}/vpn-binding-policy/
78231   : get:
78232       tags:
78233       - "GENERIC-RESOURCE-API"
78234       description: "returns generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78235       parameters:
78236       - name: "service-instance-id"
78237         in: "path"
78238         description: "Id of service"
78239         required: true
78240         type: "string"
78241       - name: "network-instance-group-id"
78242         in: "path"
78243         description: "Id of network-instance-group"
78244         required: true
78245         type: "string"
78246       responses:
78247         400:
78248           description: "Internal error"
78249         200:
78250           description: "generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78251           responseSchema:
78252             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78253             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78254           schema:
78255             $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78256             originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
78257   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/
78258   : get:
78259       tags:
78260       - "GENERIC-RESOURCE-API"
78261       description: "returns generic.resource.api.servicedata.servicedata.Networks"
78262       parameters:
78263       - name: "service-instance-id"
78264         in: "path"
78265         description: "Id of service"
78266         required: true
78267         type: "string"
78268       responses:
78269         400:
78270           description: "Internal error"
78271         200:
78272           description: "generic.resource.api.servicedata.servicedata.Networks"
78273           responseSchema:
78274             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
78275             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
78276           schema:
78277             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
78278             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
78279   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/
78280   : get:
78281       tags:
78282       - "GENERIC-RESOURCE-API"
78283       description: "returns generic.resource.api.servicedata.servicedata.networks.Network"
78284       parameters:
78285       - name: "service-instance-id"
78286         in: "path"
78287         description: "Id of service"
78288         required: true
78289         type: "string"
78290       - name: "network-id"
78291         in: "path"
78292         description: "Id of network"
78293         required: true
78294         type: "string"
78295       responses:
78296         400:
78297           description: "Internal error"
78298         200:
78299           description: "generic.resource.api.servicedata.servicedata.networks.Network"
78300           responseSchema:
78301             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
78302             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
78303           schema:
78304             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
78305             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
78306   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/
78307   : get:
78308       tags:
78309       - "GENERIC-RESOURCE-API"
78310       description: "returns generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78311       parameters:
78312       - name: "service-instance-id"
78313         in: "path"
78314         description: "Id of service"
78315         required: true
78316         type: "string"
78317       - name: "network-id"
78318         in: "path"
78319         description: "Id of network"
78320         required: true
78321         type: "string"
78322       responses:
78323         400:
78324           description: "Internal error"
78325         200:
78326           description: "generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78327           responseSchema:
78328             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78329             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78330           schema:
78331             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78332             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
78333   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/
78334   : get:
78335       tags:
78336       - "GENERIC-RESOURCE-API"
78337       description: "returns generic.resource.api.networkinformation.NetworkInformation"
78338       parameters:
78339       - name: "service-instance-id"
78340         in: "path"
78341         description: "Id of service"
78342         required: true
78343         type: "string"
78344       - name: "network-id"
78345         in: "path"
78346         description: "Id of network"
78347         required: true
78348         type: "string"
78349       responses:
78350         400:
78351           description: "Internal error"
78352         200:
78353           description: "generic.resource.api.networkinformation.NetworkInformation"
78354           responseSchema:
78355             $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
78356             originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
78357           schema:
78358             $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
78359             originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
78360   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-information/onap-model-information/
78361   : get:
78362       tags:
78363       - "GENERIC-RESOURCE-API"
78364       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
78365       parameters:
78366       - name: "service-instance-id"
78367         in: "path"
78368         description: "Id of service"
78369         required: true
78370         type: "string"
78371       - name: "network-id"
78372         in: "path"
78373         description: "Id of network"
78374         required: true
78375         type: "string"
78376       responses:
78377         400:
78378           description: "Internal error"
78379         200:
78380           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
78381           responseSchema:
78382             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78383             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78384           schema:
78385             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78386             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78387   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-level-oper-status/
78388   : get:
78389       tags:
78390       - "GENERIC-RESOURCE-API"
78391       description: "returns generic.resource.api.OperStatusData"
78392       parameters:
78393       - name: "service-instance-id"
78394         in: "path"
78395         description: "Id of service"
78396         required: true
78397         type: "string"
78398       - name: "network-id"
78399         in: "path"
78400         description: "Id of network"
78401         required: true
78402         type: "string"
78403       responses:
78404         400:
78405           description: "Internal error"
78406         200:
78407           description: "generic.resource.api.OperStatusData"
78408           responseSchema:
78409             $ref: "#/definitions/generic.resource.api.OperStatusData"
78410             originalRef: "#/definitions/generic.resource.api.OperStatusData"
78411           schema:
78412             $ref: "#/definitions/generic.resource.api.OperStatusData"
78413             originalRef: "#/definitions/generic.resource.api.OperStatusData"
78414   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-provided-allotted-resources/
78415   : get:
78416       tags:
78417       - "GENERIC-RESOURCE-API"
78418       description: "returns generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78419       parameters:
78420       - name: "service-instance-id"
78421         in: "path"
78422         description: "Id of service"
78423         required: true
78424         type: "string"
78425       - name: "network-id"
78426         in: "path"
78427         description: "Id of network"
78428         required: true
78429         type: "string"
78430       responses:
78431         400:
78432           description: "Internal error"
78433         200:
78434           description: "generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78435           responseSchema:
78436             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78437             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78438           schema:
78439             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78440             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
78441   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/
78442   : get:
78443       tags:
78444       - "GENERIC-RESOURCE-API"
78445       description: "returns generic.resource.api.networkrequestinput.NetworkRequestInput"
78446       parameters:
78447       - name: "service-instance-id"
78448         in: "path"
78449         description: "Id of service"
78450         required: true
78451         type: "string"
78452       - name: "network-id"
78453         in: "path"
78454         description: "Id of network"
78455         required: true
78456         type: "string"
78457       responses:
78458         400:
78459           description: "Internal error"
78460         200:
78461           description: "generic.resource.api.networkrequestinput.NetworkRequestInput"
78462           responseSchema:
78463             $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
78464             originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
78465           schema:
78466             $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
78467             originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
78468   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/
78469   : get:
78470       tags:
78471       - "GENERIC-RESOURCE-API"
78472       description: "returns generic.resource.api.Param"
78473       parameters:
78474       - name: "service-instance-id"
78475         in: "path"
78476         description: "Id of service"
78477         required: true
78478         type: "string"
78479       - name: "network-id"
78480         in: "path"
78481         description: "Id of network"
78482         required: true
78483         type: "string"
78484       responses:
78485         400:
78486           description: "Internal error"
78487         200:
78488           description: "generic.resource.api.Param"
78489           responseSchema:
78490             $ref: "#/definitions/generic.resource.api.Param"
78491             originalRef: "#/definitions/generic.resource.api.Param"
78492           schema:
78493             $ref: "#/definitions/generic.resource.api.Param"
78494             originalRef: "#/definitions/generic.resource.api.Param"
78495   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/
78496   : get:
78497       tags:
78498       - "GENERIC-RESOURCE-API"
78499       description: "returns generic.resource.api.param.Param"
78500       parameters:
78501       - name: "service-instance-id"
78502         in: "path"
78503         description: "Id of service"
78504         required: true
78505         type: "string"
78506       - name: "network-id"
78507         in: "path"
78508         description: "Id of network"
78509         required: true
78510         type: "string"
78511       - name: "name"
78512         in: "path"
78513         description: "Id of param"
78514         required: true
78515         type: "string"
78516       responses:
78517         400:
78518           description: "Internal error"
78519         200:
78520           description: "generic.resource.api.param.Param"
78521           responseSchema:
78522             $ref: "#/definitions/generic.resource.api.param.Param"
78523             originalRef: "#/definitions/generic.resource.api.param.Param"
78524           schema:
78525             $ref: "#/definitions/generic.resource.api.param.Param"
78526             originalRef: "#/definitions/generic.resource.api.param.Param"
78527   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/resource-resolution-data/
78528   : get:
78529       tags:
78530       - "GENERIC-RESOURCE-API"
78531       description: "returns generic.resource.api.param.param.ResourceResolutionData"
78532       parameters:
78533       - name: "service-instance-id"
78534         in: "path"
78535         description: "Id of service"
78536         required: true
78537         type: "string"
78538       - name: "network-id"
78539         in: "path"
78540         description: "Id of network"
78541         required: true
78542         type: "string"
78543       - name: "name"
78544         in: "path"
78545         description: "Id of param"
78546         required: true
78547         type: "string"
78548       responses:
78549         400:
78550           description: "Internal error"
78551         200:
78552           description: "generic.resource.api.param.param.ResourceResolutionData"
78553           responseSchema:
78554             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
78555             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
78556           schema:
78557             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
78558             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
78559   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-request-input/network-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
78560   : get:
78561       tags:
78562       - "GENERIC-RESOURCE-API"
78563       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78564       parameters:
78565       - name: "service-instance-id"
78566         in: "path"
78567         description: "Id of service"
78568         required: true
78569         type: "string"
78570       - name: "network-id"
78571         in: "path"
78572         description: "Id of network"
78573         required: true
78574         type: "string"
78575       - name: "name"
78576         in: "path"
78577         description: "Id of param"
78578         required: true
78579         type: "string"
78580       - name: "resource-key-name"
78581         in: "path"
78582         description: "Id of resource-key"
78583         required: true
78584         type: "string"
78585       responses:
78586         400:
78587           description: "Internal error"
78588         200:
78589           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78590           responseSchema:
78591             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78592             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78593           schema:
78594             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78595             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
78596   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/
78597   : get:
78598       tags:
78599       - "GENERIC-RESOURCE-API"
78600       description: "returns generic.resource.api.networktopology.NetworkTopology"
78601       parameters:
78602       - name: "service-instance-id"
78603         in: "path"
78604         description: "Id of service"
78605         required: true
78606         type: "string"
78607       - name: "network-id"
78608         in: "path"
78609         description: "Id of network"
78610         required: true
78611         type: "string"
78612       responses:
78613         400:
78614           description: "Internal error"
78615         200:
78616           description: "generic.resource.api.networktopology.NetworkTopology"
78617           responseSchema:
78618             $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
78619             originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
78620           schema:
78621             $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
78622             originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
78623   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-assignments/
78624   : get:
78625       tags:
78626       - "GENERIC-RESOURCE-API"
78627       description: "returns generic.resource.api.networkassignments.NetworkAssignments"
78628       parameters:
78629       - name: "service-instance-id"
78630         in: "path"
78631         description: "Id of service"
78632         required: true
78633         type: "string"
78634       - name: "network-id"
78635         in: "path"
78636         description: "Id of network"
78637         required: true
78638         type: "string"
78639       responses:
78640         400:
78641           description: "Internal error"
78642         200:
78643           description: "generic.resource.api.networkassignments.NetworkAssignments"
78644           responseSchema:
78645             $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
78646             originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
78647           schema:
78648             $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
78649             originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
78650   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/
78651   : get:
78652       tags:
78653       - "GENERIC-RESOURCE-API"
78654       description: "returns generic.resource.api.networkparameters.NetworkParameters"
78655       parameters:
78656       - name: "service-instance-id"
78657         in: "path"
78658         description: "Id of service"
78659         required: true
78660         type: "string"
78661       - name: "network-id"
78662         in: "path"
78663         description: "Id of network"
78664         required: true
78665         type: "string"
78666       responses:
78667         400:
78668           description: "Internal error"
78669         200:
78670           description: "generic.resource.api.networkparameters.NetworkParameters"
78671           responseSchema:
78672             $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
78673             originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
78674           schema:
78675             $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
78676             originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
78677   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-parameters/network-parameter/{network-parameter-name}/
78678   : get:
78679       tags:
78680       - "GENERIC-RESOURCE-API"
78681       description: "returns generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78682       parameters:
78683       - name: "service-instance-id"
78684         in: "path"
78685         description: "Id of service"
78686         required: true
78687         type: "string"
78688       - name: "network-id"
78689         in: "path"
78690         description: "Id of network"
78691         required: true
78692         type: "string"
78693       - name: "network-parameter-name"
78694         in: "path"
78695         description: "Id of network-parameter"
78696         required: true
78697         type: "string"
78698       responses:
78699         400:
78700           description: "Internal error"
78701         200:
78702           description: "generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78703           responseSchema:
78704             $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78705             originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78706           schema:
78707             $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78708             originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
78709   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/
78710   : get:
78711       tags:
78712       - "GENERIC-RESOURCE-API"
78713       description: "returns generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78714       parameters:
78715       - name: "service-instance-id"
78716         in: "path"
78717         description: "Id of service"
78718         required: true
78719         type: "string"
78720       - name: "network-id"
78721         in: "path"
78722         description: "Id of network"
78723         required: true
78724         type: "string"
78725       responses:
78726         400:
78727           description: "Internal error"
78728         200:
78729           description: "generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78730           responseSchema:
78731             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78732             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78733           schema:
78734             $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78735             originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
78736   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/
78737   : get:
78738       tags:
78739       - "GENERIC-RESOURCE-API"
78740       description: "returns generic.resource.api.RelatedNetwork"
78741       parameters:
78742       - name: "service-instance-id"
78743         in: "path"
78744         description: "Id of service"
78745         required: true
78746         type: "string"
78747       - name: "network-id"
78748         in: "path"
78749         description: "Id of network"
78750         required: true
78751         type: "string"
78752       responses:
78753         400:
78754           description: "Internal error"
78755         200:
78756           description: "generic.resource.api.RelatedNetwork"
78757           responseSchema:
78758             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
78759             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
78760           schema:
78761             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
78762             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
78763   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/related-network/{related-network-network-id}/
78764   : get:
78765       tags:
78766       - "GENERIC-RESOURCE-API"
78767       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
78768       parameters:
78769       - name: "service-instance-id"
78770         in: "path"
78771         description: "Id of service"
78772         required: true
78773         type: "string"
78774       - name: "network-id"
78775         in: "path"
78776         description: "Id of network"
78777         required: true
78778         type: "string"
78779       - name: "related-network-network-id"
78780         in: "path"
78781         description: "Id of related-network"
78782         required: true
78783         type: "string"
78784       responses:
78785         400:
78786           description: "Internal error"
78787         200:
78788           description: "generic.resource.api.relatednetwork.RelatedNetwork"
78789           responseSchema:
78790             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
78791             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
78792           schema:
78793             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
78794             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
78795   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/network-topology-identifier-structure/related-networks/related-network/{related-network-network-id}/vlan-tags/
78796   : get:
78797       tags:
78798       - "GENERIC-RESOURCE-API"
78799       description: "returns generic.resource.api.vlantags.VlanTags"
78800       parameters:
78801       - name: "service-instance-id"
78802         in: "path"
78803         description: "Id of service"
78804         required: true
78805         type: "string"
78806       - name: "network-id"
78807         in: "path"
78808         description: "Id of network"
78809         required: true
78810         type: "string"
78811       - name: "related-network-network-id"
78812         in: "path"
78813         description: "Id of related-network"
78814         required: true
78815         type: "string"
78816       responses:
78817         400:
78818           description: "Internal error"
78819         200:
78820           description: "generic.resource.api.vlantags.VlanTags"
78821           responseSchema:
78822             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
78823             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
78824           schema:
78825             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
78826             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
78827   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/network-topology/onap-model-information/
78828   : get:
78829       tags:
78830       - "GENERIC-RESOURCE-API"
78831       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
78832       parameters:
78833       - name: "service-instance-id"
78834         in: "path"
78835         description: "Id of service"
78836         required: true
78837         type: "string"
78838       - name: "network-id"
78839         in: "path"
78840         description: "Id of network"
78841         required: true
78842         type: "string"
78843       responses:
78844         400:
78845           description: "Internal error"
78846         200:
78847           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
78848           responseSchema:
78849             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78850             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78851           schema:
78852             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78853             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78854   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/request-information/
78855   : get:
78856       tags:
78857       - "GENERIC-RESOURCE-API"
78858       description: "returns generic.resource.api.requestinformation.RequestInformation"
78859       parameters:
78860       - name: "service-instance-id"
78861         in: "path"
78862         description: "Id of service"
78863         required: true
78864         type: "string"
78865       - name: "network-id"
78866         in: "path"
78867         description: "Id of network"
78868         required: true
78869         type: "string"
78870       responses:
78871         400:
78872           description: "Internal error"
78873         200:
78874           description: "generic.resource.api.requestinformation.RequestInformation"
78875           responseSchema:
78876             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
78877             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
78878           schema:
78879             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
78880             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
78881   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/sdnc-request-header/
78882   : get:
78883       tags:
78884       - "GENERIC-RESOURCE-API"
78885       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
78886       parameters:
78887       - name: "service-instance-id"
78888         in: "path"
78889         description: "Id of service"
78890         required: true
78891         type: "string"
78892       - name: "network-id"
78893         in: "path"
78894         description: "Id of network"
78895         required: true
78896         type: "string"
78897       responses:
78898         400:
78899           description: "Internal error"
78900         200:
78901           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
78902           responseSchema:
78903             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
78904             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
78905           schema:
78906             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
78907             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
78908   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/
78909   : get:
78910       tags:
78911       - "GENERIC-RESOURCE-API"
78912       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
78913       parameters:
78914       - name: "service-instance-id"
78915         in: "path"
78916         description: "Id of service"
78917         required: true
78918         type: "string"
78919       - name: "network-id"
78920         in: "path"
78921         description: "Id of network"
78922         required: true
78923         type: "string"
78924       responses:
78925         400:
78926           description: "Internal error"
78927         200:
78928           description: "generic.resource.api.serviceinformation.ServiceInformation"
78929           responseSchema:
78930             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
78931             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
78932           schema:
78933             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
78934             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
78935   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/networks/network/{network-id}/network-data/service-information/onap-model-information/
78936   : get:
78937       tags:
78938       - "GENERIC-RESOURCE-API"
78939       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
78940       parameters:
78941       - name: "service-instance-id"
78942         in: "path"
78943         description: "Id of service"
78944         required: true
78945         type: "string"
78946       - name: "network-id"
78947         in: "path"
78948         description: "Id of network"
78949         required: true
78950         type: "string"
78951       responses:
78952         400:
78953           description: "Internal error"
78954         200:
78955           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
78956           responseSchema:
78957             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78958             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78959           schema:
78960             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78961             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
78962   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/
78963   : get:
78964       tags:
78965       - "GENERIC-RESOURCE-API"
78966       description: "returns generic.resource.api.servicedata.servicedata.Pnfs"
78967       parameters:
78968       - name: "service-instance-id"
78969         in: "path"
78970         description: "Id of service"
78971         required: true
78972         type: "string"
78973       responses:
78974         400:
78975           description: "Internal error"
78976         200:
78977           description: "generic.resource.api.servicedata.servicedata.Pnfs"
78978           responseSchema:
78979             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
78980             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
78981           schema:
78982             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
78983             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
78984   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/
78985   : get:
78986       tags:
78987       - "GENERIC-RESOURCE-API"
78988       description: "returns generic.resource.api.servicedata.servicedata.pnfs.Pnf"
78989       parameters:
78990       - name: "service-instance-id"
78991         in: "path"
78992         description: "Id of service"
78993         required: true
78994         type: "string"
78995       - name: "pnf-id"
78996         in: "path"
78997         description: "Id of pnf"
78998         required: true
78999         type: "string"
79000       responses:
79001         400:
79002           description: "Internal error"
79003         200:
79004           description: "generic.resource.api.servicedata.servicedata.pnfs.Pnf"
79005           responseSchema:
79006             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
79007             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
79008           schema:
79009             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
79010             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
79011   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/
79012   : get:
79013       tags:
79014       - "GENERIC-RESOURCE-API"
79015       description: "returns generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79016       parameters:
79017       - name: "service-instance-id"
79018         in: "path"
79019         description: "Id of service"
79020         required: true
79021         type: "string"
79022       - name: "pnf-id"
79023         in: "path"
79024         description: "Id of pnf"
79025         required: true
79026         type: "string"
79027       responses:
79028         400:
79029           description: "Internal error"
79030         200:
79031           description: "generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79032           responseSchema:
79033             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79034             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79035           schema:
79036             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79037             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
79038   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/
79039   : get:
79040       tags:
79041       - "GENERIC-RESOURCE-API"
79042       description: "returns generic.resource.api.pnfdetails.PnfDetails"
79043       parameters:
79044       - name: "service-instance-id"
79045         in: "path"
79046         description: "Id of service"
79047         required: true
79048         type: "string"
79049       - name: "pnf-id"
79050         in: "path"
79051         description: "Id of pnf"
79052         required: true
79053         type: "string"
79054       responses:
79055         400:
79056           description: "Internal error"
79057         200:
79058           description: "generic.resource.api.pnfdetails.PnfDetails"
79059           responseSchema:
79060             $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
79061             originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
79062           schema:
79063             $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
79064             originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
79065   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-details/onap-model-information/
79066   : get:
79067       tags:
79068       - "GENERIC-RESOURCE-API"
79069       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
79070       parameters:
79071       - name: "service-instance-id"
79072         in: "path"
79073         description: "Id of service"
79074         required: true
79075         type: "string"
79076       - name: "pnf-id"
79077         in: "path"
79078         description: "Id of pnf"
79079         required: true
79080         type: "string"
79081       responses:
79082         400:
79083           description: "Internal error"
79084         200:
79085           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
79086           responseSchema:
79087             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79088             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79089           schema:
79090             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79091             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79092   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-level-oper-status/
79093   : get:
79094       tags:
79095       - "GENERIC-RESOURCE-API"
79096       description: "returns generic.resource.api.OperStatusData"
79097       parameters:
79098       - name: "service-instance-id"
79099         in: "path"
79100         description: "Id of service"
79101         required: true
79102         type: "string"
79103       - name: "pnf-id"
79104         in: "path"
79105         description: "Id of pnf"
79106         required: true
79107         type: "string"
79108       responses:
79109         400:
79110           description: "Internal error"
79111         200:
79112           description: "generic.resource.api.OperStatusData"
79113           responseSchema:
79114             $ref: "#/definitions/generic.resource.api.OperStatusData"
79115             originalRef: "#/definitions/generic.resource.api.OperStatusData"
79116           schema:
79117             $ref: "#/definitions/generic.resource.api.OperStatusData"
79118             originalRef: "#/definitions/generic.resource.api.OperStatusData"
79119   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/
79120   : get:
79121       tags:
79122       - "GENERIC-RESOURCE-API"
79123       description: "returns generic.resource.api.pnfrequestinput.PnfRequestInput"
79124       parameters:
79125       - name: "service-instance-id"
79126         in: "path"
79127         description: "Id of service"
79128         required: true
79129         type: "string"
79130       - name: "pnf-id"
79131         in: "path"
79132         description: "Id of pnf"
79133         required: true
79134         type: "string"
79135       responses:
79136         400:
79137           description: "Internal error"
79138         200:
79139           description: "generic.resource.api.pnfrequestinput.PnfRequestInput"
79140           responseSchema:
79141             $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
79142             originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
79143           schema:
79144             $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
79145             originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
79146   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/
79147   : get:
79148       tags:
79149       - "GENERIC-RESOURCE-API"
79150       description: "returns generic.resource.api.Param"
79151       parameters:
79152       - name: "service-instance-id"
79153         in: "path"
79154         description: "Id of service"
79155         required: true
79156         type: "string"
79157       - name: "pnf-id"
79158         in: "path"
79159         description: "Id of pnf"
79160         required: true
79161         type: "string"
79162       responses:
79163         400:
79164           description: "Internal error"
79165         200:
79166           description: "generic.resource.api.Param"
79167           responseSchema:
79168             $ref: "#/definitions/generic.resource.api.Param"
79169             originalRef: "#/definitions/generic.resource.api.Param"
79170           schema:
79171             $ref: "#/definitions/generic.resource.api.Param"
79172             originalRef: "#/definitions/generic.resource.api.Param"
79173   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/
79174   : get:
79175       tags:
79176       - "GENERIC-RESOURCE-API"
79177       description: "returns generic.resource.api.param.Param"
79178       parameters:
79179       - name: "service-instance-id"
79180         in: "path"
79181         description: "Id of service"
79182         required: true
79183         type: "string"
79184       - name: "pnf-id"
79185         in: "path"
79186         description: "Id of pnf"
79187         required: true
79188         type: "string"
79189       - name: "name"
79190         in: "path"
79191         description: "Id of param"
79192         required: true
79193         type: "string"
79194       responses:
79195         400:
79196           description: "Internal error"
79197         200:
79198           description: "generic.resource.api.param.Param"
79199           responseSchema:
79200             $ref: "#/definitions/generic.resource.api.param.Param"
79201             originalRef: "#/definitions/generic.resource.api.param.Param"
79202           schema:
79203             $ref: "#/definitions/generic.resource.api.param.Param"
79204             originalRef: "#/definitions/generic.resource.api.param.Param"
79205   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/resource-resolution-data/
79206   : get:
79207       tags:
79208       - "GENERIC-RESOURCE-API"
79209       description: "returns generic.resource.api.param.param.ResourceResolutionData"
79210       parameters:
79211       - name: "service-instance-id"
79212         in: "path"
79213         description: "Id of service"
79214         required: true
79215         type: "string"
79216       - name: "pnf-id"
79217         in: "path"
79218         description: "Id of pnf"
79219         required: true
79220         type: "string"
79221       - name: "name"
79222         in: "path"
79223         description: "Id of param"
79224         required: true
79225         type: "string"
79226       responses:
79227         400:
79228           description: "Internal error"
79229         200:
79230           description: "generic.resource.api.param.param.ResourceResolutionData"
79231           responseSchema:
79232             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79233             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79234           schema:
79235             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79236             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79237   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-request-input/pnf-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
79238   : get:
79239       tags:
79240       - "GENERIC-RESOURCE-API"
79241       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79242       parameters:
79243       - name: "service-instance-id"
79244         in: "path"
79245         description: "Id of service"
79246         required: true
79247         type: "string"
79248       - name: "pnf-id"
79249         in: "path"
79250         description: "Id of pnf"
79251         required: true
79252         type: "string"
79253       - name: "name"
79254         in: "path"
79255         description: "Id of param"
79256         required: true
79257         type: "string"
79258       - name: "resource-key-name"
79259         in: "path"
79260         description: "Id of resource-key"
79261         required: true
79262         type: "string"
79263       responses:
79264         400:
79265           description: "Internal error"
79266         200:
79267           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79268           responseSchema:
79269             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79270             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79271           schema:
79272             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79273             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79274   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/
79275   : get:
79276       tags:
79277       - "GENERIC-RESOURCE-API"
79278       description: "returns generic.resource.api.pnftopology.PnfTopology"
79279       parameters:
79280       - name: "service-instance-id"
79281         in: "path"
79282         description: "Id of service"
79283         required: true
79284         type: "string"
79285       - name: "pnf-id"
79286         in: "path"
79287         description: "Id of pnf"
79288         required: true
79289         type: "string"
79290       responses:
79291         400:
79292           description: "Internal error"
79293         200:
79294           description: "generic.resource.api.pnftopology.PnfTopology"
79295           responseSchema:
79296             $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
79297             originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
79298           schema:
79299             $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
79300             originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
79301   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/onap-model-information/
79302   : get:
79303       tags:
79304       - "GENERIC-RESOURCE-API"
79305       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
79306       parameters:
79307       - name: "service-instance-id"
79308         in: "path"
79309         description: "Id of service"
79310         required: true
79311         type: "string"
79312       - name: "pnf-id"
79313         in: "path"
79314         description: "Id of pnf"
79315         required: true
79316         type: "string"
79317       responses:
79318         400:
79319           description: "Internal error"
79320         200:
79321           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
79322           responseSchema:
79323             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79324             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79325           schema:
79326             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79327             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79328   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/
79329   : get:
79330       tags:
79331       - "GENERIC-RESOURCE-API"
79332       description: "returns generic.resource.api.Param"
79333       parameters:
79334       - name: "service-instance-id"
79335         in: "path"
79336         description: "Id of service"
79337         required: true
79338         type: "string"
79339       - name: "pnf-id"
79340         in: "path"
79341         description: "Id of pnf"
79342         required: true
79343         type: "string"
79344       responses:
79345         400:
79346           description: "Internal error"
79347         200:
79348           description: "generic.resource.api.Param"
79349           responseSchema:
79350             $ref: "#/definitions/generic.resource.api.Param"
79351             originalRef: "#/definitions/generic.resource.api.Param"
79352           schema:
79353             $ref: "#/definitions/generic.resource.api.Param"
79354             originalRef: "#/definitions/generic.resource.api.Param"
79355   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/
79356   : get:
79357       tags:
79358       - "GENERIC-RESOURCE-API"
79359       description: "returns generic.resource.api.param.Param"
79360       parameters:
79361       - name: "service-instance-id"
79362         in: "path"
79363         description: "Id of service"
79364         required: true
79365         type: "string"
79366       - name: "pnf-id"
79367         in: "path"
79368         description: "Id of pnf"
79369         required: true
79370         type: "string"
79371       - name: "name"
79372         in: "path"
79373         description: "Id of param"
79374         required: true
79375         type: "string"
79376       responses:
79377         400:
79378           description: "Internal error"
79379         200:
79380           description: "generic.resource.api.param.Param"
79381           responseSchema:
79382             $ref: "#/definitions/generic.resource.api.param.Param"
79383             originalRef: "#/definitions/generic.resource.api.param.Param"
79384           schema:
79385             $ref: "#/definitions/generic.resource.api.param.Param"
79386             originalRef: "#/definitions/generic.resource.api.param.Param"
79387   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/resource-resolution-data/
79388   : get:
79389       tags:
79390       - "GENERIC-RESOURCE-API"
79391       description: "returns generic.resource.api.param.param.ResourceResolutionData"
79392       parameters:
79393       - name: "service-instance-id"
79394         in: "path"
79395         description: "Id of service"
79396         required: true
79397         type: "string"
79398       - name: "pnf-id"
79399         in: "path"
79400         description: "Id of pnf"
79401         required: true
79402         type: "string"
79403       - name: "name"
79404         in: "path"
79405         description: "Id of param"
79406         required: true
79407         type: "string"
79408       responses:
79409         400:
79410           description: "Internal error"
79411         200:
79412           description: "generic.resource.api.param.param.ResourceResolutionData"
79413           responseSchema:
79414             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79415             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79416           schema:
79417             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79418             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79419   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-parameters-data/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
79420   : get:
79421       tags:
79422       - "GENERIC-RESOURCE-API"
79423       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79424       parameters:
79425       - name: "service-instance-id"
79426         in: "path"
79427         description: "Id of service"
79428         required: true
79429         type: "string"
79430       - name: "pnf-id"
79431         in: "path"
79432         description: "Id of pnf"
79433         required: true
79434         type: "string"
79435       - name: "name"
79436         in: "path"
79437         description: "Id of param"
79438         required: true
79439         type: "string"
79440       - name: "resource-key-name"
79441         in: "path"
79442         description: "Id of resource-key"
79443         required: true
79444         type: "string"
79445       responses:
79446         400:
79447           description: "Internal error"
79448         200:
79449           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79450           responseSchema:
79451             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79452             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79453           schema:
79454             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79455             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79456   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/pnf-topology/pnf-topology-identifier-structure/
79457   : get:
79458       tags:
79459       - "GENERIC-RESOURCE-API"
79460       description: "returns generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79461       parameters:
79462       - name: "service-instance-id"
79463         in: "path"
79464         description: "Id of service"
79465         required: true
79466         type: "string"
79467       - name: "pnf-id"
79468         in: "path"
79469         description: "Id of pnf"
79470         required: true
79471         type: "string"
79472       responses:
79473         400:
79474           description: "Internal error"
79475         200:
79476           description: "generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79477           responseSchema:
79478             $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79479             originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79480           schema:
79481             $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79482             originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
79483   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/request-information/
79484   : get:
79485       tags:
79486       - "GENERIC-RESOURCE-API"
79487       description: "returns generic.resource.api.requestinformation.RequestInformation"
79488       parameters:
79489       - name: "service-instance-id"
79490         in: "path"
79491         description: "Id of service"
79492         required: true
79493         type: "string"
79494       - name: "pnf-id"
79495         in: "path"
79496         description: "Id of pnf"
79497         required: true
79498         type: "string"
79499       responses:
79500         400:
79501           description: "Internal error"
79502         200:
79503           description: "generic.resource.api.requestinformation.RequestInformation"
79504           responseSchema:
79505             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79506             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79507           schema:
79508             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79509             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79510   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/sdnc-request-header/
79511   : get:
79512       tags:
79513       - "GENERIC-RESOURCE-API"
79514       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
79515       parameters:
79516       - name: "service-instance-id"
79517         in: "path"
79518         description: "Id of service"
79519         required: true
79520         type: "string"
79521       - name: "pnf-id"
79522         in: "path"
79523         description: "Id of pnf"
79524         required: true
79525         type: "string"
79526       responses:
79527         400:
79528           description: "Internal error"
79529         200:
79530           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
79531           responseSchema:
79532             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79533             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79534           schema:
79535             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79536             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79537   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/
79538   : get:
79539       tags:
79540       - "GENERIC-RESOURCE-API"
79541       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
79542       parameters:
79543       - name: "service-instance-id"
79544         in: "path"
79545         description: "Id of service"
79546         required: true
79547         type: "string"
79548       - name: "pnf-id"
79549         in: "path"
79550         description: "Id of pnf"
79551         required: true
79552         type: "string"
79553       responses:
79554         400:
79555           description: "Internal error"
79556         200:
79557           description: "generic.resource.api.serviceinformation.ServiceInformation"
79558           responseSchema:
79559             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79560             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79561           schema:
79562             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79563             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79564   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/pnfs/pnf/{pnf-id}/pnf-data/service-information/onap-model-information/
79565   : get:
79566       tags:
79567       - "GENERIC-RESOURCE-API"
79568       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
79569       parameters:
79570       - name: "service-instance-id"
79571         in: "path"
79572         description: "Id of service"
79573         required: true
79574         type: "string"
79575       - name: "pnf-id"
79576         in: "path"
79577         description: "Id of pnf"
79578         required: true
79579         type: "string"
79580       responses:
79581         400:
79582           description: "Internal error"
79583         200:
79584           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
79585           responseSchema:
79586             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79587             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79588           schema:
79589             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79590             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79591   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/
79592   : get:
79593       tags:
79594       - "GENERIC-RESOURCE-API"
79595       description: "returns generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79596       parameters:
79597       - name: "service-instance-id"
79598         in: "path"
79599         description: "Id of service"
79600         required: true
79601         type: "string"
79602       responses:
79603         400:
79604           description: "Internal error"
79605         200:
79606           description: "generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79607           responseSchema:
79608             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79609             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79610           schema:
79611             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79612             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
79613   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-allotted-resources/provided-allotted-resource/{allotted-resource-id}/
79614   : get:
79615       tags:
79616       - "GENERIC-RESOURCE-API"
79617       description: "returns generic.resource.api.AllottedResourceInfo"
79618       parameters:
79619       - name: "service-instance-id"
79620         in: "path"
79621         description: "Id of service"
79622         required: true
79623         type: "string"
79624       - name: "allotted-resource-id"
79625         in: "path"
79626         description: "Id of provided-allotted-resource"
79627         required: true
79628         type: "string"
79629       responses:
79630         400:
79631           description: "Internal error"
79632         200:
79633           description: "generic.resource.api.AllottedResourceInfo"
79634           responseSchema:
79635             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
79636             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
79637           schema:
79638             $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
79639             originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
79640   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/
79641   : get:
79642       tags:
79643       - "GENERIC-RESOURCE-API"
79644       description: "returns generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79645       parameters:
79646       - name: "service-instance-id"
79647         in: "path"
79648         description: "Id of service"
79649         required: true
79650         type: "string"
79651       responses:
79652         400:
79653           description: "Internal error"
79654         200:
79655           description: "generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79656           responseSchema:
79657             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79658             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79659           schema:
79660             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79661             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
79662   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/provided-configurations/provided-configuration/{configuration-id}/
79663   : get:
79664       tags:
79665       - "GENERIC-RESOURCE-API"
79666       description: "returns generic.resource.api.ConfigurationInfo"
79667       parameters:
79668       - name: "service-instance-id"
79669         in: "path"
79670         description: "Id of service"
79671         required: true
79672         type: "string"
79673       - name: "configuration-id"
79674         in: "path"
79675         description: "Id of provided-configuration"
79676         required: true
79677         type: "string"
79678       responses:
79679         400:
79680           description: "Internal error"
79681         200:
79682           description: "generic.resource.api.ConfigurationInfo"
79683           responseSchema:
79684             $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
79685             originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
79686           schema:
79687             $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
79688             originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
79689   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/request-information/
79690   : get:
79691       tags:
79692       - "GENERIC-RESOURCE-API"
79693       description: "returns generic.resource.api.requestinformation.RequestInformation"
79694       parameters:
79695       - name: "service-instance-id"
79696         in: "path"
79697         description: "Id of service"
79698         required: true
79699         type: "string"
79700       responses:
79701         400:
79702           description: "Internal error"
79703         200:
79704           description: "generic.resource.api.requestinformation.RequestInformation"
79705           responseSchema:
79706             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79707             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79708           schema:
79709             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79710             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
79711   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/sdnc-request-header/
79712   : get:
79713       tags:
79714       - "GENERIC-RESOURCE-API"
79715       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
79716       parameters:
79717       - name: "service-instance-id"
79718         in: "path"
79719         description: "Id of service"
79720         required: true
79721         type: "string"
79722       responses:
79723         400:
79724           description: "Internal error"
79725         200:
79726           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
79727           responseSchema:
79728             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79729             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79730           schema:
79731             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79732             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
79733   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/
79734   : get:
79735       tags:
79736       - "GENERIC-RESOURCE-API"
79737       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
79738       parameters:
79739       - name: "service-instance-id"
79740         in: "path"
79741         description: "Id of service"
79742         required: true
79743         type: "string"
79744       responses:
79745         400:
79746           description: "Internal error"
79747         200:
79748           description: "generic.resource.api.serviceinformation.ServiceInformation"
79749           responseSchema:
79750             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79751             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79752           schema:
79753             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79754             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
79755   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-information/onap-model-information/
79756   : get:
79757       tags:
79758       - "GENERIC-RESOURCE-API"
79759       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
79760       parameters:
79761       - name: "service-instance-id"
79762         in: "path"
79763         description: "Id of service"
79764         required: true
79765         type: "string"
79766       responses:
79767         400:
79768           description: "Internal error"
79769         200:
79770           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
79771           responseSchema:
79772             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79773             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79774           schema:
79775             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79776             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79777   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-level-oper-status/
79778   : get:
79779       tags:
79780       - "GENERIC-RESOURCE-API"
79781       description: "returns generic.resource.api.OperStatusData"
79782       parameters:
79783       - name: "service-instance-id"
79784         in: "path"
79785         description: "Id of service"
79786         required: true
79787         type: "string"
79788       responses:
79789         400:
79790           description: "Internal error"
79791         200:
79792           description: "generic.resource.api.OperStatusData"
79793           responseSchema:
79794             $ref: "#/definitions/generic.resource.api.OperStatusData"
79795             originalRef: "#/definitions/generic.resource.api.OperStatusData"
79796           schema:
79797             $ref: "#/definitions/generic.resource.api.OperStatusData"
79798             originalRef: "#/definitions/generic.resource.api.OperStatusData"
79799   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/
79800   : get:
79801       tags:
79802       - "GENERIC-RESOURCE-API"
79803       description: "returns generic.resource.api.servicerequestinput.ServiceRequestInput"
79804       parameters:
79805       - name: "service-instance-id"
79806         in: "path"
79807         description: "Id of service"
79808         required: true
79809         type: "string"
79810       responses:
79811         400:
79812           description: "Internal error"
79813         200:
79814           description: "generic.resource.api.servicerequestinput.ServiceRequestInput"
79815           responseSchema:
79816             $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
79817             originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
79818           schema:
79819             $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
79820             originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
79821   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/
79822   : get:
79823       tags:
79824       - "GENERIC-RESOURCE-API"
79825       description: "returns generic.resource.api.Param"
79826       parameters:
79827       - name: "service-instance-id"
79828         in: "path"
79829         description: "Id of service"
79830         required: true
79831         type: "string"
79832       responses:
79833         400:
79834           description: "Internal error"
79835         200:
79836           description: "generic.resource.api.Param"
79837           responseSchema:
79838             $ref: "#/definitions/generic.resource.api.Param"
79839             originalRef: "#/definitions/generic.resource.api.Param"
79840           schema:
79841             $ref: "#/definitions/generic.resource.api.Param"
79842             originalRef: "#/definitions/generic.resource.api.Param"
79843   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/
79844   : get:
79845       tags:
79846       - "GENERIC-RESOURCE-API"
79847       description: "returns generic.resource.api.param.Param"
79848       parameters:
79849       - name: "service-instance-id"
79850         in: "path"
79851         description: "Id of service"
79852         required: true
79853         type: "string"
79854       - name: "name"
79855         in: "path"
79856         description: "Id of param"
79857         required: true
79858         type: "string"
79859       responses:
79860         400:
79861           description: "Internal error"
79862         200:
79863           description: "generic.resource.api.param.Param"
79864           responseSchema:
79865             $ref: "#/definitions/generic.resource.api.param.Param"
79866             originalRef: "#/definitions/generic.resource.api.param.Param"
79867           schema:
79868             $ref: "#/definitions/generic.resource.api.param.Param"
79869             originalRef: "#/definitions/generic.resource.api.param.Param"
79870   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/
79871   : get:
79872       tags:
79873       - "GENERIC-RESOURCE-API"
79874       description: "returns generic.resource.api.param.param.ResourceResolutionData"
79875       parameters:
79876       - name: "service-instance-id"
79877         in: "path"
79878         description: "Id of service"
79879         required: true
79880         type: "string"
79881       - name: "name"
79882         in: "path"
79883         description: "Id of param"
79884         required: true
79885         type: "string"
79886       responses:
79887         400:
79888           description: "Internal error"
79889         200:
79890           description: "generic.resource.api.param.param.ResourceResolutionData"
79891           responseSchema:
79892             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79893             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79894           schema:
79895             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79896             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
79897   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-request-input/service-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
79898   : get:
79899       tags:
79900       - "GENERIC-RESOURCE-API"
79901       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79902       parameters:
79903       - name: "service-instance-id"
79904         in: "path"
79905         description: "Id of service"
79906         required: true
79907         type: "string"
79908       - name: "name"
79909         in: "path"
79910         description: "Id of param"
79911         required: true
79912         type: "string"
79913       - name: "resource-key-name"
79914         in: "path"
79915         description: "Id of resource-key"
79916         required: true
79917         type: "string"
79918       responses:
79919         400:
79920           description: "Internal error"
79921         200:
79922           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79923           responseSchema:
79924             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79925             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79926           schema:
79927             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79928             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
79929   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/
79930   : get:
79931       tags:
79932       - "GENERIC-RESOURCE-API"
79933       description: "returns generic.resource.api.servicetopology.ServiceTopology"
79934       parameters:
79935       - name: "service-instance-id"
79936         in: "path"
79937         description: "Id of service"
79938         required: true
79939         type: "string"
79940       responses:
79941         400:
79942           description: "Internal error"
79943         200:
79944           description: "generic.resource.api.servicetopology.ServiceTopology"
79945           responseSchema:
79946             $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
79947             originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
79948           schema:
79949             $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
79950             originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
79951   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/onap-model-information/
79952   : get:
79953       tags:
79954       - "GENERIC-RESOURCE-API"
79955       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
79956       parameters:
79957       - name: "service-instance-id"
79958         in: "path"
79959         description: "Id of service"
79960         required: true
79961         type: "string"
79962       responses:
79963         400:
79964           description: "Internal error"
79965         200:
79966           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
79967           responseSchema:
79968             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79969             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79970           schema:
79971             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79972             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
79973   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-assignments/
79974   : get:
79975       tags:
79976       - "GENERIC-RESOURCE-API"
79977       description: "returns generic.resource.api.serviceassignments.ServiceAssignments"
79978       parameters:
79979       - name: "service-instance-id"
79980         in: "path"
79981         description: "Id of service"
79982         required: true
79983         type: "string"
79984       responses:
79985         400:
79986           description: "Internal error"
79987         200:
79988           description: "generic.resource.api.serviceassignments.ServiceAssignments"
79989           responseSchema:
79990             $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
79991             originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
79992           schema:
79993             $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
79994             originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
79995   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/
79996   : get:
79997       tags:
79998       - "GENERIC-RESOURCE-API"
79999       description: "returns generic.resource.api.serviceparameters.ServiceParameters"
80000       parameters:
80001       - name: "service-instance-id"
80002         in: "path"
80003         description: "Id of service"
80004         required: true
80005         type: "string"
80006       responses:
80007         400:
80008           description: "Internal error"
80009         200:
80010           description: "generic.resource.api.serviceparameters.ServiceParameters"
80011           responseSchema:
80012             $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
80013             originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
80014           schema:
80015             $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
80016             originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
80017   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-parameters/service-parameter/{service-parameter-name}/
80018   : get:
80019       tags:
80020       - "GENERIC-RESOURCE-API"
80021       description: "returns generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80022       parameters:
80023       - name: "service-instance-id"
80024         in: "path"
80025         description: "Id of service"
80026         required: true
80027         type: "string"
80028       - name: "service-parameter-name"
80029         in: "path"
80030         description: "Id of service-parameter"
80031         required: true
80032         type: "string"
80033       responses:
80034         400:
80035           description: "Internal error"
80036         200:
80037           description: "generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80038           responseSchema:
80039             $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80040             originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80041           schema:
80042             $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80043             originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
80044   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/service-topology/service-topology-identifier/
80045   : get:
80046       tags:
80047       - "GENERIC-RESOURCE-API"
80048       description: "returns generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80049       parameters:
80050       - name: "service-instance-id"
80051         in: "path"
80052         description: "Id of service"
80053         required: true
80054         type: "string"
80055       responses:
80056         400:
80057           description: "Internal error"
80058         200:
80059           description: "generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80060           responseSchema:
80061             $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80062             originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80063           schema:
80064             $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80065             originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
80066   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/
80067   : get:
80068       tags:
80069       - "GENERIC-RESOURCE-API"
80070       description: "returns generic.resource.api.VnfcInstanceGroup"
80071       parameters:
80072       - name: "service-instance-id"
80073         in: "path"
80074         description: "Id of service"
80075         required: true
80076         type: "string"
80077       responses:
80078         400:
80079           description: "Internal error"
80080         200:
80081           description: "generic.resource.api.VnfcInstanceGroup"
80082           responseSchema:
80083             $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
80084             originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
80085           schema:
80086             $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
80087             originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
80088   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/
80089   : get:
80090       tags:
80091       - "GENERIC-RESOURCE-API"
80092       description: "returns generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80093       parameters:
80094       - name: "service-instance-id"
80095         in: "path"
80096         description: "Id of service"
80097         required: true
80098         type: "string"
80099       - name: "instance-group-role"
80100         in: "path"
80101         description: "Id of vnfc-instance-group"
80102         required: true
80103         type: "string"
80104       - name: "nfc-naming-code"
80105         in: "path"
80106         description: "Id of vnfc-instance-group"
80107         required: true
80108         type: "string"
80109       - name: "configuration-id"
80110         in: "path"
80111         description: "Id of vnfc-instance-group"
80112         required: true
80113         type: "string"
80114       responses:
80115         400:
80116           description: "Internal error"
80117         200:
80118           description: "generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80119           responseSchema:
80120             $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80121             originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80122           schema:
80123             $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80124             originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
80125   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/
80126   : get:
80127       tags:
80128       - "GENERIC-RESOURCE-API"
80129       description: "returns generic.resource.api.vnfcobjects.VnfcObjects"
80130       parameters:
80131       - name: "service-instance-id"
80132         in: "path"
80133         description: "Id of service"
80134         required: true
80135         type: "string"
80136       - name: "instance-group-role"
80137         in: "path"
80138         description: "Id of vnfc-instance-group"
80139         required: true
80140         type: "string"
80141       - name: "nfc-naming-code"
80142         in: "path"
80143         description: "Id of vnfc-instance-group"
80144         required: true
80145         type: "string"
80146       - name: "configuration-id"
80147         in: "path"
80148         description: "Id of vnfc-instance-group"
80149         required: true
80150         type: "string"
80151       responses:
80152         400:
80153           description: "Internal error"
80154         200:
80155           description: "generic.resource.api.vnfcobjects.VnfcObjects"
80156           responseSchema:
80157             $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
80158             originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
80159           schema:
80160             $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
80161             originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
80162   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/
80163   : get:
80164       tags:
80165       - "GENERIC-RESOURCE-API"
80166       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80167       parameters:
80168       - name: "service-instance-id"
80169         in: "path"
80170         description: "Id of service"
80171         required: true
80172         type: "string"
80173       - name: "instance-group-role"
80174         in: "path"
80175         description: "Id of vnfc-instance-group"
80176         required: true
80177         type: "string"
80178       - name: "nfc-naming-code"
80179         in: "path"
80180         description: "Id of vnfc-instance-group"
80181         required: true
80182         type: "string"
80183       - name: "configuration-id"
80184         in: "path"
80185         description: "Id of vnfc-instance-group"
80186         required: true
80187         type: "string"
80188       - name: "vnfc-key"
80189         in: "path"
80190         description: "Id of vnfc-object"
80191         required: true
80192         type: "string"
80193       responses:
80194         400:
80195           description: "Internal error"
80196         200:
80197           description: "generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80198           responseSchema:
80199             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80200             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80201           schema:
80202             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80203             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
80204   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/
80205   : get:
80206       tags:
80207       - "GENERIC-RESOURCE-API"
80208       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80209       parameters:
80210       - name: "service-instance-id"
80211         in: "path"
80212         description: "Id of service"
80213         required: true
80214         type: "string"
80215       - name: "instance-group-role"
80216         in: "path"
80217         description: "Id of vnfc-instance-group"
80218         required: true
80219         type: "string"
80220       - name: "nfc-naming-code"
80221         in: "path"
80222         description: "Id of vnfc-instance-group"
80223         required: true
80224         type: "string"
80225       - name: "configuration-id"
80226         in: "path"
80227         description: "Id of vnfc-instance-group"
80228         required: true
80229         type: "string"
80230       - name: "vnfc-key"
80231         in: "path"
80232         description: "Id of vnfc-object"
80233         required: true
80234         type: "string"
80235       responses:
80236         400:
80237           description: "Internal error"
80238         200:
80239           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80240           responseSchema:
80241             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80242             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80243           schema:
80244             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80245             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
80246   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/
80247   : get:
80248       tags:
80249       - "GENERIC-RESOURCE-API"
80250       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80251       parameters:
80252       - name: "service-instance-id"
80253         in: "path"
80254         description: "Id of service"
80255         required: true
80256         type: "string"
80257       - name: "instance-group-role"
80258         in: "path"
80259         description: "Id of vnfc-instance-group"
80260         required: true
80261         type: "string"
80262       - name: "nfc-naming-code"
80263         in: "path"
80264         description: "Id of vnfc-instance-group"
80265         required: true
80266         type: "string"
80267       - name: "configuration-id"
80268         in: "path"
80269         description: "Id of vnfc-instance-group"
80270         required: true
80271         type: "string"
80272       - name: "vnfc-key"
80273         in: "path"
80274         description: "Id of vnfc-object"
80275         required: true
80276         type: "string"
80277       - name: "vnic-port-name"
80278         in: "path"
80279         description: "Id of vnic"
80280         required: true
80281         type: "string"
80282       responses:
80283         400:
80284           description: "Internal error"
80285         200:
80286           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80287           responseSchema:
80288             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80289             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80290           schema:
80291             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80292             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
80293   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/capacity/
80294   : get:
80295       tags:
80296       - "GENERIC-RESOURCE-API"
80297       description: "returns generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80298       parameters:
80299       - name: "service-instance-id"
80300         in: "path"
80301         description: "Id of service"
80302         required: true
80303         type: "string"
80304       - name: "instance-group-role"
80305         in: "path"
80306         description: "Id of vnfc-instance-group"
80307         required: true
80308         type: "string"
80309       - name: "nfc-naming-code"
80310         in: "path"
80311         description: "Id of vnfc-instance-group"
80312         required: true
80313         type: "string"
80314       - name: "configuration-id"
80315         in: "path"
80316         description: "Id of vnfc-instance-group"
80317         required: true
80318         type: "string"
80319       - name: "vnfc-key"
80320         in: "path"
80321         description: "Id of vnfc-object"
80322         required: true
80323         type: "string"
80324       - name: "vnic-port-name"
80325         in: "path"
80326         description: "Id of vnic"
80327         required: true
80328         type: "string"
80329       responses:
80330         400:
80331           description: "Internal error"
80332         200:
80333           description: "generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80334           responseSchema:
80335             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80336             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80337           schema:
80338             $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80339             originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
80340   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/vnic-ip-addresses/
80341   : get:
80342       tags:
80343       - "GENERIC-RESOURCE-API"
80344       description: "returns generic.resource.api.IpAddresses"
80345       parameters:
80346       - name: "service-instance-id"
80347         in: "path"
80348         description: "Id of service"
80349         required: true
80350         type: "string"
80351       - name: "instance-group-role"
80352         in: "path"
80353         description: "Id of vnfc-instance-group"
80354         required: true
80355         type: "string"
80356       - name: "nfc-naming-code"
80357         in: "path"
80358         description: "Id of vnfc-instance-group"
80359         required: true
80360         type: "string"
80361       - name: "configuration-id"
80362         in: "path"
80363         description: "Id of vnfc-instance-group"
80364         required: true
80365         type: "string"
80366       - name: "vnfc-key"
80367         in: "path"
80368         description: "Id of vnfc-object"
80369         required: true
80370         type: "string"
80371       - name: "vnic-port-name"
80372         in: "path"
80373         description: "Id of vnic"
80374         required: true
80375         type: "string"
80376       responses:
80377         400:
80378           description: "Internal error"
80379         200:
80380           description: "generic.resource.api.IpAddresses"
80381           responseSchema:
80382             $ref: "#/definitions/generic.resource.api.IpAddresses"
80383             originalRef: "#/definitions/generic.resource.api.IpAddresses"
80384           schema:
80385             $ref: "#/definitions/generic.resource.api.IpAddresses"
80386             originalRef: "#/definitions/generic.resource.api.IpAddresses"
80387   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfc-instance-groups/vnfc-instance-group/{instance-group-role}/{nfc-naming-code}/{configuration-id}/vnfc-objects/vnfc-object/{vnfc-key}/vnics/vnic/{vnic-port-name}/vnic-ip-addresses/ip-addresses/
80388   : get:
80389       tags:
80390       - "GENERIC-RESOURCE-API"
80391       description: "returns generic.resource.api.ipaddresses.IpAddresses"
80392       parameters:
80393       - name: "service-instance-id"
80394         in: "path"
80395         description: "Id of service"
80396         required: true
80397         type: "string"
80398       - name: "instance-group-role"
80399         in: "path"
80400         description: "Id of vnfc-instance-group"
80401         required: true
80402         type: "string"
80403       - name: "nfc-naming-code"
80404         in: "path"
80405         description: "Id of vnfc-instance-group"
80406         required: true
80407         type: "string"
80408       - name: "configuration-id"
80409         in: "path"
80410         description: "Id of vnfc-instance-group"
80411         required: true
80412         type: "string"
80413       - name: "vnfc-key"
80414         in: "path"
80415         description: "Id of vnfc-object"
80416         required: true
80417         type: "string"
80418       - name: "vnic-port-name"
80419         in: "path"
80420         description: "Id of vnic"
80421         required: true
80422         type: "string"
80423       responses:
80424         400:
80425           description: "Internal error"
80426         200:
80427           description: "generic.resource.api.ipaddresses.IpAddresses"
80428           responseSchema:
80429             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
80430             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
80431           schema:
80432             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
80433             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
80434   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/
80435   : get:
80436       tags:
80437       - "GENERIC-RESOURCE-API"
80438       description: "returns generic.resource.api.servicedata.servicedata.Vnfs"
80439       parameters:
80440       - name: "service-instance-id"
80441         in: "path"
80442         description: "Id of service"
80443         required: true
80444         type: "string"
80445       responses:
80446         400:
80447           description: "Internal error"
80448         200:
80449           description: "generic.resource.api.servicedata.servicedata.Vnfs"
80450           responseSchema:
80451             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
80452             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
80453           schema:
80454             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
80455             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
80456   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/
80457   : get:
80458       tags:
80459       - "GENERIC-RESOURCE-API"
80460       description: "returns generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80461       parameters:
80462       - name: "service-instance-id"
80463         in: "path"
80464         description: "Id of service"
80465         required: true
80466         type: "string"
80467       - name: "vnf-id"
80468         in: "path"
80469         description: "Id of vnf"
80470         required: true
80471         type: "string"
80472       responses:
80473         400:
80474           description: "Internal error"
80475         200:
80476           description: "generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80477           responseSchema:
80478             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80479             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80480           schema:
80481             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80482             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
80483   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/
80484   : get:
80485       tags:
80486       - "GENERIC-RESOURCE-API"
80487       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80488       parameters:
80489       - name: "service-instance-id"
80490         in: "path"
80491         description: "Id of service"
80492         required: true
80493         type: "string"
80494       - name: "vnf-id"
80495         in: "path"
80496         description: "Id of vnf"
80497         required: true
80498         type: "string"
80499       responses:
80500         400:
80501           description: "Internal error"
80502         200:
80503           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80504           responseSchema:
80505             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80506             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80507           schema:
80508             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80509             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
80510   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/
80511   : get:
80512       tags:
80513       - "GENERIC-RESOURCE-API"
80514       description: "returns generic.resource.api.licenseinformation.LicenseInformation"
80515       parameters:
80516       - name: "service-instance-id"
80517         in: "path"
80518         description: "Id of service"
80519         required: true
80520         type: "string"
80521       - name: "vnf-id"
80522         in: "path"
80523         description: "Id of vnf"
80524         required: true
80525         type: "string"
80526       responses:
80527         400:
80528           description: "Internal error"
80529         200:
80530           description: "generic.resource.api.licenseinformation.LicenseInformation"
80531           responseSchema:
80532             $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
80533             originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
80534           schema:
80535             $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
80536             originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
80537   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/entitlement-pool-list/{entitlement-pool-uuid}/{action}/
80538   : get:
80539       tags:
80540       - "GENERIC-RESOURCE-API"
80541       description: "returns generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80542       parameters:
80543       - name: "service-instance-id"
80544         in: "path"
80545         description: "Id of service"
80546         required: true
80547         type: "string"
80548       - name: "vnf-id"
80549         in: "path"
80550         description: "Id of vnf"
80551         required: true
80552         type: "string"
80553       - name: "entitlement-pool-uuid"
80554         in: "path"
80555         description: "Id of entitlement-pool-list"
80556         required: true
80557         type: "string"
80558       - name: "action"
80559         in: "path"
80560         description: "Id of entitlement-pool-list"
80561         required: true
80562         type: "string"
80563       responses:
80564         400:
80565           description: "Internal error"
80566         200:
80567           description: "generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80568           responseSchema:
80569             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80570             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80571           schema:
80572             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80573             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
80574   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/license-information/license-key-group-list/{license-key-group-uuid}/{action}/
80575   : get:
80576       tags:
80577       - "GENERIC-RESOURCE-API"
80578       description: "returns generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80579       parameters:
80580       - name: "service-instance-id"
80581         in: "path"
80582         description: "Id of service"
80583         required: true
80584         type: "string"
80585       - name: "vnf-id"
80586         in: "path"
80587         description: "Id of vnf"
80588         required: true
80589         type: "string"
80590       - name: "license-key-group-uuid"
80591         in: "path"
80592         description: "Id of license-key-group-list"
80593         required: true
80594         type: "string"
80595       - name: "action"
80596         in: "path"
80597         description: "Id of license-key-group-list"
80598         required: true
80599         type: "string"
80600       responses:
80601         400:
80602           description: "Internal error"
80603         200:
80604           description: "generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80605           responseSchema:
80606             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80607             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80608           schema:
80609             $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80610             originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
80611   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/request-information/
80612   : get:
80613       tags:
80614       - "GENERIC-RESOURCE-API"
80615       description: "returns generic.resource.api.requestinformation.RequestInformation"
80616       parameters:
80617       - name: "service-instance-id"
80618         in: "path"
80619         description: "Id of service"
80620         required: true
80621         type: "string"
80622       - name: "vnf-id"
80623         in: "path"
80624         description: "Id of vnf"
80625         required: true
80626         type: "string"
80627       responses:
80628         400:
80629           description: "Internal error"
80630         200:
80631           description: "generic.resource.api.requestinformation.RequestInformation"
80632           responseSchema:
80633             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80634             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80635           schema:
80636             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80637             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80638   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/sdnc-request-header/
80639   : get:
80640       tags:
80641       - "GENERIC-RESOURCE-API"
80642       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
80643       parameters:
80644       - name: "service-instance-id"
80645         in: "path"
80646         description: "Id of service"
80647         required: true
80648         type: "string"
80649       - name: "vnf-id"
80650         in: "path"
80651         description: "Id of vnf"
80652         required: true
80653         type: "string"
80654       responses:
80655         400:
80656           description: "Internal error"
80657         200:
80658           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
80659           responseSchema:
80660             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80661             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80662           schema:
80663             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80664             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80665   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/
80666   : get:
80667       tags:
80668       - "GENERIC-RESOURCE-API"
80669       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
80670       parameters:
80671       - name: "service-instance-id"
80672         in: "path"
80673         description: "Id of service"
80674         required: true
80675         type: "string"
80676       - name: "vnf-id"
80677         in: "path"
80678         description: "Id of vnf"
80679         required: true
80680         type: "string"
80681       responses:
80682         400:
80683           description: "Internal error"
80684         200:
80685           description: "generic.resource.api.serviceinformation.ServiceInformation"
80686           responseSchema:
80687             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80688             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80689           schema:
80690             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80691             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80692   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/service-information/onap-model-information/
80693   : get:
80694       tags:
80695       - "GENERIC-RESOURCE-API"
80696       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
80697       parameters:
80698       - name: "service-instance-id"
80699         in: "path"
80700         description: "Id of service"
80701         required: true
80702         type: "string"
80703       - name: "vnf-id"
80704         in: "path"
80705         description: "Id of vnf"
80706         required: true
80707         type: "string"
80708       responses:
80709         400:
80710           description: "Internal error"
80711         200:
80712           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
80713           responseSchema:
80714             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80715             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80716           schema:
80717             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80718             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80719   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/
80720   : get:
80721       tags:
80722       - "GENERIC-RESOURCE-API"
80723       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80724       parameters:
80725       - name: "service-instance-id"
80726         in: "path"
80727         description: "Id of service"
80728         required: true
80729         type: "string"
80730       - name: "vnf-id"
80731         in: "path"
80732         description: "Id of vnf"
80733         required: true
80734         type: "string"
80735       responses:
80736         400:
80737           description: "Internal error"
80738         200:
80739           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80740           responseSchema:
80741             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80742             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80743           schema:
80744             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80745             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
80746   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/
80747   : get:
80748       tags:
80749       - "GENERIC-RESOURCE-API"
80750       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80751       parameters:
80752       - name: "service-instance-id"
80753         in: "path"
80754         description: "Id of service"
80755         required: true
80756         type: "string"
80757       - name: "vnf-id"
80758         in: "path"
80759         description: "Id of vnf"
80760         required: true
80761         type: "string"
80762       - name: "vf-module-id"
80763         in: "path"
80764         description: "Id of vf-module"
80765         required: true
80766         type: "string"
80767       responses:
80768         400:
80769           description: "Internal error"
80770         200:
80771           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80772           responseSchema:
80773             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80774             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80775           schema:
80776             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80777             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
80778   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/
80779   : get:
80780       tags:
80781       - "GENERIC-RESOURCE-API"
80782       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80783       parameters:
80784       - name: "service-instance-id"
80785         in: "path"
80786         description: "Id of service"
80787         required: true
80788         type: "string"
80789       - name: "vnf-id"
80790         in: "path"
80791         description: "Id of vnf"
80792         required: true
80793         type: "string"
80794       - name: "vf-module-id"
80795         in: "path"
80796         description: "Id of vf-module"
80797         required: true
80798         type: "string"
80799       responses:
80800         400:
80801           description: "Internal error"
80802         200:
80803           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80804           responseSchema:
80805             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80806             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80807           schema:
80808             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80809             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
80810   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/request-information/
80811   : get:
80812       tags:
80813       - "GENERIC-RESOURCE-API"
80814       description: "returns generic.resource.api.requestinformation.RequestInformation"
80815       parameters:
80816       - name: "service-instance-id"
80817         in: "path"
80818         description: "Id of service"
80819         required: true
80820         type: "string"
80821       - name: "vnf-id"
80822         in: "path"
80823         description: "Id of vnf"
80824         required: true
80825         type: "string"
80826       - name: "vf-module-id"
80827         in: "path"
80828         description: "Id of vf-module"
80829         required: true
80830         type: "string"
80831       responses:
80832         400:
80833           description: "Internal error"
80834         200:
80835           description: "generic.resource.api.requestinformation.RequestInformation"
80836           responseSchema:
80837             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80838             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80839           schema:
80840             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80841             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
80842   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/sdnc-request-header/
80843   : get:
80844       tags:
80845       - "GENERIC-RESOURCE-API"
80846       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
80847       parameters:
80848       - name: "service-instance-id"
80849         in: "path"
80850         description: "Id of service"
80851         required: true
80852         type: "string"
80853       - name: "vnf-id"
80854         in: "path"
80855         description: "Id of vnf"
80856         required: true
80857         type: "string"
80858       - name: "vf-module-id"
80859         in: "path"
80860         description: "Id of vf-module"
80861         required: true
80862         type: "string"
80863       responses:
80864         400:
80865           description: "Internal error"
80866         200:
80867           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
80868           responseSchema:
80869             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80870             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80871           schema:
80872             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80873             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
80874   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/service-information/
80875   : get:
80876       tags:
80877       - "GENERIC-RESOURCE-API"
80878       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
80879       parameters:
80880       - name: "service-instance-id"
80881         in: "path"
80882         description: "Id of service"
80883         required: true
80884         type: "string"
80885       - name: "vnf-id"
80886         in: "path"
80887         description: "Id of vnf"
80888         required: true
80889         type: "string"
80890       - name: "vf-module-id"
80891         in: "path"
80892         description: "Id of vf-module"
80893         required: true
80894         type: "string"
80895       responses:
80896         400:
80897           description: "Internal error"
80898         200:
80899           description: "generic.resource.api.serviceinformation.ServiceInformation"
80900           responseSchema:
80901             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80902             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80903           schema:
80904             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80905             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
80906   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/service-information/onap-model-information/
80907   : get:
80908       tags:
80909       - "GENERIC-RESOURCE-API"
80910       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
80911       parameters:
80912       - name: "service-instance-id"
80913         in: "path"
80914         description: "Id of service"
80915         required: true
80916         type: "string"
80917       - name: "vnf-id"
80918         in: "path"
80919         description: "Id of vnf"
80920         required: true
80921         type: "string"
80922       - name: "vf-module-id"
80923         in: "path"
80924         description: "Id of vf-module"
80925         required: true
80926         type: "string"
80927       responses:
80928         400:
80929           description: "Internal error"
80930         200:
80931           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
80932           responseSchema:
80933             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80934             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80935           schema:
80936             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80937             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80938   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-information/
80939   : get:
80940       tags:
80941       - "GENERIC-RESOURCE-API"
80942       description: "returns generic.resource.api.vfmoduleinformation.VfModuleInformation"
80943       parameters:
80944       - name: "service-instance-id"
80945         in: "path"
80946         description: "Id of service"
80947         required: true
80948         type: "string"
80949       - name: "vnf-id"
80950         in: "path"
80951         description: "Id of vnf"
80952         required: true
80953         type: "string"
80954       - name: "vf-module-id"
80955         in: "path"
80956         description: "Id of vf-module"
80957         required: true
80958         type: "string"
80959       responses:
80960         400:
80961           description: "Internal error"
80962         200:
80963           description: "generic.resource.api.vfmoduleinformation.VfModuleInformation"
80964           responseSchema:
80965             $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
80966             originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
80967           schema:
80968             $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
80969             originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
80970   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-information/onap-model-information/
80971   : get:
80972       tags:
80973       - "GENERIC-RESOURCE-API"
80974       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
80975       parameters:
80976       - name: "service-instance-id"
80977         in: "path"
80978         description: "Id of service"
80979         required: true
80980         type: "string"
80981       - name: "vnf-id"
80982         in: "path"
80983         description: "Id of vnf"
80984         required: true
80985         type: "string"
80986       - name: "vf-module-id"
80987         in: "path"
80988         description: "Id of vf-module"
80989         required: true
80990         type: "string"
80991       responses:
80992         400:
80993           description: "Internal error"
80994         200:
80995           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
80996           responseSchema:
80997             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80998             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
80999           schema:
81000             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81001             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81002   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-level-oper-status/
81003   : get:
81004       tags:
81005       - "GENERIC-RESOURCE-API"
81006       description: "returns generic.resource.api.OperStatusData"
81007       parameters:
81008       - name: "service-instance-id"
81009         in: "path"
81010         description: "Id of service"
81011         required: true
81012         type: "string"
81013       - name: "vnf-id"
81014         in: "path"
81015         description: "Id of vnf"
81016         required: true
81017         type: "string"
81018       - name: "vf-module-id"
81019         in: "path"
81020         description: "Id of vf-module"
81021         required: true
81022         type: "string"
81023       responses:
81024         400:
81025           description: "Internal error"
81026         200:
81027           description: "generic.resource.api.OperStatusData"
81028           responseSchema:
81029             $ref: "#/definitions/generic.resource.api.OperStatusData"
81030             originalRef: "#/definitions/generic.resource.api.OperStatusData"
81031           schema:
81032             $ref: "#/definitions/generic.resource.api.OperStatusData"
81033             originalRef: "#/definitions/generic.resource.api.OperStatusData"
81034   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/
81035   : get:
81036       tags:
81037       - "GENERIC-RESOURCE-API"
81038       description: "returns generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81039       parameters:
81040       - name: "service-instance-id"
81041         in: "path"
81042         description: "Id of service"
81043         required: true
81044         type: "string"
81045       - name: "vnf-id"
81046         in: "path"
81047         description: "Id of vnf"
81048         required: true
81049         type: "string"
81050       - name: "vf-module-id"
81051         in: "path"
81052         description: "Id of vf-module"
81053         required: true
81054         type: "string"
81055       responses:
81056         400:
81057           description: "Internal error"
81058         200:
81059           description: "generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81060           responseSchema:
81061             $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81062             originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81063           schema:
81064             $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81065             originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
81066   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/
81067   : get:
81068       tags:
81069       - "GENERIC-RESOURCE-API"
81070       description: "returns generic.resource.api.Param"
81071       parameters:
81072       - name: "service-instance-id"
81073         in: "path"
81074         description: "Id of service"
81075         required: true
81076         type: "string"
81077       - name: "vnf-id"
81078         in: "path"
81079         description: "Id of vnf"
81080         required: true
81081         type: "string"
81082       - name: "vf-module-id"
81083         in: "path"
81084         description: "Id of vf-module"
81085         required: true
81086         type: "string"
81087       responses:
81088         400:
81089           description: "Internal error"
81090         200:
81091           description: "generic.resource.api.Param"
81092           responseSchema:
81093             $ref: "#/definitions/generic.resource.api.Param"
81094             originalRef: "#/definitions/generic.resource.api.Param"
81095           schema:
81096             $ref: "#/definitions/generic.resource.api.Param"
81097             originalRef: "#/definitions/generic.resource.api.Param"
81098   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/
81099   : get:
81100       tags:
81101       - "GENERIC-RESOURCE-API"
81102       description: "returns generic.resource.api.param.Param"
81103       parameters:
81104       - name: "service-instance-id"
81105         in: "path"
81106         description: "Id of service"
81107         required: true
81108         type: "string"
81109       - name: "vnf-id"
81110         in: "path"
81111         description: "Id of vnf"
81112         required: true
81113         type: "string"
81114       - name: "vf-module-id"
81115         in: "path"
81116         description: "Id of vf-module"
81117         required: true
81118         type: "string"
81119       - name: "name"
81120         in: "path"
81121         description: "Id of param"
81122         required: true
81123         type: "string"
81124       responses:
81125         400:
81126           description: "Internal error"
81127         200:
81128           description: "generic.resource.api.param.Param"
81129           responseSchema:
81130             $ref: "#/definitions/generic.resource.api.param.Param"
81131             originalRef: "#/definitions/generic.resource.api.param.Param"
81132           schema:
81133             $ref: "#/definitions/generic.resource.api.param.Param"
81134             originalRef: "#/definitions/generic.resource.api.param.Param"
81135   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/resource-resolution-data/
81136   : get:
81137       tags:
81138       - "GENERIC-RESOURCE-API"
81139       description: "returns generic.resource.api.param.param.ResourceResolutionData"
81140       parameters:
81141       - name: "service-instance-id"
81142         in: "path"
81143         description: "Id of service"
81144         required: true
81145         type: "string"
81146       - name: "vnf-id"
81147         in: "path"
81148         description: "Id of vnf"
81149         required: true
81150         type: "string"
81151       - name: "vf-module-id"
81152         in: "path"
81153         description: "Id of vf-module"
81154         required: true
81155         type: "string"
81156       - name: "name"
81157         in: "path"
81158         description: "Id of param"
81159         required: true
81160         type: "string"
81161       responses:
81162         400:
81163           description: "Internal error"
81164         200:
81165           description: "generic.resource.api.param.param.ResourceResolutionData"
81166           responseSchema:
81167             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
81168             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
81169           schema:
81170             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
81171             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
81172   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-request-input/vf-module-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
81173   : get:
81174       tags:
81175       - "GENERIC-RESOURCE-API"
81176       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81177       parameters:
81178       - name: "service-instance-id"
81179         in: "path"
81180         description: "Id of service"
81181         required: true
81182         type: "string"
81183       - name: "vnf-id"
81184         in: "path"
81185         description: "Id of vnf"
81186         required: true
81187         type: "string"
81188       - name: "vf-module-id"
81189         in: "path"
81190         description: "Id of vf-module"
81191         required: true
81192         type: "string"
81193       - name: "name"
81194         in: "path"
81195         description: "Id of param"
81196         required: true
81197         type: "string"
81198       - name: "resource-key-name"
81199         in: "path"
81200         description: "Id of resource-key"
81201         required: true
81202         type: "string"
81203       responses:
81204         400:
81205           description: "Internal error"
81206         200:
81207           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81208           responseSchema:
81209             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81210             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81211           schema:
81212             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81213             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
81214   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/
81215   : get:
81216       tags:
81217       - "GENERIC-RESOURCE-API"
81218       description: "returns generic.resource.api.vfmoduletopology.VfModuleTopology"
81219       parameters:
81220       - name: "service-instance-id"
81221         in: "path"
81222         description: "Id of service"
81223         required: true
81224         type: "string"
81225       - name: "vnf-id"
81226         in: "path"
81227         description: "Id of vnf"
81228         required: true
81229         type: "string"
81230       - name: "vf-module-id"
81231         in: "path"
81232         description: "Id of vf-module"
81233         required: true
81234         type: "string"
81235       responses:
81236         400:
81237           description: "Internal error"
81238         200:
81239           description: "generic.resource.api.vfmoduletopology.VfModuleTopology"
81240           responseSchema:
81241             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
81242             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
81243           schema:
81244             $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
81245             originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
81246   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/onap-model-information/
81247   : get:
81248       tags:
81249       - "GENERIC-RESOURCE-API"
81250       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
81251       parameters:
81252       - name: "service-instance-id"
81253         in: "path"
81254         description: "Id of service"
81255         required: true
81256         type: "string"
81257       - name: "vnf-id"
81258         in: "path"
81259         description: "Id of vnf"
81260         required: true
81261         type: "string"
81262       - name: "vf-module-id"
81263         in: "path"
81264         description: "Id of vf-module"
81265         required: true
81266         type: "string"
81267       responses:
81268         400:
81269           description: "Internal error"
81270         200:
81271           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
81272           responseSchema:
81273             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81274             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81275           schema:
81276             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81277             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
81278   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/
81279   : get:
81280       tags:
81281       - "GENERIC-RESOURCE-API"
81282       description: "returns generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81283       parameters:
81284       - name: "service-instance-id"
81285         in: "path"
81286         description: "Id of service"
81287         required: true
81288         type: "string"
81289       - name: "vnf-id"
81290         in: "path"
81291         description: "Id of vnf"
81292         required: true
81293         type: "string"
81294       - name: "vf-module-id"
81295         in: "path"
81296         description: "Id of vf-module"
81297         required: true
81298         type: "string"
81299       responses:
81300         400:
81301           description: "Internal error"
81302         200:
81303           description: "generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81304           responseSchema:
81305             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81306             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81307           schema:
81308             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81309             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
81310   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/
81311   : get:
81312       tags:
81313       - "GENERIC-RESOURCE-API"
81314       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81315       parameters:
81316       - name: "service-instance-id"
81317         in: "path"
81318         description: "Id of service"
81319         required: true
81320         type: "string"
81321       - name: "vnf-id"
81322         in: "path"
81323         description: "Id of vnf"
81324         required: true
81325         type: "string"
81326       - name: "vf-module-id"
81327         in: "path"
81328         description: "Id of vf-module"
81329         required: true
81330         type: "string"
81331       responses:
81332         400:
81333           description: "Internal error"
81334         200:
81335           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81336           responseSchema:
81337             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81338             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81339           schema:
81340             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81341             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
81342   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/dhcp-subnet-assignments/dhcp-subnet-assignment/{neutron-subnet-id}/
81343   : get:
81344       tags:
81345       - "GENERIC-RESOURCE-API"
81346       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81347       parameters:
81348       - name: "service-instance-id"
81349         in: "path"
81350         description: "Id of service"
81351         required: true
81352         type: "string"
81353       - name: "vnf-id"
81354         in: "path"
81355         description: "Id of vnf"
81356         required: true
81357         type: "string"
81358       - name: "vf-module-id"
81359         in: "path"
81360         description: "Id of vf-module"
81361         required: true
81362         type: "string"
81363       - name: "neutron-subnet-id"
81364         in: "path"
81365         description: "Id of dhcp-subnet-assignment"
81366         required: true
81367         type: "string"
81368       responses:
81369         400:
81370           description: "Internal error"
81371         200:
81372           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81373           responseSchema:
81374             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81375             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81376           schema:
81377             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81378             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
81379   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/
81380   : get:
81381       tags:
81382       - "GENERIC-RESOURCE-API"
81383       description: "returns generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81384       parameters:
81385       - name: "service-instance-id"
81386         in: "path"
81387         description: "Id of service"
81388         required: true
81389         type: "string"
81390       - name: "vnf-id"
81391         in: "path"
81392         description: "Id of vnf"
81393         required: true
81394         type: "string"
81395       - name: "vf-module-id"
81396         in: "path"
81397         description: "Id of vf-module"
81398         required: true
81399         type: "string"
81400       responses:
81401         400:
81402           description: "Internal error"
81403         200:
81404           description: "generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81405           responseSchema:
81406             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81407             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81408           schema:
81409             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81410             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
81411   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/
81412   : get:
81413       tags:
81414       - "GENERIC-RESOURCE-API"
81415       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81416       parameters:
81417       - name: "service-instance-id"
81418         in: "path"
81419         description: "Id of service"
81420         required: true
81421         type: "string"
81422       - name: "vnf-id"
81423         in: "path"
81424         description: "Id of vnf"
81425         required: true
81426         type: "string"
81427       - name: "vf-module-id"
81428         in: "path"
81429         description: "Id of vf-module"
81430         required: true
81431         type: "string"
81432       - name: "instance-group-id"
81433         in: "path"
81434         description: "Id of vlan-vnfc-instance-group"
81435         required: true
81436         type: "string"
81437       responses:
81438         400:
81439           description: "Internal error"
81440         200:
81441           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81442           responseSchema:
81443             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81444             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81445           schema:
81446             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81447             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
81448   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/
81449   : get:
81450       tags:
81451       - "GENERIC-RESOURCE-API"
81452       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81453       parameters:
81454       - name: "service-instance-id"
81455         in: "path"
81456         description: "Id of service"
81457         required: true
81458         type: "string"
81459       - name: "vnf-id"
81460         in: "path"
81461         description: "Id of vnf"
81462         required: true
81463         type: "string"
81464       - name: "vf-module-id"
81465         in: "path"
81466         description: "Id of vf-module"
81467         required: true
81468         type: "string"
81469       - name: "instance-group-id"
81470         in: "path"
81471         description: "Id of vlan-vnfc-instance-group"
81472         required: true
81473         type: "string"
81474       responses:
81475         400:
81476           description: "Internal error"
81477         200:
81478           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81479           responseSchema:
81480             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81481             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81482           schema:
81483             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81484             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
81485   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/
81486   : get:
81487       tags:
81488       - "GENERIC-RESOURCE-API"
81489       description: "returns generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81490       parameters:
81491       - name: "service-instance-id"
81492         in: "path"
81493         description: "Id of service"
81494         required: true
81495         type: "string"
81496       - name: "vnf-id"
81497         in: "path"
81498         description: "Id of vnf"
81499         required: true
81500         type: "string"
81501       - name: "vf-module-id"
81502         in: "path"
81503         description: "Id of vf-module"
81504         required: true
81505         type: "string"
81506       - name: "instance-group-id"
81507         in: "path"
81508         description: "Id of vlan-vnfc-instance-group"
81509         required: true
81510         type: "string"
81511       - name: "vnfc-name"
81512         in: "path"
81513         description: "Id of vnfc"
81514         required: true
81515         type: "string"
81516       responses:
81517         400:
81518           description: "Internal error"
81519         200:
81520           description: "generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81521           responseSchema:
81522             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81523             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81524           schema:
81525             $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81526             originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
81527   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/
81528   : get:
81529       tags:
81530       - "GENERIC-RESOURCE-API"
81531       description: "returns generic.resource.api.vnicgroups.VnicGroups"
81532       parameters:
81533       - name: "service-instance-id"
81534         in: "path"
81535         description: "Id of service"
81536         required: true
81537         type: "string"
81538       - name: "vnf-id"
81539         in: "path"
81540         description: "Id of vnf"
81541         required: true
81542         type: "string"
81543       - name: "vf-module-id"
81544         in: "path"
81545         description: "Id of vf-module"
81546         required: true
81547         type: "string"
81548       - name: "instance-group-id"
81549         in: "path"
81550         description: "Id of vlan-vnfc-instance-group"
81551         required: true
81552         type: "string"
81553       - name: "vnfc-name"
81554         in: "path"
81555         description: "Id of vnfc"
81556         required: true
81557         type: "string"
81558       responses:
81559         400:
81560           description: "Internal error"
81561         200:
81562           description: "generic.resource.api.vnicgroups.VnicGroups"
81563           responseSchema:
81564             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
81565             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
81566           schema:
81567             $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
81568             originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
81569   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/
81570   : get:
81571       tags:
81572       - "GENERIC-RESOURCE-API"
81573       description: "returns generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81574       parameters:
81575       - name: "service-instance-id"
81576         in: "path"
81577         description: "Id of service"
81578         required: true
81579         type: "string"
81580       - name: "vnf-id"
81581         in: "path"
81582         description: "Id of vnf"
81583         required: true
81584         type: "string"
81585       - name: "vf-module-id"
81586         in: "path"
81587         description: "Id of vf-module"
81588         required: true
81589         type: "string"
81590       - name: "instance-group-id"
81591         in: "path"
81592         description: "Id of vlan-vnfc-instance-group"
81593         required: true
81594         type: "string"
81595       - name: "vnfc-name"
81596         in: "path"
81597         description: "Id of vnfc"
81598         required: true
81599         type: "string"
81600       - name: "vnic-interface-role"
81601         in: "path"
81602         description: "Id of vnic-group"
81603         required: true
81604         type: "string"
81605       responses:
81606         400:
81607           description: "Internal error"
81608         200:
81609           description: "generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81610           responseSchema:
81611             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81612             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81613           schema:
81614             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81615             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
81616   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/
81617   : get:
81618       tags:
81619       - "GENERIC-RESOURCE-API"
81620       description: "returns generic.resource.api.IpAddresses"
81621       parameters:
81622       - name: "service-instance-id"
81623         in: "path"
81624         description: "Id of service"
81625         required: true
81626         type: "string"
81627       - name: "vnf-id"
81628         in: "path"
81629         description: "Id of vnf"
81630         required: true
81631         type: "string"
81632       - name: "vf-module-id"
81633         in: "path"
81634         description: "Id of vf-module"
81635         required: true
81636         type: "string"
81637       - name: "instance-group-id"
81638         in: "path"
81639         description: "Id of vlan-vnfc-instance-group"
81640         required: true
81641         type: "string"
81642       - name: "vnfc-name"
81643         in: "path"
81644         description: "Id of vnfc"
81645         required: true
81646         type: "string"
81647       - name: "vnic-interface-role"
81648         in: "path"
81649         description: "Id of vnic-group"
81650         required: true
81651         type: "string"
81652       responses:
81653         400:
81654           description: "Internal error"
81655         200:
81656           description: "generic.resource.api.IpAddresses"
81657           responseSchema:
81658             $ref: "#/definitions/generic.resource.api.IpAddresses"
81659             originalRef: "#/definitions/generic.resource.api.IpAddresses"
81660           schema:
81661             $ref: "#/definitions/generic.resource.api.IpAddresses"
81662             originalRef: "#/definitions/generic.resource.api.IpAddresses"
81663   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-common-ip-addresses/ip-addresses/
81664   : get:
81665       tags:
81666       - "GENERIC-RESOURCE-API"
81667       description: "returns generic.resource.api.ipaddresses.IpAddresses"
81668       parameters:
81669       - name: "service-instance-id"
81670         in: "path"
81671         description: "Id of service"
81672         required: true
81673         type: "string"
81674       - name: "vnf-id"
81675         in: "path"
81676         description: "Id of vnf"
81677         required: true
81678         type: "string"
81679       - name: "vf-module-id"
81680         in: "path"
81681         description: "Id of vf-module"
81682         required: true
81683         type: "string"
81684       - name: "instance-group-id"
81685         in: "path"
81686         description: "Id of vlan-vnfc-instance-group"
81687         required: true
81688         type: "string"
81689       - name: "vnfc-name"
81690         in: "path"
81691         description: "Id of vnfc"
81692         required: true
81693         type: "string"
81694       - name: "vnic-interface-role"
81695         in: "path"
81696         description: "Id of vnic-group"
81697         required: true
81698         type: "string"
81699       responses:
81700         400:
81701           description: "Internal error"
81702         200:
81703           description: "generic.resource.api.ipaddresses.IpAddresses"
81704           responseSchema:
81705             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
81706             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
81707           schema:
81708             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
81709             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
81710   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/
81711   : get:
81712       tags:
81713       - "GENERIC-RESOURCE-API"
81714       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81715       parameters:
81716       - name: "service-instance-id"
81717         in: "path"
81718         description: "Id of service"
81719         required: true
81720         type: "string"
81721       - name: "vnf-id"
81722         in: "path"
81723         description: "Id of vnf"
81724         required: true
81725         type: "string"
81726       - name: "vf-module-id"
81727         in: "path"
81728         description: "Id of vf-module"
81729         required: true
81730         type: "string"
81731       - name: "instance-group-id"
81732         in: "path"
81733         description: "Id of vlan-vnfc-instance-group"
81734         required: true
81735         type: "string"
81736       - name: "vnfc-name"
81737         in: "path"
81738         description: "Id of vnfc"
81739         required: true
81740         type: "string"
81741       - name: "vnic-interface-role"
81742         in: "path"
81743         description: "Id of vnic-group"
81744         required: true
81745         type: "string"
81746       responses:
81747         400:
81748           description: "Internal error"
81749         200:
81750           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81751           responseSchema:
81752             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81753             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81754           schema:
81755             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81756             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
81757   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/
81758   : get:
81759       tags:
81760       - "GENERIC-RESOURCE-API"
81761       description: "returns generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81762       parameters:
81763       - name: "service-instance-id"
81764         in: "path"
81765         description: "Id of service"
81766         required: true
81767         type: "string"
81768       - name: "vnf-id"
81769         in: "path"
81770         description: "Id of vnf"
81771         required: true
81772         type: "string"
81773       - name: "vf-module-id"
81774         in: "path"
81775         description: "Id of vf-module"
81776         required: true
81777         type: "string"
81778       - name: "instance-group-id"
81779         in: "path"
81780         description: "Id of vlan-vnfc-instance-group"
81781         required: true
81782         type: "string"
81783       - name: "vnfc-name"
81784         in: "path"
81785         description: "Id of vnfc"
81786         required: true
81787         type: "string"
81788       - name: "vnic-interface-role"
81789         in: "path"
81790         description: "Id of vnic-group"
81791         required: true
81792         type: "string"
81793       - name: "vnic-port-id"
81794         in: "path"
81795         description: "Id of vlan-vnic"
81796         required: true
81797         type: "string"
81798       responses:
81799         400:
81800           description: "Internal error"
81801         200:
81802           description: "generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81803           responseSchema:
81804             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81805             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81806           schema:
81807             $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81808             originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
81809   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/
81810   : get:
81811       tags:
81812       - "GENERIC-RESOURCE-API"
81813       description: "returns generic.resource.api.SubInterfaceNetworkData"
81814       parameters:
81815       - name: "service-instance-id"
81816         in: "path"
81817         description: "Id of service"
81818         required: true
81819         type: "string"
81820       - name: "vnf-id"
81821         in: "path"
81822         description: "Id of vnf"
81823         required: true
81824         type: "string"
81825       - name: "vf-module-id"
81826         in: "path"
81827         description: "Id of vf-module"
81828         required: true
81829         type: "string"
81830       - name: "instance-group-id"
81831         in: "path"
81832         description: "Id of vlan-vnfc-instance-group"
81833         required: true
81834         type: "string"
81835       - name: "vnfc-name"
81836         in: "path"
81837         description: "Id of vnfc"
81838         required: true
81839         type: "string"
81840       - name: "vnic-interface-role"
81841         in: "path"
81842         description: "Id of vnic-group"
81843         required: true
81844         type: "string"
81845       - name: "vnic-port-id"
81846         in: "path"
81847         description: "Id of vlan-vnic"
81848         required: true
81849         type: "string"
81850       responses:
81851         400:
81852           description: "Internal error"
81853         200:
81854           description: "generic.resource.api.SubInterfaceNetworkData"
81855           responseSchema:
81856             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
81857             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
81858           schema:
81859             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
81860             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
81861   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
81862   : get:
81863       tags:
81864       - "GENERIC-RESOURCE-API"
81865       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81866       parameters:
81867       - name: "service-instance-id"
81868         in: "path"
81869         description: "Id of service"
81870         required: true
81871         type: "string"
81872       - name: "vnf-id"
81873         in: "path"
81874         description: "Id of vnf"
81875         required: true
81876         type: "string"
81877       - name: "vf-module-id"
81878         in: "path"
81879         description: "Id of vf-module"
81880         required: true
81881         type: "string"
81882       - name: "instance-group-id"
81883         in: "path"
81884         description: "Id of vlan-vnfc-instance-group"
81885         required: true
81886         type: "string"
81887       - name: "vnfc-name"
81888         in: "path"
81889         description: "Id of vnfc"
81890         required: true
81891         type: "string"
81892       - name: "vnic-interface-role"
81893         in: "path"
81894         description: "Id of vnic-group"
81895         required: true
81896         type: "string"
81897       - name: "vnic-port-id"
81898         in: "path"
81899         description: "Id of vlan-vnic"
81900         required: true
81901         type: "string"
81902       - name: "network-id"
81903         in: "path"
81904         description: "Id of sub-interface-network-data"
81905         required: true
81906         type: "string"
81907       responses:
81908         400:
81909           description: "Internal error"
81910         200:
81911           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81912           responseSchema:
81913             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81914             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81915           schema:
81916             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81917             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
81918   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
81919   : get:
81920       tags:
81921       - "GENERIC-RESOURCE-API"
81922       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81923       parameters:
81924       - name: "service-instance-id"
81925         in: "path"
81926         description: "Id of service"
81927         required: true
81928         type: "string"
81929       - name: "vnf-id"
81930         in: "path"
81931         description: "Id of vnf"
81932         required: true
81933         type: "string"
81934       - name: "vf-module-id"
81935         in: "path"
81936         description: "Id of vf-module"
81937         required: true
81938         type: "string"
81939       - name: "instance-group-id"
81940         in: "path"
81941         description: "Id of vlan-vnfc-instance-group"
81942         required: true
81943         type: "string"
81944       - name: "vnfc-name"
81945         in: "path"
81946         description: "Id of vnfc"
81947         required: true
81948         type: "string"
81949       - name: "vnic-interface-role"
81950         in: "path"
81951         description: "Id of vnic-group"
81952         required: true
81953         type: "string"
81954       - name: "vnic-port-id"
81955         in: "path"
81956         description: "Id of vlan-vnic"
81957         required: true
81958         type: "string"
81959       - name: "network-id"
81960         in: "path"
81961         description: "Id of sub-interface-network-data"
81962         required: true
81963         type: "string"
81964       responses:
81965         400:
81966           description: "Internal error"
81967         200:
81968           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81969           responseSchema:
81970             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81971             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81972           schema:
81973             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81974             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
81975   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
81976   : get:
81977       tags:
81978       - "GENERIC-RESOURCE-API"
81979       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
81980       parameters:
81981       - name: "service-instance-id"
81982         in: "path"
81983         description: "Id of service"
81984         required: true
81985         type: "string"
81986       - name: "vnf-id"
81987         in: "path"
81988         description: "Id of vnf"
81989         required: true
81990         type: "string"
81991       - name: "vf-module-id"
81992         in: "path"
81993         description: "Id of vf-module"
81994         required: true
81995         type: "string"
81996       - name: "instance-group-id"
81997         in: "path"
81998         description: "Id of vlan-vnfc-instance-group"
81999         required: true
82000         type: "string"
82001       - name: "vnfc-name"
82002         in: "path"
82003         description: "Id of vnfc"
82004         required: true
82005         type: "string"
82006       - name: "vnic-interface-role"
82007         in: "path"
82008         description: "Id of vnic-group"
82009         required: true
82010         type: "string"
82011       - name: "vnic-port-id"
82012         in: "path"
82013         description: "Id of vlan-vnic"
82014         required: true
82015         type: "string"
82016       - name: "network-id"
82017         in: "path"
82018         description: "Id of sub-interface-network-data"
82019         required: true
82020         type: "string"
82021       responses:
82022         400:
82023           description: "Internal error"
82024         200:
82025           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82026           responseSchema:
82027             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82028             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82029           schema:
82030             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82031             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82032   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
82033   : get:
82034       tags:
82035       - "GENERIC-RESOURCE-API"
82036       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82037       parameters:
82038       - name: "service-instance-id"
82039         in: "path"
82040         description: "Id of service"
82041         required: true
82042         type: "string"
82043       - name: "vnf-id"
82044         in: "path"
82045         description: "Id of vnf"
82046         required: true
82047         type: "string"
82048       - name: "vf-module-id"
82049         in: "path"
82050         description: "Id of vf-module"
82051         required: true
82052         type: "string"
82053       - name: "instance-group-id"
82054         in: "path"
82055         description: "Id of vlan-vnfc-instance-group"
82056         required: true
82057         type: "string"
82058       - name: "vnfc-name"
82059         in: "path"
82060         description: "Id of vnfc"
82061         required: true
82062         type: "string"
82063       - name: "vnic-interface-role"
82064         in: "path"
82065         description: "Id of vnic-group"
82066         required: true
82067         type: "string"
82068       - name: "vnic-port-id"
82069         in: "path"
82070         description: "Id of vlan-vnic"
82071         required: true
82072         type: "string"
82073       - name: "network-id"
82074         in: "path"
82075         description: "Id of sub-interface-network-data"
82076         required: true
82077         type: "string"
82078       - name: "ip-version"
82079         in: "path"
82080         description: "Id of network-information-item"
82081         required: true
82082         type: "string"
82083       responses:
82084         400:
82085           description: "Internal error"
82086         200:
82087           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82088           responseSchema:
82089             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82090             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82091           schema:
82092             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82093             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82094   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vlan-vnfc-instance-groups/vlan-vnfc-instance-group/{instance-group-id}/vnfcs/vnfc/{vnfc-name}/vnic-groups/vnic-group/{vnic-interface-role}/vlan-vnics/vlan-vnic/{vnic-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
82095   : get:
82096       tags:
82097       - "GENERIC-RESOURCE-API"
82098       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82099       parameters:
82100       - name: "service-instance-id"
82101         in: "path"
82102         description: "Id of service"
82103         required: true
82104         type: "string"
82105       - name: "vnf-id"
82106         in: "path"
82107         description: "Id of vnf"
82108         required: true
82109         type: "string"
82110       - name: "vf-module-id"
82111         in: "path"
82112         description: "Id of vf-module"
82113         required: true
82114         type: "string"
82115       - name: "instance-group-id"
82116         in: "path"
82117         description: "Id of vlan-vnfc-instance-group"
82118         required: true
82119         type: "string"
82120       - name: "vnfc-name"
82121         in: "path"
82122         description: "Id of vnfc"
82123         required: true
82124         type: "string"
82125       - name: "vnic-interface-role"
82126         in: "path"
82127         description: "Id of vnic-group"
82128         required: true
82129         type: "string"
82130       - name: "vnic-port-id"
82131         in: "path"
82132         description: "Id of vlan-vnic"
82133         required: true
82134         type: "string"
82135       - name: "network-id"
82136         in: "path"
82137         description: "Id of sub-interface-network-data"
82138         required: true
82139         type: "string"
82140       - name: "ip-version"
82141         in: "path"
82142         description: "Id of network-information-item"
82143         required: true
82144         type: "string"
82145       responses:
82146         400:
82147           description: "Internal error"
82148         200:
82149           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82150           responseSchema:
82151             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82152             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82153           schema:
82154             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82155             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82156   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/
82157   : get:
82158       tags:
82159       - "GENERIC-RESOURCE-API"
82160       description: "returns generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82161       parameters:
82162       - name: "service-instance-id"
82163         in: "path"
82164         description: "Id of service"
82165         required: true
82166         type: "string"
82167       - name: "vnf-id"
82168         in: "path"
82169         description: "Id of vnf"
82170         required: true
82171         type: "string"
82172       - name: "vf-module-id"
82173         in: "path"
82174         description: "Id of vf-module"
82175         required: true
82176         type: "string"
82177       responses:
82178         400:
82179           description: "Internal error"
82180         200:
82181           description: "generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82182           responseSchema:
82183             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82184             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82185           schema:
82186             $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82187             originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
82188   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/
82189   : get:
82190       tags:
82191       - "GENERIC-RESOURCE-API"
82192       description: "returns generic.resource.api.VmTopologyData"
82193       parameters:
82194       - name: "service-instance-id"
82195         in: "path"
82196         description: "Id of service"
82197         required: true
82198         type: "string"
82199       - name: "vnf-id"
82200         in: "path"
82201         description: "Id of vnf"
82202         required: true
82203         type: "string"
82204       - name: "vf-module-id"
82205         in: "path"
82206         description: "Id of vf-module"
82207         required: true
82208         type: "string"
82209       - name: "vm-type"
82210         in: "path"
82211         description: "Id of vm"
82212         required: true
82213         type: "string"
82214       responses:
82215         400:
82216           description: "Internal error"
82217         200:
82218           description: "generic.resource.api.VmTopologyData"
82219           responseSchema:
82220             $ref: "#/definitions/generic.resource.api.VmTopologyData"
82221             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
82222           schema:
82223             $ref: "#/definitions/generic.resource.api.VmTopologyData"
82224             originalRef: "#/definitions/generic.resource.api.VmTopologyData"
82225   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/onap-model-information/
82226   : get:
82227       tags:
82228       - "GENERIC-RESOURCE-API"
82229       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
82230       parameters:
82231       - name: "service-instance-id"
82232         in: "path"
82233         description: "Id of service"
82234         required: true
82235         type: "string"
82236       - name: "vnf-id"
82237         in: "path"
82238         description: "Id of vnf"
82239         required: true
82240         type: "string"
82241       - name: "vf-module-id"
82242         in: "path"
82243         description: "Id of vf-module"
82244         required: true
82245         type: "string"
82246       - name: "vm-type"
82247         in: "path"
82248         description: "Id of vm"
82249         required: true
82250         type: "string"
82251       responses:
82252         400:
82253           description: "Internal error"
82254         200:
82255           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
82256           responseSchema:
82257             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
82258             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
82259           schema:
82260             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
82261             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
82262   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/
82263   : get:
82264       tags:
82265       - "GENERIC-RESOURCE-API"
82266       description: "returns generic.resource.api.vmtopologydata.VmNames"
82267       parameters:
82268       - name: "service-instance-id"
82269         in: "path"
82270         description: "Id of service"
82271         required: true
82272         type: "string"
82273       - name: "vnf-id"
82274         in: "path"
82275         description: "Id of vnf"
82276         required: true
82277         type: "string"
82278       - name: "vf-module-id"
82279         in: "path"
82280         description: "Id of vf-module"
82281         required: true
82282         type: "string"
82283       - name: "vm-type"
82284         in: "path"
82285         description: "Id of vm"
82286         required: true
82287         type: "string"
82288       responses:
82289         400:
82290           description: "Internal error"
82291         200:
82292           description: "generic.resource.api.vmtopologydata.VmNames"
82293           responseSchema:
82294             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
82295             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
82296           schema:
82297             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
82298             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
82299   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/
82300   : get:
82301       tags:
82302       - "GENERIC-RESOURCE-API"
82303       description: "returns generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82304       parameters:
82305       - name: "service-instance-id"
82306         in: "path"
82307         description: "Id of service"
82308         required: true
82309         type: "string"
82310       - name: "vnf-id"
82311         in: "path"
82312         description: "Id of vnf"
82313         required: true
82314         type: "string"
82315       - name: "vf-module-id"
82316         in: "path"
82317         description: "Id of vf-module"
82318         required: true
82319         type: "string"
82320       - name: "vm-type"
82321         in: "path"
82322         description: "Id of vm"
82323         required: true
82324         type: "string"
82325       - name: "vnfc-name"
82326         in: "path"
82327         description: "Id of vnfc-names"
82328         required: true
82329         type: "string"
82330       responses:
82331         400:
82332           description: "Internal error"
82333         200:
82334           description: "generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82335           responseSchema:
82336             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82337             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82338           schema:
82339             $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82340             originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
82341   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/
82342   : get:
82343       tags:
82344       - "GENERIC-RESOURCE-API"
82345       description: "returns generic.resource.api.VnfcNetworkData"
82346       parameters:
82347       - name: "service-instance-id"
82348         in: "path"
82349         description: "Id of service"
82350         required: true
82351         type: "string"
82352       - name: "vnf-id"
82353         in: "path"
82354         description: "Id of vnf"
82355         required: true
82356         type: "string"
82357       - name: "vf-module-id"
82358         in: "path"
82359         description: "Id of vf-module"
82360         required: true
82361         type: "string"
82362       - name: "vm-type"
82363         in: "path"
82364         description: "Id of vm"
82365         required: true
82366         type: "string"
82367       - name: "vnfc-name"
82368         in: "path"
82369         description: "Id of vnfc-names"
82370         required: true
82371         type: "string"
82372       responses:
82373         400:
82374           description: "Internal error"
82375         200:
82376           description: "generic.resource.api.VnfcNetworkData"
82377           responseSchema:
82378             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
82379             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
82380           schema:
82381             $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
82382             originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
82383   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/
82384   : get:
82385       tags:
82386       - "GENERIC-RESOURCE-API"
82387       description: "returns generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82388       parameters:
82389       - name: "service-instance-id"
82390         in: "path"
82391         description: "Id of service"
82392         required: true
82393         type: "string"
82394       - name: "vnf-id"
82395         in: "path"
82396         description: "Id of vnf"
82397         required: true
82398         type: "string"
82399       - name: "vf-module-id"
82400         in: "path"
82401         description: "Id of vf-module"
82402         required: true
82403         type: "string"
82404       - name: "vm-type"
82405         in: "path"
82406         description: "Id of vm"
82407         required: true
82408         type: "string"
82409       - name: "vnfc-name"
82410         in: "path"
82411         description: "Id of vnfc-names"
82412         required: true
82413         type: "string"
82414       - name: "vnfc-network-role"
82415         in: "path"
82416         description: "Id of vnfc-network-data"
82417         required: true
82418         type: "string"
82419       responses:
82420         400:
82421           description: "Internal error"
82422         200:
82423           description: "generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82424           responseSchema:
82425             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82426             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82427           schema:
82428             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82429             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
82430   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/
82431   : get:
82432       tags:
82433       - "GENERIC-RESOURCE-API"
82434       description: "returns generic.resource.api.connectionpoint.ConnectionPoint"
82435       parameters:
82436       - name: "service-instance-id"
82437         in: "path"
82438         description: "Id of service"
82439         required: true
82440         type: "string"
82441       - name: "vnf-id"
82442         in: "path"
82443         description: "Id of vnf"
82444         required: true
82445         type: "string"
82446       - name: "vf-module-id"
82447         in: "path"
82448         description: "Id of vf-module"
82449         required: true
82450         type: "string"
82451       - name: "vm-type"
82452         in: "path"
82453         description: "Id of vm"
82454         required: true
82455         type: "string"
82456       - name: "vnfc-name"
82457         in: "path"
82458         description: "Id of vnfc-names"
82459         required: true
82460         type: "string"
82461       - name: "vnfc-network-role"
82462         in: "path"
82463         description: "Id of vnfc-network-data"
82464         required: true
82465         type: "string"
82466       responses:
82467         400:
82468           description: "Internal error"
82469         200:
82470           description: "generic.resource.api.connectionpoint.ConnectionPoint"
82471           responseSchema:
82472             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
82473             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
82474           schema:
82475             $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
82476             originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
82477   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/connection-point/vlan-data/{vlan-uuid}/
82478   : get:
82479       tags:
82480       - "GENERIC-RESOURCE-API"
82481       description: "returns generic.resource.api.connectionpoint.connectionpoint.VlanData"
82482       parameters:
82483       - name: "service-instance-id"
82484         in: "path"
82485         description: "Id of service"
82486         required: true
82487         type: "string"
82488       - name: "vnf-id"
82489         in: "path"
82490         description: "Id of vnf"
82491         required: true
82492         type: "string"
82493       - name: "vf-module-id"
82494         in: "path"
82495         description: "Id of vf-module"
82496         required: true
82497         type: "string"
82498       - name: "vm-type"
82499         in: "path"
82500         description: "Id of vm"
82501         required: true
82502         type: "string"
82503       - name: "vnfc-name"
82504         in: "path"
82505         description: "Id of vnfc-names"
82506         required: true
82507         type: "string"
82508       - name: "vnfc-network-role"
82509         in: "path"
82510         description: "Id of vnfc-network-data"
82511         required: true
82512         type: "string"
82513       - name: "vlan-uuid"
82514         in: "path"
82515         description: "Id of vlan-data"
82516         required: true
82517         type: "string"
82518       responses:
82519         400:
82520           description: "Internal error"
82521         200:
82522           description: "generic.resource.api.connectionpoint.connectionpoint.VlanData"
82523           responseSchema:
82524             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
82525             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
82526           schema:
82527             $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
82528             originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
82529   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/
82530   : get:
82531       tags:
82532       - "GENERIC-RESOURCE-API"
82533       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82534       parameters:
82535       - name: "service-instance-id"
82536         in: "path"
82537         description: "Id of service"
82538         required: true
82539         type: "string"
82540       - name: "vnf-id"
82541         in: "path"
82542         description: "Id of vnf"
82543         required: true
82544         type: "string"
82545       - name: "vf-module-id"
82546         in: "path"
82547         description: "Id of vf-module"
82548         required: true
82549         type: "string"
82550       - name: "vm-type"
82551         in: "path"
82552         description: "Id of vm"
82553         required: true
82554         type: "string"
82555       - name: "vnfc-name"
82556         in: "path"
82557         description: "Id of vnfc-names"
82558         required: true
82559         type: "string"
82560       - name: "vnfc-network-role"
82561         in: "path"
82562         description: "Id of vnfc-network-data"
82563         required: true
82564         type: "string"
82565       responses:
82566         400:
82567           description: "Internal error"
82568         200:
82569           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82570           responseSchema:
82571             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82572             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82573           schema:
82574             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82575             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
82576   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/
82577   : get:
82578       tags:
82579       - "GENERIC-RESOURCE-API"
82580       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82581       parameters:
82582       - name: "service-instance-id"
82583         in: "path"
82584         description: "Id of service"
82585         required: true
82586         type: "string"
82587       - name: "vnf-id"
82588         in: "path"
82589         description: "Id of vnf"
82590         required: true
82591         type: "string"
82592       - name: "vf-module-id"
82593         in: "path"
82594         description: "Id of vf-module"
82595         required: true
82596         type: "string"
82597       - name: "vm-type"
82598         in: "path"
82599         description: "Id of vm"
82600         required: true
82601         type: "string"
82602       - name: "vnfc-name"
82603         in: "path"
82604         description: "Id of vnfc-names"
82605         required: true
82606         type: "string"
82607       - name: "vnfc-network-role"
82608         in: "path"
82609         description: "Id of vnfc-network-data"
82610         required: true
82611         type: "string"
82612       - name: "vnfc-port-id"
82613         in: "path"
82614         description: "Id of vnfc-port"
82615         required: true
82616         type: "string"
82617       responses:
82618         400:
82619           description: "Internal error"
82620         200:
82621           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82622           responseSchema:
82623             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82624             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82625           schema:
82626             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82627             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
82628   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/
82629   : get:
82630       tags:
82631       - "GENERIC-RESOURCE-API"
82632       description: "returns generic.resource.api.SubInterfaceNetworkData"
82633       parameters:
82634       - name: "service-instance-id"
82635         in: "path"
82636         description: "Id of service"
82637         required: true
82638         type: "string"
82639       - name: "vnf-id"
82640         in: "path"
82641         description: "Id of vnf"
82642         required: true
82643         type: "string"
82644       - name: "vf-module-id"
82645         in: "path"
82646         description: "Id of vf-module"
82647         required: true
82648         type: "string"
82649       - name: "vm-type"
82650         in: "path"
82651         description: "Id of vm"
82652         required: true
82653         type: "string"
82654       - name: "vnfc-name"
82655         in: "path"
82656         description: "Id of vnfc-names"
82657         required: true
82658         type: "string"
82659       - name: "vnfc-network-role"
82660         in: "path"
82661         description: "Id of vnfc-network-data"
82662         required: true
82663         type: "string"
82664       - name: "vnfc-port-id"
82665         in: "path"
82666         description: "Id of vnfc-port"
82667         required: true
82668         type: "string"
82669       responses:
82670         400:
82671           description: "Internal error"
82672         200:
82673           description: "generic.resource.api.SubInterfaceNetworkData"
82674           responseSchema:
82675             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
82676             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
82677           schema:
82678             $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
82679             originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
82680   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/
82681   : get:
82682       tags:
82683       - "GENERIC-RESOURCE-API"
82684       description: "returns generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82685       parameters:
82686       - name: "service-instance-id"
82687         in: "path"
82688         description: "Id of service"
82689         required: true
82690         type: "string"
82691       - name: "vnf-id"
82692         in: "path"
82693         description: "Id of vnf"
82694         required: true
82695         type: "string"
82696       - name: "vf-module-id"
82697         in: "path"
82698         description: "Id of vf-module"
82699         required: true
82700         type: "string"
82701       - name: "vm-type"
82702         in: "path"
82703         description: "Id of vm"
82704         required: true
82705         type: "string"
82706       - name: "vnfc-name"
82707         in: "path"
82708         description: "Id of vnfc-names"
82709         required: true
82710         type: "string"
82711       - name: "vnfc-network-role"
82712         in: "path"
82713         description: "Id of vnfc-network-data"
82714         required: true
82715         type: "string"
82716       - name: "vnfc-port-id"
82717         in: "path"
82718         description: "Id of vnfc-port"
82719         required: true
82720         type: "string"
82721       - name: "network-id"
82722         in: "path"
82723         description: "Id of sub-interface-network-data"
82724         required: true
82725         type: "string"
82726       responses:
82727         400:
82728           description: "Internal error"
82729         200:
82730           description: "generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82731           responseSchema:
82732             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82733             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82734           schema:
82735             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82736             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
82737   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/floating-ips/
82738   : get:
82739       tags:
82740       - "GENERIC-RESOURCE-API"
82741       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82742       parameters:
82743       - name: "service-instance-id"
82744         in: "path"
82745         description: "Id of service"
82746         required: true
82747         type: "string"
82748       - name: "vnf-id"
82749         in: "path"
82750         description: "Id of vnf"
82751         required: true
82752         type: "string"
82753       - name: "vf-module-id"
82754         in: "path"
82755         description: "Id of vf-module"
82756         required: true
82757         type: "string"
82758       - name: "vm-type"
82759         in: "path"
82760         description: "Id of vm"
82761         required: true
82762         type: "string"
82763       - name: "vnfc-name"
82764         in: "path"
82765         description: "Id of vnfc-names"
82766         required: true
82767         type: "string"
82768       - name: "vnfc-network-role"
82769         in: "path"
82770         description: "Id of vnfc-network-data"
82771         required: true
82772         type: "string"
82773       - name: "vnfc-port-id"
82774         in: "path"
82775         description: "Id of vnfc-port"
82776         required: true
82777         type: "string"
82778       - name: "network-id"
82779         in: "path"
82780         description: "Id of sub-interface-network-data"
82781         required: true
82782         type: "string"
82783       responses:
82784         400:
82785           description: "Internal error"
82786         200:
82787           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82788           responseSchema:
82789             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82790             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82791           schema:
82792             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82793             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
82794   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/
82795   : get:
82796       tags:
82797       - "GENERIC-RESOURCE-API"
82798       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82799       parameters:
82800       - name: "service-instance-id"
82801         in: "path"
82802         description: "Id of service"
82803         required: true
82804         type: "string"
82805       - name: "vnf-id"
82806         in: "path"
82807         description: "Id of vnf"
82808         required: true
82809         type: "string"
82810       - name: "vf-module-id"
82811         in: "path"
82812         description: "Id of vf-module"
82813         required: true
82814         type: "string"
82815       - name: "vm-type"
82816         in: "path"
82817         description: "Id of vm"
82818         required: true
82819         type: "string"
82820       - name: "vnfc-name"
82821         in: "path"
82822         description: "Id of vnfc-names"
82823         required: true
82824         type: "string"
82825       - name: "vnfc-network-role"
82826         in: "path"
82827         description: "Id of vnfc-network-data"
82828         required: true
82829         type: "string"
82830       - name: "vnfc-port-id"
82831         in: "path"
82832         description: "Id of vnfc-port"
82833         required: true
82834         type: "string"
82835       - name: "network-id"
82836         in: "path"
82837         description: "Id of sub-interface-network-data"
82838         required: true
82839         type: "string"
82840       responses:
82841         400:
82842           description: "Internal error"
82843         200:
82844           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82845           responseSchema:
82846             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82847             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82848           schema:
82849             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82850             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
82851   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/
82852   : get:
82853       tags:
82854       - "GENERIC-RESOURCE-API"
82855       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82856       parameters:
82857       - name: "service-instance-id"
82858         in: "path"
82859         description: "Id of service"
82860         required: true
82861         type: "string"
82862       - name: "vnf-id"
82863         in: "path"
82864         description: "Id of vnf"
82865         required: true
82866         type: "string"
82867       - name: "vf-module-id"
82868         in: "path"
82869         description: "Id of vf-module"
82870         required: true
82871         type: "string"
82872       - name: "vm-type"
82873         in: "path"
82874         description: "Id of vm"
82875         required: true
82876         type: "string"
82877       - name: "vnfc-name"
82878         in: "path"
82879         description: "Id of vnfc-names"
82880         required: true
82881         type: "string"
82882       - name: "vnfc-network-role"
82883         in: "path"
82884         description: "Id of vnfc-network-data"
82885         required: true
82886         type: "string"
82887       - name: "vnfc-port-id"
82888         in: "path"
82889         description: "Id of vnfc-port"
82890         required: true
82891         type: "string"
82892       - name: "network-id"
82893         in: "path"
82894         description: "Id of sub-interface-network-data"
82895         required: true
82896         type: "string"
82897       - name: "ip-version"
82898         in: "path"
82899         description: "Id of network-information-item"
82900         required: true
82901         type: "string"
82902       responses:
82903         400:
82904           description: "Internal error"
82905         200:
82906           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82907           responseSchema:
82908             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82909             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82910           schema:
82911             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82912             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
82913   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-ports/vnfc-port/{vnfc-port-id}/vnic-sub-interfaces/sub-interface-network-data/{network-id}/network-information-items/network-information-item/{ip-version}/network-ips/
82914   : get:
82915       tags:
82916       - "GENERIC-RESOURCE-API"
82917       description: "returns generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82918       parameters:
82919       - name: "service-instance-id"
82920         in: "path"
82921         description: "Id of service"
82922         required: true
82923         type: "string"
82924       - name: "vnf-id"
82925         in: "path"
82926         description: "Id of vnf"
82927         required: true
82928         type: "string"
82929       - name: "vf-module-id"
82930         in: "path"
82931         description: "Id of vf-module"
82932         required: true
82933         type: "string"
82934       - name: "vm-type"
82935         in: "path"
82936         description: "Id of vm"
82937         required: true
82938         type: "string"
82939       - name: "vnfc-name"
82940         in: "path"
82941         description: "Id of vnfc-names"
82942         required: true
82943         type: "string"
82944       - name: "vnfc-network-role"
82945         in: "path"
82946         description: "Id of vnfc-network-data"
82947         required: true
82948         type: "string"
82949       - name: "vnfc-port-id"
82950         in: "path"
82951         description: "Id of vnfc-port"
82952         required: true
82953         type: "string"
82954       - name: "network-id"
82955         in: "path"
82956         description: "Id of sub-interface-network-data"
82957         required: true
82958         type: "string"
82959       - name: "ip-version"
82960         in: "path"
82961         description: "Id of network-information-item"
82962         required: true
82963         type: "string"
82964       responses:
82965         400:
82966           description: "Internal error"
82967         200:
82968           description: "generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82969           responseSchema:
82970             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82971             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82972           schema:
82973             $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82974             originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
82975   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/
82976   : get:
82977       tags:
82978       - "GENERIC-RESOURCE-API"
82979       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
82980       parameters:
82981       - name: "service-instance-id"
82982         in: "path"
82983         description: "Id of service"
82984         required: true
82985         type: "string"
82986       - name: "vnf-id"
82987         in: "path"
82988         description: "Id of vnf"
82989         required: true
82990         type: "string"
82991       - name: "vf-module-id"
82992         in: "path"
82993         description: "Id of vf-module"
82994         required: true
82995         type: "string"
82996       - name: "vm-type"
82997         in: "path"
82998         description: "Id of vm"
82999         required: true
83000         type: "string"
83001       - name: "vnfc-name"
83002         in: "path"
83003         description: "Id of vnfc-names"
83004         required: true
83005         type: "string"
83006       - name: "vnfc-network-role"
83007         in: "path"
83008         description: "Id of vnfc-network-data"
83009         required: true
83010         type: "string"
83011       - name: "vnfc-subnet-role"
83012         in: "path"
83013         description: "Id of vnfc-subnet"
83014         required: true
83015         type: "string"
83016       responses:
83017         400:
83018           description: "Internal error"
83019         200:
83020           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
83021           responseSchema:
83022             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
83023             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
83024           schema:
83025             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
83026             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
83027   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/
83028   : get:
83029       tags:
83030       - "GENERIC-RESOURCE-API"
83031       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83032       parameters:
83033       - name: "service-instance-id"
83034         in: "path"
83035         description: "Id of service"
83036         required: true
83037         type: "string"
83038       - name: "vnf-id"
83039         in: "path"
83040         description: "Id of vnf"
83041         required: true
83042         type: "string"
83043       - name: "vf-module-id"
83044         in: "path"
83045         description: "Id of vf-module"
83046         required: true
83047         type: "string"
83048       - name: "vm-type"
83049         in: "path"
83050         description: "Id of vm"
83051         required: true
83052         type: "string"
83053       - name: "vnfc-name"
83054         in: "path"
83055         description: "Id of vnfc-names"
83056         required: true
83057         type: "string"
83058       - name: "vnfc-network-role"
83059         in: "path"
83060         description: "Id of vnfc-network-data"
83061         required: true
83062         type: "string"
83063       - name: "vnfc-subnet-role"
83064         in: "path"
83065         description: "Id of vnfc-subnet"
83066         required: true
83067         type: "string"
83068       - name: "vnfc-address-family"
83069         in: "path"
83070         description: "Id of vnfc-ip-assignments"
83071         required: true
83072         type: "string"
83073       responses:
83074         400:
83075           description: "Internal error"
83076         200:
83077           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83078           responseSchema:
83079             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83080             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83081           schema:
83082             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83083             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
83084   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-names/vnfc-names/{vnfc-name}/vnfc-networks/vnfc-network-data/{vnfc-network-role}/vnfc-subnet/{vnfc-subnet-role}/vnfc-ip-assignments/{vnfc-address-family}/vnfc-subnet-ip/{vnfc-ip-address}/
83085   : get:
83086       tags:
83087       - "GENERIC-RESOURCE-API"
83088       description: "returns generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83089       parameters:
83090       - name: "service-instance-id"
83091         in: "path"
83092         description: "Id of service"
83093         required: true
83094         type: "string"
83095       - name: "vnf-id"
83096         in: "path"
83097         description: "Id of vnf"
83098         required: true
83099         type: "string"
83100       - name: "vf-module-id"
83101         in: "path"
83102         description: "Id of vf-module"
83103         required: true
83104         type: "string"
83105       - name: "vm-type"
83106         in: "path"
83107         description: "Id of vm"
83108         required: true
83109         type: "string"
83110       - name: "vnfc-name"
83111         in: "path"
83112         description: "Id of vnfc-names"
83113         required: true
83114         type: "string"
83115       - name: "vnfc-network-role"
83116         in: "path"
83117         description: "Id of vnfc-network-data"
83118         required: true
83119         type: "string"
83120       - name: "vnfc-subnet-role"
83121         in: "path"
83122         description: "Id of vnfc-subnet"
83123         required: true
83124         type: "string"
83125       - name: "vnfc-address-family"
83126         in: "path"
83127         description: "Id of vnfc-ip-assignments"
83128         required: true
83129         type: "string"
83130       - name: "vnfc-ip-address"
83131         in: "path"
83132         description: "Id of vnfc-subnet-ip"
83133         required: true
83134         type: "string"
83135       responses:
83136         400:
83137           description: "Internal error"
83138         200:
83139           description: "generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83140           responseSchema:
83141             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83142             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83143           schema:
83144             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83145             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
83146   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/
83147   : get:
83148       tags:
83149       - "GENERIC-RESOURCE-API"
83150       description: "returns generic.resource.api.vmtopologydata.VmNetworks"
83151       parameters:
83152       - name: "service-instance-id"
83153         in: "path"
83154         description: "Id of service"
83155         required: true
83156         type: "string"
83157       - name: "vnf-id"
83158         in: "path"
83159         description: "Id of vnf"
83160         required: true
83161         type: "string"
83162       - name: "vf-module-id"
83163         in: "path"
83164         description: "Id of vf-module"
83165         required: true
83166         type: "string"
83167       - name: "vm-type"
83168         in: "path"
83169         description: "Id of vm"
83170         required: true
83171         type: "string"
83172       responses:
83173         400:
83174           description: "Internal error"
83175         200:
83176           description: "generic.resource.api.vmtopologydata.VmNetworks"
83177           responseSchema:
83178             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
83179             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
83180           schema:
83181             $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
83182             originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
83183   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/
83184   : get:
83185       tags:
83186       - "GENERIC-RESOURCE-API"
83187       description: "returns generic.resource.api.VmNetworkData"
83188       parameters:
83189       - name: "service-instance-id"
83190         in: "path"
83191         description: "Id of service"
83192         required: true
83193         type: "string"
83194       - name: "vnf-id"
83195         in: "path"
83196         description: "Id of vnf"
83197         required: true
83198         type: "string"
83199       - name: "vf-module-id"
83200         in: "path"
83201         description: "Id of vf-module"
83202         required: true
83203         type: "string"
83204       - name: "vm-type"
83205         in: "path"
83206         description: "Id of vm"
83207         required: true
83208         type: "string"
83209       - name: "network-role"
83210         in: "path"
83211         description: "Id of vm-network"
83212         required: true
83213         type: "string"
83214       responses:
83215         400:
83216           description: "Internal error"
83217         200:
83218           description: "generic.resource.api.VmNetworkData"
83219           responseSchema:
83220             $ref: "#/definitions/generic.resource.api.VmNetworkData"
83221             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
83222           schema:
83223             $ref: "#/definitions/generic.resource.api.VmNetworkData"
83224             originalRef: "#/definitions/generic.resource.api.VmNetworkData"
83225   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/floating-ips/
83226   : get:
83227       tags:
83228       - "GENERIC-RESOURCE-API"
83229       description: "returns generic.resource.api.vmnetworkdata.FloatingIps"
83230       parameters:
83231       - name: "service-instance-id"
83232         in: "path"
83233         description: "Id of service"
83234         required: true
83235         type: "string"
83236       - name: "vnf-id"
83237         in: "path"
83238         description: "Id of vnf"
83239         required: true
83240         type: "string"
83241       - name: "vf-module-id"
83242         in: "path"
83243         description: "Id of vf-module"
83244         required: true
83245         type: "string"
83246       - name: "vm-type"
83247         in: "path"
83248         description: "Id of vm"
83249         required: true
83250         type: "string"
83251       - name: "network-role"
83252         in: "path"
83253         description: "Id of vm-network"
83254         required: true
83255         type: "string"
83256       responses:
83257         400:
83258           description: "Internal error"
83259         200:
83260           description: "generic.resource.api.vmnetworkdata.FloatingIps"
83261           responseSchema:
83262             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
83263             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
83264           schema:
83265             $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
83266             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
83267   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/interface-route-prefixes/
83268   : get:
83269       tags:
83270       - "GENERIC-RESOURCE-API"
83271       description: "returns generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83272       parameters:
83273       - name: "service-instance-id"
83274         in: "path"
83275         description: "Id of service"
83276         required: true
83277         type: "string"
83278       - name: "vnf-id"
83279         in: "path"
83280         description: "Id of vnf"
83281         required: true
83282         type: "string"
83283       - name: "vf-module-id"
83284         in: "path"
83285         description: "Id of vf-module"
83286         required: true
83287         type: "string"
83288       - name: "vm-type"
83289         in: "path"
83290         description: "Id of vm"
83291         required: true
83292         type: "string"
83293       - name: "network-role"
83294         in: "path"
83295         description: "Id of vm-network"
83296         required: true
83297         type: "string"
83298       responses:
83299         400:
83300           description: "Internal error"
83301         200:
83302           description: "generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83303           responseSchema:
83304             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83305             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83306           schema:
83307             $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83308             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
83309   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/mac-addresses/
83310   : get:
83311       tags:
83312       - "GENERIC-RESOURCE-API"
83313       description: "returns generic.resource.api.vmnetworkdata.MacAddresses"
83314       parameters:
83315       - name: "service-instance-id"
83316         in: "path"
83317         description: "Id of service"
83318         required: true
83319         type: "string"
83320       - name: "vnf-id"
83321         in: "path"
83322         description: "Id of vnf"
83323         required: true
83324         type: "string"
83325       - name: "vf-module-id"
83326         in: "path"
83327         description: "Id of vf-module"
83328         required: true
83329         type: "string"
83330       - name: "vm-type"
83331         in: "path"
83332         description: "Id of vm"
83333         required: true
83334         type: "string"
83335       - name: "network-role"
83336         in: "path"
83337         description: "Id of vm-network"
83338         required: true
83339         type: "string"
83340       responses:
83341         400:
83342           description: "Internal error"
83343         200:
83344           description: "generic.resource.api.vmnetworkdata.MacAddresses"
83345           responseSchema:
83346             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
83347             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
83348           schema:
83349             $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
83350             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
83351   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/
83352   : get:
83353       tags:
83354       - "GENERIC-RESOURCE-API"
83355       description: "returns generic.resource.api.vmnetworkdata.NetworkInformationItems"
83356       parameters:
83357       - name: "service-instance-id"
83358         in: "path"
83359         description: "Id of service"
83360         required: true
83361         type: "string"
83362       - name: "vnf-id"
83363         in: "path"
83364         description: "Id of vnf"
83365         required: true
83366         type: "string"
83367       - name: "vf-module-id"
83368         in: "path"
83369         description: "Id of vf-module"
83370         required: true
83371         type: "string"
83372       - name: "vm-type"
83373         in: "path"
83374         description: "Id of vm"
83375         required: true
83376         type: "string"
83377       - name: "network-role"
83378         in: "path"
83379         description: "Id of vm-network"
83380         required: true
83381         type: "string"
83382       responses:
83383         400:
83384           description: "Internal error"
83385         200:
83386           description: "generic.resource.api.vmnetworkdata.NetworkInformationItems"
83387           responseSchema:
83388             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
83389             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
83390           schema:
83391             $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
83392             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
83393   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/
83394   : get:
83395       tags:
83396       - "GENERIC-RESOURCE-API"
83397       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83398       parameters:
83399       - name: "service-instance-id"
83400         in: "path"
83401         description: "Id of service"
83402         required: true
83403         type: "string"
83404       - name: "vnf-id"
83405         in: "path"
83406         description: "Id of vnf"
83407         required: true
83408         type: "string"
83409       - name: "vf-module-id"
83410         in: "path"
83411         description: "Id of vf-module"
83412         required: true
83413         type: "string"
83414       - name: "vm-type"
83415         in: "path"
83416         description: "Id of vm"
83417         required: true
83418         type: "string"
83419       - name: "network-role"
83420         in: "path"
83421         description: "Id of vm-network"
83422         required: true
83423         type: "string"
83424       - name: "ip-version"
83425         in: "path"
83426         description: "Id of network-information-item"
83427         required: true
83428         type: "string"
83429       responses:
83430         400:
83431           description: "Internal error"
83432         200:
83433           description: "generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83434           responseSchema:
83435             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83436             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83437           schema:
83438             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83439             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
83440   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/network-information-items/network-information-item/{ip-version}/network-ips/
83441   : get:
83442       tags:
83443       - "GENERIC-RESOURCE-API"
83444       description: "returns generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83445       parameters:
83446       - name: "service-instance-id"
83447         in: "path"
83448         description: "Id of service"
83449         required: true
83450         type: "string"
83451       - name: "vnf-id"
83452         in: "path"
83453         description: "Id of vnf"
83454         required: true
83455         type: "string"
83456       - name: "vf-module-id"
83457         in: "path"
83458         description: "Id of vf-module"
83459         required: true
83460         type: "string"
83461       - name: "vm-type"
83462         in: "path"
83463         description: "Id of vm"
83464         required: true
83465         type: "string"
83466       - name: "network-role"
83467         in: "path"
83468         description: "Id of vm-network"
83469         required: true
83470         type: "string"
83471       - name: "ip-version"
83472         in: "path"
83473         description: "Id of network-information-item"
83474         required: true
83475         type: "string"
83476       responses:
83477         400:
83478           description: "Internal error"
83479         200:
83480           description: "generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83481           responseSchema:
83482             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83483             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83484           schema:
83485             $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83486             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
83487   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/
83488   : get:
83489       tags:
83490       - "GENERIC-RESOURCE-API"
83491       description: "returns generic.resource.api.RelatedNetwork"
83492       parameters:
83493       - name: "service-instance-id"
83494         in: "path"
83495         description: "Id of service"
83496         required: true
83497         type: "string"
83498       - name: "vnf-id"
83499         in: "path"
83500         description: "Id of vnf"
83501         required: true
83502         type: "string"
83503       - name: "vf-module-id"
83504         in: "path"
83505         description: "Id of vf-module"
83506         required: true
83507         type: "string"
83508       - name: "vm-type"
83509         in: "path"
83510         description: "Id of vm"
83511         required: true
83512         type: "string"
83513       - name: "network-role"
83514         in: "path"
83515         description: "Id of vm-network"
83516         required: true
83517         type: "string"
83518       responses:
83519         400:
83520           description: "Internal error"
83521         200:
83522           description: "generic.resource.api.RelatedNetwork"
83523           responseSchema:
83524             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
83525             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
83526           schema:
83527             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
83528             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
83529   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/
83530   : get:
83531       tags:
83532       - "GENERIC-RESOURCE-API"
83533       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
83534       parameters:
83535       - name: "service-instance-id"
83536         in: "path"
83537         description: "Id of service"
83538         required: true
83539         type: "string"
83540       - name: "vnf-id"
83541         in: "path"
83542         description: "Id of vnf"
83543         required: true
83544         type: "string"
83545       - name: "vf-module-id"
83546         in: "path"
83547         description: "Id of vf-module"
83548         required: true
83549         type: "string"
83550       - name: "vm-type"
83551         in: "path"
83552         description: "Id of vm"
83553         required: true
83554         type: "string"
83555       - name: "network-role"
83556         in: "path"
83557         description: "Id of vm-network"
83558         required: true
83559         type: "string"
83560       - name: "network-id"
83561         in: "path"
83562         description: "Id of related-network"
83563         required: true
83564         type: "string"
83565       responses:
83566         400:
83567           description: "Internal error"
83568         200:
83569           description: "generic.resource.api.relatednetwork.RelatedNetwork"
83570           responseSchema:
83571             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
83572             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
83573           schema:
83574             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
83575             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
83576   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
83577   : get:
83578       tags:
83579       - "GENERIC-RESOURCE-API"
83580       description: "returns generic.resource.api.vlantags.VlanTags"
83581       parameters:
83582       - name: "service-instance-id"
83583         in: "path"
83584         description: "Id of service"
83585         required: true
83586         type: "string"
83587       - name: "vnf-id"
83588         in: "path"
83589         description: "Id of vnf"
83590         required: true
83591         type: "string"
83592       - name: "vf-module-id"
83593         in: "path"
83594         description: "Id of vf-module"
83595         required: true
83596         type: "string"
83597       - name: "vm-type"
83598         in: "path"
83599         description: "Id of vm"
83600         required: true
83601         type: "string"
83602       - name: "network-role"
83603         in: "path"
83604         description: "Id of vm-network"
83605         required: true
83606         type: "string"
83607       - name: "network-id"
83608         in: "path"
83609         description: "Id of related-network"
83610         required: true
83611         type: "string"
83612       responses:
83613         400:
83614           description: "Internal error"
83615         200:
83616           description: "generic.resource.api.vlantags.VlanTags"
83617           responseSchema:
83618             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
83619             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
83620           schema:
83621             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
83622             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
83623   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/
83624   : get:
83625       tags:
83626       - "GENERIC-RESOURCE-API"
83627       description: "returns generic.resource.api.vmnetworkdata.SriovParameters"
83628       parameters:
83629       - name: "service-instance-id"
83630         in: "path"
83631         description: "Id of service"
83632         required: true
83633         type: "string"
83634       - name: "vnf-id"
83635         in: "path"
83636         description: "Id of vnf"
83637         required: true
83638         type: "string"
83639       - name: "vf-module-id"
83640         in: "path"
83641         description: "Id of vf-module"
83642         required: true
83643         type: "string"
83644       - name: "vm-type"
83645         in: "path"
83646         description: "Id of vm"
83647         required: true
83648         type: "string"
83649       - name: "network-role"
83650         in: "path"
83651         description: "Id of vm-network"
83652         required: true
83653         type: "string"
83654       responses:
83655         400:
83656           description: "Internal error"
83657         200:
83658           description: "generic.resource.api.vmnetworkdata.SriovParameters"
83659           responseSchema:
83660             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
83661             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
83662           schema:
83663             $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
83664             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
83665   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/
83666   : get:
83667       tags:
83668       - "GENERIC-RESOURCE-API"
83669       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83670       parameters:
83671       - name: "service-instance-id"
83672         in: "path"
83673         description: "Id of service"
83674         required: true
83675         type: "string"
83676       - name: "vnf-id"
83677         in: "path"
83678         description: "Id of vnf"
83679         required: true
83680         type: "string"
83681       - name: "vf-module-id"
83682         in: "path"
83683         description: "Id of vf-module"
83684         required: true
83685         type: "string"
83686       - name: "vm-type"
83687         in: "path"
83688         description: "Id of vm"
83689         required: true
83690         type: "string"
83691       - name: "network-role"
83692         in: "path"
83693         description: "Id of vm-network"
83694         required: true
83695         type: "string"
83696       responses:
83697         400:
83698           description: "Internal error"
83699         200:
83700           description: "generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83701           responseSchema:
83702             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83703             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83704           schema:
83705             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83706             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
83707   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/c-tags/
83708   : get:
83709       tags:
83710       - "GENERIC-RESOURCE-API"
83711       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83712       parameters:
83713       - name: "service-instance-id"
83714         in: "path"
83715         description: "Id of service"
83716         required: true
83717         type: "string"
83718       - name: "vnf-id"
83719         in: "path"
83720         description: "Id of vnf"
83721         required: true
83722         type: "string"
83723       - name: "vf-module-id"
83724         in: "path"
83725         description: "Id of vf-module"
83726         required: true
83727         type: "string"
83728       - name: "vm-type"
83729         in: "path"
83730         description: "Id of vm"
83731         required: true
83732         type: "string"
83733       - name: "network-role"
83734         in: "path"
83735         description: "Id of vm-network"
83736         required: true
83737         type: "string"
83738       responses:
83739         400:
83740           description: "Internal error"
83741         200:
83742           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83743           responseSchema:
83744             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83745             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83746           schema:
83747             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83748             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
83749   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/application-tags/s-tags/
83750   : get:
83751       tags:
83752       - "GENERIC-RESOURCE-API"
83753       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83754       parameters:
83755       - name: "service-instance-id"
83756         in: "path"
83757         description: "Id of service"
83758         required: true
83759         type: "string"
83760       - name: "vnf-id"
83761         in: "path"
83762         description: "Id of vnf"
83763         required: true
83764         type: "string"
83765       - name: "vf-module-id"
83766         in: "path"
83767         description: "Id of vf-module"
83768         required: true
83769         type: "string"
83770       - name: "vm-type"
83771         in: "path"
83772         description: "Id of vm"
83773         required: true
83774         type: "string"
83775       - name: "network-role"
83776         in: "path"
83777         description: "Id of vm-network"
83778         required: true
83779         type: "string"
83780       responses:
83781         400:
83782           description: "Internal error"
83783         200:
83784           description: "generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83785           responseSchema:
83786             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83787             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83788           schema:
83789             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83790             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
83791   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-assignments/vms/vm/{vm-type}/vm-networks/vm-network/{network-role}/sriov-parameters/heat-vlan-filters/
83792   : get:
83793       tags:
83794       - "GENERIC-RESOURCE-API"
83795       description: "returns generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83796       parameters:
83797       - name: "service-instance-id"
83798         in: "path"
83799         description: "Id of service"
83800         required: true
83801         type: "string"
83802       - name: "vnf-id"
83803         in: "path"
83804         description: "Id of vnf"
83805         required: true
83806         type: "string"
83807       - name: "vf-module-id"
83808         in: "path"
83809         description: "Id of vf-module"
83810         required: true
83811         type: "string"
83812       - name: "vm-type"
83813         in: "path"
83814         description: "Id of vm"
83815         required: true
83816         type: "string"
83817       - name: "network-role"
83818         in: "path"
83819         description: "Id of vm-network"
83820         required: true
83821         type: "string"
83822       responses:
83823         400:
83824           description: "Internal error"
83825         200:
83826           description: "generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83827           responseSchema:
83828             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83829             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83830           schema:
83831             $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83832             originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
83833   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/
83834   : get:
83835       tags:
83836       - "GENERIC-RESOURCE-API"
83837       description: "returns generic.resource.api.Param"
83838       parameters:
83839       - name: "service-instance-id"
83840         in: "path"
83841         description: "Id of service"
83842         required: true
83843         type: "string"
83844       - name: "vnf-id"
83845         in: "path"
83846         description: "Id of vnf"
83847         required: true
83848         type: "string"
83849       - name: "vf-module-id"
83850         in: "path"
83851         description: "Id of vf-module"
83852         required: true
83853         type: "string"
83854       responses:
83855         400:
83856           description: "Internal error"
83857         200:
83858           description: "generic.resource.api.Param"
83859           responseSchema:
83860             $ref: "#/definitions/generic.resource.api.Param"
83861             originalRef: "#/definitions/generic.resource.api.Param"
83862           schema:
83863             $ref: "#/definitions/generic.resource.api.Param"
83864             originalRef: "#/definitions/generic.resource.api.Param"
83865   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/
83866   : get:
83867       tags:
83868       - "GENERIC-RESOURCE-API"
83869       description: "returns generic.resource.api.param.Param"
83870       parameters:
83871       - name: "service-instance-id"
83872         in: "path"
83873         description: "Id of service"
83874         required: true
83875         type: "string"
83876       - name: "vnf-id"
83877         in: "path"
83878         description: "Id of vnf"
83879         required: true
83880         type: "string"
83881       - name: "vf-module-id"
83882         in: "path"
83883         description: "Id of vf-module"
83884         required: true
83885         type: "string"
83886       - name: "name"
83887         in: "path"
83888         description: "Id of param"
83889         required: true
83890         type: "string"
83891       responses:
83892         400:
83893           description: "Internal error"
83894         200:
83895           description: "generic.resource.api.param.Param"
83896           responseSchema:
83897             $ref: "#/definitions/generic.resource.api.param.Param"
83898             originalRef: "#/definitions/generic.resource.api.param.Param"
83899           schema:
83900             $ref: "#/definitions/generic.resource.api.param.Param"
83901             originalRef: "#/definitions/generic.resource.api.param.Param"
83902   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/
83903   : get:
83904       tags:
83905       - "GENERIC-RESOURCE-API"
83906       description: "returns generic.resource.api.param.param.ResourceResolutionData"
83907       parameters:
83908       - name: "service-instance-id"
83909         in: "path"
83910         description: "Id of service"
83911         required: true
83912         type: "string"
83913       - name: "vnf-id"
83914         in: "path"
83915         description: "Id of vnf"
83916         required: true
83917         type: "string"
83918       - name: "vf-module-id"
83919         in: "path"
83920         description: "Id of vf-module"
83921         required: true
83922         type: "string"
83923       - name: "name"
83924         in: "path"
83925         description: "Id of param"
83926         required: true
83927         type: "string"
83928       responses:
83929         400:
83930           description: "Internal error"
83931         200:
83932           description: "generic.resource.api.param.param.ResourceResolutionData"
83933           responseSchema:
83934             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
83935             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
83936           schema:
83937             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
83938             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
83939   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
83940   : get:
83941       tags:
83942       - "GENERIC-RESOURCE-API"
83943       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83944       parameters:
83945       - name: "service-instance-id"
83946         in: "path"
83947         description: "Id of service"
83948         required: true
83949         type: "string"
83950       - name: "vnf-id"
83951         in: "path"
83952         description: "Id of vnf"
83953         required: true
83954         type: "string"
83955       - name: "vf-module-id"
83956         in: "path"
83957         description: "Id of vf-module"
83958         required: true
83959         type: "string"
83960       - name: "name"
83961         in: "path"
83962         description: "Id of param"
83963         required: true
83964         type: "string"
83965       - name: "resource-key-name"
83966         in: "path"
83967         description: "Id of resource-key"
83968         required: true
83969         type: "string"
83970       responses:
83971         400:
83972           description: "Internal error"
83973         200:
83974           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83975           responseSchema:
83976             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83977             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83978           schema:
83979             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83980             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
83981   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vf-module-topology/vf-module-topology-identifier/
83982   : get:
83983       tags:
83984       - "GENERIC-RESOURCE-API"
83985       description: "returns generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
83986       parameters:
83987       - name: "service-instance-id"
83988         in: "path"
83989         description: "Id of service"
83990         required: true
83991         type: "string"
83992       - name: "vnf-id"
83993         in: "path"
83994         description: "Id of vnf"
83995         required: true
83996         type: "string"
83997       - name: "vf-module-id"
83998         in: "path"
83999         description: "Id of vf-module"
84000         required: true
84001         type: "string"
84002       responses:
84003         400:
84004           description: "Internal error"
84005         200:
84006           description: "generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
84007           responseSchema:
84008             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
84009             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
84010           schema:
84011             $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
84012             originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
84013   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vnf-information/
84014   : get:
84015       tags:
84016       - "GENERIC-RESOURCE-API"
84017       description: "returns generic.resource.api.vnfinformation.VnfInformation"
84018       parameters:
84019       - name: "service-instance-id"
84020         in: "path"
84021         description: "Id of service"
84022         required: true
84023         type: "string"
84024       - name: "vnf-id"
84025         in: "path"
84026         description: "Id of vnf"
84027         required: true
84028         type: "string"
84029       - name: "vf-module-id"
84030         in: "path"
84031         description: "Id of vf-module"
84032         required: true
84033         type: "string"
84034       responses:
84035         400:
84036           description: "Internal error"
84037         200:
84038           description: "generic.resource.api.vnfinformation.VnfInformation"
84039           responseSchema:
84040             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84041             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84042           schema:
84043             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84044             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84045   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vf-modules/vf-module/{vf-module-id}/vf-module-data/vnf-information/onap-model-information/
84046   : get:
84047       tags:
84048       - "GENERIC-RESOURCE-API"
84049       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
84050       parameters:
84051       - name: "service-instance-id"
84052         in: "path"
84053         description: "Id of service"
84054         required: true
84055         type: "string"
84056       - name: "vnf-id"
84057         in: "path"
84058         description: "Id of vnf"
84059         required: true
84060         type: "string"
84061       - name: "vf-module-id"
84062         in: "path"
84063         description: "Id of vf-module"
84064         required: true
84065         type: "string"
84066       responses:
84067         400:
84068           description: "Internal error"
84069         200:
84070           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
84071           responseSchema:
84072             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84073             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84074           schema:
84075             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84076             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84077   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/
84078   : get:
84079       tags:
84080       - "GENERIC-RESOURCE-API"
84081       description: "returns generic.resource.api.vnfinformation.VnfInformation"
84082       parameters:
84083       - name: "service-instance-id"
84084         in: "path"
84085         description: "Id of service"
84086         required: true
84087         type: "string"
84088       - name: "vnf-id"
84089         in: "path"
84090         description: "Id of vnf"
84091         required: true
84092         type: "string"
84093       responses:
84094         400:
84095           description: "Internal error"
84096         200:
84097           description: "generic.resource.api.vnfinformation.VnfInformation"
84098           responseSchema:
84099             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84100             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84101           schema:
84102             $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84103             originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
84104   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-information/onap-model-information/
84105   : get:
84106       tags:
84107       - "GENERIC-RESOURCE-API"
84108       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
84109       parameters:
84110       - name: "service-instance-id"
84111         in: "path"
84112         description: "Id of service"
84113         required: true
84114         type: "string"
84115       - name: "vnf-id"
84116         in: "path"
84117         description: "Id of vnf"
84118         required: true
84119         type: "string"
84120       responses:
84121         400:
84122           description: "Internal error"
84123         200:
84124           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
84125           responseSchema:
84126             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84127             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84128           schema:
84129             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84130             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
84131   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-level-oper-status/
84132   : get:
84133       tags:
84134       - "GENERIC-RESOURCE-API"
84135       description: "returns generic.resource.api.OperStatusData"
84136       parameters:
84137       - name: "service-instance-id"
84138         in: "path"
84139         description: "Id of service"
84140         required: true
84141         type: "string"
84142       - name: "vnf-id"
84143         in: "path"
84144         description: "Id of vnf"
84145         required: true
84146         type: "string"
84147       responses:
84148         400:
84149           description: "Internal error"
84150         200:
84151           description: "generic.resource.api.OperStatusData"
84152           responseSchema:
84153             $ref: "#/definitions/generic.resource.api.OperStatusData"
84154             originalRef: "#/definitions/generic.resource.api.OperStatusData"
84155           schema:
84156             $ref: "#/definitions/generic.resource.api.OperStatusData"
84157             originalRef: "#/definitions/generic.resource.api.OperStatusData"
84158   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/
84159   : get:
84160       tags:
84161       - "GENERIC-RESOURCE-API"
84162       description: "returns generic.resource.api.VnfNetworkCollection"
84163       parameters:
84164       - name: "service-instance-id"
84165         in: "path"
84166         description: "Id of service"
84167         required: true
84168         type: "string"
84169       - name: "vnf-id"
84170         in: "path"
84171         description: "Id of vnf"
84172         required: true
84173         type: "string"
84174       responses:
84175         400:
84176           description: "Internal error"
84177         200:
84178           description: "generic.resource.api.VnfNetworkCollection"
84179           responseSchema:
84180             $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
84181             originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
84182           schema:
84183             $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
84184             originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
84185   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/
84186   : get:
84187       tags:
84188       - "GENERIC-RESOURCE-API"
84189       description: "returns generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84190       parameters:
84191       - name: "service-instance-id"
84192         in: "path"
84193         description: "Id of service"
84194         required: true
84195         type: "string"
84196       - name: "vnf-id"
84197         in: "path"
84198         description: "Id of vnf"
84199         required: true
84200         type: "string"
84201       - name: "network-instance-group-function"
84202         in: "path"
84203         description: "Id of vnf-network-collection"
84204         required: true
84205         type: "string"
84206       responses:
84207         400:
84208           description: "Internal error"
84209         200:
84210           description: "generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84211           responseSchema:
84212             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84213             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84214           schema:
84215             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84216             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
84217   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/networks/
84218   : get:
84219       tags:
84220       - "GENERIC-RESOURCE-API"
84221       description: "returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84222       parameters:
84223       - name: "service-instance-id"
84224         in: "path"
84225         description: "Id of service"
84226         required: true
84227         type: "string"
84228       - name: "vnf-id"
84229         in: "path"
84230         description: "Id of vnf"
84231         required: true
84232         type: "string"
84233       - name: "network-instance-group-function"
84234         in: "path"
84235         description: "Id of vnf-network-collection"
84236         required: true
84237         type: "string"
84238       responses:
84239         400:
84240           description: "Internal error"
84241         200:
84242           description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84243           responseSchema:
84244             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84245             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84246           schema:
84247             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84248             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
84249   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/networks/network/{network-id}/
84250   : get:
84251       tags:
84252       - "GENERIC-RESOURCE-API"
84253       description: "returns generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84254       parameters:
84255       - name: "service-instance-id"
84256         in: "path"
84257         description: "Id of service"
84258         required: true
84259         type: "string"
84260       - name: "vnf-id"
84261         in: "path"
84262         description: "Id of vnf"
84263         required: true
84264         type: "string"
84265       - name: "network-instance-group-function"
84266         in: "path"
84267         description: "Id of vnf-network-collection"
84268         required: true
84269         type: "string"
84270       - name: "network-id"
84271         in: "path"
84272         description: "Id of network"
84273         required: true
84274         type: "string"
84275       responses:
84276         400:
84277           description: "Internal error"
84278         200:
84279           description: "generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84280           responseSchema:
84281             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84282             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84283           schema:
84284             $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84285             originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
84286   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/vnf-floating-ip/
84287   : get:
84288       tags:
84289       - "GENERIC-RESOURCE-API"
84290       description: "returns generic.resource.api.IpAddresses"
84291       parameters:
84292       - name: "service-instance-id"
84293         in: "path"
84294         description: "Id of service"
84295         required: true
84296         type: "string"
84297       - name: "vnf-id"
84298         in: "path"
84299         description: "Id of vnf"
84300         required: true
84301         type: "string"
84302       - name: "network-instance-group-function"
84303         in: "path"
84304         description: "Id of vnf-network-collection"
84305         required: true
84306         type: "string"
84307       responses:
84308         400:
84309           description: "Internal error"
84310         200:
84311           description: "generic.resource.api.IpAddresses"
84312           responseSchema:
84313             $ref: "#/definitions/generic.resource.api.IpAddresses"
84314             originalRef: "#/definitions/generic.resource.api.IpAddresses"
84315           schema:
84316             $ref: "#/definitions/generic.resource.api.IpAddresses"
84317             originalRef: "#/definitions/generic.resource.api.IpAddresses"
84318   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-network-collections/vnf-network-collection/{network-instance-group-function}/vnf-floating-ip/ip-addresses/
84319   : get:
84320       tags:
84321       - "GENERIC-RESOURCE-API"
84322       description: "returns generic.resource.api.ipaddresses.IpAddresses"
84323       parameters:
84324       - name: "service-instance-id"
84325         in: "path"
84326         description: "Id of service"
84327         required: true
84328         type: "string"
84329       - name: "vnf-id"
84330         in: "path"
84331         description: "Id of vnf"
84332         required: true
84333         type: "string"
84334       - name: "network-instance-group-function"
84335         in: "path"
84336         description: "Id of vnf-network-collection"
84337         required: true
84338         type: "string"
84339       responses:
84340         400:
84341           description: "Internal error"
84342         200:
84343           description: "generic.resource.api.ipaddresses.IpAddresses"
84344           responseSchema:
84345             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
84346             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
84347           schema:
84348             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
84349             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
84350   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-provided-allotted-resources/
84351   : get:
84352       tags:
84353       - "GENERIC-RESOURCE-API"
84354       description: "returns generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84355       parameters:
84356       - name: "service-instance-id"
84357         in: "path"
84358         description: "Id of service"
84359         required: true
84360         type: "string"
84361       - name: "vnf-id"
84362         in: "path"
84363         description: "Id of vnf"
84364         required: true
84365         type: "string"
84366       responses:
84367         400:
84368           description: "Internal error"
84369         200:
84370           description: "generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84371           responseSchema:
84372             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84373             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84374           schema:
84375             $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84376             originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
84377   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/
84378   : get:
84379       tags:
84380       - "GENERIC-RESOURCE-API"
84381       description: "returns generic.resource.api.vnfrequestinput.VnfRequestInput"
84382       parameters:
84383       - name: "service-instance-id"
84384         in: "path"
84385         description: "Id of service"
84386         required: true
84387         type: "string"
84388       - name: "vnf-id"
84389         in: "path"
84390         description: "Id of vnf"
84391         required: true
84392         type: "string"
84393       responses:
84394         400:
84395           description: "Internal error"
84396         200:
84397           description: "generic.resource.api.vnfrequestinput.VnfRequestInput"
84398           responseSchema:
84399             $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
84400             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
84401           schema:
84402             $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
84403             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
84404   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/
84405   : get:
84406       tags:
84407       - "GENERIC-RESOURCE-API"
84408       description: "returns generic.resource.api.Param"
84409       parameters:
84410       - name: "service-instance-id"
84411         in: "path"
84412         description: "Id of service"
84413         required: true
84414         type: "string"
84415       - name: "vnf-id"
84416         in: "path"
84417         description: "Id of vnf"
84418         required: true
84419         type: "string"
84420       responses:
84421         400:
84422           description: "Internal error"
84423         200:
84424           description: "generic.resource.api.Param"
84425           responseSchema:
84426             $ref: "#/definitions/generic.resource.api.Param"
84427             originalRef: "#/definitions/generic.resource.api.Param"
84428           schema:
84429             $ref: "#/definitions/generic.resource.api.Param"
84430             originalRef: "#/definitions/generic.resource.api.Param"
84431   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/
84432   : get:
84433       tags:
84434       - "GENERIC-RESOURCE-API"
84435       description: "returns generic.resource.api.param.Param"
84436       parameters:
84437       - name: "service-instance-id"
84438         in: "path"
84439         description: "Id of service"
84440         required: true
84441         type: "string"
84442       - name: "vnf-id"
84443         in: "path"
84444         description: "Id of vnf"
84445         required: true
84446         type: "string"
84447       - name: "name"
84448         in: "path"
84449         description: "Id of param"
84450         required: true
84451         type: "string"
84452       responses:
84453         400:
84454           description: "Internal error"
84455         200:
84456           description: "generic.resource.api.param.Param"
84457           responseSchema:
84458             $ref: "#/definitions/generic.resource.api.param.Param"
84459             originalRef: "#/definitions/generic.resource.api.param.Param"
84460           schema:
84461             $ref: "#/definitions/generic.resource.api.param.Param"
84462             originalRef: "#/definitions/generic.resource.api.param.Param"
84463   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/resource-resolution-data/
84464   : get:
84465       tags:
84466       - "GENERIC-RESOURCE-API"
84467       description: "returns generic.resource.api.param.param.ResourceResolutionData"
84468       parameters:
84469       - name: "service-instance-id"
84470         in: "path"
84471         description: "Id of service"
84472         required: true
84473         type: "string"
84474       - name: "vnf-id"
84475         in: "path"
84476         description: "Id of vnf"
84477         required: true
84478         type: "string"
84479       - name: "name"
84480         in: "path"
84481         description: "Id of param"
84482         required: true
84483         type: "string"
84484       responses:
84485         400:
84486           description: "Internal error"
84487         200:
84488           description: "generic.resource.api.param.param.ResourceResolutionData"
84489           responseSchema:
84490             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
84491             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
84492           schema:
84493             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
84494             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
84495   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-input-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
84496   : get:
84497       tags:
84498       - "GENERIC-RESOURCE-API"
84499       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84500       parameters:
84501       - name: "service-instance-id"
84502         in: "path"
84503         description: "Id of service"
84504         required: true
84505         type: "string"
84506       - name: "vnf-id"
84507         in: "path"
84508         description: "Id of vnf"
84509         required: true
84510         type: "string"
84511       - name: "name"
84512         in: "path"
84513         description: "Id of param"
84514         required: true
84515         type: "string"
84516       - name: "resource-key-name"
84517         in: "path"
84518         description: "Id of resource-key"
84519         required: true
84520         type: "string"
84521       responses:
84522         400:
84523           description: "Internal error"
84524         200:
84525           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84526           responseSchema:
84527             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84528             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84529           schema:
84530             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84531             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
84532   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-network-instance-group-ids/{vnf-network-instance-group-id}/
84533   : get:
84534       tags:
84535       - "GENERIC-RESOURCE-API"
84536       description: "returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84537       parameters:
84538       - name: "service-instance-id"
84539         in: "path"
84540         description: "Id of service"
84541         required: true
84542         type: "string"
84543       - name: "vnf-id"
84544         in: "path"
84545         description: "Id of vnf"
84546         required: true
84547         type: "string"
84548       - name: "vnf-network-instance-group-id"
84549         in: "path"
84550         description: "Id of vnf-network-instance-group-ids"
84551         required: true
84552         type: "string"
84553       responses:
84554         400:
84555           description: "Internal error"
84556         200:
84557           description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84558           responseSchema:
84559             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84560             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84561           schema:
84562             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84563             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
84564   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/
84565   : get:
84566       tags:
84567       - "GENERIC-RESOURCE-API"
84568       description: "returns generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84569       parameters:
84570       - name: "service-instance-id"
84571         in: "path"
84572         description: "Id of service"
84573         required: true
84574         type: "string"
84575       - name: "vnf-id"
84576         in: "path"
84577         description: "Id of vnf"
84578         required: true
84579         type: "string"
84580       responses:
84581         400:
84582           description: "Internal error"
84583         200:
84584           description: "generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84585           responseSchema:
84586             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84587             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84588           schema:
84589             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84590             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
84591   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/
84592   : get:
84593       tags:
84594       - "GENERIC-RESOURCE-API"
84595       description: "returns generic.resource.api.VnfNetworkData"
84596       parameters:
84597       - name: "service-instance-id"
84598         in: "path"
84599         description: "Id of service"
84600         required: true
84601         type: "string"
84602       - name: "vnf-id"
84603         in: "path"
84604         description: "Id of vnf"
84605         required: true
84606         type: "string"
84607       - name: "network-role"
84608         in: "path"
84609         description: "Id of vnf-network"
84610         required: true
84611         type: "string"
84612       responses:
84613         400:
84614           description: "Internal error"
84615         200:
84616           description: "generic.resource.api.VnfNetworkData"
84617           responseSchema:
84618             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
84619             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
84620           schema:
84621             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
84622             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
84623   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/
84624   : get:
84625       tags:
84626       - "GENERIC-RESOURCE-API"
84627       description: "returns generic.resource.api.RelatedNetwork"
84628       parameters:
84629       - name: "service-instance-id"
84630         in: "path"
84631         description: "Id of service"
84632         required: true
84633         type: "string"
84634       - name: "vnf-id"
84635         in: "path"
84636         description: "Id of vnf"
84637         required: true
84638         type: "string"
84639       - name: "network-role"
84640         in: "path"
84641         description: "Id of vnf-network"
84642         required: true
84643         type: "string"
84644       responses:
84645         400:
84646           description: "Internal error"
84647         200:
84648           description: "generic.resource.api.RelatedNetwork"
84649           responseSchema:
84650             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
84651             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
84652           schema:
84653             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
84654             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
84655   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
84656   : get:
84657       tags:
84658       - "GENERIC-RESOURCE-API"
84659       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
84660       parameters:
84661       - name: "service-instance-id"
84662         in: "path"
84663         description: "Id of service"
84664         required: true
84665         type: "string"
84666       - name: "vnf-id"
84667         in: "path"
84668         description: "Id of vnf"
84669         required: true
84670         type: "string"
84671       - name: "network-role"
84672         in: "path"
84673         description: "Id of vnf-network"
84674         required: true
84675         type: "string"
84676       - name: "network-id"
84677         in: "path"
84678         description: "Id of related-network"
84679         required: true
84680         type: "string"
84681       responses:
84682         400:
84683           description: "Internal error"
84684         200:
84685           description: "generic.resource.api.relatednetwork.RelatedNetwork"
84686           responseSchema:
84687             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
84688             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
84689           schema:
84690             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
84691             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
84692   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
84693   : get:
84694       tags:
84695       - "GENERIC-RESOURCE-API"
84696       description: "returns generic.resource.api.vlantags.VlanTags"
84697       parameters:
84698       - name: "service-instance-id"
84699         in: "path"
84700         description: "Id of service"
84701         required: true
84702         type: "string"
84703       - name: "vnf-id"
84704         in: "path"
84705         description: "Id of vnf"
84706         required: true
84707         type: "string"
84708       - name: "network-role"
84709         in: "path"
84710         description: "Id of vnf-network"
84711         required: true
84712         type: "string"
84713       - name: "network-id"
84714         in: "path"
84715         description: "Id of related-network"
84716         required: true
84717         type: "string"
84718       responses:
84719         400:
84720           description: "Internal error"
84721         200:
84722           description: "generic.resource.api.vlantags.VlanTags"
84723           responseSchema:
84724             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
84725             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
84726           schema:
84727             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
84728             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
84729   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/subnets-data/
84730   : get:
84731       tags:
84732       - "GENERIC-RESOURCE-API"
84733       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
84734       parameters:
84735       - name: "service-instance-id"
84736         in: "path"
84737         description: "Id of service"
84738         required: true
84739         type: "string"
84740       - name: "vnf-id"
84741         in: "path"
84742         description: "Id of vnf"
84743         required: true
84744         type: "string"
84745       - name: "network-role"
84746         in: "path"
84747         description: "Id of vnf-network"
84748         required: true
84749         type: "string"
84750       responses:
84751         400:
84752           description: "Internal error"
84753         200:
84754           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
84755           responseSchema:
84756             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
84757             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
84758           schema:
84759             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
84760             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
84761   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-request-input/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
84762   : get:
84763       tags:
84764       - "GENERIC-RESOURCE-API"
84765       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84766       parameters:
84767       - name: "service-instance-id"
84768         in: "path"
84769         description: "Id of service"
84770         required: true
84771         type: "string"
84772       - name: "vnf-id"
84773         in: "path"
84774         description: "Id of vnf"
84775         required: true
84776         type: "string"
84777       - name: "network-role"
84778         in: "path"
84779         description: "Id of vnf-network"
84780         required: true
84781         type: "string"
84782       - name: "sdnc-subnet-id"
84783         in: "path"
84784         description: "Id of subnet-data"
84785         required: true
84786         type: "string"
84787       responses:
84788         400:
84789           description: "Internal error"
84790         200:
84791           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84792           responseSchema:
84793             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84794             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84795           schema:
84796             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84797             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
84798   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/
84799   : get:
84800       tags:
84801       - "GENERIC-RESOURCE-API"
84802       description: "returns generic.resource.api.VnfSubInterfaceGroup"
84803       parameters:
84804       - name: "service-instance-id"
84805         in: "path"
84806         description: "Id of service"
84807         required: true
84808         type: "string"
84809       - name: "vnf-id"
84810         in: "path"
84811         description: "Id of vnf"
84812         required: true
84813         type: "string"
84814       responses:
84815         400:
84816           description: "Internal error"
84817         200:
84818           description: "generic.resource.api.VnfSubInterfaceGroup"
84819           responseSchema:
84820             $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
84821             originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
84822           schema:
84823             $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
84824             originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
84825   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/
84826   : get:
84827       tags:
84828       - "GENERIC-RESOURCE-API"
84829       description: "returns generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84830       parameters:
84831       - name: "service-instance-id"
84832         in: "path"
84833         description: "Id of service"
84834         required: true
84835         type: "string"
84836       - name: "vnf-id"
84837         in: "path"
84838         description: "Id of vnf"
84839         required: true
84840         type: "string"
84841       - name: "vnfc-instance-group-function"
84842         in: "path"
84843         description: "Id of vnf-sub-interface-group"
84844         required: true
84845         type: "string"
84846       - name: "network-instance-group-function"
84847         in: "path"
84848         description: "Id of vnf-sub-interface-group"
84849         required: true
84850         type: "string"
84851       - name: "parent-port-role"
84852         in: "path"
84853         description: "Id of vnf-sub-interface-group"
84854         required: true
84855         type: "string"
84856       responses:
84857         400:
84858           description: "Internal error"
84859         200:
84860           description: "generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84861           responseSchema:
84862             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84863             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84864           schema:
84865             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84866             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
84867   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/customer-bonding-requests/
84868   : get:
84869       tags:
84870       - "GENERIC-RESOURCE-API"
84871       description: "returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84872       parameters:
84873       - name: "service-instance-id"
84874         in: "path"
84875         description: "Id of service"
84876         required: true
84877         type: "string"
84878       - name: "vnf-id"
84879         in: "path"
84880         description: "Id of vnf"
84881         required: true
84882         type: "string"
84883       - name: "vnfc-instance-group-function"
84884         in: "path"
84885         description: "Id of vnf-sub-interface-group"
84886         required: true
84887         type: "string"
84888       - name: "network-instance-group-function"
84889         in: "path"
84890         description: "Id of vnf-sub-interface-group"
84891         required: true
84892         type: "string"
84893       - name: "parent-port-role"
84894         in: "path"
84895         description: "Id of vnf-sub-interface-group"
84896         required: true
84897         type: "string"
84898       responses:
84899         400:
84900           description: "Internal error"
84901         200:
84902           description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84903           responseSchema:
84904             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84905             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84906           schema:
84907             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84908             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
84909   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/customer-bonding-requests/customer-bonding-request/{configuration-id}/
84910   : get:
84911       tags:
84912       - "GENERIC-RESOURCE-API"
84913       description: "returns generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84914       parameters:
84915       - name: "service-instance-id"
84916         in: "path"
84917         description: "Id of service"
84918         required: true
84919         type: "string"
84920       - name: "vnf-id"
84921         in: "path"
84922         description: "Id of vnf"
84923         required: true
84924         type: "string"
84925       - name: "vnfc-instance-group-function"
84926         in: "path"
84927         description: "Id of vnf-sub-interface-group"
84928         required: true
84929         type: "string"
84930       - name: "network-instance-group-function"
84931         in: "path"
84932         description: "Id of vnf-sub-interface-group"
84933         required: true
84934         type: "string"
84935       - name: "parent-port-role"
84936         in: "path"
84937         description: "Id of vnf-sub-interface-group"
84938         required: true
84939         type: "string"
84940       - name: "configuration-id"
84941         in: "path"
84942         description: "Id of customer-bonding-request"
84943         required: true
84944         type: "string"
84945       responses:
84946         400:
84947           description: "Internal error"
84948         200:
84949           description: "generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84950           responseSchema:
84951             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84952             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84953           schema:
84954             $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84955             originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
84956   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/
84957   : get:
84958       tags:
84959       - "GENERIC-RESOURCE-API"
84960       description: "returns generic.resource.api.vnfcs.Vnfcs"
84961       parameters:
84962       - name: "service-instance-id"
84963         in: "path"
84964         description: "Id of service"
84965         required: true
84966         type: "string"
84967       - name: "vnf-id"
84968         in: "path"
84969         description: "Id of vnf"
84970         required: true
84971         type: "string"
84972       - name: "vnfc-instance-group-function"
84973         in: "path"
84974         description: "Id of vnf-sub-interface-group"
84975         required: true
84976         type: "string"
84977       - name: "network-instance-group-function"
84978         in: "path"
84979         description: "Id of vnf-sub-interface-group"
84980         required: true
84981         type: "string"
84982       - name: "parent-port-role"
84983         in: "path"
84984         description: "Id of vnf-sub-interface-group"
84985         required: true
84986         type: "string"
84987       responses:
84988         400:
84989           description: "Internal error"
84990         200:
84991           description: "generic.resource.api.vnfcs.Vnfcs"
84992           responseSchema:
84993             $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
84994             originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
84995           schema:
84996             $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
84997             originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
84998   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/
84999   : get:
85000       tags:
85001       - "GENERIC-RESOURCE-API"
85002       description: "returns generic.resource.api.vnfcs.vnfcs.Vnfc"
85003       parameters:
85004       - name: "service-instance-id"
85005         in: "path"
85006         description: "Id of service"
85007         required: true
85008         type: "string"
85009       - name: "vnf-id"
85010         in: "path"
85011         description: "Id of vnf"
85012         required: true
85013         type: "string"
85014       - name: "vnfc-instance-group-function"
85015         in: "path"
85016         description: "Id of vnf-sub-interface-group"
85017         required: true
85018         type: "string"
85019       - name: "network-instance-group-function"
85020         in: "path"
85021         description: "Id of vnf-sub-interface-group"
85022         required: true
85023         type: "string"
85024       - name: "parent-port-role"
85025         in: "path"
85026         description: "Id of vnf-sub-interface-group"
85027         required: true
85028         type: "string"
85029       - name: "vnfc-name"
85030         in: "path"
85031         description: "Id of vnfc"
85032         required: true
85033         type: "string"
85034       responses:
85035         400:
85036           description: "Internal error"
85037         200:
85038           description: "generic.resource.api.vnfcs.vnfcs.Vnfc"
85039           responseSchema:
85040             $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
85041             originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
85042           schema:
85043             $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
85044             originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
85045   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/
85046   : get:
85047       tags:
85048       - "GENERIC-RESOURCE-API"
85049       description: "returns generic.resource.api.vnics.Vnics"
85050       parameters:
85051       - name: "service-instance-id"
85052         in: "path"
85053         description: "Id of service"
85054         required: true
85055         type: "string"
85056       - name: "vnf-id"
85057         in: "path"
85058         description: "Id of vnf"
85059         required: true
85060         type: "string"
85061       - name: "vnfc-instance-group-function"
85062         in: "path"
85063         description: "Id of vnf-sub-interface-group"
85064         required: true
85065         type: "string"
85066       - name: "network-instance-group-function"
85067         in: "path"
85068         description: "Id of vnf-sub-interface-group"
85069         required: true
85070         type: "string"
85071       - name: "parent-port-role"
85072         in: "path"
85073         description: "Id of vnf-sub-interface-group"
85074         required: true
85075         type: "string"
85076       - name: "vnfc-name"
85077         in: "path"
85078         description: "Id of vnfc"
85079         required: true
85080         type: "string"
85081       responses:
85082         400:
85083           description: "Internal error"
85084         200:
85085           description: "generic.resource.api.vnics.Vnics"
85086           responseSchema:
85087             $ref: "#/definitions/generic.resource.api.vnics.Vnics"
85088             originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
85089           schema:
85090             $ref: "#/definitions/generic.resource.api.vnics.Vnics"
85091             originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
85092   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/
85093   : get:
85094       tags:
85095       - "GENERIC-RESOURCE-API"
85096       description: "returns generic.resource.api.vnics.vnics.Vnic"
85097       parameters:
85098       - name: "service-instance-id"
85099         in: "path"
85100         description: "Id of service"
85101         required: true
85102         type: "string"
85103       - name: "vnf-id"
85104         in: "path"
85105         description: "Id of vnf"
85106         required: true
85107         type: "string"
85108       - name: "vnfc-instance-group-function"
85109         in: "path"
85110         description: "Id of vnf-sub-interface-group"
85111         required: true
85112         type: "string"
85113       - name: "network-instance-group-function"
85114         in: "path"
85115         description: "Id of vnf-sub-interface-group"
85116         required: true
85117         type: "string"
85118       - name: "parent-port-role"
85119         in: "path"
85120         description: "Id of vnf-sub-interface-group"
85121         required: true
85122         type: "string"
85123       - name: "vnfc-name"
85124         in: "path"
85125         description: "Id of vnfc"
85126         required: true
85127         type: "string"
85128       - name: "vnic-port-name"
85129         in: "path"
85130         description: "Id of vnic"
85131         required: true
85132         type: "string"
85133       responses:
85134         400:
85135           description: "Internal error"
85136         200:
85137           description: "generic.resource.api.vnics.vnics.Vnic"
85138           responseSchema:
85139             $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
85140             originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
85141           schema:
85142             $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
85143             originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
85144   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/
85145   : get:
85146       tags:
85147       - "GENERIC-RESOURCE-API"
85148       description: "returns generic.resource.api.subinterfaces.SubInterfaces"
85149       parameters:
85150       - name: "service-instance-id"
85151         in: "path"
85152         description: "Id of service"
85153         required: true
85154         type: "string"
85155       - name: "vnf-id"
85156         in: "path"
85157         description: "Id of vnf"
85158         required: true
85159         type: "string"
85160       - name: "vnfc-instance-group-function"
85161         in: "path"
85162         description: "Id of vnf-sub-interface-group"
85163         required: true
85164         type: "string"
85165       - name: "network-instance-group-function"
85166         in: "path"
85167         description: "Id of vnf-sub-interface-group"
85168         required: true
85169         type: "string"
85170       - name: "parent-port-role"
85171         in: "path"
85172         description: "Id of vnf-sub-interface-group"
85173         required: true
85174         type: "string"
85175       - name: "vnfc-name"
85176         in: "path"
85177         description: "Id of vnfc"
85178         required: true
85179         type: "string"
85180       - name: "vnic-port-name"
85181         in: "path"
85182         description: "Id of vnic"
85183         required: true
85184         type: "string"
85185       responses:
85186         400:
85187           description: "Internal error"
85188         200:
85189           description: "generic.resource.api.subinterfaces.SubInterfaces"
85190           responseSchema:
85191             $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
85192             originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
85193           schema:
85194             $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
85195             originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
85196   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/
85197   : get:
85198       tags:
85199       - "GENERIC-RESOURCE-API"
85200       description: "returns generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85201       parameters:
85202       - name: "service-instance-id"
85203         in: "path"
85204         description: "Id of service"
85205         required: true
85206         type: "string"
85207       - name: "vnf-id"
85208         in: "path"
85209         description: "Id of vnf"
85210         required: true
85211         type: "string"
85212       - name: "vnfc-instance-group-function"
85213         in: "path"
85214         description: "Id of vnf-sub-interface-group"
85215         required: true
85216         type: "string"
85217       - name: "network-instance-group-function"
85218         in: "path"
85219         description: "Id of vnf-sub-interface-group"
85220         required: true
85221         type: "string"
85222       - name: "parent-port-role"
85223         in: "path"
85224         description: "Id of vnf-sub-interface-group"
85225         required: true
85226         type: "string"
85227       - name: "vnfc-name"
85228         in: "path"
85229         description: "Id of vnfc"
85230         required: true
85231         type: "string"
85232       - name: "vnic-port-name"
85233         in: "path"
85234         description: "Id of vnic"
85235         required: true
85236         type: "string"
85237       - name: "sub-interface-port-name"
85238         in: "path"
85239         description: "Id of sub-interface"
85240         required: true
85241         type: "string"
85242       responses:
85243         400:
85244           description: "Internal error"
85245         200:
85246           description: "generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85247           responseSchema:
85248             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85249             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85250           schema:
85251             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85252             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
85253   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-ip-addresses/
85254   : get:
85255       tags:
85256       - "GENERIC-RESOURCE-API"
85257       description: "returns generic.resource.api.IpAddresses"
85258       parameters:
85259       - name: "service-instance-id"
85260         in: "path"
85261         description: "Id of service"
85262         required: true
85263         type: "string"
85264       - name: "vnf-id"
85265         in: "path"
85266         description: "Id of vnf"
85267         required: true
85268         type: "string"
85269       - name: "vnfc-instance-group-function"
85270         in: "path"
85271         description: "Id of vnf-sub-interface-group"
85272         required: true
85273         type: "string"
85274       - name: "network-instance-group-function"
85275         in: "path"
85276         description: "Id of vnf-sub-interface-group"
85277         required: true
85278         type: "string"
85279       - name: "parent-port-role"
85280         in: "path"
85281         description: "Id of vnf-sub-interface-group"
85282         required: true
85283         type: "string"
85284       - name: "vnfc-name"
85285         in: "path"
85286         description: "Id of vnfc"
85287         required: true
85288         type: "string"
85289       - name: "vnic-port-name"
85290         in: "path"
85291         description: "Id of vnic"
85292         required: true
85293         type: "string"
85294       - name: "sub-interface-port-name"
85295         in: "path"
85296         description: "Id of sub-interface"
85297         required: true
85298         type: "string"
85299       responses:
85300         400:
85301           description: "Internal error"
85302         200:
85303           description: "generic.resource.api.IpAddresses"
85304           responseSchema:
85305             $ref: "#/definitions/generic.resource.api.IpAddresses"
85306             originalRef: "#/definitions/generic.resource.api.IpAddresses"
85307           schema:
85308             $ref: "#/definitions/generic.resource.api.IpAddresses"
85309             originalRef: "#/definitions/generic.resource.api.IpAddresses"
85310   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-ip-addresses/ip-addresses/
85311   : get:
85312       tags:
85313       - "GENERIC-RESOURCE-API"
85314       description: "returns generic.resource.api.ipaddresses.IpAddresses"
85315       parameters:
85316       - name: "service-instance-id"
85317         in: "path"
85318         description: "Id of service"
85319         required: true
85320         type: "string"
85321       - name: "vnf-id"
85322         in: "path"
85323         description: "Id of vnf"
85324         required: true
85325         type: "string"
85326       - name: "vnfc-instance-group-function"
85327         in: "path"
85328         description: "Id of vnf-sub-interface-group"
85329         required: true
85330         type: "string"
85331       - name: "network-instance-group-function"
85332         in: "path"
85333         description: "Id of vnf-sub-interface-group"
85334         required: true
85335         type: "string"
85336       - name: "parent-port-role"
85337         in: "path"
85338         description: "Id of vnf-sub-interface-group"
85339         required: true
85340         type: "string"
85341       - name: "vnfc-name"
85342         in: "path"
85343         description: "Id of vnfc"
85344         required: true
85345         type: "string"
85346       - name: "vnic-port-name"
85347         in: "path"
85348         description: "Id of vnic"
85349         required: true
85350         type: "string"
85351       - name: "sub-interface-port-name"
85352         in: "path"
85353         description: "Id of sub-interface"
85354         required: true
85355         type: "string"
85356       responses:
85357         400:
85358           description: "Internal error"
85359         200:
85360           description: "generic.resource.api.ipaddresses.IpAddresses"
85361           responseSchema:
85362             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
85363             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
85364           schema:
85365             $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
85366             originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
85367   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/sub-interface-network/
85368   : get:
85369       tags:
85370       - "GENERIC-RESOURCE-API"
85371       description: "returns generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85372       parameters:
85373       - name: "service-instance-id"
85374         in: "path"
85375         description: "Id of service"
85376         required: true
85377         type: "string"
85378       - name: "vnf-id"
85379         in: "path"
85380         description: "Id of vnf"
85381         required: true
85382         type: "string"
85383       - name: "vnfc-instance-group-function"
85384         in: "path"
85385         description: "Id of vnf-sub-interface-group"
85386         required: true
85387         type: "string"
85388       - name: "network-instance-group-function"
85389         in: "path"
85390         description: "Id of vnf-sub-interface-group"
85391         required: true
85392         type: "string"
85393       - name: "parent-port-role"
85394         in: "path"
85395         description: "Id of vnf-sub-interface-group"
85396         required: true
85397         type: "string"
85398       - name: "vnfc-name"
85399         in: "path"
85400         description: "Id of vnfc"
85401         required: true
85402         type: "string"
85403       - name: "vnic-port-name"
85404         in: "path"
85405         description: "Id of vnic"
85406         required: true
85407         type: "string"
85408       - name: "sub-interface-port-name"
85409         in: "path"
85410         description: "Id of sub-interface"
85411         required: true
85412         type: "string"
85413       responses:
85414         400:
85415           description: "Internal error"
85416         200:
85417           description: "generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85418           responseSchema:
85419             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85420             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85421           schema:
85422             $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85423             originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
85424   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-sub-interface-groups/vnf-sub-interface-group/{vnfc-instance-group-function}/{network-instance-group-function}/{parent-port-role}/vnfcs/vnfc/{vnfc-name}/vnics/vnic/{vnic-port-name}/sub-interfaces/sub-interface/{sub-interface-port-name}/vlan-tags/
85425   : get:
85426       tags:
85427       - "GENERIC-RESOURCE-API"
85428       description: "returns generic.resource.api.vlantags.VlanTags"
85429       parameters:
85430       - name: "service-instance-id"
85431         in: "path"
85432         description: "Id of service"
85433         required: true
85434         type: "string"
85435       - name: "vnf-id"
85436         in: "path"
85437         description: "Id of vnf"
85438         required: true
85439         type: "string"
85440       - name: "vnfc-instance-group-function"
85441         in: "path"
85442         description: "Id of vnf-sub-interface-group"
85443         required: true
85444         type: "string"
85445       - name: "network-instance-group-function"
85446         in: "path"
85447         description: "Id of vnf-sub-interface-group"
85448         required: true
85449         type: "string"
85450       - name: "parent-port-role"
85451         in: "path"
85452         description: "Id of vnf-sub-interface-group"
85453         required: true
85454         type: "string"
85455       - name: "vnfc-name"
85456         in: "path"
85457         description: "Id of vnfc"
85458         required: true
85459         type: "string"
85460       - name: "vnic-port-name"
85461         in: "path"
85462         description: "Id of vnic"
85463         required: true
85464         type: "string"
85465       - name: "sub-interface-port-name"
85466         in: "path"
85467         description: "Id of sub-interface"
85468         required: true
85469         type: "string"
85470       responses:
85471         400:
85472           description: "Internal error"
85473         200:
85474           description: "generic.resource.api.vlantags.VlanTags"
85475           responseSchema:
85476             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
85477             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
85478           schema:
85479             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
85480             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
85481   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/
85482   : get:
85483       tags:
85484       - "GENERIC-RESOURCE-API"
85485       description: "returns generic.resource.api.vnftopology.VnfTopology"
85486       parameters:
85487       - name: "service-instance-id"
85488         in: "path"
85489         description: "Id of service"
85490         required: true
85491         type: "string"
85492       - name: "vnf-id"
85493         in: "path"
85494         description: "Id of vnf"
85495         required: true
85496         type: "string"
85497       responses:
85498         400:
85499           description: "Internal error"
85500         200:
85501           description: "generic.resource.api.vnftopology.VnfTopology"
85502           responseSchema:
85503             $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
85504             originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
85505           schema:
85506             $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
85507             originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
85508   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/onap-model-information/
85509   : get:
85510       tags:
85511       - "GENERIC-RESOURCE-API"
85512       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
85513       parameters:
85514       - name: "service-instance-id"
85515         in: "path"
85516         description: "Id of service"
85517         required: true
85518         type: "string"
85519       - name: "vnf-id"
85520         in: "path"
85521         description: "Id of vnf"
85522         required: true
85523         type: "string"
85524       responses:
85525         400:
85526           description: "Internal error"
85527         200:
85528           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
85529           responseSchema:
85530             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
85531             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
85532           schema:
85533             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
85534             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
85535   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/
85536   : get:
85537       tags:
85538       - "GENERIC-RESOURCE-API"
85539       description: "returns generic.resource.api.Param"
85540       parameters:
85541       - name: "service-instance-id"
85542         in: "path"
85543         description: "Id of service"
85544         required: true
85545         type: "string"
85546       - name: "vnf-id"
85547         in: "path"
85548         description: "Id of vnf"
85549         required: true
85550         type: "string"
85551       responses:
85552         400:
85553           description: "Internal error"
85554         200:
85555           description: "generic.resource.api.Param"
85556           responseSchema:
85557             $ref: "#/definitions/generic.resource.api.Param"
85558             originalRef: "#/definitions/generic.resource.api.Param"
85559           schema:
85560             $ref: "#/definitions/generic.resource.api.Param"
85561             originalRef: "#/definitions/generic.resource.api.Param"
85562   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/
85563   : get:
85564       tags:
85565       - "GENERIC-RESOURCE-API"
85566       description: "returns generic.resource.api.param.Param"
85567       parameters:
85568       - name: "service-instance-id"
85569         in: "path"
85570         description: "Id of service"
85571         required: true
85572         type: "string"
85573       - name: "vnf-id"
85574         in: "path"
85575         description: "Id of vnf"
85576         required: true
85577         type: "string"
85578       - name: "name"
85579         in: "path"
85580         description: "Id of param"
85581         required: true
85582         type: "string"
85583       responses:
85584         400:
85585           description: "Internal error"
85586         200:
85587           description: "generic.resource.api.param.Param"
85588           responseSchema:
85589             $ref: "#/definitions/generic.resource.api.param.Param"
85590             originalRef: "#/definitions/generic.resource.api.param.Param"
85591           schema:
85592             $ref: "#/definitions/generic.resource.api.param.Param"
85593             originalRef: "#/definitions/generic.resource.api.param.Param"
85594   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/resource-resolution-data/
85595   : get:
85596       tags:
85597       - "GENERIC-RESOURCE-API"
85598       description: "returns generic.resource.api.param.param.ResourceResolutionData"
85599       parameters:
85600       - name: "service-instance-id"
85601         in: "path"
85602         description: "Id of service"
85603         required: true
85604         type: "string"
85605       - name: "vnf-id"
85606         in: "path"
85607         description: "Id of vnf"
85608         required: true
85609         type: "string"
85610       - name: "name"
85611         in: "path"
85612         description: "Id of param"
85613         required: true
85614         type: "string"
85615       responses:
85616         400:
85617           description: "Internal error"
85618         200:
85619           description: "generic.resource.api.param.param.ResourceResolutionData"
85620           responseSchema:
85621             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
85622             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
85623           schema:
85624             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
85625             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
85626   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-parameters-data/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
85627   : get:
85628       tags:
85629       - "GENERIC-RESOURCE-API"
85630       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85631       parameters:
85632       - name: "service-instance-id"
85633         in: "path"
85634         description: "Id of service"
85635         required: true
85636         type: "string"
85637       - name: "vnf-id"
85638         in: "path"
85639         description: "Id of vnf"
85640         required: true
85641         type: "string"
85642       - name: "name"
85643         in: "path"
85644         description: "Id of param"
85645         required: true
85646         type: "string"
85647       - name: "resource-key-name"
85648         in: "path"
85649         description: "Id of resource-key"
85650         required: true
85651         type: "string"
85652       responses:
85653         400:
85654           description: "Internal error"
85655         200:
85656           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85657           responseSchema:
85658             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85659             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85660           schema:
85661             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85662             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
85663   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/
85664   : get:
85665       tags:
85666       - "GENERIC-RESOURCE-API"
85667       description: "returns generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85668       parameters:
85669       - name: "service-instance-id"
85670         in: "path"
85671         description: "Id of service"
85672         required: true
85673         type: "string"
85674       - name: "vnf-id"
85675         in: "path"
85676         description: "Id of vnf"
85677         required: true
85678         type: "string"
85679       responses:
85680         400:
85681           description: "Internal error"
85682         200:
85683           description: "generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85684           responseSchema:
85685             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85686             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85687           schema:
85688             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85689             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
85690   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/availability-zones/
85691   : get:
85692       tags:
85693       - "GENERIC-RESOURCE-API"
85694       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85695       parameters:
85696       - name: "service-instance-id"
85697         in: "path"
85698         description: "Id of service"
85699         required: true
85700         type: "string"
85701       - name: "vnf-id"
85702         in: "path"
85703         description: "Id of vnf"
85704         required: true
85705         type: "string"
85706       responses:
85707         400:
85708           description: "Internal error"
85709         200:
85710           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85711           responseSchema:
85712             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85713             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85714           schema:
85715             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85716             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
85717   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/
85718   : get:
85719       tags:
85720       - "GENERIC-RESOURCE-API"
85721       description: "returns generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85722       parameters:
85723       - name: "service-instance-id"
85724         in: "path"
85725         description: "Id of service"
85726         required: true
85727         type: "string"
85728       - name: "vnf-id"
85729         in: "path"
85730         description: "Id of vnf"
85731         required: true
85732         type: "string"
85733       responses:
85734         400:
85735           description: "Internal error"
85736         200:
85737           description: "generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85738           responseSchema:
85739             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85740             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85741           schema:
85742             $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85743             originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
85744   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/
85745   : get:
85746       tags:
85747       - "GENERIC-RESOURCE-API"
85748       description: "returns generic.resource.api.VnfNetworkData"
85749       parameters:
85750       - name: "service-instance-id"
85751         in: "path"
85752         description: "Id of service"
85753         required: true
85754         type: "string"
85755       - name: "vnf-id"
85756         in: "path"
85757         description: "Id of vnf"
85758         required: true
85759         type: "string"
85760       - name: "network-role"
85761         in: "path"
85762         description: "Id of vnf-network"
85763         required: true
85764         type: "string"
85765       responses:
85766         400:
85767           description: "Internal error"
85768         200:
85769           description: "generic.resource.api.VnfNetworkData"
85770           responseSchema:
85771             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
85772             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
85773           schema:
85774             $ref: "#/definitions/generic.resource.api.VnfNetworkData"
85775             originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
85776   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/
85777   : get:
85778       tags:
85779       - "GENERIC-RESOURCE-API"
85780       description: "returns generic.resource.api.RelatedNetwork"
85781       parameters:
85782       - name: "service-instance-id"
85783         in: "path"
85784         description: "Id of service"
85785         required: true
85786         type: "string"
85787       - name: "vnf-id"
85788         in: "path"
85789         description: "Id of vnf"
85790         required: true
85791         type: "string"
85792       - name: "network-role"
85793         in: "path"
85794         description: "Id of vnf-network"
85795         required: true
85796         type: "string"
85797       responses:
85798         400:
85799           description: "Internal error"
85800         200:
85801           description: "generic.resource.api.RelatedNetwork"
85802           responseSchema:
85803             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
85804             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
85805           schema:
85806             $ref: "#/definitions/generic.resource.api.RelatedNetwork"
85807             originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
85808   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/
85809   : get:
85810       tags:
85811       - "GENERIC-RESOURCE-API"
85812       description: "returns generic.resource.api.relatednetwork.RelatedNetwork"
85813       parameters:
85814       - name: "service-instance-id"
85815         in: "path"
85816         description: "Id of service"
85817         required: true
85818         type: "string"
85819       - name: "vnf-id"
85820         in: "path"
85821         description: "Id of vnf"
85822         required: true
85823         type: "string"
85824       - name: "network-role"
85825         in: "path"
85826         description: "Id of vnf-network"
85827         required: true
85828         type: "string"
85829       - name: "network-id"
85830         in: "path"
85831         description: "Id of related-network"
85832         required: true
85833         type: "string"
85834       responses:
85835         400:
85836           description: "Internal error"
85837         200:
85838           description: "generic.resource.api.relatednetwork.RelatedNetwork"
85839           responseSchema:
85840             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
85841             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
85842           schema:
85843             $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
85844             originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
85845   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/related-networks/related-network/{network-id}/vlan-tags/
85846   : get:
85847       tags:
85848       - "GENERIC-RESOURCE-API"
85849       description: "returns generic.resource.api.vlantags.VlanTags"
85850       parameters:
85851       - name: "service-instance-id"
85852         in: "path"
85853         description: "Id of service"
85854         required: true
85855         type: "string"
85856       - name: "vnf-id"
85857         in: "path"
85858         description: "Id of vnf"
85859         required: true
85860         type: "string"
85861       - name: "network-role"
85862         in: "path"
85863         description: "Id of vnf-network"
85864         required: true
85865         type: "string"
85866       - name: "network-id"
85867         in: "path"
85868         description: "Id of related-network"
85869         required: true
85870         type: "string"
85871       responses:
85872         400:
85873           description: "Internal error"
85874         200:
85875           description: "generic.resource.api.vlantags.VlanTags"
85876           responseSchema:
85877             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
85878             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
85879           schema:
85880             $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
85881             originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
85882   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/
85883   : get:
85884       tags:
85885       - "GENERIC-RESOURCE-API"
85886       description: "returns generic.resource.api.vnfnetworkdata.SubnetsData"
85887       parameters:
85888       - name: "service-instance-id"
85889         in: "path"
85890         description: "Id of service"
85891         required: true
85892         type: "string"
85893       - name: "vnf-id"
85894         in: "path"
85895         description: "Id of vnf"
85896         required: true
85897         type: "string"
85898       - name: "network-role"
85899         in: "path"
85900         description: "Id of vnf-network"
85901         required: true
85902         type: "string"
85903       responses:
85904         400:
85905           description: "Internal error"
85906         200:
85907           description: "generic.resource.api.vnfnetworkdata.SubnetsData"
85908           responseSchema:
85909             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
85910             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
85911           schema:
85912             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
85913             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
85914   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-resource-assignments/vnf-networks/vnf-network/{network-role}/subnets-data/subnet-data/{sdnc-subnet-id}/
85915   : get:
85916       tags:
85917       - "GENERIC-RESOURCE-API"
85918       description: "returns generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85919       parameters:
85920       - name: "service-instance-id"
85921         in: "path"
85922         description: "Id of service"
85923         required: true
85924         type: "string"
85925       - name: "vnf-id"
85926         in: "path"
85927         description: "Id of vnf"
85928         required: true
85929         type: "string"
85930       - name: "network-role"
85931         in: "path"
85932         description: "Id of vnf-network"
85933         required: true
85934         type: "string"
85935       - name: "sdnc-subnet-id"
85936         in: "path"
85937         description: "Id of subnet-data"
85938         required: true
85939         type: "string"
85940       responses:
85941         400:
85942           description: "Internal error"
85943         200:
85944           description: "generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85945           responseSchema:
85946             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85947             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85948           schema:
85949             $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85950             originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
85951   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-data/vnfs/vnf/{vnf-id}/vnf-data/vnf-topology/vnf-topology-identifier-structure/
85952   : get:
85953       tags:
85954       - "GENERIC-RESOURCE-API"
85955       description: "returns generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85956       parameters:
85957       - name: "service-instance-id"
85958         in: "path"
85959         description: "Id of service"
85960         required: true
85961         type: "string"
85962       - name: "vnf-id"
85963         in: "path"
85964         description: "Id of vnf"
85965         required: true
85966         type: "string"
85967       responses:
85968         400:
85969           description: "Internal error"
85970         200:
85971           description: "generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85972           responseSchema:
85973             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85974             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85975           schema:
85976             $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85977             originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
85978   ? /operational/GENERIC-RESOURCE-API:services/service/{service-instance-id}/service-status/
85979   : get:
85980       tags:
85981       - "GENERIC-RESOURCE-API"
85982       description: "returns generic.resource.api.servicestatus.ServiceStatus"
85983       parameters:
85984       - name: "service-instance-id"
85985         in: "path"
85986         description: "Id of service"
85987         required: true
85988         type: "string"
85989       responses:
85990         400:
85991           description: "Internal error"
85992         200:
85993           description: "generic.resource.api.servicestatus.ServiceStatus"
85994           responseSchema:
85995             $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
85996             originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
85997           schema:
85998             $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
85999             originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
86000   /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/:
86001     get:
86002       tags:
86003       - "GENERIC-RESOURCE-API"
86004       description: "returns generic.resource.api.TunnelxconnAllottedResources"
86005       parameters: []
86006       responses:
86007         400:
86008           description: "Internal error"
86009         200:
86010           description: "generic.resource.api.TunnelxconnAllottedResources"
86011           responseSchema:
86012             $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
86013             originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
86014           schema:
86015             $ref: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
86016             originalRef: "#/definitions/generic.resource.api.TunnelxconnAllottedResources"
86017   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/
86018   : get:
86019       tags:
86020       - "GENERIC-RESOURCE-API"
86021       description: "returns generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86022       parameters:
86023       - name: "allotted-resource-id"
86024         in: "path"
86025         description: "Id of tunnelxconn-allotted-resource"
86026         required: true
86027         type: "string"
86028       responses:
86029         400:
86030           description: "Internal error"
86031         200:
86032           description: "generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86033           responseSchema:
86034             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86035             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86036           schema:
86037             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86038             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
86039   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/
86040   : get:
86041       tags:
86042       - "GENERIC-RESOURCE-API"
86043       description: "returns generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86044       parameters:
86045       - name: "allotted-resource-id"
86046         in: "path"
86047         description: "Id of tunnelxconn-allotted-resource"
86048         required: true
86049         type: "string"
86050       responses:
86051         400:
86052           description: "Internal error"
86053         200:
86054           description: "generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86055           responseSchema:
86056             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86057             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86058           schema:
86059             $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86060             originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
86061   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-oper-status/
86062   : get:
86063       tags:
86064       - "GENERIC-RESOURCE-API"
86065       description: "returns generic.resource.api.OperStatusData"
86066       parameters:
86067       - name: "allotted-resource-id"
86068         in: "path"
86069         description: "Id of tunnelxconn-allotted-resource"
86070         required: true
86071         type: "string"
86072       responses:
86073         400:
86074           description: "Internal error"
86075         200:
86076           description: "generic.resource.api.OperStatusData"
86077           responseSchema:
86078             $ref: "#/definitions/generic.resource.api.OperStatusData"
86079             originalRef: "#/definitions/generic.resource.api.OperStatusData"
86080           schema:
86081             $ref: "#/definitions/generic.resource.api.OperStatusData"
86082             originalRef: "#/definitions/generic.resource.api.OperStatusData"
86083   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/
86084   : get:
86085       tags:
86086       - "GENERIC-RESOURCE-API"
86087       description: "returns generic.resource.api.TunnelxconnOperationInformation"
86088       parameters:
86089       - name: "allotted-resource-id"
86090         in: "path"
86091         description: "Id of tunnelxconn-allotted-resource"
86092         required: true
86093         type: "string"
86094       responses:
86095         400:
86096           description: "Internal error"
86097         200:
86098           description: "generic.resource.api.TunnelxconnOperationInformation"
86099           responseSchema:
86100             $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86101             originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86102           schema:
86103             $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86104             originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86105   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/
86106   : get:
86107       tags:
86108       - "GENERIC-RESOURCE-API"
86109       description: "returns generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86110       parameters:
86111       - name: "allotted-resource-id"
86112         in: "path"
86113         description: "Id of tunnelxconn-allotted-resource"
86114         required: true
86115         type: "string"
86116       responses:
86117         400:
86118           description: "Internal error"
86119         200:
86120           description: "generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86121           responseSchema:
86122             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86123             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86124           schema:
86125             $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86126             originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
86127   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/allotted-resource-information/onap-model-information/
86128   : get:
86129       tags:
86130       - "GENERIC-RESOURCE-API"
86131       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
86132       parameters:
86133       - name: "allotted-resource-id"
86134         in: "path"
86135         description: "Id of tunnelxconn-allotted-resource"
86136         required: true
86137         type: "string"
86138       responses:
86139         400:
86140           description: "Internal error"
86141         200:
86142           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
86143           responseSchema:
86144             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86145             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86146           schema:
86147             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86148             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86149   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/request-information/
86150   : get:
86151       tags:
86152       - "GENERIC-RESOURCE-API"
86153       description: "returns generic.resource.api.requestinformation.RequestInformation"
86154       parameters:
86155       - name: "allotted-resource-id"
86156         in: "path"
86157         description: "Id of tunnelxconn-allotted-resource"
86158         required: true
86159         type: "string"
86160       responses:
86161         400:
86162           description: "Internal error"
86163         200:
86164           description: "generic.resource.api.requestinformation.RequestInformation"
86165           responseSchema:
86166             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
86167             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
86168           schema:
86169             $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
86170             originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
86171   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/sdnc-request-header/
86172   : get:
86173       tags:
86174       - "GENERIC-RESOURCE-API"
86175       description: "returns generic.resource.api.sdncrequestheader.SdncRequestHeader"
86176       parameters:
86177       - name: "allotted-resource-id"
86178         in: "path"
86179         description: "Id of tunnelxconn-allotted-resource"
86180         required: true
86181         type: "string"
86182       responses:
86183         400:
86184           description: "Internal error"
86185         200:
86186           description: "generic.resource.api.sdncrequestheader.SdncRequestHeader"
86187           responseSchema:
86188             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
86189             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
86190           schema:
86191             $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
86192             originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
86193   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/
86194   : get:
86195       tags:
86196       - "GENERIC-RESOURCE-API"
86197       description: "returns generic.resource.api.serviceinformation.ServiceInformation"
86198       parameters:
86199       - name: "allotted-resource-id"
86200         in: "path"
86201         description: "Id of tunnelxconn-allotted-resource"
86202         required: true
86203         type: "string"
86204       responses:
86205         400:
86206           description: "Internal error"
86207         200:
86208           description: "generic.resource.api.serviceinformation.ServiceInformation"
86209           responseSchema:
86210             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
86211             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
86212           schema:
86213             $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
86214             originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
86215   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/service-information/onap-model-information/
86216   : get:
86217       tags:
86218       - "GENERIC-RESOURCE-API"
86219       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
86220       parameters:
86221       - name: "allotted-resource-id"
86222         in: "path"
86223         description: "Id of tunnelxconn-allotted-resource"
86224         required: true
86225         type: "string"
86226       responses:
86227         400:
86228           description: "Internal error"
86229         200:
86230           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
86231           responseSchema:
86232             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86233             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86234           schema:
86235             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86236             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86237   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/allotted-resource-operation-information/tunnelxconn-request-input/
86238   : get:
86239       tags:
86240       - "GENERIC-RESOURCE-API"
86241       description: "returns generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86242       parameters:
86243       - name: "allotted-resource-id"
86244         in: "path"
86245         description: "Id of tunnelxconn-allotted-resource"
86246         required: true
86247         type: "string"
86248       responses:
86249         400:
86250           description: "Internal error"
86251         200:
86252           description: "generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86253           responseSchema:
86254             $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86255             originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86256           schema:
86257             $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86258             originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
86259   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/
86260   : get:
86261       tags:
86262       - "GENERIC-RESOURCE-API"
86263       description: "returns generic.resource.api.Param"
86264       parameters:
86265       - name: "allotted-resource-id"
86266         in: "path"
86267         description: "Id of tunnelxconn-allotted-resource"
86268         required: true
86269         type: "string"
86270       responses:
86271         400:
86272           description: "Internal error"
86273         200:
86274           description: "generic.resource.api.Param"
86275           responseSchema:
86276             $ref: "#/definitions/generic.resource.api.Param"
86277             originalRef: "#/definitions/generic.resource.api.Param"
86278           schema:
86279             $ref: "#/definitions/generic.resource.api.Param"
86280             originalRef: "#/definitions/generic.resource.api.Param"
86281   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/
86282   : get:
86283       tags:
86284       - "GENERIC-RESOURCE-API"
86285       description: "returns generic.resource.api.param.Param"
86286       parameters:
86287       - name: "allotted-resource-id"
86288         in: "path"
86289         description: "Id of tunnelxconn-allotted-resource"
86290         required: true
86291         type: "string"
86292       - name: "name"
86293         in: "path"
86294         description: "Id of param"
86295         required: true
86296         type: "string"
86297       responses:
86298         400:
86299           description: "Internal error"
86300         200:
86301           description: "generic.resource.api.param.Param"
86302           responseSchema:
86303             $ref: "#/definitions/generic.resource.api.param.Param"
86304             originalRef: "#/definitions/generic.resource.api.param.Param"
86305           schema:
86306             $ref: "#/definitions/generic.resource.api.param.Param"
86307             originalRef: "#/definitions/generic.resource.api.param.Param"
86308   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/
86309   : get:
86310       tags:
86311       - "GENERIC-RESOURCE-API"
86312       description: "returns generic.resource.api.param.param.ResourceResolutionData"
86313       parameters:
86314       - name: "allotted-resource-id"
86315         in: "path"
86316         description: "Id of tunnelxconn-allotted-resource"
86317         required: true
86318         type: "string"
86319       - name: "name"
86320         in: "path"
86321         description: "Id of param"
86322         required: true
86323         type: "string"
86324       responses:
86325         400:
86326           description: "Internal error"
86327         200:
86328           description: "generic.resource.api.param.param.ResourceResolutionData"
86329           responseSchema:
86330             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86331             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86332           schema:
86333             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86334             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86335   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
86336   : get:
86337       tags:
86338       - "GENERIC-RESOURCE-API"
86339       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86340       parameters:
86341       - name: "allotted-resource-id"
86342         in: "path"
86343         description: "Id of tunnelxconn-allotted-resource"
86344         required: true
86345         type: "string"
86346       - name: "name"
86347         in: "path"
86348         description: "Id of param"
86349         required: true
86350         type: "string"
86351       - name: "resource-key-name"
86352         in: "path"
86353         description: "Id of resource-key"
86354         required: true
86355         type: "string"
86356       responses:
86357         400:
86358           description: "Internal error"
86359         200:
86360           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86361           responseSchema:
86362             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86363             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86364           schema:
86365             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86366             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86367   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/
86368   : get:
86369       tags:
86370       - "GENERIC-RESOURCE-API"
86371       description: "returns generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86372       parameters:
86373       - name: "allotted-resource-id"
86374         in: "path"
86375         description: "Id of tunnelxconn-allotted-resource"
86376         required: true
86377         type: "string"
86378       responses:
86379         400:
86380           description: "Internal error"
86381         200:
86382           description: "generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86383           responseSchema:
86384             $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86385             originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86386           schema:
86387             $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86388             originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
86389   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/allotted-resource-identifiers/
86390   : get:
86391       tags:
86392       - "GENERIC-RESOURCE-API"
86393       description: "returns generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86394       parameters:
86395       - name: "allotted-resource-id"
86396         in: "path"
86397         description: "Id of tunnelxconn-allotted-resource"
86398         required: true
86399         type: "string"
86400       responses:
86401         400:
86402           description: "Internal error"
86403         200:
86404           description: "generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86405           responseSchema:
86406             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86407             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86408           schema:
86409             $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86410             originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
86411   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/onap-model-information/
86412   : get:
86413       tags:
86414       - "GENERIC-RESOURCE-API"
86415       description: "returns generic.resource.api.onapmodelinformation.OnapModelInformation"
86416       parameters:
86417       - name: "allotted-resource-id"
86418         in: "path"
86419         description: "Id of tunnelxconn-allotted-resource"
86420         required: true
86421         type: "string"
86422       responses:
86423         400:
86424           description: "Internal error"
86425         200:
86426           description: "generic.resource.api.onapmodelinformation.OnapModelInformation"
86427           responseSchema:
86428             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86429             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86430           schema:
86431             $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86432             originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
86433   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-assignments/
86434   : get:
86435       tags:
86436       - "GENERIC-RESOURCE-API"
86437       description: "returns generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86438       parameters:
86439       - name: "allotted-resource-id"
86440         in: "path"
86441         description: "Id of tunnelxconn-allotted-resource"
86442         required: true
86443         type: "string"
86444       responses:
86445         400:
86446           description: "Internal error"
86447         200:
86448           description: "generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86449           responseSchema:
86450             $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86451             originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86452           schema:
86453             $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86454             originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
86455   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/
86456   : get:
86457       tags:
86458       - "GENERIC-RESOURCE-API"
86459       description: "returns generic.resource.api.Param"
86460       parameters:
86461       - name: "allotted-resource-id"
86462         in: "path"
86463         description: "Id of tunnelxconn-allotted-resource"
86464         required: true
86465         type: "string"
86466       responses:
86467         400:
86468           description: "Internal error"
86469         200:
86470           description: "generic.resource.api.Param"
86471           responseSchema:
86472             $ref: "#/definitions/generic.resource.api.Param"
86473             originalRef: "#/definitions/generic.resource.api.Param"
86474           schema:
86475             $ref: "#/definitions/generic.resource.api.Param"
86476             originalRef: "#/definitions/generic.resource.api.Param"
86477   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/
86478   : get:
86479       tags:
86480       - "GENERIC-RESOURCE-API"
86481       description: "returns generic.resource.api.param.Param"
86482       parameters:
86483       - name: "allotted-resource-id"
86484         in: "path"
86485         description: "Id of tunnelxconn-allotted-resource"
86486         required: true
86487         type: "string"
86488       - name: "name"
86489         in: "path"
86490         description: "Id of param"
86491         required: true
86492         type: "string"
86493       responses:
86494         400:
86495           description: "Internal error"
86496         200:
86497           description: "generic.resource.api.param.Param"
86498           responseSchema:
86499             $ref: "#/definitions/generic.resource.api.param.Param"
86500             originalRef: "#/definitions/generic.resource.api.param.Param"
86501           schema:
86502             $ref: "#/definitions/generic.resource.api.param.Param"
86503             originalRef: "#/definitions/generic.resource.api.param.Param"
86504   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/resource-resolution-data/
86505   : get:
86506       tags:
86507       - "GENERIC-RESOURCE-API"
86508       description: "returns generic.resource.api.param.param.ResourceResolutionData"
86509       parameters:
86510       - name: "allotted-resource-id"
86511         in: "path"
86512         description: "Id of tunnelxconn-allotted-resource"
86513         required: true
86514         type: "string"
86515       - name: "name"
86516         in: "path"
86517         description: "Id of param"
86518         required: true
86519         type: "string"
86520       responses:
86521         400:
86522           description: "Internal error"
86523         200:
86524           description: "generic.resource.api.param.param.ResourceResolutionData"
86525           responseSchema:
86526             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86527             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86528           schema:
86529             $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86530             originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
86531   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-data/tunnelxconn-topology/tunnelxconn-parameters/param/{name}/resource-resolution-data/resource-key/{resource-key-name}/
86532   : get:
86533       tags:
86534       - "GENERIC-RESOURCE-API"
86535       description: "returns generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86536       parameters:
86537       - name: "allotted-resource-id"
86538         in: "path"
86539         description: "Id of tunnelxconn-allotted-resource"
86540         required: true
86541         type: "string"
86542       - name: "name"
86543         in: "path"
86544         description: "Id of param"
86545         required: true
86546         type: "string"
86547       - name: "resource-key-name"
86548         in: "path"
86549         description: "Id of resource-key"
86550         required: true
86551         type: "string"
86552       responses:
86553         400:
86554           description: "Internal error"
86555         200:
86556           description: "generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86557           responseSchema:
86558             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86559             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86560           schema:
86561             $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86562             originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
86563   ? /operational/GENERIC-RESOURCE-API:tunnelxconn-allotted-resources/tunnelxconn-allotted-resource/{allotted-resource-id}/allotted-resource-status/
86564   : get:
86565       tags:
86566       - "GENERIC-RESOURCE-API"
86567       description: "returns generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86568       parameters:
86569       - name: "allotted-resource-id"
86570         in: "path"
86571         description: "Id of tunnelxconn-allotted-resource"
86572         required: true
86573         type: "string"
86574       responses:
86575         400:
86576           description: "Internal error"
86577         200:
86578           description: "generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86579           responseSchema:
86580             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86581             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86582           schema:
86583             $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86584             originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
86585   /operations/GENERIC-RESOURCE-API:brg-topology-operation/:
86586     post:
86587       tags:
86588       - "GENERIC-RESOURCE-API"
86589       parameters:
86590       - in: "body"
86591         name: "generic.resource.api.BrgOperationInformation.body-param"
86592         required: false
86593         schema:
86594           properties:
86595             input:
86596               $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
86597               originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
86598       responses:
86599         400:
86600           description: "Internal error"
86601         200:
86602           description: "Correct response"
86603           responseSchema:
86604             $ref: "#/definitions/generic.resource.api.BrgTopologyOperation"
86605             originalRef: "#/definitions/generic.resource.api.BrgTopologyOperation"
86606           schema:
86607             $ref: "#/definitions/generic.resource.api.BrgTopologyOperation"
86608             originalRef: "#/definitions/generic.resource.api.BrgTopologyOperation"
86609         201:
86610           description: "No response"
86611   /operations/GENERIC-RESOURCE-API:connection-attachment-topology-operation/:
86612     post:
86613       tags:
86614       - "GENERIC-RESOURCE-API"
86615       parameters:
86616       - in: "body"
86617         name: "generic.resource.api.ConnectionAttachmentOperationInformation.body-param"
86618         required: false
86619         schema:
86620           properties:
86621             input:
86622               $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
86623               originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
86624       responses:
86625         400:
86626           description: "Internal error"
86627         200:
86628           description: "Correct response"
86629           responseSchema:
86630             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
86631             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
86632           schema:
86633             $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
86634             originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopologyOperation"
86635         201:
86636           description: "No response"
86637   /operations/GENERIC-RESOURCE-API:contrail-route-topology-operation/:
86638     post:
86639       tags:
86640       - "GENERIC-RESOURCE-API"
86641       parameters:
86642       - in: "body"
86643         name: "generic.resource.api.ContrailRouteOperationInformation.body-param"
86644         required: false
86645         schema:
86646           properties:
86647             input:
86648               $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
86649               originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
86650       responses:
86651         400:
86652           description: "Internal error"
86653         200:
86654           description: "Correct response"
86655           responseSchema:
86656             $ref: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
86657             originalRef: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
86658           schema:
86659             $ref: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
86660             originalRef: "#/definitions/generic.resource.api.ContrailRouteTopologyOperation"
86661         201:
86662           description: "No response"
86663   /operations/GENERIC-RESOURCE-API:generic-configuration-notification/:
86664     post:
86665       tags:
86666       - "GENERIC-RESOURCE-API"
86667       parameters:
86668       - in: "body"
86669         name: "generic.resource.api.genericconfigurationnotification.Input.body-param"
86670         required: false
86671         schema:
86672           properties:
86673             input:
86674               $ref: "#/definitions/generic.resource.api.genericconfigurationnotification.Input"
86675               originalRef: "#/definitions/generic.resource.api.genericconfigurationnotification.Input"
86676       responses:
86677         400:
86678           description: "Internal error"
86679         201:
86680           description: "No response"
86681   /operations/GENERIC-RESOURCE-API:generic-configuration-topology-operation/:
86682     post:
86683       tags:
86684       - "GENERIC-RESOURCE-API"
86685       parameters:
86686       - in: "body"
86687         name: "generic.resource.api.GcTopologyOperationInformation.body-param"
86688         required: false
86689         schema:
86690           properties:
86691             input:
86692               $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
86693               originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
86694       responses:
86695         400:
86696           description: "Internal error"
86697         200:
86698           description: "Correct response"
86699           responseSchema:
86700             $ref: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
86701             originalRef: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
86702           schema:
86703             $ref: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
86704             originalRef: "#/definitions/generic.resource.api.GenericConfigurationTopologyOperation"
86705         201:
86706           description: "No response"
86707   /operations/GENERIC-RESOURCE-API:getpathsegment-topology-operation/:
86708     post:
86709       tags:
86710       - "GENERIC-RESOURCE-API"
86711       parameters:
86712       - in: "body"
86713         name: "generic.resource.api.ForwardingPathOperationInformation.body-param"
86714         required: false
86715         schema:
86716           properties:
86717             input:
86718               $ref: "#/definitions/generic.resource.api.ForwardingPathOperationInformation"
86719               originalRef: "#/definitions/generic.resource.api.ForwardingPathOperationInformation"
86720       responses:
86721         400:
86722           description: "Internal error"
86723         200:
86724           description: "Correct response"
86725           responseSchema:
86726             $ref: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
86727             originalRef: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
86728           schema:
86729             $ref: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
86730             originalRef: "#/definitions/generic.resource.api.GetpathsegmentTopologyOperation"
86731         201:
86732           description: "No response"
86733   /operations/GENERIC-RESOURCE-API:network-topology-operation/:
86734     post:
86735       tags:
86736       - "GENERIC-RESOURCE-API"
86737       parameters:
86738       - in: "body"
86739         name: "generic.resource.api.NetworkOperationInformation.body-param"
86740         required: false
86741         schema:
86742           properties:
86743             input:
86744               $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
86745               originalRef: "#/definitions/generic.resource.api.NetworkOperationInformation"
86746       responses:
86747         400:
86748           description: "Internal error"
86749         200:
86750           description: "Correct response"
86751           responseSchema:
86752             $ref: "#/definitions/generic.resource.api.NetworkTopologyOperation"
86753             originalRef: "#/definitions/generic.resource.api.NetworkTopologyOperation"
86754           schema:
86755             $ref: "#/definitions/generic.resource.api.NetworkTopologyOperation"
86756             originalRef: "#/definitions/generic.resource.api.NetworkTopologyOperation"
86757         201:
86758           description: "No response"
86759   /operations/GENERIC-RESOURCE-API:pnf-topology-operation/:
86760     post:
86761       tags:
86762       - "GENERIC-RESOURCE-API"
86763       parameters:
86764       - in: "body"
86765         name: "generic.resource.api.PnfOperationInformation.body-param"
86766         required: false
86767         schema:
86768           properties:
86769             input:
86770               $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
86771               originalRef: "#/definitions/generic.resource.api.PnfOperationInformation"
86772       responses:
86773         400:
86774           description: "Internal error"
86775         200:
86776           description: "Correct response"
86777           responseSchema:
86778             $ref: "#/definitions/generic.resource.api.PnfTopologyOperation"
86779             originalRef: "#/definitions/generic.resource.api.PnfTopologyOperation"
86780           schema:
86781             $ref: "#/definitions/generic.resource.api.PnfTopologyOperation"
86782             originalRef: "#/definitions/generic.resource.api.PnfTopologyOperation"
86783         201:
86784           description: "No response"
86785   /operations/GENERIC-RESOURCE-API:policy-update-notify-operation/:
86786     post:
86787       tags:
86788       - "GENERIC-RESOURCE-API"
86789       parameters:
86790       - in: "body"
86791         name: "generic.resource.api.policyupdatenotifyoperation.Input.body-param"
86792         required: false
86793         schema:
86794           properties:
86795             input:
86796               $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"
86797               originalRef: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Input"
86798       responses:
86799         400:
86800           description: "Internal error"
86801         200:
86802           description: "Correct response"
86803           responseSchema:
86804             $ref: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
86805             originalRef: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
86806           schema:
86807             $ref: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
86808             originalRef: "#/definitions/generic.resource.api.PolicyUpdateNotifyOperation"
86809         201:
86810           description: "No response"
86811   /operations/GENERIC-RESOURCE-API:port-mirror-topology-operation/:
86812     post:
86813       tags:
86814       - "GENERIC-RESOURCE-API"
86815       parameters:
86816       - in: "body"
86817         name: "generic.resource.api.PortMirrorTopologyOperationInformation.body-param"
86818         required: false
86819         schema:
86820           properties:
86821             input:
86822               $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
86823               originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
86824       responses:
86825         400:
86826           description: "Internal error"
86827         200:
86828           description: "Correct response"
86829           responseSchema:
86830             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
86831             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
86832           schema:
86833             $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
86834             originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperation"
86835         201:
86836           description: "No response"
86837   /operations/GENERIC-RESOURCE-API:preload-network-topology-operation/:
86838     post:
86839       tags:
86840       - "GENERIC-RESOURCE-API"
86841       parameters:
86842       - in: "body"
86843         name: "generic.resource.api.preloadnetworktopologyoperation.Input.body-param"
86844         required: false
86845         schema:
86846           properties:
86847             input:
86848               $ref: "#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"
86849               originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyoperation.Input"
86850       responses:
86851         400:
86852           description: "Internal error"
86853         200:
86854           description: "Correct response"
86855           responseSchema:
86856             $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
86857             originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
86858           schema:
86859             $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
86860             originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyOperation"
86861         201:
86862           description: "No response"
86863   /operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation/:
86864     post:
86865       tags:
86866       - "GENERIC-RESOURCE-API"
86867       parameters:
86868       - in: "body"
86869         name: "generic.resource.api.preloadvfmoduletopologyoperation.Input.body-param"
86870         required: false
86871         schema:
86872           properties:
86873             input:
86874               $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"
86875               originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyoperation.Input"
86876       responses:
86877         400:
86878           description: "Internal error"
86879         200:
86880           description: "Correct response"
86881           responseSchema:
86882             $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
86883             originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
86884           schema:
86885             $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
86886             originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyOperation"
86887         201:
86888           description: "No response"
86889   /operations/GENERIC-RESOURCE-API:security-zone-topology-operation/:
86890     post:
86891       tags:
86892       - "GENERIC-RESOURCE-API"
86893       parameters:
86894       - in: "body"
86895         name: "generic.resource.api.SecurityZoneOperationInformation.body-param"
86896         required: false
86897         schema:
86898           properties:
86899             input:
86900               $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
86901               originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
86902       responses:
86903         400:
86904           description: "Internal error"
86905         200:
86906           description: "Correct response"
86907           responseSchema:
86908             $ref: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
86909             originalRef: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
86910           schema:
86911             $ref: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
86912             originalRef: "#/definitions/generic.resource.api.SecurityZoneTopologyOperation"
86913         201:
86914           description: "No response"
86915   /operations/GENERIC-RESOURCE-API:service-topology-operation/:
86916     post:
86917       tags:
86918       - "GENERIC-RESOURCE-API"
86919       parameters:
86920       - in: "body"
86921         name: "generic.resource.api.ServiceOperationInformation.body-param"
86922         required: false
86923         schema:
86924           properties:
86925             input:
86926               $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
86927               originalRef: "#/definitions/generic.resource.api.ServiceOperationInformation"
86928       responses:
86929         400:
86930           description: "Internal error"
86931         200:
86932           description: "Correct response"
86933           responseSchema:
86934             $ref: "#/definitions/generic.resource.api.ServiceTopologyOperation"
86935             originalRef: "#/definitions/generic.resource.api.ServiceTopologyOperation"
86936           schema:
86937             $ref: "#/definitions/generic.resource.api.ServiceTopologyOperation"
86938             originalRef: "#/definitions/generic.resource.api.ServiceTopologyOperation"
86939         201:
86940           description: "No response"
86941   /operations/GENERIC-RESOURCE-API:tunnelxconn-topology-operation/:
86942     post:
86943       tags:
86944       - "GENERIC-RESOURCE-API"
86945       parameters:
86946       - in: "body"
86947         name: "generic.resource.api.TunnelxconnOperationInformation.body-param"
86948         required: false
86949         schema:
86950           properties:
86951             input:
86952               $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86953               originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
86954       responses:
86955         400:
86956           description: "Internal error"
86957         200:
86958           description: "Correct response"
86959           responseSchema:
86960             $ref: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
86961             originalRef: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
86962           schema:
86963             $ref: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
86964             originalRef: "#/definitions/generic.resource.api.TunnelxconnTopologyOperation"
86965         201:
86966           description: "No response"
86967   /operations/GENERIC-RESOURCE-API:vf-module-topology-operation/:
86968     post:
86969       tags:
86970       - "GENERIC-RESOURCE-API"
86971       parameters:
86972       - in: "body"
86973         name: "generic.resource.api.VfModuleOperationInformation.body-param"
86974         required: false
86975         schema:
86976           properties:
86977             input:
86978               $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
86979               originalRef: "#/definitions/generic.resource.api.VfModuleOperationInformation"
86980       responses:
86981         400:
86982           description: "Internal error"
86983         200:
86984           description: "Correct response"
86985           responseSchema:
86986             $ref: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
86987             originalRef: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
86988           schema:
86989             $ref: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
86990             originalRef: "#/definitions/generic.resource.api.VfModuleTopologyOperation"
86991         201:
86992           description: "No response"
86993   /operations/GENERIC-RESOURCE-API:vnf-get-resource-request/:
86994     post:
86995       tags:
86996       - "GENERIC-RESOURCE-API"
86997       parameters:
86998       - in: "body"
86999         name: "generic.resource.api.vnfgetresourcerequest.Input.body-param"
87000         required: false
87001         schema:
87002           properties:
87003             input:
87004               $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Input"
87005               originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequest.Input"
87006       responses:
87007         400:
87008           description: "Internal error"
87009         200:
87010           description: "Correct response"
87011           responseSchema:
87012             $ref: "#/definitions/generic.resource.api.VnfGetResourceRequest"
87013             originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequest"
87014           schema:
87015             $ref: "#/definitions/generic.resource.api.VnfGetResourceRequest"
87016             originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequest"
87017         201:
87018           description: "No response"
87019   /operations/GENERIC-RESOURCE-API:vnf-topology-operation/:
87020     post:
87021       tags:
87022       - "GENERIC-RESOURCE-API"
87023       parameters:
87024       - in: "body"
87025         name: "generic.resource.api.VnfOperationInformation.body-param"
87026         required: false
87027         schema:
87028           properties:
87029             input:
87030               $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
87031               originalRef: "#/definitions/generic.resource.api.VnfOperationInformation"
87032       responses:
87033         400:
87034           description: "Internal error"
87035         200:
87036           description: "Correct response"
87037           responseSchema:
87038             $ref: "#/definitions/generic.resource.api.VnfTopologyOperation"
87039             originalRef: "#/definitions/generic.resource.api.VnfTopologyOperation"
87040           schema:
87041             $ref: "#/definitions/generic.resource.api.VnfTopologyOperation"
87042             originalRef: "#/definitions/generic.resource.api.VnfTopologyOperation"
87043         201:
87044           description: "No response"
87045 definitions:
87046   generic.resource.api.AddrFromStartEnumeration:
87047     type: "string"
87048     enum:
87049     - "Y"
87050     - "N"
87051   generic.resource.api.AggregateRoutes:
87052     type: "object"
87053     properties:
87054       aggregate-routes:
87055         type: "array"
87056         items:
87057           $ref: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
87058           originalRef: "#/definitions/generic.resource.api.aggregateroutes.AggregateRoutes"
87059   generic.resource.api.AllottedResourceIdentifiers:
87060     type: "object"
87061     properties:
87062       allotted-resource-identifiers:
87063         $ref: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
87064         originalRef: "#/definitions/generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers"
87065   generic.resource.api.AllottedResourceInfo:
87066     type: "object"
87067     properties:
87068       allotted-resource-id:
87069         type: "string"
87070       allotted-resource-pointer:
87071         type: "string"
87072         description: "Pointer to the allotted-resources topology"
87073       allotted-resource-type:
87074         type: "string"
87075         description: "Not an enum, but expected values are contrail-route and security-zone."
87076   generic.resource.api.AllottedResourceInformation:
87077     type: "object"
87078     properties:
87079       allotted-resource-information:
87080         $ref: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
87081         originalRef: "#/definitions/generic.resource.api.allottedresourceinformation.AllottedResourceInformation"
87082   generic.resource.api.AllottedResourceOperStatus:
87083     type: "object"
87084     properties:
87085       allotted-resource-oper-status:
87086         $ref: "#/definitions/generic.resource.api.OperStatusData"
87087         originalRef: "#/definitions/generic.resource.api.OperStatusData"
87088   generic.resource.api.AllottedResourceStatus:
87089     type: "object"
87090     properties:
87091       allotted-resource-status:
87092         $ref: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
87093         originalRef: "#/definitions/generic.resource.api.allottedresourcestatus.AllottedResourceStatus"
87094   generic.resource.api.BrgAllottedResources:
87095     type: "object"
87096     properties:
87097       brg-allotted-resource:
87098         type: "array"
87099         items:
87100           $ref: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
87101           originalRef: "#/definitions/generic.resource.api.brgallottedresources.BrgAllottedResource"
87102   generic.resource.api.BrgAssignments:
87103     type: "object"
87104     properties:
87105       brg-assignments:
87106         $ref: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
87107         originalRef: "#/definitions/generic.resource.api.brgassignments.BrgAssignments"
87108   generic.resource.api.BrgOperationInformation:
87109     allOf:
87110     - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
87111       originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
87112     - $ref: "#/definitions/generic.resource.api.BrgRequestInput"
87113       originalRef: "#/definitions/generic.resource.api.BrgRequestInput"
87114     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87115       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87116     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87117       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87118     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87119       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87120   generic.resource.api.BrgRequestInput:
87121     type: "object"
87122     properties:
87123       brg-request-input:
87124         $ref: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
87125         originalRef: "#/definitions/generic.resource.api.brgrequestinput.BrgRequestInput"
87126   generic.resource.api.BrgResponseInformation:
87127     type: "object"
87128     properties:
87129       brg-response-information:
87130         $ref: "#/definitions/generic.resource.api.InstanceReference"
87131         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87132   generic.resource.api.BrgTopology:
87133     type: "object"
87134     properties:
87135       brg-topology:
87136         $ref: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
87137         originalRef: "#/definitions/generic.resource.api.brgtopology.BrgTopology"
87138   generic.resource.api.BrgTopologyOperation:
87139     type: "object"
87140     properties:
87141       output:
87142         $ref: "#/definitions/generic.resource.api.brgtopologyoperation.Output"
87143         originalRef: "#/definitions/generic.resource.api.brgtopologyoperation.Output"
87144   generic.resource.api.ConfigurationIdentifiers:
87145     type: "object"
87146     properties:
87147       configuration-identifiers:
87148         $ref: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
87149         originalRef: "#/definitions/generic.resource.api.configurationidentifiers.ConfigurationIdentifiers"
87150   generic.resource.api.ConfigurationInfo:
87151     type: "object"
87152     properties:
87153       configuration-topology-link:
87154         type: "string"
87155         description: "Pointer to the configurations topology"
87156       configuration-id:
87157         type: "string"
87158       configuration-sub-type:
87159         type: "string"
87160         description: "Not an enum, but expected values are vprobe and pprobe"
87161       configuration-type:
87162         type: "string"
87163         description: "Not an enum, but expected values are port-mirror-configuration,\
87164           \ , vlan-network-receptor"
87165   generic.resource.api.ConfigurationInformation:
87166     type: "object"
87167     properties:
87168       configuration-information:
87169         $ref: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
87170         originalRef: "#/definitions/generic.resource.api.configurationinformation.ConfigurationInformation"
87171   generic.resource.api.ConfigurationOperStatus:
87172     type: "object"
87173     properties:
87174       configuration-oper-status:
87175         $ref: "#/definitions/generic.resource.api.OperStatusData"
87176         originalRef: "#/definitions/generic.resource.api.OperStatusData"
87177   generic.resource.api.ConfigurationStatus:
87178     type: "object"
87179     properties:
87180       configuration-status:
87181         $ref: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
87182         originalRef: "#/definitions/generic.resource.api.configurationstatus.ConfigurationStatus"
87183   generic.resource.api.ConnectionAttachmentAllottedResources:
87184     type: "object"
87185     properties:
87186       connection-attachment-allotted-resource:
87187         type: "array"
87188         items:
87189           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
87190           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource"
87191   generic.resource.api.ConnectionAttachmentAssignments:
87192     type: "object"
87193     properties:
87194       connection-attachment-assignments:
87195         $ref: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
87196         originalRef: "#/definitions/generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments"
87197   generic.resource.api.ConnectionAttachmentOperationInformation:
87198     allOf:
87199     - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
87200       originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
87201     - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
87202       originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentRequestInput"
87203     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87204       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87205     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87206       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87207     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87208       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87209   generic.resource.api.ConnectionAttachmentRequestInput:
87210     type: "object"
87211     properties:
87212       connection-attachment-request-input:
87213         $ref: "#/definitions/generic.resource.api.Param"
87214         originalRef: "#/definitions/generic.resource.api.Param"
87215   generic.resource.api.ConnectionAttachmentResponseInformation:
87216     type: "object"
87217     properties:
87218       connection-attachment-response-information:
87219         $ref: "#/definitions/generic.resource.api.InstanceReference"
87220         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87221   generic.resource.api.ConnectionAttachmentTopology:
87222     type: "object"
87223     properties:
87224       connection-attachment-topology:
87225         $ref: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
87226         originalRef: "#/definitions/generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology"
87227   generic.resource.api.ConnectionAttachmentTopologyOperation:
87228     type: "object"
87229     properties:
87230       output:
87231         $ref: "#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"
87232         originalRef: "#/definitions/generic.resource.api.connectionattachmenttopologyoperation.Output"
87233   generic.resource.api.ConnectionPoint:
87234     type: "object"
87235     properties:
87236       connection-point:
87237         $ref: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
87238         originalRef: "#/definitions/generic.resource.api.connectionpoint.ConnectionPoint"
87239   generic.resource.api.ContrailRouteAllottedResources:
87240     type: "object"
87241     properties:
87242       contrail-route-allotted-resource:
87243         type: "array"
87244         items:
87245           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
87246           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource"
87247   generic.resource.api.ContrailRouteAssignments:
87248     type: "object"
87249     properties:
87250       contrail-route-assignments:
87251         $ref: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
87252         originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.ContrailRouteAssignments"
87253   generic.resource.api.ContrailRouteOperationInformation:
87254     allOf:
87255     - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
87256       originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
87257     - $ref: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
87258       originalRef: "#/definitions/generic.resource.api.ContrailRouteRequestInput"
87259     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87260       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87261     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87262       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87263     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87264       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87265   generic.resource.api.ContrailRouteRequestInput:
87266     type: "object"
87267     properties:
87268       contrail-route-request-input:
87269         $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
87270         originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput"
87271   generic.resource.api.ContrailRouteResponseInformation:
87272     type: "object"
87273     properties:
87274       contrail-route-response-information:
87275         $ref: "#/definitions/generic.resource.api.InstanceReference"
87276         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87277   generic.resource.api.ContrailRouteTopology:
87278     type: "object"
87279     properties:
87280       contrail-route-topology:
87281         $ref: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
87282         originalRef: "#/definitions/generic.resource.api.contrailroutetopology.ContrailRouteTopology"
87283   generic.resource.api.ContrailRouteTopologyOperation:
87284     type: "object"
87285     properties:
87286       output:
87287         $ref: "#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"
87288         originalRef: "#/definitions/generic.resource.api.contrailroutetopologyoperation.Output"
87289   generic.resource.api.DhcpEnabledEnumeration:
87290     type: "string"
87291     enum:
87292     - "Y"
87293     - "N"
87294   generic.resource.api.ForwardingPathInformation:
87295     allOf:
87296     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
87297       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
87298     - type: "object"
87299       properties:
87300         forwarding-path-type:
87301           description: "Based on MySQL Forwarding_Path tables path_type value from\
87302             \ related TOSCA model"
87303           $ref: "#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"
87304           originalRef: "#/definitions/generic.resource.api.ForwardingPathTypeEnumeration"
87305         forwarding-path-name:
87306           type: "string"
87307           description: "Fowarding-path name from TOSCA model, or name generated by\
87308             \ SDNC"
87309         service-paths:
87310           $ref: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
87311           originalRef: "#/definitions/generic.resource.api.forwardingpathinformation.ServicePaths"
87312   generic.resource.api.ForwardingPathOperationInformation:
87313     allOf:
87314     - $ref: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
87315       originalRef: "#/definitions/generic.resource.api.ForwardingPathRequestInput"
87316     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87317       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87318     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87319       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87320     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87321       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87322   generic.resource.api.ForwardingPathRequestInput:
87323     type: "object"
87324     properties:
87325       forwarding-path-request-input:
87326         $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"
87327         originalRef: "#/definitions/generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput"
87328   generic.resource.api.ForwardingPathTypeEnumeration:
87329     type: "string"
87330     enum:
87331     - "VNF"
87332     - "Service"
87333   generic.resource.api.GcRequestInput:
87334     type: "object"
87335     properties:
87336       gc-request-input:
87337         $ref: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
87338         originalRef: "#/definitions/generic.resource.api.gcrequestinput.GcRequestInput"
87339   generic.resource.api.GcResponseInformation:
87340     type: "object"
87341     properties:
87342       gc-response-information:
87343         $ref: "#/definitions/generic.resource.api.InstanceReference"
87344         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87345   generic.resource.api.GcTopologyOperationInformation:
87346     allOf:
87347     - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
87348       originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
87349     - $ref: "#/definitions/generic.resource.api.GcRequestInput"
87350       originalRef: "#/definitions/generic.resource.api.GcRequestInput"
87351     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87352       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87353     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87354       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87355     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87356       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87357   generic.resource.api.GenericConfigurationTopologyOperation:
87358     type: "object"
87359     properties:
87360       output:
87361         $ref: "#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"
87362         originalRef: "#/definitions/generic.resource.api.genericconfigurationtopologyoperation.Output"
87363   generic.resource.api.GenericConfigurations:
87364     type: "object"
87365     properties:
87366       gc-configuration:
87367         type: "array"
87368         items:
87369           $ref: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
87370           originalRef: "#/definitions/generic.resource.api.genericconfigurations.GcConfiguration"
87371   generic.resource.api.GetpathsegmentResponseInformation:
87372     type: "object"
87373     properties:
87374       getpathsegment-response-information:
87375         $ref: "#/definitions/generic.resource.api.InstanceReference"
87376         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87377   generic.resource.api.GetpathsegmentTopologyOperation:
87378     type: "object"
87379     properties:
87380       output:
87381         $ref: "#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"
87382         originalRef: "#/definitions/generic.resource.api.getpathsegmenttopologyoperation.Output"
87383   generic.resource.api.HostRoutes:
87384     type: "object"
87385     properties:
87386       host-routes:
87387         type: "array"
87388         items:
87389           $ref: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
87390           originalRef: "#/definitions/generic.resource.api.hostroutes.HostRoutes"
87391   generic.resource.api.InstanceReference:
87392     type: "object"
87393     properties:
87394       instance-id:
87395         type: "string"
87396       object-path:
87397         type: "string"
87398         description: "restconf retrieval path to this particular objectE.g. restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/service-topology/"
87399   generic.resource.api.IpAddresses:
87400     type: "object"
87401     properties:
87402       ip-addresses:
87403         $ref: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
87404         originalRef: "#/definitions/generic.resource.api.ipaddresses.IpAddresses"
87405   generic.resource.api.IpTypeEnumeration:
87406     type: "string"
87407     enum:
87408     - "FIXED"
87409     - "VIP"
87410   generic.resource.api.LastActionEnumeration:
87411     type: "string"
87412     enum:
87413     - "CreateNetworkInstance"
87414     - "ActivateNetworkInstance"
87415     - "DeActivateNetworkInstance"
87416     - "DeleteNetworkInstance"
87417     - "CreateServiceInstance"
87418     - "DeleteServiceInstance"
87419     - "CreateVnfInstance"
87420     - "ActivateVnfInstance"
87421     - "DeleteVnfInstance"
87422     - "CreatePnfInstance"
87423     - "ActivatePnfInstance"
87424     - "DeletePnfInstance"
87425     - "CreateVfModuleInstance"
87426     - "ActivateVfModuleInstance"
87427     - "DeleteVfModuleInstance"
87428     - "CreateContrailRouteInstance"
87429     - "DeleteContrailRouteInstance"
87430     - "CreateSecurityZoneInstance"
87431     - "DeleteSecurityZoneInstance"
87432     - "ActivateDCINetworkInstance"
87433     - "DeActivateDCINetworkInstance"
87434     - "CreateTunnelXConnInstance"
87435     - "DeleteTunnelXConnInstance"
87436     - "CreateBRGInstance"
87437     - "DeleteBRGInstance"
87438     - "CreateSOTNConnectivityInstance"
87439     - "ActivateSOTNConnectivityInstance"
87440     - "DeactivateSOTNConnectivityInstance"
87441     - "DeleteSOTNConnectivityInstance"
87442     - "CreateSOTNAttachmentInstance"
87443     - "ActivateSOTNAttachmentInstance"
87444     - "DeactivateSOTNAttachmentInstance"
87445     - "DeleteSOTNAttachmentInstance"
87446     - "CreateSiteInstance"
87447     - "ActivateSiteInstance"
87448     - "DeactivateSiteInstance"
87449     - "DeleteSiteInstance"
87450     - "CreatePortMirrorConfigurationInstance"
87451     - "DeletePortMirrorConfigurationInstance"
87452     - "ChangePortMirrorConfigurationInstance"
87453     - "CreateGenericConfigurationInstance"
87454     - "DeleteGenericConfigurationInstance"
87455     - "PreloadVfModuleRequest"
87456     - "DeletePreloadVfModuleRequest"
87457     - "PreloadNetworkRequest"
87458     - "DeletePreloadNetworkRequest"
87459     - "CreateForwardingPathInstance"
87460     - "DeleteForwardingPathInstance"
87461     - "UpdateForwardingPathInstance"
87462     - "CreateSDWANDeviceInstance"
87463     - "ActivateSDWANDeviceInstance"
87464     - "DeactivateSDWANDeviceInstance"
87465     - "DeleteSDWANDeviceInstance"
87466     - "CreateSDWANPortInstance"
87467     - "ActivateSDWANPortInstance"
87468     - "DeactivateSDWANPortInstance"
87469     - "DeleteSDWANPortInstance"
87470     - "ReoptimizeSOTNInstance"
87471     - "CreateSDWANLanPortInstance"
87472     - "ActivateSDWANLanPortInstance"
87473     - "DeactivateSDWANLanPortInstance"
87474     - "DeleteSDWANLanPortInstance"
87475     - "CreateSDWANVpnInstance"
87476     - "ActivateSDWANVpnInstance"
87477     - "DeactivateSDWANVpnInstance"
87478     - "DeleteSDWANVpnInstance"
87479     - "CreateSDWANSiteInstance"
87480     - "ActivateSDWANSiteInstance"
87481     - "DeactivateSDWANSiteInstance"
87482     - "DeleteSDWANSiteInstance"
87483     - "SdwanBandwidthChange"
87484     - "CreateAccessConnectivityInstance"
87485     - "DeleteAccessConnectivityInstance"
87486     - "CreateInternetProfileInstance"
87487     - "ChangeInternetProfileInstance"
87488     - "DeleteInternetProfileInstance"
87489     - "CreateSOTNUnderlayInstance"
87490     - "ActivateSOTNUnderlayInstance"
87491     - "DeactivateSOTNUnderlayInstance"
87492     - "DeleteSOTNUnderlayInstance"
87493     - "CreateSOTNUniInstance"
87494     - "ActivateSOTNUniInstance"
87495     - "DeactivateSOTNUniInstance"
87496     - "DeleteSOTNUniInstance"
87497     - "CreateSOTNL2VpnInstance"
87498     - "ActivateSOTNL2VpnInstance"
87499     - "DeactivateSOTNL2VpnInstance"
87500     - "DeleteSOTNL2VpnInstance"
87501     - "AllocateTransportSliceInstance"
87502     - "ActivateTransportSliceInstance"
87503     - "DeactivateTransportSliceInstance"
87504     - "DeleteTransportSliceInstance"
87505     - "ModifyTransportSliceInstance"
87506   generic.resource.api.LastOrderStatusEnumeration:
87507     type: "string"
87508     enum:
87509     - "Active"
87510     - "PendingAssignment"
87511     - "PendingCreate"
87512     - "PendingUpdate"
87513     - "PendingDelete"
87514     - "Deleted"
87515     - "Created"
87516   generic.resource.api.LastRpcActionEnumeration:
87517     type: "string"
87518     enum:
87519     - "assign"
87520     - "activate"
87521     - "delete"
87522     - "unassign"
87523     - "deactivate"
87524     - "create"
87525     - "changeassign"
87526     - "reoptimize"
87527   generic.resource.api.LicenseInformation:
87528     type: "object"
87529     properties:
87530       license-information:
87531         $ref: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
87532         originalRef: "#/definitions/generic.resource.api.licenseinformation.LicenseInformation"
87533   generic.resource.api.MaintenanceIndicatorEnumeration:
87534     type: "string"
87535     enum:
87536     - "Y"
87537     - "N"
87538   generic.resource.api.NetworkAssignments:
87539     type: "object"
87540     properties:
87541       network-assignments:
87542         $ref: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
87543         originalRef: "#/definitions/generic.resource.api.networkassignments.NetworkAssignments"
87544   generic.resource.api.NetworkInfo:
87545     type: "object"
87546     properties:
87547       network-role:
87548         type: "string"
87549       network-id:
87550         type: "string"
87551   generic.resource.api.NetworkInformation:
87552     type: "object"
87553     properties:
87554       network-information:
87555         $ref: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
87556         originalRef: "#/definitions/generic.resource.api.networkinformation.NetworkInformation"
87557   generic.resource.api.NetworkInstanceGroup:
87558     type: "object"
87559     properties:
87560       network-instance-group:
87561         type: "array"
87562         items:
87563           $ref: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
87564           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.NetworkInstanceGroup"
87565   generic.resource.api.NetworkLevelOperStatus:
87566     type: "object"
87567     properties:
87568       network-level-oper-status:
87569         $ref: "#/definitions/generic.resource.api.OperStatusData"
87570         originalRef: "#/definitions/generic.resource.api.OperStatusData"
87571   generic.resource.api.NetworkOperationInformation:
87572     allOf:
87573     - $ref: "#/definitions/generic.resource.api.NetworkInformation"
87574       originalRef: "#/definitions/generic.resource.api.NetworkInformation"
87575     - $ref: "#/definitions/generic.resource.api.NetworkRequestInput"
87576       originalRef: "#/definitions/generic.resource.api.NetworkRequestInput"
87577     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87578       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87579     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87580       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87581     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87582       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87583   generic.resource.api.NetworkParameters:
87584     type: "object"
87585     properties:
87586       network-parameters:
87587         $ref: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
87588         originalRef: "#/definitions/generic.resource.api.networkparameters.NetworkParameters"
87589   generic.resource.api.NetworkPolicy:
87590     type: "object"
87591     properties:
87592       network-policy:
87593         type: "array"
87594         items:
87595           $ref: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
87596           originalRef: "#/definitions/generic.resource.api.networkpolicy.NetworkPolicy"
87597   generic.resource.api.NetworkRequestInput:
87598     type: "object"
87599     properties:
87600       network-request-input:
87601         $ref: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
87602         originalRef: "#/definitions/generic.resource.api.networkrequestinput.NetworkRequestInput"
87603   generic.resource.api.NetworkResponseInformation:
87604     type: "object"
87605     properties:
87606       network-response-information:
87607         $ref: "#/definitions/generic.resource.api.InstanceReference"
87608         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87609   generic.resource.api.NetworkTopology:
87610     type: "object"
87611     properties:
87612       network-topology:
87613         $ref: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
87614         originalRef: "#/definitions/generic.resource.api.networktopology.NetworkTopology"
87615   generic.resource.api.NetworkTopologyIdentifierStructure:
87616     type: "object"
87617     properties:
87618       network-topology-identifier-structure:
87619         $ref: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
87620         originalRef: "#/definitions/generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure"
87621   generic.resource.api.NetworkTopologyOperation:
87622     type: "object"
87623     properties:
87624       output:
87625         $ref: "#/definitions/generic.resource.api.networktopologyoperation.Output"
87626         originalRef: "#/definitions/generic.resource.api.networktopologyoperation.Output"
87627   generic.resource.api.OnapModelInformation:
87628     type: "object"
87629     properties:
87630       onap-model-information:
87631         $ref: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
87632         originalRef: "#/definitions/generic.resource.api.onapmodelinformation.OnapModelInformation"
87633   generic.resource.api.OperStatusData:
87634     type: "object"
87635     properties:
87636       last-action:
87637         description: "should be list of possible request-actions"
87638         $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
87639         originalRef: "#/definitions/generic.resource.api.LastActionEnumeration"
87640       modify-timestamp:
87641         type: "string"
87642       last-order-status:
87643         $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
87644         originalRef: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
87645       create-timestamp:
87646         type: "string"
87647         description: "Not currently populated in service data."
87648       order-status:
87649         description: "TBD - do we need Request failed statuses? RequestFailed | InProgressTimeout"
87650         $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
87651         originalRef: "#/definitions/generic.resource.api.OrderStatusEnumeration"
87652       last-rpc-action:
87653         $ref: "#/definitions/generic.resource.api.LastRpcActionEnumeration"
87654         originalRef: "#/definitions/generic.resource.api.LastRpcActionEnumeration"
87655       last-svc-request-id:
87656         type: "string"
87657         description: "Not currently populated in service data."
87658   generic.resource.api.OrderStatusEnumeration:
87659     type: "string"
87660     enum:
87661     - "Active"
87662     - "PendingAssignment"
87663     - "PendingCreate"
87664     - "PendingUpdate"
87665     - "PendingDelete"
87666     - "Deleted"
87667     - "Created"
87668   generic.resource.api.Param:
87669     type: "object"
87670     properties:
87671       param:
87672         type: "array"
87673         items:
87674           $ref: "#/definitions/generic.resource.api.param.Param"
87675           originalRef: "#/definitions/generic.resource.api.param.Param"
87676   generic.resource.api.PnfDetails:
87677     type: "object"
87678     properties:
87679       pnf-details:
87680         $ref: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
87681         originalRef: "#/definitions/generic.resource.api.pnfdetails.PnfDetails"
87682   generic.resource.api.PnfInformation:
87683     type: "object"
87684     properties:
87685       pnf-information:
87686         $ref: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
87687         originalRef: "#/definitions/generic.resource.api.pnfinformation.PnfInformation"
87688   generic.resource.api.PnfLevelOperStatus:
87689     type: "object"
87690     properties:
87691       pnf-level-oper-status:
87692         $ref: "#/definitions/generic.resource.api.OperStatusData"
87693         originalRef: "#/definitions/generic.resource.api.OperStatusData"
87694   generic.resource.api.PnfOperationInformation:
87695     allOf:
87696     - $ref: "#/definitions/generic.resource.api.PnfDetails"
87697       originalRef: "#/definitions/generic.resource.api.PnfDetails"
87698     - $ref: "#/definitions/generic.resource.api.PnfRequestInput"
87699       originalRef: "#/definitions/generic.resource.api.PnfRequestInput"
87700     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87701       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87702     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87703       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87704     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87705       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87706   generic.resource.api.PnfRequestInput:
87707     type: "object"
87708     properties:
87709       pnf-request-input:
87710         $ref: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
87711         originalRef: "#/definitions/generic.resource.api.pnfrequestinput.PnfRequestInput"
87712   generic.resource.api.PnfResponseInformation:
87713     type: "object"
87714     properties:
87715       pnf-response-information:
87716         $ref: "#/definitions/generic.resource.api.InstanceReference"
87717         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87718   generic.resource.api.PnfTopology:
87719     type: "object"
87720     properties:
87721       pnf-topology:
87722         $ref: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
87723         originalRef: "#/definitions/generic.resource.api.pnftopology.PnfTopology"
87724   generic.resource.api.PnfTopologyIdentifierStructure:
87725     type: "object"
87726     properties:
87727       pnf-topology-identifier-structure:
87728         $ref: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
87729         originalRef: "#/definitions/generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure"
87730   generic.resource.api.PnfTopologyOperation:
87731     type: "object"
87732     properties:
87733       output:
87734         $ref: "#/definitions/generic.resource.api.pnftopologyoperation.Output"
87735         originalRef: "#/definitions/generic.resource.api.pnftopologyoperation.Output"
87736   generic.resource.api.PolicyUpdateNotifyOperation:
87737     type: "object"
87738     properties:
87739       output:
87740         $ref: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"
87741         originalRef: "#/definitions/generic.resource.api.policyupdatenotifyoperation.Output"
87742   generic.resource.api.PortInfo:
87743     allOf:
87744     - $ref: "#/definitions/generic.resource.api.PnfInformation"
87745       originalRef: "#/definitions/generic.resource.api.PnfInformation"
87746     - $ref: "#/definitions/generic.resource.api.VnfInformation"
87747       originalRef: "#/definitions/generic.resource.api.VnfInformation"
87748     - type: "object"
87749       properties:
87750         service-instance-id:
87751           type: "string"
87752           description: "May not be need."
87753   generic.resource.api.PortMirrorConfigurationAssignments:
87754     type: "object"
87755     properties:
87756       port-mirror-configuration-assignments:
87757         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
87758         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments"
87759   generic.resource.api.PortMirrorConfigurationRequestInput:
87760     type: "object"
87761     properties:
87762       port-mirror-configuration-request-input:
87763         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
87764         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput"
87765   generic.resource.api.PortMirrorConfigurationTopology:
87766     type: "object"
87767     properties:
87768       port-mirror-configuration-topology:
87769         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
87770         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology"
87771   generic.resource.api.PortMirrorConfigurations:
87772     type: "object"
87773     properties:
87774       port-mirror-configuration:
87775         type: "array"
87776         items:
87777           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
87778           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration"
87779   generic.resource.api.PortMirrorResponseInformation:
87780     type: "object"
87781     properties:
87782       port-mirror-response-information:
87783         $ref: "#/definitions/generic.resource.api.InstanceReference"
87784         originalRef: "#/definitions/generic.resource.api.InstanceReference"
87785   generic.resource.api.PortMirrorTopologyOperation:
87786     type: "object"
87787     properties:
87788       output:
87789         $ref: "#/definitions/generic.resource.api.portmirrortopologyoperation.Output"
87790         originalRef: "#/definitions/generic.resource.api.portmirrortopologyoperation.Output"
87791   generic.resource.api.PortMirrorTopologyOperationInformation:
87792     allOf:
87793     - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
87794       originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
87795     - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
87796       originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationRequestInput"
87797     - $ref: "#/definitions/generic.resource.api.RequestInformation"
87798       originalRef: "#/definitions/generic.resource.api.RequestInformation"
87799     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
87800       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
87801     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
87802       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
87803   generic.resource.api.PreloadData:
87804     type: "object"
87805     properties:
87806       preload-data:
87807         $ref: "#/definitions/generic.resource.api.preloaddata.PreloadData"
87808         originalRef: "#/definitions/generic.resource.api.preloaddata.PreloadData"
87809   generic.resource.api.PreloadModelInformation:
87810     type: "object"
87811     properties:
87812       preload-list:
87813         type: "array"
87814         items:
87815           $ref: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
87816           originalRef: "#/definitions/generic.resource.api.preloadmodelinformation.PreloadList"
87817   generic.resource.api.PreloadNetworkTopologyInformation:
87818     type: "object"
87819     properties:
87820       preload-network-topology-information:
87821         $ref: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
87822         originalRef: "#/definitions/generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation"
87823   generic.resource.api.PreloadNetworkTopologyOperation:
87824     type: "object"
87825     properties:
87826       output:
87827         $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
87828         originalRef: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
87829   generic.resource.api.PreloadOperStatus:
87830     type: "object"
87831     properties:
87832       preload-oper-status:
87833         $ref: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
87834         originalRef: "#/definitions/generic.resource.api.preloadoperstatus.PreloadOperStatus"
87835   generic.resource.api.PreloadTopologyResponseBody:
87836     type: "object"
87837     properties:
87838       response-code:
87839         type: "string"
87840       response-message:
87841         type: "string"
87842       svc-request-id:
87843         type: "string"
87844       ack-final-indicator:
87845         type: "string"
87846   generic.resource.api.PreloadVfModuleTopologyInformation:
87847     type: "object"
87848     properties:
87849       preload-vf-module-topology-information:
87850         $ref: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
87851         originalRef: "#/definitions/generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation"
87852   generic.resource.api.PreloadVfModuleTopologyOperation:
87853     type: "object"
87854     properties:
87855       output:
87856         $ref: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
87857         originalRef: "#/definitions/generic.resource.api.PreloadTopologyResponseBody"
87858   generic.resource.api.ProviderNetworkInformation:
87859     type: "object"
87860     properties:
87861       physical-network-name:
87862         type: "string"
87863       is-external-network:
87864         type: "boolean"
87865       is-shared-network:
87866         type: "boolean"
87867       is-provider-network:
87868         type: "boolean"
87869   generic.resource.api.RegionIdentifier:
87870     type: "object"
87871     properties:
87872       aic-clli:
87873         type: "string"
87874         description: "Not expected to be used"
87875       aic-cloud-region:
87876         type: "string"
87877         description: "The AIC cloud region which maps to contrail versions"
87878       cloud-owner:
87879         type: "string"
87880       tenant:
87881         type: "string"
87882   generic.resource.api.RelatedNetwork:
87883     type: "object"
87884     properties:
87885       related-network:
87886         type: "array"
87887         items:
87888           $ref: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
87889           originalRef: "#/definitions/generic.resource.api.relatednetwork.RelatedNetwork"
87890   generic.resource.api.RequestActionEnumeration:
87891     type: "string"
87892     enum:
87893     - "CreateNetworkInstance"
87894     - "ActivateNetworkInstance"
87895     - "DeActivateNetworkInstance"
87896     - "CreateServiceInstance"
87897     - "DeleteServiceInstance"
87898     - "DeleteNetworkInstance"
87899     - "CreateVnfInstance"
87900     - "ActivateVnfInstance"
87901     - "DeleteVnfInstance"
87902     - "CreatePnfInstance"
87903     - "ActivatePnfInstance"
87904     - "DeletePnfInstance"
87905     - "CreateVfModuleInstance"
87906     - "ActivateVfModuleInstance"
87907     - "DeleteVfModuleInstance"
87908     - "CreateContrailRouteInstance"
87909     - "DeleteContrailRouteInstance"
87910     - "CreateSecurityZoneInstance"
87911     - "DeleteSecurityZoneInstance"
87912     - "ActivateDCINetworkInstance"
87913     - "DeActivateDCINetworkInstance"
87914     - "CreateTunnelXConnInstance"
87915     - "DeleteTunnelXConnInstance"
87916     - "CreateBRGInstance"
87917     - "DeleteBRGInstance"
87918     - "CreateSOTNConnectivityInstance"
87919     - "ActivateSOTNConnectivityInstance"
87920     - "DeactivateSOTNConnectivityInstance"
87921     - "DeleteSOTNConnectivityInstance"
87922     - "CreateSOTNAttachmentInstance"
87923     - "ActivateSOTNAttachmentInstance"
87924     - "DeactivateSOTNAttachmentInstance"
87925     - "DeleteSOTNAttachmentInstance"
87926     - "CreateSiteInstance"
87927     - "ActivateSiteInstance"
87928     - "DeactivateSiteInstance"
87929     - "DeleteSiteInstance"
87930     - "CreatePortMirrorConfigurationInstance"
87931     - "DeletePortMirrorConfigurationInstance"
87932     - "ChangePortMirrorConfigurationInstance"
87933     - "CreateGenericConfigurationInstance"
87934     - "RebuildGenericConfigurationInstance"
87935     - "DeleteGenericConfigurationInstance"
87936     - "PreloadVfModuleRequest"
87937     - "DeletePreloadVfModuleRequest"
87938     - "PreloadNetworkRequest"
87939     - "DeletePreloadNetworkRequest"
87940     - "CreateForwardingPathInstance"
87941     - "DeleteForwardingPathInstance"
87942     - "UpdateForwardingPathInstance"
87943     - "CreateSDWANDeviceInstance"
87944     - "ActivateSDWANDeviceInstance"
87945     - "DeactivateSDWANDeviceInstance"
87946     - "DeleteSDWANDeviceInstance"
87947     - "CreateSDWANPortInstance"
87948     - "ActivateSDWANPortInstance"
87949     - "DeactivateSDWANPortInstance"
87950     - "DeleteSDWANPortInstance"
87951     - "ReoptimizeSOTNInstance"
87952     - "CreateSDWANLanPortInstance"
87953     - "ActivateSDWANLanPortInstance"
87954     - "DeactivateSDWANLanPortInstance"
87955     - "DeleteSDWANLanPortInstance"
87956     - "CreateSDWANVpnInstance"
87957     - "ActivateSDWANVpnInstance"
87958     - "DeactivateSDWANVpnInstance"
87959     - "DeleteSDWANVpnInstance"
87960     - "CreateSDWANSiteInstance"
87961     - "ActivateSDWANSiteInstance"
87962     - "DeactivateSDWANSiteInstance"
87963     - "DeleteSDWANSiteInstance"
87964     - "SdwanBandwidthChange"
87965     - "CreateAccessConnectivityInstance"
87966     - "DeleteAccessConnectivityInstance"
87967     - "CreateInternetProfileInstance"
87968     - "ChangeInternetProfileInstance"
87969     - "DeleteInternetProfileInstance"
87970     - "CreateSOTNUnderlayInstance"
87971     - "ActivateSOTNUnderlayInstance"
87972     - "DeactivateSOTNUnderlayInstance"
87973     - "DeleteSOTNUnderlayInstance"
87974     - "CreateSOTNUniInstance"
87975     - "ActivateSOTNUniInstance"
87976     - "DeactivateSOTNUniInstance"
87977     - "DeleteSOTNUniInstance"
87978     - "CreateSOTNL2VpnInstance"
87979     - "ActivateSOTNL2VpnInstance"
87980     - "DeactivateSOTNL2VpnInstance"
87981     - "DeleteSOTNL2VpnInstance"
87982     - "AllocateTransportSliceInstance"
87983     - "ActivateTransportSliceInstance"
87984     - "DeactivateTransportSliceInstance"
87985     - "DeleteTransportSliceInstance"
87986     - "ModifyTransportSliceInstance"
87987   generic.resource.api.RequestInformation:
87988     type: "object"
87989     properties:
87990       request-information:
87991         $ref: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
87992         originalRef: "#/definitions/generic.resource.api.requestinformation.RequestInformation"
87993   generic.resource.api.RequestStatusEnumeration:
87994     type: "string"
87995     enum:
87996     - "synccomplete"
87997     - "asynccomplete"
87998     - "notifycomplete"
87999   generic.resource.api.RouteTableReference:
88000     type: "object"
88001     properties:
88002       route-table-reference:
88003         type: "array"
88004         items:
88005           $ref: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
88006           originalRef: "#/definitions/generic.resource.api.routetablereference.RouteTableReference"
88007   generic.resource.api.RpcActionEnumeration:
88008     type: "string"
88009     enum:
88010     - "assign"
88011     - "activate"
88012     - "configure"
88013     - "delete"
88014     - "unassign"
88015     - "deactivate"
88016     - "create"
88017   generic.resource.api.SdncRequestHeader:
88018     type: "object"
88019     properties:
88020       sdnc-request-header:
88021         $ref: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
88022         originalRef: "#/definitions/generic.resource.api.sdncrequestheader.SdncRequestHeader"
88023   generic.resource.api.SecurityZoneAllottedResources:
88024     type: "object"
88025     properties:
88026       security-zone-allotted-resource:
88027         type: "array"
88028         items:
88029           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
88030           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource"
88031   generic.resource.api.SecurityZoneAssignments:
88032     type: "object"
88033     properties:
88034       security-zone-assignments:
88035         $ref: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
88036         originalRef: "#/definitions/generic.resource.api.securityzoneassignments.SecurityZoneAssignments"
88037   generic.resource.api.SecurityZoneOperationInformation:
88038     allOf:
88039     - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
88040       originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
88041     - $ref: "#/definitions/generic.resource.api.RequestInformation"
88042       originalRef: "#/definitions/generic.resource.api.RequestInformation"
88043     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
88044       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
88045     - $ref: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
88046       originalRef: "#/definitions/generic.resource.api.SecurityZoneRequestInput"
88047     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
88048       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
88049   generic.resource.api.SecurityZoneRequestInput:
88050     type: "object"
88051     properties:
88052       security-zone-request-input:
88053         $ref: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
88054         originalRef: "#/definitions/generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput"
88055   generic.resource.api.SecurityZoneResponseInformation:
88056     type: "object"
88057     properties:
88058       security-zone-response-information:
88059         $ref: "#/definitions/generic.resource.api.InstanceReference"
88060         originalRef: "#/definitions/generic.resource.api.InstanceReference"
88061   generic.resource.api.SecurityZoneTopology:
88062     type: "object"
88063     properties:
88064       security-zone-topology:
88065         $ref: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
88066         originalRef: "#/definitions/generic.resource.api.securityzonetopology.SecurityZoneTopology"
88067   generic.resource.api.SecurityZoneTopologyOperation:
88068     type: "object"
88069     properties:
88070       output:
88071         $ref: "#/definitions/generic.resource.api.securityzonetopologyoperation.Output"
88072         originalRef: "#/definitions/generic.resource.api.securityzonetopologyoperation.Output"
88073   generic.resource.api.ServiceAssignments:
88074     type: "object"
88075     properties:
88076       service-assignments:
88077         $ref: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
88078         originalRef: "#/definitions/generic.resource.api.serviceassignments.ServiceAssignments"
88079   generic.resource.api.ServiceData:
88080     type: "object"
88081     properties:
88082       service-data:
88083         $ref: "#/definitions/generic.resource.api.servicedata.ServiceData"
88084         originalRef: "#/definitions/generic.resource.api.servicedata.ServiceData"
88085   generic.resource.api.ServiceInformation:
88086     type: "object"
88087     properties:
88088       service-information:
88089         $ref: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
88090         originalRef: "#/definitions/generic.resource.api.serviceinformation.ServiceInformation"
88091   generic.resource.api.ServiceLevelOperStatus:
88092     type: "object"
88093     properties:
88094       service-level-oper-status:
88095         $ref: "#/definitions/generic.resource.api.OperStatusData"
88096         originalRef: "#/definitions/generic.resource.api.OperStatusData"
88097   generic.resource.api.ServiceModelInfrastructure:
88098     type: "object"
88099     properties:
88100       service:
88101         type: "array"
88102         items:
88103           $ref: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
88104           originalRef: "#/definitions/generic.resource.api.servicemodelinfrastructure.Service"
88105   generic.resource.api.ServiceOperationInformation:
88106     allOf:
88107     - $ref: "#/definitions/generic.resource.api.RequestInformation"
88108       originalRef: "#/definitions/generic.resource.api.RequestInformation"
88109     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
88110       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
88111     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
88112       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
88113     - $ref: "#/definitions/generic.resource.api.ServiceRequestInput"
88114       originalRef: "#/definitions/generic.resource.api.ServiceRequestInput"
88115   generic.resource.api.ServiceParameters:
88116     type: "object"
88117     properties:
88118       service-parameters:
88119         $ref: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
88120         originalRef: "#/definitions/generic.resource.api.serviceparameters.ServiceParameters"
88121   generic.resource.api.ServicePathInformation:
88122     type: "object"
88123     properties:
88124       service-path-instance-name:
88125         type: "string"
88126         description: "A unique name generated by SDNC ( forwarding-path-name + service-path-instance-id\
88127           \ )"
88128       service-path-instance-id:
88129         type: "string"
88130         description: "Service path instance ID generated by SDNC. Identifies a service-path-instance\
88131           \ within a forwarding-path definition"
88132       version:
88133         type: "string"
88134         description: "Only one version of the service-path-instance data will be available\
88135           \ in MD-SAL.  version will be updated when the service-path-instance is\
88136           \ reevaluated "
88137       service:
88138         type: "array"
88139         items:
88140           $ref: "#/definitions/generic.resource.api.servicepathinformation.Service"
88141           originalRef: "#/definitions/generic.resource.api.servicepathinformation.Service"
88142   generic.resource.api.ServiceRequestInput:
88143     type: "object"
88144     properties:
88145       service-request-input:
88146         $ref: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
88147         originalRef: "#/definitions/generic.resource.api.servicerequestinput.ServiceRequestInput"
88148   generic.resource.api.ServiceResponseInformation:
88149     type: "object"
88150     properties:
88151       service-response-information:
88152         $ref: "#/definitions/generic.resource.api.InstanceReference"
88153         originalRef: "#/definitions/generic.resource.api.InstanceReference"
88154   generic.resource.api.ServiceStatus:
88155     type: "object"
88156     properties:
88157       service-status:
88158         $ref: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
88159         originalRef: "#/definitions/generic.resource.api.servicestatus.ServiceStatus"
88160   generic.resource.api.ServiceTopology:
88161     type: "object"
88162     properties:
88163       service-topology:
88164         $ref: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
88165         originalRef: "#/definitions/generic.resource.api.servicetopology.ServiceTopology"
88166   generic.resource.api.ServiceTopologyIdentifier:
88167     type: "object"
88168     properties:
88169       service-topology-identifier:
88170         $ref: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
88171         originalRef: "#/definitions/generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier"
88172   generic.resource.api.ServiceTopologyOperation:
88173     type: "object"
88174     properties:
88175       output:
88176         $ref: "#/definitions/generic.resource.api.servicetopologyoperation.Output"
88177         originalRef: "#/definitions/generic.resource.api.servicetopologyoperation.Output"
88178   generic.resource.api.SubInterfaceNetworkData:
88179     type: "object"
88180     properties:
88181       sub-interface-network-data:
88182         type: "array"
88183         items:
88184           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
88185           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData"
88186   generic.resource.api.SubInterfaces:
88187     type: "object"
88188     properties:
88189       sub-interfaces:
88190         $ref: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
88191         originalRef: "#/definitions/generic.resource.api.subinterfaces.SubInterfaces"
88192   generic.resource.api.Subnets:
88193     type: "object"
88194     properties:
88195       subnets:
88196         type: "array"
88197         items:
88198           $ref: "#/definitions/generic.resource.api.subnets.Subnets"
88199           originalRef: "#/definitions/generic.resource.api.subnets.Subnets"
88200   generic.resource.api.SvcActionEnumeration:
88201     type: "string"
88202     enum:
88203     - "reserve"
88204     - "assign"
88205     - "activate"
88206     - "delete"
88207     - "changeassign"
88208     - "changedelete"
88209     - "rollback"
88210     - "deactivate"
88211     - "unassign"
88212     - "create"
88213     - "disable"
88214     - "enable"
88215     - "update"
88216     - "reoptimize"
88217     - "rebuild"
88218   generic.resource.api.TopologyResponseCommon:
88219     type: "object"
88220     properties:
88221       response-code:
88222         type: "string"
88223         description: "a success code or an defined error codeKeep as M"
88224       response-message:
88225         type: "string"
88226         description: "message included for error code"
88227       svc-request-id:
88228         type: "string"
88229         description: "the request id from the request message for which this is the\
88230           \ responseKeep as M"
88231       ack-final-indicator:
88232         type: "string"
88233         description: "Expected to be Y or N."
88234   generic.resource.api.TunnelxconnAllottedResources:
88235     type: "object"
88236     properties:
88237       tunnelxconn-allotted-resource:
88238         type: "array"
88239         items:
88240           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
88241           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource"
88242   generic.resource.api.TunnelxconnAssignments:
88243     type: "object"
88244     properties:
88245       tunnelxconn-assignments:
88246         $ref: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
88247         originalRef: "#/definitions/generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments"
88248   generic.resource.api.TunnelxconnOperationInformation:
88249     allOf:
88250     - $ref: "#/definitions/generic.resource.api.AllottedResourceInformation"
88251       originalRef: "#/definitions/generic.resource.api.AllottedResourceInformation"
88252     - $ref: "#/definitions/generic.resource.api.RequestInformation"
88253       originalRef: "#/definitions/generic.resource.api.RequestInformation"
88254     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
88255       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
88256     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
88257       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
88258     - $ref: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
88259       originalRef: "#/definitions/generic.resource.api.TunnelxconnRequestInput"
88260   generic.resource.api.TunnelxconnRequestInput:
88261     type: "object"
88262     properties:
88263       tunnelxconn-request-input:
88264         $ref: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
88265         originalRef: "#/definitions/generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput"
88266   generic.resource.api.TunnelxconnResponseInformation:
88267     type: "object"
88268     properties:
88269       tunnelxconn-response-information:
88270         $ref: "#/definitions/generic.resource.api.InstanceReference"
88271         originalRef: "#/definitions/generic.resource.api.InstanceReference"
88272   generic.resource.api.TunnelxconnTopology:
88273     type: "object"
88274     properties:
88275       tunnelxconn-topology:
88276         $ref: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
88277         originalRef: "#/definitions/generic.resource.api.tunnelxconntopology.TunnelxconnTopology"
88278   generic.resource.api.TunnelxconnTopologyOperation:
88279     type: "object"
88280     properties:
88281       output:
88282         $ref: "#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"
88283         originalRef: "#/definitions/generic.resource.api.tunnelxconntopologyoperation.Output"
88284   generic.resource.api.UseDhcpEnumeration:
88285     type: "string"
88286     enum:
88287     - "Y"
88288     - "N"
88289   generic.resource.api.VfModuleAssignments:
88290     type: "object"
88291     properties:
88292       vf-module-assignments:
88293         $ref: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
88294         originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.VfModuleAssignments"
88295   generic.resource.api.VfModuleInformation:
88296     type: "object"
88297     properties:
88298       vf-module-information:
88299         $ref: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
88300         originalRef: "#/definitions/generic.resource.api.vfmoduleinformation.VfModuleInformation"
88301   generic.resource.api.VfModuleLevelOperStatus:
88302     type: "object"
88303     properties:
88304       vf-module-level-oper-status:
88305         $ref: "#/definitions/generic.resource.api.OperStatusData"
88306         originalRef: "#/definitions/generic.resource.api.OperStatusData"
88307   generic.resource.api.VfModuleOperationInformation:
88308     allOf:
88309     - $ref: "#/definitions/generic.resource.api.RequestInformation"
88310       originalRef: "#/definitions/generic.resource.api.RequestInformation"
88311     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
88312       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
88313     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
88314       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
88315     - $ref: "#/definitions/generic.resource.api.VfModuleInformation"
88316       originalRef: "#/definitions/generic.resource.api.VfModuleInformation"
88317     - $ref: "#/definitions/generic.resource.api.VfModuleRequestInput"
88318       originalRef: "#/definitions/generic.resource.api.VfModuleRequestInput"
88319     - $ref: "#/definitions/generic.resource.api.VnfInformation"
88320       originalRef: "#/definitions/generic.resource.api.VnfInformation"
88321   generic.resource.api.VfModuleRequestInput:
88322     type: "object"
88323     properties:
88324       vf-module-request-input:
88325         $ref: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
88326         originalRef: "#/definitions/generic.resource.api.vfmodulerequestinput.VfModuleRequestInput"
88327   generic.resource.api.VfModuleResponseInformation:
88328     type: "object"
88329     properties:
88330       vf-module-response-information:
88331         $ref: "#/definitions/generic.resource.api.InstanceReference"
88332         originalRef: "#/definitions/generic.resource.api.InstanceReference"
88333   generic.resource.api.VfModuleTopology:
88334     type: "object"
88335     properties:
88336       vf-module-topology:
88337         $ref: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
88338         originalRef: "#/definitions/generic.resource.api.vfmoduletopology.VfModuleTopology"
88339   generic.resource.api.VfModuleTopologyIdentifier:
88340     type: "object"
88341     properties:
88342       vf-module-topology-identifier:
88343         $ref: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
88344         originalRef: "#/definitions/generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier"
88345   generic.resource.api.VfModuleTopologyOperation:
88346     type: "object"
88347     properties:
88348       output:
88349         $ref: "#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"
88350         originalRef: "#/definitions/generic.resource.api.vfmoduletopologyoperation.Output"
88351   generic.resource.api.VlanTags:
88352     type: "object"
88353     properties:
88354       vlan-tags:
88355         $ref: "#/definitions/generic.resource.api.vlantags.VlanTags"
88356         originalRef: "#/definitions/generic.resource.api.vlantags.VlanTags"
88357   generic.resource.api.VlanVnfcInstanceGroups:
88358     type: "object"
88359     properties:
88360       vlan-vnfc-instance-groups:
88361         $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
88362         originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups"
88363   generic.resource.api.VmNetworkData:
88364     type: "object"
88365     properties:
88366       related-networks:
88367         $ref: "#/definitions/generic.resource.api.RelatedNetwork"
88368         originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
88369       network-role:
88370         type: "string"
88371         description: "network (identified by role) that this VM connects to.  Should\
88372           \ also be included in the vnf-networks for the containing VNF"
88373       is-trunked:
88374         type: "boolean"
88375       floating-ips:
88376         $ref: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
88377         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.FloatingIps"
88378       sriov-parameters:
88379         $ref: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
88380         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.SriovParameters"
88381       network-information-items:
88382         $ref: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
88383         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.NetworkInformationItems"
88384       mac-addresses:
88385         $ref: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
88386         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.MacAddresses"
88387       network-role-tag:
88388         type: "string"
88389       segmentation-id:
88390         type: "string"
88391       interface-route-prefixes:
88392         $ref: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
88393         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes"
88394   generic.resource.api.VmTopologyData:
88395     allOf:
88396     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
88397       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
88398     - type: "object"
88399       properties:
88400         vm-type:
88401           type: "string"
88402         vm-names:
88403           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
88404           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNames"
88405         vm-type-tag:
88406           type: "string"
88407           description: "from tosca data on vfc"
88408         vm-count:
88409           type: "integer"
88410           format: "int32"
88411         vm-networks:
88412           $ref: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
88413           originalRef: "#/definitions/generic.resource.api.vmtopologydata.VmNetworks"
88414         nfc-naming-code:
88415           type: "string"
88416           description: "used in vm naming(draft 29: changed from nfc-code)"
88417   generic.resource.api.VnfCloudParam:
88418     type: "object"
88419     properties:
88420       service-instance-id:
88421         type: "string"
88422       service-instance-name:
88423         type: "string"
88424       vnf:
88425         type: "array"
88426         items:
88427           $ref: "#/definitions/generic.resource.api.vnfcloudparam.Vnf"
88428           originalRef: "#/definitions/generic.resource.api.vnfcloudparam.Vnf"
88429   generic.resource.api.VnfGetResourceRequest:
88430     type: "object"
88431     properties:
88432       output:
88433         $ref: "#/definitions/generic.resource.api.vnfgetresourcerequest.Output"
88434         originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequest.Output"
88435   generic.resource.api.VnfGetResourceRequestInputData:
88436     type: "object"
88437     properties:
88438       vnf:
88439         type: "array"
88440         items:
88441           $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"
88442           originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.Vnf"
88443   generic.resource.api.VnfInformation:
88444     type: "object"
88445     properties:
88446       vnf-information:
88447         $ref: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
88448         originalRef: "#/definitions/generic.resource.api.vnfinformation.VnfInformation"
88449   generic.resource.api.VnfLevelOperStatus:
88450     type: "object"
88451     properties:
88452       vnf-level-oper-status:
88453         $ref: "#/definitions/generic.resource.api.OperStatusData"
88454         originalRef: "#/definitions/generic.resource.api.OperStatusData"
88455   generic.resource.api.VnfNetworkCollection:
88456     type: "object"
88457     properties:
88458       vnf-network-collection:
88459         type: "array"
88460         items:
88461           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
88462           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.VnfNetworkCollection"
88463   generic.resource.api.VnfNetworkData:
88464     type: "object"
88465     properties:
88466       related-networks:
88467         $ref: "#/definitions/generic.resource.api.RelatedNetwork"
88468         originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
88469       network-role:
88470         type: "string"
88471         description: "A Network Role to which a VNF must connect"
88472       is-trunked:
88473         type: "boolean"
88474       network-id:
88475         type: "string"
88476         description: "Unique Neutron UUID of an instance of the network role "
88477       subnets-data:
88478         $ref: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
88479         originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.SubnetsData"
88480       contrail-network-fqdn:
88481         type: "string"
88482         description: "contrail network policy object"
88483       network-name:
88484         type: "string"
88485         description: "Unique Neutron UUID of an instance of the network role "
88486       segmentation-id:
88487         type: "string"
88488       neutron-id:
88489         type: "string"
88490         description: "Unique Neutron UUID of an instance of the network role "
88491   generic.resource.api.VnfOperationInformation:
88492     allOf:
88493     - $ref: "#/definitions/generic.resource.api.LicenseInformation"
88494       originalRef: "#/definitions/generic.resource.api.LicenseInformation"
88495     - $ref: "#/definitions/generic.resource.api.RequestInformation"
88496       originalRef: "#/definitions/generic.resource.api.RequestInformation"
88497     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
88498       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
88499     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
88500       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
88501     - $ref: "#/definitions/generic.resource.api.VnfInformation"
88502       originalRef: "#/definitions/generic.resource.api.VnfInformation"
88503     - $ref: "#/definitions/generic.resource.api.VnfRequestInput"
88504       originalRef: "#/definitions/generic.resource.api.VnfRequestInput"
88505   generic.resource.api.VnfPathInformation:
88506     type: "object"
88507     properties:
88508       vf-module-instance:
88509         $ref: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
88510         originalRef: "#/definitions/generic.resource.api.vnfpathinformation.VfModuleInstance"
88511       left-network-role:
88512         type: "string"
88513       right-network-role:
88514         type: "string"
88515       vnf-instance-id:
88516         type: "string"
88517         description: "VNF instance ID in the path"
88518       right-network-name:
88519         type: "string"
88520       left-network-name:
88521         type: "string"
88522         description: "Every VNF instance in the path is connected to one or two VNFs."
88523       vnf-path-sequence-id:
88524         type: "integer"
88525         format: "int64"
88526         description: "Sequence ID at the VNF instance levele.g.  e.g. V1V2V3V5V6seq\
88527           \ id=1  V1-V2seq id=2  V2V3seq id=3  V3V5seq id=4  V5V6incremental integer\
88528           \ value."
88529   generic.resource.api.VnfRequestInput:
88530     type: "object"
88531     properties:
88532       vnf-request-input:
88533         $ref: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
88534         originalRef: "#/definitions/generic.resource.api.vnfrequestinput.VnfRequestInput"
88535   generic.resource.api.VnfResourceAssignments:
88536     type: "object"
88537     properties:
88538       vnf-resource-assignments:
88539         $ref: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
88540         originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.VnfResourceAssignments"
88541   generic.resource.api.VnfResponseInformation:
88542     type: "object"
88543     properties:
88544       vnf-response-information:
88545         $ref: "#/definitions/generic.resource.api.InstanceReference"
88546         originalRef: "#/definitions/generic.resource.api.InstanceReference"
88547   generic.resource.api.VnfSubInterfaceGroup:
88548     type: "object"
88549     properties:
88550       vnf-sub-interface-group:
88551         type: "array"
88552         items:
88553           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
88554           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup"
88555   generic.resource.api.VnfTopology:
88556     type: "object"
88557     properties:
88558       vnf-topology:
88559         $ref: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
88560         originalRef: "#/definitions/generic.resource.api.vnftopology.VnfTopology"
88561   generic.resource.api.VnfTopologyIdentifierStructure:
88562     type: "object"
88563     properties:
88564       vnf-topology-identifier-structure:
88565         $ref: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
88566         originalRef: "#/definitions/generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure"
88567   generic.resource.api.VnfTopologyOperation:
88568     type: "object"
88569     properties:
88570       output:
88571         $ref: "#/definitions/generic.resource.api.vnftopologyoperation.Output"
88572         originalRef: "#/definitions/generic.resource.api.vnftopologyoperation.Output"
88573   generic.resource.api.VnfVnrRebuildData:
88574     type: "object"
88575     properties:
88576       vnf-vnr-rebuild-data:
88577         $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"
88578         originalRef: "#/definitions/generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData"
88579   generic.resource.api.VnfcAddressFamilyEnumeration:
88580     type: "string"
88581     enum:
88582     - "ipv4"
88583     - "ipv6"
88584   generic.resource.api.VnfcInstanceGroup:
88585     type: "object"
88586     properties:
88587       vnfc-instance-group:
88588         type: "array"
88589         items:
88590           $ref: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
88591           originalRef: "#/definitions/generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup"
88592   generic.resource.api.VnfcNetworkData:
88593     type: "object"
88594     properties:
88595       vnfc-network-data:
88596         type: "array"
88597         items:
88598           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
88599           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.VnfcNetworkData"
88600   generic.resource.api.VnfcObjects:
88601     type: "object"
88602     properties:
88603       vnfc-objects:
88604         $ref: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
88605         originalRef: "#/definitions/generic.resource.api.vnfcobjects.VnfcObjects"
88606   generic.resource.api.VnfcSubnetDhcpEnumeration:
88607     type: "string"
88608     enum:
88609     - "Y"
88610     - "N"
88611   generic.resource.api.Vnfcs:
88612     type: "object"
88613     properties:
88614       vnfcs:
88615         $ref: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
88616         originalRef: "#/definitions/generic.resource.api.vnfcs.Vnfcs"
88617   generic.resource.api.VnicGroups:
88618     type: "object"
88619     properties:
88620       vnic-groups:
88621         $ref: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
88622         originalRef: "#/definitions/generic.resource.api.vnicgroups.VnicGroups"
88623   generic.resource.api.Vnics:
88624     type: "object"
88625     properties:
88626       vnics:
88627         $ref: "#/definitions/generic.resource.api.vnics.Vnics"
88628         originalRef: "#/definitions/generic.resource.api.vnics.Vnics"
88629   generic.resource.api.VnrParameters:
88630     type: "object"
88631     properties:
88632       vnr-parameters:
88633         $ref: "#/definitions/generic.resource.api.vnrparameters.VnrParameters"
88634         originalRef: "#/definitions/generic.resource.api.vnrparameters.VnrParameters"
88635   generic.resource.api.VpnBindings:
88636     type: "object"
88637     properties:
88638       vpn-bindings:
88639         type: "array"
88640         items:
88641           $ref: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
88642           originalRef: "#/definitions/generic.resource.api.vpnbindings.VpnBindings"
88643   generic.resource.api.aggregateroutes.AggregateRoutes:
88644     type: "object"
88645     properties:
88646       cidr-mask:
88647         type: "string"
88648       ip-version:
88649         type: "string"
88650         description: "Use values 4 or 6."
88651       start-address:
88652         type: "string"
88653       route-id:
88654         type: "string"
88655         description: "Unique id"
88656   generic.resource.api.allottedresourceidentifiers.AllottedResourceIdentifiers:
88657     type: "object"
88658     properties:
88659       allotted-resource-name:
88660         type: "string"
88661         description: "For a contrail-route, the network policy name."
88662       parent-service-instance-id:
88663         type: "string"
88664         description: "Service-instance-id of the parent service to which this allotted\
88665           \ resource belongs."
88666       allotted-resource-id:
88667         type: "string"
88668       consuming-service-instance-id:
88669         type: "string"
88670         description: "The service-instance-id of the consuming service of this allotted\
88671           \ resource"
88672       allotted-resource-type:
88673         type: "string"
88674         description: "(Added in draft 32)Expected to be contrail-route or security-zone."
88675   generic.resource.api.allottedresourceinformation.AllottedResourceInformation:
88676     allOf:
88677     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
88678       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
88679     - type: "object"
88680       properties:
88681         parent-service-instance-id:
88682           type: "string"
88683           description: "Service-instance-id of the parent service to which this allotted\
88684             \ resource belongs."
88685         allotted-resource-id:
88686           type: "string"
88687         allotted-resource-type:
88688           type: "string"
88689           description: "Not an enum, but expected values are contrail-route and security-zone."
88690   generic.resource.api.allottedresourcestatus.AllottedResourceStatus:
88691     type: "object"
88692     properties:
88693       response-code:
88694         type: "string"
88695       response-message:
88696         type: "string"
88697       action:
88698         type: "string"
88699         description: "value would one of possible request-actions; match the list\
88700           \ in service-data oper-status"
88701       response-timestamp:
88702         type: "string"
88703       request-status:
88704         $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
88705         originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
88706       final-indicator:
88707         type: "string"
88708       rpc-name:
88709         type: "string"
88710       rpc-action:
88711         description: "this is the svc-action from the incoming request"
88712         $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
88713         originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
88714   generic.resource.api.brgallottedresources.BrgAllottedResource:
88715     allOf:
88716     - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
88717       originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
88718     - type: "object"
88719       properties:
88720         allotted-resource-id:
88721           type: "string"
88722         allotted-resource-data:
88723           $ref: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
88724           originalRef: "#/definitions/generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData"
88725   generic.resource.api.brgallottedresources.brgallottedresource.AllottedResourceData:
88726     allOf:
88727     - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88728       originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88729     - $ref: "#/definitions/generic.resource.api.BrgTopology"
88730       originalRef: "#/definitions/generic.resource.api.BrgTopology"
88731     - type: "object"
88732       properties:
88733         brg-parameters:
88734           $ref: "#/definitions/generic.resource.api.Param"
88735           originalRef: "#/definitions/generic.resource.api.Param"
88736         allotted-resource-operation-information:
88737           $ref: "#/definitions/generic.resource.api.BrgOperationInformation"
88738           originalRef: "#/definitions/generic.resource.api.BrgOperationInformation"
88739   generic.resource.api.brgassignments.BrgAssignments:
88740     type: "object"
88741     properties:
88742       vbrg-wan-ip:
88743         type: "string"
88744   generic.resource.api.brgrequestinput.BrgRequestInput:
88745     type: "object"
88746     properties:
88747       vni:
88748         type: "string"
88749       brg-wan-mac-address:
88750         type: "string"
88751       vgmux-bearer-ip:
88752         type: "string"
88753   generic.resource.api.brgtopology.BrgTopology:
88754     allOf:
88755     - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
88756       originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
88757     - $ref: "#/definitions/generic.resource.api.BrgAssignments"
88758       originalRef: "#/definitions/generic.resource.api.BrgAssignments"
88759     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
88760       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
88761     - type: "object"
88762       properties:
88763         brg-parameters:
88764           $ref: "#/definitions/generic.resource.api.Param"
88765           originalRef: "#/definitions/generic.resource.api.Param"
88766   generic.resource.api.brgtopologyoperation.Output:
88767     allOf:
88768     - $ref: "#/definitions/generic.resource.api.BrgResponseInformation"
88769       originalRef: "#/definitions/generic.resource.api.BrgResponseInformation"
88770     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
88771       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
88772     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
88773       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
88774   generic.resource.api.configurationidentifiers.ConfigurationIdentifiers:
88775     type: "object"
88776     properties:
88777       configuration-name:
88778         type: "string"
88779       parent-service-instance-id:
88780         type: "string"
88781         description: "Service-instance-id of the parent service to which this resource\
88782           \ belongs."
88783       configuration-id:
88784         type: "string"
88785       configuration-sub-type:
88786         type: "string"
88787         description: " vprobe and pprobe"
88788       configuration-type:
88789         type: "string"
88790         description: "Not an enum, but expected values are port-mirror-configuration."
88791   generic.resource.api.configurationinformation.ConfigurationInformation:
88792     allOf:
88793     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
88794       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
88795     - type: "object"
88796       properties:
88797         configuration-name:
88798           type: "string"
88799         configuration-id:
88800           type: "string"
88801         configuration-sub-type:
88802           type: "string"
88803           description: "e.g. vprobe and pprobe when configuration-type=port-mirror-configuration"
88804         configuration-type:
88805           type: "string"
88806           description: "Not an enum, but expected values are port-mirror-configuration,\
88807             \ vlan-network-receptor"
88808   generic.resource.api.configurationstatus.ConfigurationStatus:
88809     type: "object"
88810     properties:
88811       response-code:
88812         type: "string"
88813       response-message:
88814         type: "string"
88815       action:
88816         type: "string"
88817         description: "value would one of possible request-actions; match the list\
88818           \ in service-data oper-status"
88819       response-timestamp:
88820         type: "string"
88821       request-status:
88822         $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
88823         originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
88824       final-indicator:
88825         type: "string"
88826       rpc-name:
88827         type: "string"
88828       rpc-action:
88829         description: "this is the svc-action from the incoming request"
88830         $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
88831         originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
88832   generic.resource.api.connectionattachmentallottedresources.ConnectionAttachmentAllottedResource:
88833     allOf:
88834     - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
88835       originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
88836     - type: "object"
88837       properties:
88838         allotted-resource-id:
88839           type: "string"
88840         allotted-resource-data:
88841           $ref: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
88842           originalRef: "#/definitions/generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData"
88843   generic.resource.api.connectionattachmentallottedresources.connectionattachmentallottedresource.AllottedResourceData:
88844     allOf:
88845     - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88846       originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88847     - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
88848       originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentTopology"
88849     - type: "object"
88850       properties:
88851         allotted-resource-operation-information:
88852           $ref: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
88853           originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentOperationInformation"
88854         connection-attachment-parameters:
88855           $ref: "#/definitions/generic.resource.api.Param"
88856           originalRef: "#/definitions/generic.resource.api.Param"
88857   generic.resource.api.connectionattachmentassignments.ConnectionAttachmentAssignments:
88858     type: "object"
88859   generic.resource.api.connectionattachmenttopology.ConnectionAttachmentTopology:
88860     allOf:
88861     - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
88862       originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
88863     - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
88864       originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentAssignments"
88865     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
88866       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
88867     - type: "object"
88868       properties:
88869         connection-attachment-parameters:
88870           $ref: "#/definitions/generic.resource.api.Param"
88871           originalRef: "#/definitions/generic.resource.api.Param"
88872   generic.resource.api.connectionattachmenttopologyoperation.Output:
88873     allOf:
88874     - $ref: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
88875       originalRef: "#/definitions/generic.resource.api.ConnectionAttachmentResponseInformation"
88876     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
88877       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
88878     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
88879       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
88880   generic.resource.api.connectionpoint.ConnectionPoint:
88881     type: "object"
88882     properties:
88883       vlan-data:
88884         type: "array"
88885         items:
88886           $ref: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
88887           originalRef: "#/definitions/generic.resource.api.connectionpoint.connectionpoint.VlanData"
88888       port-id:
88889         type: "string"
88890         description: "port-index when multiple CPs connect to same network. Default\
88891           \ zero (0)"
88892       connection-point-id:
88893         type: "string"
88894         description: "Key to CP object in A&AI"
88895   generic.resource.api.connectionpoint.connectionpoint.VlanData:
88896     type: "object"
88897     properties:
88898       vlan-tag-description:
88899         type: "string"
88900       vlan-uuid:
88901         type: "string"
88902         description: "Key to vlan-tag uuid object in A&AI Generated by vlan mS"
88903       vlan-role:
88904         type: "string"
88905         description: "Inner/Outer roles"
88906       vlan-tag-id:
88907         type: "string"
88908   generic.resource.api.contrailrouteallottedresources.ContrailRouteAllottedResource:
88909     allOf:
88910     - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
88911       originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
88912     - type: "object"
88913       properties:
88914         allotted-resource-id:
88915           type: "string"
88916         allotted-resource-data:
88917           $ref: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
88918           originalRef: "#/definitions/generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData"
88919   generic.resource.api.contrailrouteallottedresources.contrailrouteallottedresource.AllottedResourceData:
88920     allOf:
88921     - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88922       originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
88923     - $ref: "#/definitions/generic.resource.api.ContrailRouteTopology"
88924       originalRef: "#/definitions/generic.resource.api.ContrailRouteTopology"
88925     - type: "object"
88926       properties:
88927         allotted-resource-operation-information:
88928           $ref: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
88929           originalRef: "#/definitions/generic.resource.api.ContrailRouteOperationInformation"
88930   generic.resource.api.contrailrouteassignments.ContrailRouteAssignments:
88931     type: "object"
88932     properties:
88933       fq-name:
88934         type: "string"
88935         description: "The Contrail fq-name of the network policy"
88936       vlan-tag:
88937         type: "string"
88938         description: "Contrail-assigned vlan-tag to the vipr vm interface for this\
88939           \ route."
88940       dest-network:
88941         $ref: "#/definitions/generic.resource.api.NetworkInfo"
88942         originalRef: "#/definitions/generic.resource.api.NetworkInfo"
88943       source-network:
88944         $ref: "#/definitions/generic.resource.api.NetworkInfo"
88945         originalRef: "#/definitions/generic.resource.api.NetworkInfo"
88946       contrail-id:
88947         type: "string"
88948         description: "The ID assigned by Contrail to the network-policy (one for one\
88949           \ with the fq-name)"
88950       contrail-applied-service:
88951         $ref: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
88952         originalRef: "#/definitions/generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService"
88953   generic.resource.api.contrailrouteassignments.contrailrouteassignments.ContrailAppliedService:
88954     type: "object"
88955     properties:
88956       contrail-fqdn:
88957         type: "string"
88958         description: "This is the fq-name of the Contrail service instance through\
88959           \ which the route is passing."
88960       vnf-id:
88961         type: "string"
88962         description: "The vnf representing the contrail applied service"
88963       service-instance-id:
88964         type: "string"
88965         description: "The service-instance-id of the vnf from which the contrail applied\
88966           \ service is coming"
88967   generic.resource.api.contrailrouterequestinput.ContrailRouteRequestInput:
88968     type: "object"
88969     properties:
88970       contrail-applied-service-info:
88971         $ref: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
88972         originalRef: "#/definitions/generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo"
88973       source-network:
88974         $ref: "#/definitions/generic.resource.api.NetworkInfo"
88975         originalRef: "#/definitions/generic.resource.api.NetworkInfo"
88976       contrail-route-input-parameters:
88977         $ref: "#/definitions/generic.resource.api.Param"
88978         originalRef: "#/definitions/generic.resource.api.Param"
88979       dest-network:
88980         $ref: "#/definitions/generic.resource.api.NetworkInfo"
88981         originalRef: "#/definitions/generic.resource.api.NetworkInfo"
88982   generic.resource.api.contrailrouterequestinput.contrailrouterequestinput.ContrailAppliedServiceInfo:
88983     type: "object"
88984     properties:
88985       service-instance-id:
88986         type: "string"
88987         description: "The service-instance-id of the service in which the resource(s)\
88988           \ providing the applied-service are. For vIPR, this is the service-instance-id\
88989           \ of the vIPR-ATM service in which the vIPR-ATM VNF Contrail service is\
88990           \ the applied service. MSO will populate with the input data."
88991       contrail-fqdn:
88992         type: "string"
88993         description: "For future use by MSO on input; MSO not expected to populate\
88994           \ in 1707. If MSO can identify the contrail-fqdn of the Contrail applied\
88995           \ service for this contrail-route, then it would be specified here on input.\
88996           \ Otherwise, SDN-C will look it up by the vIPR-ATM VNF in the service-instance-id\
88997           \ of the contrail-applied-service-info grouing."
88998   generic.resource.api.contrailroutetopology.ContrailRouteTopology:
88999     allOf:
89000     - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
89001       originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
89002     - $ref: "#/definitions/generic.resource.api.ContrailRouteAssignments"
89003       originalRef: "#/definitions/generic.resource.api.ContrailRouteAssignments"
89004     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89005       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89006     - type: "object"
89007       properties:
89008         contrail-route-parameters:
89009           $ref: "#/definitions/generic.resource.api.Param"
89010           originalRef: "#/definitions/generic.resource.api.Param"
89011   generic.resource.api.contrailroutetopologyoperation.Output:
89012     allOf:
89013     - $ref: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
89014       originalRef: "#/definitions/generic.resource.api.ContrailRouteResponseInformation"
89015     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89016       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89017     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89018       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89019   generic.resource.api.forwardingpathinformation.ServicePaths:
89020     type: "object"
89021     properties:
89022       service-path:
89023         type: "array"
89024         items:
89025           $ref: "#/definitions/generic.resource.api.ServicePathInformation"
89026           originalRef: "#/definitions/generic.resource.api.ServicePathInformation"
89027   generic.resource.api.forwardingpathrequestinput.ForwardingPathRequestInput:
89028     type: "object"
89029     properties:
89030       forwarding-paths:
89031         type: "array"
89032         items:
89033           $ref: "#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"
89034           originalRef: "#/definitions/generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths"
89035   generic.resource.api.forwardingpathrequestinput.forwardingpathrequestinput.ForwardingPaths:
89036     allOf:
89037     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89038       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89039     - type: "object"
89040       properties:
89041         forwarding-path-name:
89042           type: "string"
89043           description: "Forwarding-path-name from tosca-model. "
89044   generic.resource.api.gcrequestinput.GcRequestInput:
89045     type: "object"
89046     properties:
89047       rebuild:
89048         type: "string"
89049         description: "Value will indicate what to rebuild"
89050       vf-module-id:
89051         type: "string"
89052         description: "This is mandatory in case of rebuild"
89053       input-parameters:
89054         $ref: "#/definitions/generic.resource.api.Param"
89055         originalRef: "#/definitions/generic.resource.api.Param"
89056       vnf-id:
89057         type: "string"
89058       configuration-ids:
89059         type: "array"
89060         items:
89061           $ref: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
89062           originalRef: "#/definitions/generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds"
89063   generic.resource.api.gcrequestinput.gcrequestinput.ConfigurationIds:
89064     type: "object"
89065     properties:
89066       configuration-id:
89067         type: "string"
89068   generic.resource.api.genericconfigurationnotification.Input:
89069     allOf:
89070     - $ref: "#/definitions/generic.resource.api.ConfigurationInformation"
89071       originalRef: "#/definitions/generic.resource.api.ConfigurationInformation"
89072     - $ref: "#/definitions/generic.resource.api.RequestInformation"
89073       originalRef: "#/definitions/generic.resource.api.RequestInformation"
89074     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
89075       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
89076     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
89077       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
89078     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89079       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89080     - $ref: "#/definitions/generic.resource.api.VnfVnrRebuildData"
89081       originalRef: "#/definitions/generic.resource.api.VnfVnrRebuildData"
89082     - $ref: "#/definitions/generic.resource.api.VnrParameters"
89083       originalRef: "#/definitions/generic.resource.api.VnrParameters"
89084     - type: "object"
89085       properties:
89086         configuration-topology-link:
89087           type: "string"
89088           description: "Returns URL to generic-configuration-topology "
89089   generic.resource.api.genericconfigurations.GcConfiguration:
89090     allOf:
89091     - $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
89092       originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
89093     - type: "object"
89094       properties:
89095         configuration-id:
89096           type: "string"
89097         configuration-data:
89098           $ref: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
89099           originalRef: "#/definitions/generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData"
89100   generic.resource.api.genericconfigurations.gcconfiguration.ConfigurationData:
89101     allOf:
89102     - $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
89103       originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
89104     - type: "object"
89105       properties:
89106         configuration-operation-information:
89107           $ref: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
89108           originalRef: "#/definitions/generic.resource.api.GcTopologyOperationInformation"
89109   generic.resource.api.genericconfigurationtopologyoperation.Output:
89110     allOf:
89111     - $ref: "#/definitions/generic.resource.api.GcResponseInformation"
89112       originalRef: "#/definitions/generic.resource.api.GcResponseInformation"
89113     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89114       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89115     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89116       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89117   generic.resource.api.getpathsegmenttopologyoperation.Output:
89118     allOf:
89119     - $ref: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
89120       originalRef: "#/definitions/generic.resource.api.GetpathsegmentResponseInformation"
89121     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89122       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89123     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89124       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89125   generic.resource.api.hostroutes.HostRoutes:
89126     type: "object"
89127     properties:
89128       route-prefix:
89129         type: "string"
89130       next-hop:
89131         type: "string"
89132         description: "Could be ip-address or hostname or service-instance"
89133   generic.resource.api.ipaddresses.IpAddresses:
89134     type: "object"
89135     properties:
89136       vipv6-address:
89137         type: "string"
89138         description: "Virtual v6"
89139       ipv4-address:
89140         type: "string"
89141       vipv4-address:
89142         type: "string"
89143         description: "Virtual v4"
89144       ipv6-address:
89145         type: "string"
89146   generic.resource.api.licenseinformation.LicenseInformation:
89147     type: "object"
89148     properties:
89149       license-key-group-list:
89150         type: "array"
89151         items:
89152           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
89153           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList"
89154       entitlement-pool-list:
89155         type: "array"
89156         items:
89157           $ref: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
89158           originalRef: "#/definitions/generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList"
89159   generic.resource.api.licenseinformation.licenseinformation.EntitlementPoolList:
89160     type: "object"
89161     properties:
89162       action:
89163         type: "string"
89164       entitlement-pool-invariant-uuid:
89165         type: "string"
89166       entitlement-uuid:
89167         type: "string"
89168         description: "assigned by ALTS"
89169       entitlement-pool-uuid:
89170         type: "string"
89171   generic.resource.api.licenseinformation.licenseinformation.LicenseKeyGroupList:
89172     type: "object"
89173     properties:
89174       license-key-group-uuid:
89175         type: "string"
89176       license-uuid:
89177         type: "string"
89178         description: "assigned by ALTS"
89179       action:
89180         type: "string"
89181       license-key-group-invariant-uuid:
89182         type: "string"
89183       license-key:
89184         type: "string"
89185         description: "assigned by ALTS"
89186   generic.resource.api.networkassignments.NetworkAssignments:
89187     type: "object"
89188   generic.resource.api.networkinformation.NetworkInformation:
89189     allOf:
89190     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89191       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89192     - type: "object"
89193       properties:
89194         from-preload:
89195           type: "boolean"
89196           description: "Indicates if source is preload data"
89197         network-technology:
89198           type: "string"
89199         network-id:
89200           type: "string"
89201         network-type:
89202           type: "string"
89203   generic.resource.api.networkinstancegroup.NetworkInstanceGroup:
89204     allOf:
89205     - $ref: "#/definitions/generic.resource.api.AggregateRoutes"
89206       originalRef: "#/definitions/generic.resource.api.AggregateRoutes"
89207     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89208       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89209     - $ref: "#/definitions/generic.resource.api.Subnets"
89210       originalRef: "#/definitions/generic.resource.api.Subnets"
89211     - type: "object"
89212       properties:
89213         subnet-assignment-policy:
89214           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
89215           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy"
89216         service-instance-id:
89217           type: "string"
89218         vpn-binding-policy:
89219           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
89220           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy"
89221         network-instance-group-id:
89222           type: "string"
89223           description: "Also a Key in Network Instance Group in A&AI"
89224         network-instance-group-function:
89225           type: "string"
89226         networks:
89227           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
89228           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.Networks"
89229         aggregate-route-policy:
89230           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
89231           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy"
89232         subnet-key-value:
89233           type: "string"
89234           description: "key-value provided to IPAM when  creating shared subnet"
89235   generic.resource.api.networkinstancegroup.networkinstancegroup.AggregateRoutePolicy:
89236     type: "object"
89237     properties:
89238       ipv4-aggregate-route-level:
89239         type: "string"
89240       ipv6-aggregate-route-level:
89241         type: "string"
89242       aggregate-route-policy-name:
89243         type: "string"
89244   generic.resource.api.networkinstancegroup.networkinstancegroup.Networks:
89245     type: "object"
89246     properties:
89247       network:
89248         type: "array"
89249         items:
89250           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
89251           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network"
89252   generic.resource.api.networkinstancegroup.networkinstancegroup.SubnetAssignmentPolicy:
89253     type: "object"
89254     properties:
89255       subnet-use:
89256         type: "string"
89257         description: "Current valid values - unique, shared (default)"
89258   generic.resource.api.networkinstancegroup.networkinstancegroup.VpnBindingPolicy:
89259     type: "object"
89260     properties:
89261       vpn-name:
89262         type: "string"
89263       global-route-target:
89264         type: "string"
89265       vpn-type:
89266         type: "string"
89267       vpn-binding:
89268         type: "string"
89269       route-target-role:
89270         type: "string"
89271       vpn-platform:
89272         type: "string"
89273   generic.resource.api.networkinstancegroup.networkinstancegroup.networks.Network:
89274     allOf:
89275     - $ref: "#/definitions/generic.resource.api.VpnBindings"
89276       originalRef: "#/definitions/generic.resource.api.VpnBindings"
89277     - type: "object"
89278       properties:
89279         network-status:
89280           type: "string"
89281           description: "assigned, unassigned"
89282         neutron-network-id:
89283           type: "string"
89284           description: "Neutron-network-id assigned by PO/RO"
89285         network-id:
89286           type: "string"
89287           description: "Index into network-topology-identifier structure"
89288         customer-bonding-requests:
89289           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
89290           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests"
89291         vlan-tag-id:
89292           type: "integer"
89293           format: "int64"
89294   generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.CustomerBondingRequests:
89295     type: "object"
89296     properties:
89297       customer-bonding-request:
89298         type: "array"
89299         items:
89300           $ref: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
89301           originalRef: "#/definitions/generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest"
89302   generic.resource.api.networkinstancegroup.networkinstancegroup.networks.network.customerbondingrequests.CustomerBondingRequest:
89303     type: "object"
89304     properties:
89305       configuration-id:
89306         type: "string"
89307         description: "e.g. vlan network receptor configuration id"
89308   generic.resource.api.networkparameters.NetworkParameters:
89309     type: "object"
89310     properties:
89311       network-parameter:
89312         type: "array"
89313         items:
89314           $ref: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
89315           originalRef: "#/definitions/generic.resource.api.networkparameters.networkparameters.NetworkParameter"
89316   generic.resource.api.networkparameters.networkparameters.NetworkParameter:
89317     type: "object"
89318     properties:
89319       network-parameter-value:
89320         type: "string"
89321       network-parameter-name:
89322         type: "string"
89323   generic.resource.api.networkpolicy.NetworkPolicy:
89324     type: "object"
89325     properties:
89326       network-policy-fqdn:
89327         type: "string"
89328       network-policy-id:
89329         type: "string"
89330   generic.resource.api.networkrequestinput.NetworkRequestInput:
89331     allOf:
89332     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
89333       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
89334     - type: "object"
89335       properties:
89336         network-name:
89337           type: "string"
89338         network-input-parameters:
89339           $ref: "#/definitions/generic.resource.api.Param"
89340           originalRef: "#/definitions/generic.resource.api.Param"
89341         network-instance-group-id:
89342           type: "string"
89343           description: "When network has instance-group role in service model"
89344   generic.resource.api.networktopology.NetworkTopology:
89345     allOf:
89346     - $ref: "#/definitions/generic.resource.api.NetworkAssignments"
89347       originalRef: "#/definitions/generic.resource.api.NetworkAssignments"
89348     - $ref: "#/definitions/generic.resource.api.NetworkParameters"
89349       originalRef: "#/definitions/generic.resource.api.NetworkParameters"
89350     - $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
89351       originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
89352     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89353       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89354     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
89355       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
89356   generic.resource.api.networktopologyidentifierstructure.NetworkTopologyIdentifierStructure:
89357     type: "object"
89358     properties:
89359       related-networks:
89360         $ref: "#/definitions/generic.resource.api.RelatedNetwork"
89361         originalRef: "#/definitions/generic.resource.api.RelatedNetwork"
89362       network-role:
89363         type: "string"
89364       is-trunked:
89365         type: "boolean"
89366       network-technology:
89367         type: "string"
89368       network-id:
89369         type: "string"
89370       eipam-v4-address-plan:
89371         type: "string"
89372       network-instance-group-id:
89373         type: "string"
89374         description: "When network is part of network instance-Group-data & instance\
89375           \ Group in A&AI"
89376       network-name:
89377         type: "string"
89378       segmentation-id:
89379         type: "string"
89380       eipam-v6-address-plan:
89381         type: "string"
89382       network-type:
89383         type: "string"
89384   generic.resource.api.networktopologyoperation.Output:
89385     allOf:
89386     - $ref: "#/definitions/generic.resource.api.NetworkResponseInformation"
89387       originalRef: "#/definitions/generic.resource.api.NetworkResponseInformation"
89388     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89389       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89390     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89391       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89392   generic.resource.api.onapmodelinformation.OnapModelInformation:
89393     type: "object"
89394     properties:
89395       model-name:
89396         type: "string"
89397       model-version:
89398         type: "string"
89399       model-customization-uuid:
89400         type: "string"
89401         description: "customized resource for use within a given service.Would not\
89402           \ be present at the service level but would be present for the resource\
89403           \ level"
89404       model-uuid:
89405         type: "string"
89406         description: "identifies the uuid for this service or resource, which is version\
89407           \ specific"
89408       model-invariant-uuid:
89409         type: "string"
89410         description: "identifies the invariant uuid for this service or resource"
89411   generic.resource.api.param.Param:
89412     type: "object"
89413     properties:
89414       name:
89415         type: "string"
89416       resource-resolution-data:
89417         $ref: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
89418         originalRef: "#/definitions/generic.resource.api.param.param.ResourceResolutionData"
89419       value:
89420         type: "string"
89421   generic.resource.api.param.param.ResourceResolutionData:
89422     type: "object"
89423     properties:
89424       payload:
89425         type: "string"
89426       resource-key:
89427         type: "array"
89428         items:
89429           $ref: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
89430           originalRef: "#/definitions/generic.resource.api.param.param.resourceresolutiondata.ResourceKey"
89431       capability-name:
89432         type: "string"
89433         description: "Resource assignment resolution Capability name"
89434       status:
89435         type: "string"
89436         description: "SUCCESS, FAILED, or PENDING - RA returned data as capability"
89437   generic.resource.api.param.param.resourceresolutiondata.ResourceKey:
89438     type: "object"
89439     properties:
89440       name:
89441         type: "string"
89442       value:
89443         type: "string"
89444   generic.resource.api.pnfdetails.PnfDetails:
89445     allOf:
89446     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89447       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89448     - type: "object"
89449       properties:
89450         pnf-id:
89451           type: "string"
89452           description: "pnfId*Identifier of this Pnf information element. CORRELATIONID\
89453             \ = PNF-NAME (A&AI)"
89454         pnf-name:
89455           type: "string"
89456         pnf-type:
89457           type: "string"
89458           description: "pnfType (template)*Type of Resource. NEW type: PNF (pre-defined\
89459             \ in SDC)"
89460   generic.resource.api.pnfinformation.PnfInformation:
89461     allOf:
89462     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89463       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89464     - type: "object"
89465       properties:
89466         pnf-name:
89467           type: "string"
89468           description: "Key for A&AI query"
89469         pnf-type:
89470           type: "string"
89471   generic.resource.api.pnfrequestinput.PnfRequestInput:
89472     allOf:
89473     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
89474       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
89475     - type: "object"
89476       properties:
89477         request-version:
89478           type: "string"
89479           description: "keep this? e.g. 1702"
89480         pnf-input-parameters:
89481           $ref: "#/definitions/generic.resource.api.Param"
89482           originalRef: "#/definitions/generic.resource.api.Param"
89483         pnf-name:
89484           type: "string"
89485   generic.resource.api.pnftopology.PnfTopology:
89486     allOf:
89487     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89488       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89489     - $ref: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
89490       originalRef: "#/definitions/generic.resource.api.PnfTopologyIdentifierStructure"
89491     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
89492       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
89493     - type: "object"
89494       properties:
89495         pnf-parameters-data:
89496           $ref: "#/definitions/generic.resource.api.Param"
89497           originalRef: "#/definitions/generic.resource.api.Param"
89498         sdnc-generated-cloud-resources:
89499           type: "boolean"
89500           description: "Indicate if source is sdnc generated cloud param.When true,\
89501             \ the parameters are literal HEAT template parameter names;When false,\
89502             \ the parameters need to be converted to HEAT format"
89503   generic.resource.api.pnftopologyidentifierstructure.PnfTopologyIdentifierStructure:
89504     type: "object"
89505     properties:
89506       pnf-id:
89507         type: "string"
89508       pnf-name:
89509         type: "string"
89510         description: "optionally comes from pnf-request-input container or is assigned\
89511           \ by sdn-c"
89512       pnf-type:
89513         type: "string"
89514         description: "In preload tree, this label is used for the vf-module-type"
89515   generic.resource.api.pnftopologyoperation.Output:
89516     allOf:
89517     - $ref: "#/definitions/generic.resource.api.PnfResponseInformation"
89518       originalRef: "#/definitions/generic.resource.api.PnfResponseInformation"
89519     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89520       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89521     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89522       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89523   generic.resource.api.policyupdatenotifyoperation.Input:
89524     type: "object"
89525     properties:
89526       version-id:
89527         type: "string"
89528         description: "Map JSON versionNo to version-id"
89529       policy-name:
89530         type: "string"
89531       update-type:
89532         type: "string"
89533   generic.resource.api.policyupdatenotifyoperation.Output:
89534     type: "object"
89535     properties:
89536       error-code:
89537         type: "string"
89538       error-msg:
89539         type: "string"
89540   generic.resource.api.portmirrorconfigurationassignments.PortMirrorConfigurationAssignments:
89541     type: "object"
89542     properties:
89543       dest-vnf-id:
89544         type: "string"
89545         description: "For vProbe"
89546       dest-p-interface:
89547         type: "string"
89548         description: "For pProbe; from policy manager"
89549       tenant-context:
89550         type: "string"
89551         description: "From tenant object in A&AI"
89552       dest-pnf-name:
89553         type: "string"
89554         description: "For pProbe"
89555       route-allotted-resource-id:
89556         type: "string"
89557         description: "For vProbe"
89558       dest-tenant-id:
89559         type: "string"
89560         description: "tenant-id from A&AI for destination VNF"
89561       owning-entity:
89562         type: "string"
89563       dest-pnf-port-policy-name:
89564         type: "string"
89565         description: "For pProbe; from tosca model"
89566       cloud-region-id:
89567         type: "string"
89568       source-capacity:
89569         type: "integer"
89570         format: "int64"
89571         description: "Source port pps (packets per second) rating from tosca model"
89572       tenant-id:
89573         type: "string"
89574         description: "tenant-id from A&AI for source VNF"
89575       dest-network-fqdn:
89576         type: "string"
89577       contrail-vmi-params:
89578         $ref: "#/definitions/generic.resource.api.Param"
89579         originalRef: "#/definitions/generic.resource.api.Param"
89580       source-network-fqdn:
89581         type: "string"
89582       cloud-owner:
89583         type: "string"
89584       source-to-dest-maps:
89585         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
89586         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps"
89587       source-vnf-id:
89588         type: "string"
89589       dest-tenant:
89590         type: "string"
89591         description: "Tenant name from A&AI for destination VNF"
89592       dest-vnfc-instance-group-id:
89593         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
89594         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId"
89595       source-vnfc-instance-group-id:
89596         $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
89597         originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId"
89598       probe-type:
89599         type: "string"
89600         description: "vprobe or pprobe; derived from configuration-information.configuration-sub-type"
89601       vnics-group-id:
89602         type: "string"
89603       tenant:
89604         type: "string"
89605         description: "Tenant name from A&AI for source VNF"
89606   generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.DestVnfcInstanceGroupId:
89607     type: "object"
89608     properties:
89609       instance-group-role:
89610         type: "string"
89611       configuration-id:
89612         type: "string"
89613       nfc-naming-code:
89614         type: "string"
89615         description: "Set to nfc-naming-code"
89616       service-instance-id:
89617         type: "string"
89618   generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceToDestMaps:
89619     type: "object"
89620     properties:
89621       source-to-dest-map:
89622         type: "array"
89623         items:
89624           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
89625           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap"
89626   generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.SourceVnfcInstanceGroupId:
89627     type: "object"
89628     properties:
89629       instance-group-role:
89630         type: "string"
89631       configuration-id:
89632         type: "string"
89633       nfc-naming-code:
89634         type: "string"
89635         description: "Set to nfc-naming-code"
89636       service-instance-id:
89637         type: "string"
89638   generic.resource.api.portmirrorconfigurationassignments.portmirrorconfigurationassignments.sourcetodestmaps.SourceToDestMap:
89639     type: "object"
89640     properties:
89641       source-port-id:
89642         type: "string"
89643       source-vserver-id:
89644         type: "string"
89645       dest-vserver-id:
89646         type: "string"
89647       dest-ip-addresses:
89648         $ref: "#/definitions/generic.resource.api.IpAddresses"
89649         originalRef: "#/definitions/generic.resource.api.IpAddresses"
89650       link-name:
89651         type: "string"
89652       dest-port-name:
89653         type: "string"
89654       source-port-name:
89655         type: "string"
89656       dest-port-id:
89657         type: "string"
89658   generic.resource.api.portmirrorconfigurationrequestinput.PortMirrorConfigurationRequestInput:
89659     allOf:
89660     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
89661       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
89662     - type: "object"
89663       properties:
89664         source-port:
89665           $ref: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
89666           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort"
89667         dest-port:
89668           $ref: "#/definitions/generic.resource.api.PortInfo"
89669           originalRef: "#/definitions/generic.resource.api.PortInfo"
89670         port-mirror-configuration-input-parameters:
89671           $ref: "#/definitions/generic.resource.api.Param"
89672           originalRef: "#/definitions/generic.resource.api.Param"
89673   generic.resource.api.portmirrorconfigurationrequestinput.portmirrorconfigurationrequestinput.SourcePort:
89674     allOf:
89675     - $ref: "#/definitions/generic.resource.api.PortInfo"
89676       originalRef: "#/definitions/generic.resource.api.PortInfo"
89677     - type: "object"
89678       properties:
89679         source-port-id:
89680           type: "string"
89681           description: "needed for srv-action=disable/enable"
89682   generic.resource.api.portmirrorconfigurations.PortMirrorConfiguration:
89683     allOf:
89684     - $ref: "#/definitions/generic.resource.api.ConfigurationStatus"
89685       originalRef: "#/definitions/generic.resource.api.ConfigurationStatus"
89686     - type: "object"
89687       properties:
89688         configuration-id:
89689           type: "string"
89690         configuration-data:
89691           $ref: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
89692           originalRef: "#/definitions/generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData"
89693   generic.resource.api.portmirrorconfigurations.portmirrorconfiguration.ConfigurationData:
89694     allOf:
89695     - $ref: "#/definitions/generic.resource.api.ConfigurationOperStatus"
89696       originalRef: "#/definitions/generic.resource.api.ConfigurationOperStatus"
89697     - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
89698       originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationTopology"
89699     - type: "object"
89700       properties:
89701         configuration-operation-information:
89702           $ref: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
89703           originalRef: "#/definitions/generic.resource.api.PortMirrorTopologyOperationInformation"
89704   generic.resource.api.portmirrorconfigurationtopology.PortMirrorConfigurationTopology:
89705     allOf:
89706     - $ref: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
89707       originalRef: "#/definitions/generic.resource.api.ConfigurationIdentifiers"
89708     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89709       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89710     - $ref: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
89711       originalRef: "#/definitions/generic.resource.api.PortMirrorConfigurationAssignments"
89712     - type: "object"
89713       properties:
89714         port-mirror-configuration-parameters:
89715           $ref: "#/definitions/generic.resource.api.Param"
89716           originalRef: "#/definitions/generic.resource.api.Param"
89717   generic.resource.api.portmirrortopologyoperation.Output:
89718     allOf:
89719     - $ref: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
89720       originalRef: "#/definitions/generic.resource.api.PortMirrorResponseInformation"
89721     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89722       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89723     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89724       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89725   generic.resource.api.preloaddata.PreloadData:
89726     allOf:
89727     - $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
89728       originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
89729     - $ref: "#/definitions/generic.resource.api.PreloadOperStatus"
89730       originalRef: "#/definitions/generic.resource.api.PreloadOperStatus"
89731     - $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
89732       originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
89733   generic.resource.api.preloadmodelinformation.PreloadList:
89734     allOf:
89735     - $ref: "#/definitions/generic.resource.api.PreloadData"
89736       originalRef: "#/definitions/generic.resource.api.PreloadData"
89737     - type: "object"
89738       properties:
89739         preload-type:
89740           type: "string"
89741           description: "network or vf-module"
89742         preload-id:
89743           type: "string"
89744           description: "vf-module-name or network name"
89745   generic.resource.api.preloadnetworktopologyinformation.PreloadNetworkTopologyInformation:
89746     allOf:
89747     - $ref: "#/definitions/generic.resource.api.HostRoutes"
89748       originalRef: "#/definitions/generic.resource.api.HostRoutes"
89749     - $ref: "#/definitions/generic.resource.api.NetworkPolicy"
89750       originalRef: "#/definitions/generic.resource.api.NetworkPolicy"
89751     - $ref: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
89752       originalRef: "#/definitions/generic.resource.api.NetworkTopologyIdentifierStructure"
89753     - $ref: "#/definitions/generic.resource.api.ProviderNetworkInformation"
89754       originalRef: "#/definitions/generic.resource.api.ProviderNetworkInformation"
89755     - $ref: "#/definitions/generic.resource.api.RouteTableReference"
89756       originalRef: "#/definitions/generic.resource.api.RouteTableReference"
89757     - $ref: "#/definitions/generic.resource.api.Subnets"
89758       originalRef: "#/definitions/generic.resource.api.Subnets"
89759     - $ref: "#/definitions/generic.resource.api.VpnBindings"
89760       originalRef: "#/definitions/generic.resource.api.VpnBindings"
89761   generic.resource.api.preloadnetworktopologyoperation.Input:
89762     allOf:
89763     - $ref: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
89764       originalRef: "#/definitions/generic.resource.api.PreloadNetworkTopologyInformation"
89765     - $ref: "#/definitions/generic.resource.api.RequestInformation"
89766       originalRef: "#/definitions/generic.resource.api.RequestInformation"
89767     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
89768       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
89769   generic.resource.api.preloadoperstatus.PreloadOperStatus:
89770     type: "object"
89771     properties:
89772       last-action:
89773         $ref: "#/definitions/generic.resource.api.LastActionEnumeration"
89774         originalRef: "#/definitions/generic.resource.api.LastActionEnumeration"
89775       modify-timestamp:
89776         type: "string"
89777       maintenance-indicator:
89778         $ref: "#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"
89779         originalRef: "#/definitions/generic.resource.api.MaintenanceIndicatorEnumeration"
89780       last-order-status:
89781         $ref: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
89782         originalRef: "#/definitions/generic.resource.api.LastOrderStatusEnumeration"
89783       create-timestamp:
89784         type: "string"
89785       order-status:
89786         $ref: "#/definitions/generic.resource.api.OrderStatusEnumeration"
89787         originalRef: "#/definitions/generic.resource.api.OrderStatusEnumeration"
89788       last-svc-request-id:
89789         type: "string"
89790   generic.resource.api.preloadvfmoduletopologyinformation.PreloadVfModuleTopologyInformation:
89791     allOf:
89792     - $ref: "#/definitions/generic.resource.api.VfModuleTopology"
89793       originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
89794     - $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
89795       originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
89796     - $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
89797       originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
89798   generic.resource.api.preloadvfmoduletopologyoperation.Input:
89799     allOf:
89800     - $ref: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
89801       originalRef: "#/definitions/generic.resource.api.PreloadVfModuleTopologyInformation"
89802     - $ref: "#/definitions/generic.resource.api.RequestInformation"
89803       originalRef: "#/definitions/generic.resource.api.RequestInformation"
89804     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
89805       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
89806   generic.resource.api.relatednetwork.RelatedNetwork:
89807     allOf:
89808     - $ref: "#/definitions/generic.resource.api.VlanTags"
89809       originalRef: "#/definitions/generic.resource.api.VlanTags"
89810     - type: "object"
89811       properties:
89812         network-role:
89813           type: "string"
89814         network-id:
89815           type: "string"
89816           description: "Key to l3-network object"
89817   generic.resource.api.requestinformation.RequestInformation:
89818     type: "object"
89819     properties:
89820       notification-url:
89821         type: "string"
89822       order-version:
89823         type: "string"
89824       request-action:
89825         description: "still need to work Disconnect"
89826         $ref: "#/definitions/generic.resource.api.RequestActionEnumeration"
89827         originalRef: "#/definitions/generic.resource.api.RequestActionEnumeration"
89828       source:
89829         type: "string"
89830       request-id:
89831         type: "string"
89832         description: "Request ID generated upstream of MSO"
89833       order-number:
89834         type: "string"
89835   generic.resource.api.routetablereference.RouteTableReference:
89836     type: "object"
89837     properties:
89838       route-table-reference-id:
89839         type: "string"
89840       route-table-reference-fqdn:
89841         type: "string"
89842   generic.resource.api.sdncrequestheader.SdncRequestHeader:
89843     type: "object"
89844     properties:
89845       svc-request-id:
89846         type: "string"
89847         description: "Uniquely generated by calling system (e.g. MSO or SDN-GP)"
89848       svc-notification-url:
89849         type: "string"
89850         description: "Contains URL for asynchronous response"
89851       svc-action:
89852         description: "This is the rpcAction"
89853         $ref: "#/definitions/generic.resource.api.SvcActionEnumeration"
89854         originalRef: "#/definitions/generic.resource.api.SvcActionEnumeration"
89855   generic.resource.api.securityzoneallottedresources.SecurityZoneAllottedResource:
89856     allOf:
89857     - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
89858       originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
89859     - type: "object"
89860       properties:
89861         allotted-resource-id:
89862           type: "string"
89863         allotted-resource-data:
89864           $ref: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
89865           originalRef: "#/definitions/generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData"
89866   generic.resource.api.securityzoneallottedresources.securityzoneallottedresource.AllottedResourceData:
89867     allOf:
89868     - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
89869       originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
89870     - $ref: "#/definitions/generic.resource.api.SecurityZoneTopology"
89871       originalRef: "#/definitions/generic.resource.api.SecurityZoneTopology"
89872     - type: "object"
89873       properties:
89874         allotted-resource-operation-information:
89875           $ref: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
89876           originalRef: "#/definitions/generic.resource.api.SecurityZoneOperationInformation"
89877         security-zone-parameters:
89878           $ref: "#/definitions/generic.resource.api.Param"
89879           originalRef: "#/definitions/generic.resource.api.Param"
89880   generic.resource.api.securityzoneassignments.SecurityZoneAssignments:
89881     type: "object"
89882     properties:
89883       security-zone-name-trusted:
89884         type: "string"
89885       trusted-network-role:
89886         type: "string"
89887         description: "In the case of vIPR, this is the landing networks network-role;\
89888           \ used in naming"
89889       security-zone-name-untrusted:
89890         type: "string"
89891       security-zone-service-instance-id:
89892         type: "string"
89893         description: "Will be the same as the parent-service-instance-id"
89894       untrusted-network-role:
89895         type: "string"
89896         description: "In the case of vIPR, this is the tenant oam networks network-role;\
89897           \ used in naming"
89898       vlan-tag:
89899         type: "string"
89900       security-zone-vnf-id:
89901         type: "string"
89902         description: "Selected by SDNC from the security-zone-service-instance-id"
89903   generic.resource.api.securityzonerequestinput.SecurityZoneRequestInput:
89904     type: "object"
89905     properties:
89906       security-zone-input-parameters:
89907         $ref: "#/definitions/generic.resource.api.Param"
89908         originalRef: "#/definitions/generic.resource.api.Param"
89909       trusted-network-role:
89910         type: "string"
89911         description: "In the case of vIPR, this is the landing networks network-role;\
89912           \ used in naming"
89913       untrusted-network-role:
89914         type: "string"
89915         description: "In the case of vIPR, this is the tenant oam networks network-role;\
89916           \ used in naming"
89917       vlan-tag:
89918         type: "string"
89919   generic.resource.api.securityzonetopology.SecurityZoneTopology:
89920     allOf:
89921     - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
89922       originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
89923     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
89924       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
89925     - $ref: "#/definitions/generic.resource.api.SecurityZoneAssignments"
89926       originalRef: "#/definitions/generic.resource.api.SecurityZoneAssignments"
89927     - type: "object"
89928       properties:
89929         security-zone-parameters:
89930           $ref: "#/definitions/generic.resource.api.Param"
89931           originalRef: "#/definitions/generic.resource.api.Param"
89932   generic.resource.api.securityzonetopologyoperation.Output:
89933     allOf:
89934     - $ref: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
89935       originalRef: "#/definitions/generic.resource.api.SecurityZoneResponseInformation"
89936     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
89937       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
89938     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
89939       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
89940   generic.resource.api.serviceassignments.ServiceAssignments:
89941     type: "object"
89942   generic.resource.api.servicedata.ServiceData:
89943     allOf:
89944     - $ref: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
89945       originalRef: "#/definitions/generic.resource.api.ServiceLevelOperStatus"
89946     - $ref: "#/definitions/generic.resource.api.ServiceOperationInformation"
89947       originalRef: "#/definitions/generic.resource.api.ServiceOperationInformation"
89948     - $ref: "#/definitions/generic.resource.api.ServiceTopology"
89949       originalRef: "#/definitions/generic.resource.api.ServiceTopology"
89950     - type: "object"
89951       properties:
89952         vnfc-instance-groups:
89953           $ref: "#/definitions/generic.resource.api.VnfcInstanceGroup"
89954           originalRef: "#/definitions/generic.resource.api.VnfcInstanceGroup"
89955         provided-configurations:
89956           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
89957           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedConfigurations"
89958         provided-allotted-resources:
89959           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
89960           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ProvidedAllottedResources"
89961         vnfs:
89962           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
89963           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Vnfs"
89964         forwarding-paths:
89965           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
89966           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ForwardingPaths"
89967         network-instance-groups:
89968           $ref: "#/definitions/generic.resource.api.NetworkInstanceGroup"
89969           originalRef: "#/definitions/generic.resource.api.NetworkInstanceGroup"
89970         networks:
89971           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
89972           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Networks"
89973         consumed-allotted-resources:
89974           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
89975           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.ConsumedAllottedResources"
89976         pnfs:
89977           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
89978           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.Pnfs"
89979   generic.resource.api.servicedata.servicedata.ConsumedAllottedResources:
89980     type: "object"
89981     properties:
89982       consumed-allotted-resource:
89983         type: "array"
89984         items:
89985           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
89986           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
89987   generic.resource.api.servicedata.servicedata.ForwardingPaths:
89988     type: "object"
89989     properties:
89990       forwarding-path:
89991         type: "array"
89992         items:
89993           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
89994           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath"
89995   generic.resource.api.servicedata.servicedata.Networks:
89996     type: "object"
89997     properties:
89998       network:
89999         type: "array"
90000         items:
90001           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
90002           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.Network"
90003   generic.resource.api.servicedata.servicedata.Pnfs:
90004     type: "object"
90005     properties:
90006       pnf:
90007         type: "array"
90008         items:
90009           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
90010           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.Pnf"
90011   generic.resource.api.servicedata.servicedata.ProvidedAllottedResources:
90012     type: "object"
90013     properties:
90014       provided-allotted-resource:
90015         type: "array"
90016         items:
90017           $ref: "#/definitions/generic.resource.api.AllottedResourceInfo"
90018           originalRef: "#/definitions/generic.resource.api.AllottedResourceInfo"
90019   generic.resource.api.servicedata.servicedata.ProvidedConfigurations:
90020     type: "object"
90021     properties:
90022       provided-configuration:
90023         type: "array"
90024         items:
90025           $ref: "#/definitions/generic.resource.api.ConfigurationInfo"
90026           originalRef: "#/definitions/generic.resource.api.ConfigurationInfo"
90027   generic.resource.api.servicedata.servicedata.Vnfs:
90028     type: "object"
90029     properties:
90030       vnf:
90031         type: "array"
90032         items:
90033           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
90034           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.Vnf"
90035   generic.resource.api.servicedata.servicedata.forwardingpaths.ForwardingPath:
90036     allOf:
90037     - $ref: "#/definitions/generic.resource.api.ForwardingPathInformation"
90038       originalRef: "#/definitions/generic.resource.api.ForwardingPathInformation"
90039     - type: "object"
90040       properties:
90041         forwarding-path-id:
90042           type: "string"
90043           description: "Generated by SDNC"
90044   generic.resource.api.servicedata.servicedata.networks.Network:
90045     type: "object"
90046     properties:
90047       network-id:
90048         type: "string"
90049       network-data:
90050         $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
90051         originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.NetworkData"
90052   generic.resource.api.servicedata.servicedata.networks.network.NetworkData:
90053     allOf:
90054     - $ref: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
90055       originalRef: "#/definitions/generic.resource.api.NetworkLevelOperStatus"
90056     - $ref: "#/definitions/generic.resource.api.NetworkOperationInformation"
90057       originalRef: "#/definitions/generic.resource.api.NetworkOperationInformation"
90058     - $ref: "#/definitions/generic.resource.api.NetworkTopology"
90059       originalRef: "#/definitions/generic.resource.api.NetworkTopology"
90060     - type: "object"
90061       properties:
90062         network-provided-allotted-resources:
90063           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
90064           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources"
90065   generic.resource.api.servicedata.servicedata.networks.network.networkdata.NetworkProvidedAllottedResources:
90066     type: "object"
90067     properties:
90068       network-provided-ar-id:
90069         type: "array"
90070         description: "List of allotted resources using capacity from this network"
90071         items:
90072           type: "string"
90073   generic.resource.api.servicedata.servicedata.pnfs.Pnf:
90074     type: "object"
90075     properties:
90076       pnf-data:
90077         $ref: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
90078         originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData"
90079       pnf-id:
90080         type: "string"
90081   generic.resource.api.servicedata.servicedata.pnfs.pnf.PnfData:
90082     allOf:
90083     - $ref: "#/definitions/generic.resource.api.PnfLevelOperStatus"
90084       originalRef: "#/definitions/generic.resource.api.PnfLevelOperStatus"
90085     - $ref: "#/definitions/generic.resource.api.PnfOperationInformation"
90086       originalRef: "#/definitions/generic.resource.api.PnfOperationInformation"
90087     - $ref: "#/definitions/generic.resource.api.PnfTopology"
90088       originalRef: "#/definitions/generic.resource.api.PnfTopology"
90089   generic.resource.api.servicedata.servicedata.vnfs.Vnf:
90090     type: "object"
90091     properties:
90092       vnf-data:
90093         $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
90094         originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData"
90095       vnf-id:
90096         type: "string"
90097   generic.resource.api.servicedata.servicedata.vnfs.vnf.VnfData:
90098     allOf:
90099     - $ref: "#/definitions/generic.resource.api.VnfLevelOperStatus"
90100       originalRef: "#/definitions/generic.resource.api.VnfLevelOperStatus"
90101     - $ref: "#/definitions/generic.resource.api.VnfOperationInformation"
90102       originalRef: "#/definitions/generic.resource.api.VnfOperationInformation"
90103     - $ref: "#/definitions/generic.resource.api.VnfTopology"
90104       originalRef: "#/definitions/generic.resource.api.VnfTopology"
90105     - type: "object"
90106       properties:
90107         vnf-network-collections:
90108           $ref: "#/definitions/generic.resource.api.VnfNetworkCollection"
90109           originalRef: "#/definitions/generic.resource.api.VnfNetworkCollection"
90110         vnf-sub-interface-groups:
90111           $ref: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
90112           originalRef: "#/definitions/generic.resource.api.VnfSubInterfaceGroup"
90113         vf-modules:
90114           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
90115           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules"
90116         vnf-provided-allotted-resources:
90117           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
90118           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources"
90119   generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VfModules:
90120     type: "object"
90121     properties:
90122       vf-module:
90123         type: "array"
90124         items:
90125           $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
90126           originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule"
90127   generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.VnfProvidedAllottedResources:
90128     type: "object"
90129     properties:
90130       vnf-provided-ar-id:
90131         type: "array"
90132         description: "List of allotted resources using capacity from this vnf"
90133         items:
90134           type: "string"
90135   generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.VfModule:
90136     type: "object"
90137     properties:
90138       vf-module-data:
90139         $ref: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
90140         originalRef: "#/definitions/generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData"
90141       vf-module-id:
90142         type: "string"
90143   generic.resource.api.servicedata.servicedata.vnfs.vnf.vnfdata.vfmodules.vfmodule.VfModuleData:
90144     allOf:
90145     - $ref: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
90146       originalRef: "#/definitions/generic.resource.api.VfModuleLevelOperStatus"
90147     - $ref: "#/definitions/generic.resource.api.VfModuleOperationInformation"
90148       originalRef: "#/definitions/generic.resource.api.VfModuleOperationInformation"
90149     - $ref: "#/definitions/generic.resource.api.VfModuleTopology"
90150       originalRef: "#/definitions/generic.resource.api.VfModuleTopology"
90151   generic.resource.api.serviceinformation.ServiceInformation:
90152     allOf:
90153     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
90154       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
90155     - type: "object"
90156       properties:
90157         subscriber-name:
90158           type: "string"
90159           description: "Would not be expected for vIPR-ATM or mobility services."
90160         subscription-service-type:
90161           type: "string"
90162           description: "used to reference a&ai subscription-service-type. For example,\
90163             \ we show as vIPR-ATM in example."
90164         service-id:
90165           type: "string"
90166           description: "This maps to the product-family-id in A&AI"
90167         global-customer-id:
90168           type: "string"
90169           description: "need for put of data to AnAI (MSO provides)"
90170         service-instance-id:
90171           type: "string"
90172   generic.resource.api.servicemodelinfrastructure.Service:
90173     allOf:
90174     - $ref: "#/definitions/generic.resource.api.ServiceData"
90175       originalRef: "#/definitions/generic.resource.api.ServiceData"
90176     - $ref: "#/definitions/generic.resource.api.ServiceStatus"
90177       originalRef: "#/definitions/generic.resource.api.ServiceStatus"
90178     - type: "object"
90179       properties:
90180         service-instance-id:
90181           type: "string"
90182           description: "Keep as M"
90183   generic.resource.api.serviceparameters.ServiceParameters:
90184     type: "object"
90185     properties:
90186       service-parameter:
90187         type: "array"
90188         items:
90189           $ref: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
90190           originalRef: "#/definitions/generic.resource.api.serviceparameters.serviceparameters.ServiceParameter"
90191   generic.resource.api.serviceparameters.serviceparameters.ServiceParameter:
90192     type: "object"
90193     properties:
90194       service-parameter-value:
90195         type: "string"
90196       service-parameter-name:
90197         type: "string"
90198   generic.resource.api.servicepathinformation.Service:
90199     type: "object"
90200     properties:
90201       vnfs:
90202         $ref: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
90203         originalRef: "#/definitions/generic.resource.api.servicepathinformation.service.Vnfs"
90204       service-path-sequence-id:
90205         type: "integer"
90206         format: "int64"
90207         description: "e.g. S1S2S3S5seq id=1  S1-S2seq id=2  S2S3seq id=3  S3S5Incremental\
90208           \ integer value"
90209       service-instance-id:
90210         type: "string"
90211         description: "service-instance-id of each service-instance in the service-path-instance"
90212   generic.resource.api.servicepathinformation.service.Vnfs:
90213     type: "object"
90214     properties:
90215       vnf:
90216         type: "array"
90217         items:
90218           $ref: "#/definitions/generic.resource.api.VnfPathInformation"
90219           originalRef: "#/definitions/generic.resource.api.VnfPathInformation"
90220   generic.resource.api.servicerequestinput.ServiceRequestInput:
90221     type: "object"
90222     properties:
90223       service-input-parameters:
90224         $ref: "#/definitions/generic.resource.api.Param"
90225         originalRef: "#/definitions/generic.resource.api.Param"
90226       service-instance-name:
90227         type: "string"
90228   generic.resource.api.servicestatus.ServiceStatus:
90229     type: "object"
90230     properties:
90231       response-code:
90232         type: "string"
90233       response-message:
90234         type: "string"
90235       action:
90236         type: "string"
90237         description: "value would one of possible request-actions; match the list\
90238           \ in service-data oper-status"
90239       response-timestamp:
90240         type: "string"
90241       request-status:
90242         $ref: "#/definitions/generic.resource.api.RequestStatusEnumeration"
90243         originalRef: "#/definitions/generic.resource.api.RequestStatusEnumeration"
90244       final-indicator:
90245         type: "string"
90246       rpc-name:
90247         type: "string"
90248       rpc-action:
90249         description: "this is the svc-action from the incoming request"
90250         $ref: "#/definitions/generic.resource.api.RpcActionEnumeration"
90251         originalRef: "#/definitions/generic.resource.api.RpcActionEnumeration"
90252   generic.resource.api.servicetopology.ServiceTopology:
90253     allOf:
90254     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
90255       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
90256     - $ref: "#/definitions/generic.resource.api.ServiceAssignments"
90257       originalRef: "#/definitions/generic.resource.api.ServiceAssignments"
90258     - $ref: "#/definitions/generic.resource.api.ServiceParameters"
90259       originalRef: "#/definitions/generic.resource.api.ServiceParameters"
90260     - $ref: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
90261       originalRef: "#/definitions/generic.resource.api.ServiceTopologyIdentifier"
90262   generic.resource.api.servicetopologyidentifier.ServiceTopologyIdentifier:
90263     type: "object"
90264     properties:
90265       service-id:
90266         type: "string"
90267         description: "from MSO input on STO assign"
90268       global-customer-id:
90269         type: "string"
90270       service-instance-id:
90271         type: "string"
90272         description: "repeated"
90273       service-instance-name:
90274         type: "string"
90275         description: "optionally comes from service-request-input container or is\
90276           \ assigned by sdn-c"
90277       service-type:
90278         type: "string"
90279         description: "tag labeled subscription-service-type in the service-information\
90280           \ input"
90281   generic.resource.api.servicetopologyoperation.Output:
90282     allOf:
90283     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
90284       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
90285     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
90286       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
90287   generic.resource.api.subinterfacenetworkdata.SubInterfaceNetworkData:
90288     type: "object"
90289     properties:
90290       network-role:
90291         type: "string"
90292         description: "e.g. untrusted "
90293       floating-ips:
90294         $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
90295         originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps"
90296       network-id:
90297         type: "string"
90298         description: "Subinterface network id (UUID in A&AI)"
90299       network-information-items:
90300         $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
90301         originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems"
90302       neutron-network-id:
90303         type: "string"
90304         description: "Neutron network id assigned by PO/RP"
90305       network-name:
90306         type: "integer"
90307         format: "int64"
90308         description: "Subinterface network name"
90309       network-role-tag:
90310         type: "string"
90311         description: "Assuming HEAT template network role tag parameter - not used"
90312       vlan-tag-id:
90313         type: "integer"
90314         format: "int64"
90315         description: "Vlan tag assigned to subinterface port"
90316   generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.FloatingIps:
90317     type: "object"
90318     properties:
90319       floating-ip-v4:
90320         type: "array"
90321         description: "Floating ipv4 for VMs of a given type on this network"
90322         items:
90323           type: "string"
90324       floating-ip-v6:
90325         type: "array"
90326         description: "Floating ipv6 for VMs of a given type on this network"
90327         items:
90328           type: "string"
90329   generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.NetworkInformationItems:
90330     type: "object"
90331     properties:
90332       network-information-item:
90333         type: "array"
90334         items:
90335           $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
90336           originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem"
90337   generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.NetworkInformationItem:
90338     type: "object"
90339     properties:
90340       ip-version:
90341         type: "string"
90342         description: "Use ipv4 or ipv6"
90343       network-ips:
90344         $ref: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
90345         originalRef: "#/definitions/generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
90346       ip-count:
90347         type: "integer"
90348         format: "int32"
90349         description: "The number of ip addresses to be assigned per vm for this network\
90350           \ role"
90351       use-dhcp:
90352         description: "Indicator to use DHCP on this network for this VM - set to N\
90353           \ for Vlan tagging"
90354         $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
90355         originalRef: "#/definitions/generic.resource.api.UseDhcpEnumeration"
90356   generic.resource.api.subinterfacenetworkdata.subinterfacenetworkdata.networkinformationitems.networkinformationitem.NetworkIps:
90357     type: "object"
90358     properties:
90359       network-ip:
90360         type: "array"
90361         description: "List of assigned ip addresses of type ip-version on a network."
90362         items:
90363           type: "string"
90364   generic.resource.api.subinterfaces.SubInterfaces:
90365     type: "object"
90366     properties:
90367       sub-interface:
90368         type: "array"
90369         items:
90370           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
90371           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.SubInterface"
90372   generic.resource.api.subinterfaces.subinterfaces.SubInterface:
90373     allOf:
90374     - $ref: "#/definitions/generic.resource.api.VlanTags"
90375       originalRef: "#/definitions/generic.resource.api.VlanTags"
90376     - type: "object"
90377       properties:
90378         sub-interface-port-id:
90379           type: "string"
90380         sub-interface-port-name:
90381           type: "string"
90382         sub-interface-network:
90383           $ref: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
90384           originalRef: "#/definitions/generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork"
90385         sub-interface-ip-addresses:
90386           $ref: "#/definitions/generic.resource.api.IpAddresses"
90387           originalRef: "#/definitions/generic.resource.api.IpAddresses"
90388         sub-interface-status:
90389           type: "string"
90390           description: "NULL, unassigned, assigned"
90391   generic.resource.api.subinterfaces.subinterfaces.subinterface.SubInterfaceNetwork:
90392     type: "object"
90393     properties:
90394       network-id:
90395         type: "string"
90396       network-name:
90397         type: "string"
90398   generic.resource.api.subnets.Subnets:
90399     type: "object"
90400     properties:
90401       subnet-role:
90402         type: "string"
90403       cidr-mask:
90404         type: "string"
90405       subnet-sequence:
90406         type: "integer"
90407         format: "int32"
90408       addr-from-start:
90409         description: "Default is N"
90410         $ref: "#/definitions/generic.resource.api.AddrFromStartEnumeration"
90411         originalRef: "#/definitions/generic.resource.api.AddrFromStartEnumeration"
90412       dhcp-start-address:
90413         type: "string"
90414       gateway-address:
90415         type: "string"
90416       dhcp-end-address:
90417         type: "string"
90418       ip-version:
90419         type: "string"
90420       start-address:
90421         type: "string"
90422       dhcp-enabled:
90423         $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
90424         originalRef: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
90425       subnet-name:
90426         type: "string"
90427   generic.resource.api.tunnelxconnallottedresources.TunnelxconnAllottedResource:
90428     allOf:
90429     - $ref: "#/definitions/generic.resource.api.AllottedResourceStatus"
90430       originalRef: "#/definitions/generic.resource.api.AllottedResourceStatus"
90431     - type: "object"
90432       properties:
90433         allotted-resource-id:
90434           type: "string"
90435         allotted-resource-data:
90436           $ref: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
90437           originalRef: "#/definitions/generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData"
90438   generic.resource.api.tunnelxconnallottedresources.tunnelxconnallottedresource.AllottedResourceData:
90439     allOf:
90440     - $ref: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
90441       originalRef: "#/definitions/generic.resource.api.AllottedResourceOperStatus"
90442     - $ref: "#/definitions/generic.resource.api.TunnelxconnTopology"
90443       originalRef: "#/definitions/generic.resource.api.TunnelxconnTopology"
90444     - type: "object"
90445       properties:
90446         allotted-resource-operation-information:
90447           $ref: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
90448           originalRef: "#/definitions/generic.resource.api.TunnelxconnOperationInformation"
90449         tunnelxconn-parameters:
90450           $ref: "#/definitions/generic.resource.api.Param"
90451           originalRef: "#/definitions/generic.resource.api.Param"
90452   generic.resource.api.tunnelxconnassignments.TunnelxconnAssignments:
90453     type: "object"
90454     properties:
90455       vni:
90456         type: "string"
90457         description: "The Network Controller will assign a VNI value from the associated\
90458           \ vGMUX VNI pool"
90459       vgmux-lan-ip:
90460         type: "string"
90461         description: "The Network Controller will look up the vgmux lan ip from the\
90462           \ vgmux vg module"
90463       vg-ip:
90464         type: "string"
90465         description: "The Network Controller will assign the VG IP address from local\
90466           \ inventory"
90467       vgmux-bearer-ip:
90468         type: "string"
90469         description: "The Network Controller will look up the vgmux bearer ip from\
90470           \ the vgmux vf module"
90471   generic.resource.api.tunnelxconnrequestinput.TunnelxconnRequestInput:
90472     type: "object"
90473     properties:
90474       brg-wan-mac-address:
90475         type: "string"
90476   generic.resource.api.tunnelxconntopology.TunnelxconnTopology:
90477     allOf:
90478     - $ref: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
90479       originalRef: "#/definitions/generic.resource.api.AllottedResourceIdentifiers"
90480     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
90481       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
90482     - $ref: "#/definitions/generic.resource.api.TunnelxconnAssignments"
90483       originalRef: "#/definitions/generic.resource.api.TunnelxconnAssignments"
90484     - type: "object"
90485       properties:
90486         tunnelxconn-parameters:
90487           $ref: "#/definitions/generic.resource.api.Param"
90488           originalRef: "#/definitions/generic.resource.api.Param"
90489   generic.resource.api.tunnelxconntopologyoperation.Output:
90490     allOf:
90491     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
90492       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
90493     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
90494       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
90495     - $ref: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
90496       originalRef: "#/definitions/generic.resource.api.TunnelxconnResponseInformation"
90497   generic.resource.api.vfmoduleassignments.VfModuleAssignments:
90498     allOf:
90499     - $ref: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
90500       originalRef: "#/definitions/generic.resource.api.VlanVnfcInstanceGroups"
90501     - type: "object"
90502       properties:
90503         vf-module-status:
90504           type: "string"
90505           description: "Orchestration status from AAI"
90506         vms:
90507           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
90508           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms"
90509         dhcp-subnet-assignments:
90510           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
90511           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments"
90512   generic.resource.api.vfmoduleassignments.vfmoduleassignments.DhcpSubnetAssignments:
90513     type: "object"
90514     properties:
90515       dhcp-subnet-assignment:
90516         type: "array"
90517         items:
90518           $ref: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
90519           originalRef: "#/definitions/generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment"
90520   generic.resource.api.vfmoduleassignments.vfmoduleassignments.Vms:
90521     type: "object"
90522     properties:
90523       vm:
90524         type: "array"
90525         items:
90526           $ref: "#/definitions/generic.resource.api.VmTopologyData"
90527           originalRef: "#/definitions/generic.resource.api.VmTopologyData"
90528   generic.resource.api.vfmoduleassignments.vfmoduleassignments.dhcpsubnetassignments.DhcpSubnetAssignment:
90529     type: "object"
90530     properties:
90531       network-role:
90532         type: "string"
90533       neutron-subnet-id:
90534         type: "string"
90535         description: "Same as subnet-id in subnet-data structure"
90536       ip-version:
90537         type: "string"
90538   generic.resource.api.vfmoduleinformation.VfModuleInformation:
90539     allOf:
90540     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
90541       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
90542     - type: "object"
90543       properties:
90544         vf-module-id:
90545           type: "string"
90546         from-preload:
90547           type: "boolean"
90548           description: "Indicates if source is preload data"
90549         vf-module-type:
90550           type: "string"
90551   generic.resource.api.vfmodulerequestinput.VfModuleRequestInput:
90552     allOf:
90553     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
90554       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
90555     - type: "object"
90556       properties:
90557         vf-module-name:
90558           type: "string"
90559         request-version:
90560           type: "string"
90561           description: "keep this?"
90562         vf-module-input-parameters:
90563           $ref: "#/definitions/generic.resource.api.Param"
90564           originalRef: "#/definitions/generic.resource.api.Param"
90565   generic.resource.api.vfmoduletopology.VfModuleTopology:
90566     allOf:
90567     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
90568       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
90569     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
90570       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
90571     - $ref: "#/definitions/generic.resource.api.VfModuleAssignments"
90572       originalRef: "#/definitions/generic.resource.api.VfModuleAssignments"
90573     - $ref: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
90574       originalRef: "#/definitions/generic.resource.api.VfModuleTopologyIdentifier"
90575     - type: "object"
90576       properties:
90577         vf-module-parameters:
90578           $ref: "#/definitions/generic.resource.api.Param"
90579           originalRef: "#/definitions/generic.resource.api.Param"
90580         sdnc-generated-cloud-resources:
90581           type: "boolean"
90582           description: "Indicate if source is sdnc-generated-cloud-resources.When\
90583             \ true, the parameters are literal HEAT template parameter names;When\
90584             \ false, the parameters need to be converted to HEAT format"
90585   generic.resource.api.vfmoduletopologyidentifier.VfModuleTopologyIdentifier:
90586     type: "object"
90587     properties:
90588       vf-module-name:
90589         type: "string"
90590         description: "vf-module-name"
90591       vf-module-id:
90592         type: "string"
90593         description: "vf-module id"
90594       vf-module-type:
90595         type: "string"
90596   generic.resource.api.vfmoduletopologyoperation.Output:
90597     allOf:
90598     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
90599       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
90600     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
90601       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
90602     - $ref: "#/definitions/generic.resource.api.VfModuleResponseInformation"
90603       originalRef: "#/definitions/generic.resource.api.VfModuleResponseInformation"
90604     - $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
90605       originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
90606   generic.resource.api.vlantags.VlanTags:
90607     type: "object"
90608     properties:
90609       is-private:
90610         type: "boolean"
90611       vlan-interface:
90612         type: "string"
90613         description: "A&AI Key"
90614       upper-tag-id:
90615         type: "integer"
90616         format: "int64"
90617         description: "aka outer tag"
90618       lower-tag-id:
90619         type: "integer"
90620         format: "int64"
90621         description: "aka inner tag"
90622   generic.resource.api.vlanvnfcinstancegroups.VlanVnfcInstanceGroups:
90623     type: "object"
90624     properties:
90625       vlan-vnfc-instance-group:
90626         type: "array"
90627         items:
90628           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
90629           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup"
90630   generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.VlanVnfcInstanceGroup:
90631     type: "object"
90632     properties:
90633       vnf-id:
90634         type: "string"
90635       vnfcs:
90636         $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
90637         originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs"
90638       instance-group-id:
90639         type: "string"
90640         description: "A&AI ID"
90641       instance-group-function:
90642         type: "string"
90643   generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.Vnfcs:
90644     type: "object"
90645     properties:
90646       vnfc:
90647         type: "array"
90648         items:
90649           $ref: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
90650           originalRef: "#/definitions/generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc"
90651   generic.resource.api.vlanvnfcinstancegroups.vlanvnfcinstancegroups.vlanvnfcinstancegroup.vnfcs.Vnfc:
90652     allOf:
90653     - $ref: "#/definitions/generic.resource.api.VnicGroups"
90654       originalRef: "#/definitions/generic.resource.api.VnicGroups"
90655     - type: "object"
90656       properties:
90657         vnfc-name:
90658           type: "string"
90659   generic.resource.api.vmnetworkdata.FloatingIps:
90660     type: "object"
90661     properties:
90662       floating-ip-v4:
90663         type: "array"
90664         description: "Floating ipv4 for VMs of a given type on this network"
90665         items:
90666           type: "string"
90667       floating-ip-v6:
90668         type: "array"
90669         description: "Floating ipv6 for VMs of a given type on this network"
90670         items:
90671           type: "string"
90672   generic.resource.api.vmnetworkdata.InterfaceRoutePrefixes:
90673     type: "object"
90674     properties:
90675       interface-route-prefix:
90676         type: "array"
90677         description: "ordered-by: user"
90678         items:
90679           type: "string"
90680   generic.resource.api.vmnetworkdata.MacAddresses:
90681     type: "object"
90682     properties:
90683       mac-address:
90684         type: "array"
90685         description: "List of network assignments for this vm-type"
90686         items:
90687           type: "string"
90688   generic.resource.api.vmnetworkdata.NetworkInformationItems:
90689     type: "object"
90690     properties:
90691       network-information-item:
90692         type: "array"
90693         items:
90694           $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
90695           originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem"
90696   generic.resource.api.vmnetworkdata.SriovParameters:
90697     type: "object"
90698     properties:
90699       application-tags:
90700         $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
90701         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags"
90702       heat-vlan-filters:
90703         $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
90704         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters"
90705   generic.resource.api.vmnetworkdata.networkinformationitems.NetworkInformationItem:
90706     type: "object"
90707     properties:
90708       ip-version:
90709         type: "string"
90710         description: "Use ipv4 or ipv6"
90711       network-ips:
90712         $ref: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
90713         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps"
90714       ip-count:
90715         type: "integer"
90716         format: "int32"
90717         description: "The number of ip addresses to be assigned per vm for this network\
90718           \ role"
90719       use-dhcp:
90720         description: "Indicator to use DHCP on this network for this VM"
90721         $ref: "#/definitions/generic.resource.api.UseDhcpEnumeration"
90722         originalRef: "#/definitions/generic.resource.api.UseDhcpEnumeration"
90723   generic.resource.api.vmnetworkdata.networkinformationitems.networkinformationitem.NetworkIps:
90724     type: "object"
90725     properties:
90726       network-ip:
90727         type: "array"
90728         description: "List of assigned ip addresses of type ip-version on a network"
90729         items:
90730           type: "string"
90731   generic.resource.api.vmnetworkdata.sriovparameters.ApplicationTags:
90732     type: "object"
90733     properties:
90734       s-tags:
90735         $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
90736         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags"
90737       c-tags:
90738         $ref: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
90739         originalRef: "#/definitions/generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags"
90740   generic.resource.api.vmnetworkdata.sriovparameters.HeatVlanFilters:
90741     type: "object"
90742     properties:
90743       heat-vlan-filter:
90744         type: "array"
90745         items:
90746           type: "string"
90747   generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.CTags:
90748     type: "object"
90749     properties:
90750       c-tag:
90751         type: "array"
90752         items:
90753           type: "string"
90754   generic.resource.api.vmnetworkdata.sriovparameters.applicationtags.STags:
90755     type: "object"
90756     properties:
90757       s-tag:
90758         type: "array"
90759         items:
90760           type: "string"
90761   generic.resource.api.vmtopologydata.VmNames:
90762     type: "object"
90763     properties:
90764       vnfc-names:
90765         type: "array"
90766         items:
90767           $ref: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
90768           originalRef: "#/definitions/generic.resource.api.vmtopologydata.vmnames.VnfcNames"
90769       vm-name:
90770         type: "array"
90771         items:
90772           type: "string"
90773   generic.resource.api.vmtopologydata.VmNetworks:
90774     type: "object"
90775     properties:
90776       vm-network:
90777         type: "array"
90778         items:
90779           $ref: "#/definitions/generic.resource.api.VmNetworkData"
90780           originalRef: "#/definitions/generic.resource.api.VmNetworkData"
90781   generic.resource.api.vmtopologydata.vmnames.VnfcNames:
90782     type: "object"
90783     properties:
90784       vnfc-networks:
90785         $ref: "#/definitions/generic.resource.api.VnfcNetworkData"
90786         originalRef: "#/definitions/generic.resource.api.VnfcNetworkData"
90787       vnfc-name:
90788         type: "string"
90789   generic.resource.api.vnfcinstancegroup.VnfcInstanceGroup:
90790     allOf:
90791     - $ref: "#/definitions/generic.resource.api.VnfcObjects"
90792       originalRef: "#/definitions/generic.resource.api.VnfcObjects"
90793     - type: "object"
90794       properties:
90795         group-type:
90796           type: "string"
90797           description: " port-mirror-source or  port-mirror-dest"
90798         instance-group-role:
90799           type: "string"
90800           description: "i.e.TSBC_VNFC_group"
90801         configuration-id:
90802           type: "string"
90803         nfc-naming-code:
90804           type: "string"
90805           description: "Set to nfc-naming-code from A&AI"
90806   generic.resource.api.vnfcloudparam.Vnf:
90807     allOf:
90808     - $ref: "#/definitions/generic.resource.api.Param"
90809       originalRef: "#/definitions/generic.resource.api.Param"
90810     - type: "object"
90811       properties:
90812         vnf-id:
90813           type: "string"
90814         vf-module:
90815           type: "array"
90816           items:
90817             $ref: "#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"
90818             originalRef: "#/definitions/generic.resource.api.vnfcloudparam.vnf.VfModule"
90819         vnf-name:
90820           type: "string"
90821   generic.resource.api.vnfcloudparam.vnf.VfModule:
90822     allOf:
90823     - $ref: "#/definitions/generic.resource.api.Param"
90824       originalRef: "#/definitions/generic.resource.api.Param"
90825     - type: "object"
90826       properties:
90827         vf-module-id:
90828           type: "string"
90829   generic.resource.api.vnfcnetworkdata.VnfcNetworkData:
90830     allOf:
90831     - $ref: "#/definitions/generic.resource.api.ConnectionPoint"
90832       originalRef: "#/definitions/generic.resource.api.ConnectionPoint"
90833     - type: "object"
90834       properties:
90835         vnfc-ports:
90836           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
90837           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts"
90838         vnfc-type:
90839           type: "string"
90840         vnfc-subnet:
90841           type: "array"
90842           items:
90843             $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
90844             originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet"
90845         vnfc-network-role:
90846           type: "string"
90847   generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcPorts:
90848     type: "object"
90849     properties:
90850       vnfc-port:
90851         type: "array"
90852         items:
90853           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
90854           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort"
90855   generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.VnfcSubnet:
90856     type: "object"
90857     properties:
90858       vnfc-subnet-role:
90859         type: "string"
90860         description: "Default value if subnet role is not defined."
90861       vnfc-ip-assignments:
90862         type: "array"
90863         items:
90864           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
90865           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments"
90866   generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcports.VnfcPort:
90867     type: "object"
90868     properties:
90869       vnfc-port-id:
90870         type: "string"
90871         description: "Port(s) with a given network-role are assigned vnfc-port-id\
90872           \ from series - 01, 02, 03 ...Example: VM with two ports with network-role\
90873           \ =X and another 2 ports with network-role=Y vnfc-port-ids:01 - 1st port\
90874           \ with network-role=X02 - 2nd port with network-role=X01 - 1st port with\
90875           \ network-role=Y02 - 2nd port with network-role=Y"
90876       vnic-sub-interfaces:
90877         $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
90878         originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
90879       common-sub-interface-role:
90880         type: "string"
90881         description: "If sub-interfaces have common interface role (network role)"
90882   generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.VnfcIpAssignments:
90883     type: "object"
90884     properties:
90885       vnfc-subnet-dhcp:
90886         description: "Indicator to use DHCP for IP assignment. Unless dhcp=N, we wouldnt\
90887           \ have any IPs here, since they would not be SDNC assigned "
90888         $ref: "#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"
90889         originalRef: "#/definitions/generic.resource.api.VnfcSubnetDhcpEnumeration"
90890       vnfc-address-family:
90891         description: "indicates if this is IpV4 or IpV6"
90892         $ref: "#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"
90893         originalRef: "#/definitions/generic.resource.api.VnfcAddressFamilyEnumeration"
90894       vnfc-subnet-ip:
90895         type: "array"
90896         items:
90897           $ref: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
90898           originalRef: "#/definitions/generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp"
90899       vnfc-subnet-ip-count:
90900         type: "integer"
90901         format: "int32"
90902         description: "The number of IP addresses to be assigned per vnfc for this\
90903           \ subnet role"
90904   generic.resource.api.vnfcnetworkdata.vnfcnetworkdata.vnfcsubnet.vnfcipassignments.VnfcSubnetIp:
90905     type: "object"
90906     properties:
90907       vnfc-ip-address:
90908         type: "string"
90909         description: "Either IpV4 IP or IpV6 IP address should be present"
90910       vnfc-client-key:
90911         type: "string"
90912       ip-type:
90913         description: "Capture what type of IP this is, if is virtual IP (AKA, floating\
90914           \ IP) or Fixed IP. "
90915         $ref: "#/definitions/generic.resource.api.IpTypeEnumeration"
90916         originalRef: "#/definitions/generic.resource.api.IpTypeEnumeration"
90917   generic.resource.api.vnfcobjects.VnfcObjects:
90918     type: "object"
90919     properties:
90920       vnfc-object:
90921         type: "array"
90922         items:
90923           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
90924           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject"
90925   generic.resource.api.vnfcobjects.vnfcobjects.VnfcObject:
90926     type: "object"
90927     properties:
90928       vm-type:
90929         type: "string"
90930       vnics:
90931         $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
90932         originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics"
90933       vnf-id:
90934         type: "string"
90935       vnfc-name:
90936         type: "string"
90937         description: "Vnfc name as key in A&AI"
90938       vserver-name:
90939         type: "string"
90940       vnfc-key:
90941         type: "string"
90942       vserver-id:
90943         type: "string"
90944   generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.Vnics:
90945     type: "object"
90946     properties:
90947       vnic:
90948         type: "array"
90949         items:
90950           $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
90951           originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic"
90952   generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.Vnic:
90953     type: "object"
90954     properties:
90955       vnic-port-name:
90956         type: "string"
90957       vnic-ip-addresses:
90958         $ref: "#/definitions/generic.resource.api.IpAddresses"
90959         originalRef: "#/definitions/generic.resource.api.IpAddresses"
90960       vnic-port-id:
90961         type: "string"
90962       capacity:
90963         $ref: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
90964         originalRef: "#/definitions/generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity"
90965   generic.resource.api.vnfcobjects.vnfcobjects.vnfcobject.vnics.vnic.Capacity:
90966     type: "object"
90967     properties:
90968       used-capacity:
90969         type: "integer"
90970         format: "int64"
90971         description: "Updated for destination port when source port is mapped/unmapped."
90972       vnic-capacity:
90973         type: "integer"
90974         format: "int64"
90975   generic.resource.api.vnfcs.Vnfcs:
90976     type: "object"
90977     properties:
90978       vnfc:
90979         type: "array"
90980         items:
90981           $ref: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
90982           originalRef: "#/definitions/generic.resource.api.vnfcs.vnfcs.Vnfc"
90983   generic.resource.api.vnfcs.vnfcs.Vnfc:
90984     allOf:
90985     - $ref: "#/definitions/generic.resource.api.Vnics"
90986       originalRef: "#/definitions/generic.resource.api.Vnics"
90987     - type: "object"
90988       properties:
90989         vserver-name:
90990           type: "string"
90991         vserver-id:
90992           type: "string"
90993         vnfc-name:
90994           type: "string"
90995           description: "Vnfc name as key in A&AI"
90996   generic.resource.api.vnfgetresourcerequest.Input:
90997     allOf:
90998     - $ref: "#/definitions/generic.resource.api.RequestInformation"
90999       originalRef: "#/definitions/generic.resource.api.RequestInformation"
91000     - $ref: "#/definitions/generic.resource.api.SdncRequestHeader"
91001       originalRef: "#/definitions/generic.resource.api.SdncRequestHeader"
91002     - $ref: "#/definitions/generic.resource.api.ServiceInformation"
91003       originalRef: "#/definitions/generic.resource.api.ServiceInformation"
91004     - $ref: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
91005       originalRef: "#/definitions/generic.resource.api.VnfGetResourceRequestInputData"
91006   generic.resource.api.vnfgetresourcerequest.Output:
91007     type: "object"
91008     properties:
91009       vnf-get-resource-response-information:
91010         $ref: "#/definitions/generic.resource.api.VnfCloudParam"
91011         originalRef: "#/definitions/generic.resource.api.VnfCloudParam"
91012   generic.resource.api.vnfgetresourcerequestinputdata.Vnf:
91013     type: "object"
91014     properties:
91015       vf-module:
91016         type: "array"
91017         items:
91018           $ref: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"
91019           originalRef: "#/definitions/generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule"
91020       vnf-id:
91021         type: "string"
91022   generic.resource.api.vnfgetresourcerequestinputdata.vnf.VfModule:
91023     type: "object"
91024     properties:
91025       vf-module-id:
91026         type: "string"
91027   generic.resource.api.vnfinformation.VnfInformation:
91028     allOf:
91029     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
91030       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
91031     - type: "object"
91032       properties:
91033         vnf-id:
91034           type: "string"
91035         vnf-name:
91036           type: "string"
91037         vnf-type:
91038           type: "string"
91039   generic.resource.api.vnfnetworkcollection.VnfNetworkCollection:
91040     type: "object"
91041     properties:
91042       network-collection-customization-uuid:
91043         type: "string"
91044         description: "network-collection-customization-uuid stored in Network IsntanceGroup.customization-uuid\
91045           \ in A&AI"
91046       network-instance-group-id:
91047         type: "string"
91048         description: "Network Instance-Group id in A&AI"
91049       network-instance-group-function:
91050         type: "string"
91051         description: "Network Instance-Group function in A&AI"
91052       vnf-floating-ip:
91053         $ref: "#/definitions/generic.resource.api.IpAddresses"
91054         originalRef: "#/definitions/generic.resource.api.IpAddresses"
91055       networks:
91056         $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
91057         originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks"
91058       network-collection-service-instance-id:
91059         type: "string"
91060         description: "Service-instance-id of service that created the network collection"
91061   generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.Networks:
91062     type: "object"
91063     properties:
91064       network:
91065         type: "array"
91066         items:
91067           $ref: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
91068           originalRef: "#/definitions/generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network"
91069   generic.resource.api.vnfnetworkcollection.vnfnetworkcollection.networks.Network:
91070     type: "object"
91071     properties:
91072       network-id:
91073         type: "string"
91074         description: "Index into network-topology-identifier structure"
91075       neutron-network-id:
91076         type: "string"
91077         description: "Neutron-network-id assigned by PO/RO"
91078   generic.resource.api.vnfnetworkdata.SubnetsData:
91079     type: "object"
91080     properties:
91081       subnet-data:
91082         type: "array"
91083         items:
91084           $ref: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
91085           originalRef: "#/definitions/generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData"
91086   generic.resource.api.vnfnetworkdata.subnetsdata.SubnetData:
91087     type: "object"
91088     properties:
91089       network-start-address:
91090         type: "string"
91091         description: "start-address of the subnet"
91092       subnet-role:
91093         type: "string"
91094         description: "Subnet Role for the subnet"
91095       cidr-mask:
91096         type: "string"
91097         description: "cidr mask"
91098       gateway-address:
91099         type: "string"
91100         description: "subnet gateway address"
91101       sdnc-subnet-id:
91102         type: "string"
91103         description: "Unique SDNC generated UUID of the subnet. Key into A&AI instance.This\
91104           \ maps to ipv4-key-subnet-id and ipv6-key-subnet-id in VNF-API"
91105       subnet-id:
91106         type: "string"
91107         description: "subnet UUID to be passed into the HEAT template"
91108       ip-version:
91109         type: "string"
91110         description: "Should be ipv4 or ipv6"
91111       dhcp-enabled:
91112         description: "Indicator to use this subnet for  DHCP "
91113         $ref: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
91114         originalRef: "#/definitions/generic.resource.api.DhcpEnabledEnumeration"
91115       subnet-name:
91116         type: "string"
91117         description: "Populated for preload only"
91118   generic.resource.api.vnfpathinformation.VfModuleInstance:
91119     type: "object"
91120     properties:
91121       vf-module-name:
91122         type: "string"
91123       vf-module-id:
91124         type: "string"
91125   generic.resource.api.vnfrequestinput.VnfRequestInput:
91126     allOf:
91127     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
91128       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
91129     - type: "object"
91130       properties:
91131         request-version:
91132           type: "string"
91133           description: "keep this? e.g. 1702"
91134         vnf-network-instance-group-ids:
91135           type: "array"
91136           items:
91137             $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
91138             originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds"
91139         vnf-input-parameters:
91140           $ref: "#/definitions/generic.resource.api.Param"
91141           originalRef: "#/definitions/generic.resource.api.Param"
91142         vnf-name:
91143           type: "string"
91144         vnf-networks:
91145           $ref: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
91146           originalRef: "#/definitions/generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks"
91147   generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworkInstanceGroupIds:
91148     type: "object"
91149     properties:
91150       vnf-network-instance-group-id:
91151         type: "string"
91152         description: "List of vnf network-instance-group"
91153   generic.resource.api.vnfrequestinput.vnfrequestinput.VnfNetworks:
91154     type: "object"
91155     properties:
91156       vnf-network:
91157         type: "array"
91158         items:
91159           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
91160           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
91161   generic.resource.api.vnfresourceassignments.VnfResourceAssignments:
91162     type: "object"
91163     properties:
91164       availability-zones:
91165         $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
91166         originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones"
91167       vnf-status:
91168         type: "string"
91169         description: "Orchestration status from AAI - to be set by SDNC"
91170       vnf-networks:
91171         $ref: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
91172         originalRef: "#/definitions/generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks"
91173   generic.resource.api.vnfresourceassignments.vnfresourceassignments.AvailabilityZones:
91174     type: "object"
91175     properties:
91176       max-count:
91177         type: "integer"
91178         format: "int32"
91179         description: "From the TOSCA data. Indicates the largest availability zone\
91180           \ count needed by any vf-module in the VNF."
91181       availability-zone:
91182         type: "array"
91183         description: "Openstack availability zone name or UUID"
91184         items:
91185           type: "string"
91186   generic.resource.api.vnfresourceassignments.vnfresourceassignments.VnfNetworks:
91187     type: "object"
91188     properties:
91189       vnf-network:
91190         type: "array"
91191         items:
91192           $ref: "#/definitions/generic.resource.api.VnfNetworkData"
91193           originalRef: "#/definitions/generic.resource.api.VnfNetworkData"
91194   generic.resource.api.vnfsubinterfacegroup.VnfSubInterfaceGroup:
91195     allOf:
91196     - $ref: "#/definitions/generic.resource.api.Vnfcs"
91197       originalRef: "#/definitions/generic.resource.api.Vnfcs"
91198     - type: "object"
91199       properties:
91200         network-instance-group-function:
91201           type: "string"
91202         parent-port-role:
91203           type: "string"
91204         vnfc-instance-group-function:
91205           type: "string"
91206         customer-bonding-requests:
91207           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
91208           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests"
91209   generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.CustomerBondingRequests:
91210     type: "object"
91211     properties:
91212       customer-bonding-request:
91213         type: "array"
91214         items:
91215           $ref: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
91216           originalRef: "#/definitions/generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest"
91217   generic.resource.api.vnfsubinterfacegroup.vnfsubinterfacegroup.customerbondingrequests.CustomerBondingRequest:
91218     type: "object"
91219     properties:
91220       configuration-id:
91221         type: "string"
91222         description: "e.g. vlan network receptor configuration id"
91223   generic.resource.api.vnftopology.VnfTopology:
91224     allOf:
91225     - $ref: "#/definitions/generic.resource.api.OnapModelInformation"
91226       originalRef: "#/definitions/generic.resource.api.OnapModelInformation"
91227     - $ref: "#/definitions/generic.resource.api.RegionIdentifier"
91228       originalRef: "#/definitions/generic.resource.api.RegionIdentifier"
91229     - $ref: "#/definitions/generic.resource.api.VnfResourceAssignments"
91230       originalRef: "#/definitions/generic.resource.api.VnfResourceAssignments"
91231     - $ref: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
91232       originalRef: "#/definitions/generic.resource.api.VnfTopologyIdentifierStructure"
91233     - type: "object"
91234       properties:
91235         vnf-parameters-data:
91236           $ref: "#/definitions/generic.resource.api.Param"
91237           originalRef: "#/definitions/generic.resource.api.Param"
91238         sdnc-generated-cloud-resources:
91239           type: "boolean"
91240           description: "Indicate if source is sdnc generated cloud param. When true,\
91241             \ the parameters are literal HEAT template parameter names;When false,\
91242             \ the parameters need to be converted to HEAT format"
91243   generic.resource.api.vnftopologyidentifierstructure.VnfTopologyIdentifierStructure:
91244     type: "object"
91245     properties:
91246       nf-role:
91247         type: "string"
91248       nf-function:
91249         type: "string"
91250       nf-type:
91251         type: "string"
91252       vnf-id:
91253         type: "string"
91254       nf-code:
91255         type: "string"
91256         description: "used in vnf naming"
91257       vnf-name:
91258         type: "string"
91259         description: "optionally comes from vnf-request-input container or is assigned\
91260           \ by sdn-c"
91261       vnf-type:
91262         type: "string"
91263         description: "In preload tree, this label is used for the vf-module-type"
91264   generic.resource.api.vnftopologyoperation.Output:
91265     allOf:
91266     - $ref: "#/definitions/generic.resource.api.ServiceResponseInformation"
91267       originalRef: "#/definitions/generic.resource.api.ServiceResponseInformation"
91268     - $ref: "#/definitions/generic.resource.api.TopologyResponseCommon"
91269       originalRef: "#/definitions/generic.resource.api.TopologyResponseCommon"
91270     - $ref: "#/definitions/generic.resource.api.VnfResponseInformation"
91271       originalRef: "#/definitions/generic.resource.api.VnfResponseInformation"
91272   generic.resource.api.vnfvnrrebuilddata.VnfVnrRebuildData:
91273     type: "object"
91274     properties:
91275       vnf-service-instance-id:
91276         type: "string"
91277       vnf-id:
91278         type: "string"
91279       vnrs-data:
91280         type: "array"
91281         items:
91282           $ref: "#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"
91283           originalRef: "#/definitions/generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData"
91284   generic.resource.api.vnfvnrrebuilddata.vnfvnrrebuilddata.VnrsData:
91285     type: "object"
91286     properties:
91287       network-id:
91288         type: "string"
91289       network-instance-group-id:
91290         type: "string"
91291       network-instance-group-function:
91292         type: "string"
91293       configuration-id:
91294         type: "string"
91295       parent-port-role:
91296         type: "string"
91297       vnfc-instance-group-function:
91298         type: "string"
91299       upper-tag-id:
91300         type: "integer"
91301         format: "int64"
91302       lower-tag-id:
91303         type: "integer"
91304         format: "int64"
91305   generic.resource.api.vnicgroups.VnicGroups:
91306     type: "object"
91307     properties:
91308       vnic-group:
91309         type: "array"
91310         items:
91311           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
91312           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.VnicGroup"
91313   generic.resource.api.vnicgroups.vnicgroups.VnicGroup:
91314     type: "object"
91315     properties:
91316       vlan-vnics:
91317         $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
91318         originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics"
91319       vlan-assignment-policy-name:
91320         type: "string"
91321         description: "Policy name in ASDC model & policy definition in Policy Engine"
91322       vlan-common-ip-addresses:
91323         $ref: "#/definitions/generic.resource.api.IpAddresses"
91324         originalRef: "#/definitions/generic.resource.api.IpAddresses"
91325       network-instance-group-function:
91326         type: "string"
91327         description: "network-instance-Group-function for network collection where\
91328           \ vnics with vnic-interface-role will connect"
91329       vlan-tag-index-next:
91330         type: "integer"
91331         format: "int64"
91332         description: "Next tag to be assigned"
91333       vnic-interface-role:
91334         type: "string"
91335         description: "Same as network-role of network where vnic is connected"
91336   generic.resource.api.vnicgroups.vnicgroups.vnicgroup.VlanVnics:
91337     type: "object"
91338     properties:
91339       vlan-vnic:
91340         type: "array"
91341         items:
91342           $ref: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
91343           originalRef: "#/definitions/generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic"
91344   generic.resource.api.vnicgroups.vnicgroups.vnicgroup.vlanvnics.VlanVnic:
91345     type: "object"
91346     properties:
91347       vnic-sub-interfaces:
91348         $ref: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
91349         originalRef: "#/definitions/generic.resource.api.SubInterfaceNetworkData"
91350       vnic-port-id:
91351         type: "string"
91352   generic.resource.api.vnics.Vnics:
91353     type: "object"
91354     properties:
91355       vnic:
91356         type: "array"
91357         items:
91358           $ref: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
91359           originalRef: "#/definitions/generic.resource.api.vnics.vnics.Vnic"
91360   generic.resource.api.vnics.vnics.Vnic:
91361     allOf:
91362     - $ref: "#/definitions/generic.resource.api.SubInterfaces"
91363       originalRef: "#/definitions/generic.resource.api.SubInterfaces"
91364     - type: "object"
91365       properties:
91366         vnic-port-id:
91367           type: "string"
91368         vnic-port-name:
91369           type: "string"
91370   generic.resource.api.vnrparameters.VnrParameters:
91371     type: "object"
91372     properties:
91373       vnf-id:
91374         type: "string"
91375       network-id:
91376         type: "string"
91377       network-instance-group-id:
91378         type: "string"
91379       network-instance-group-function:
91380         type: "string"
91381       vnf-service-instance-id:
91382         type: "string"
91383       vf-module-id:
91384         type: "string"
91385         description: "This is mandatory in case of rebuild"
91386       parent-port-role:
91387         type: "string"
91388       vnfc-instance-group-function:
91389         type: "string"
91390       upper-tag-id:
91391         type: "integer"
91392         format: "int64"
91393       lower-tag-id:
91394         type: "integer"
91395         format: "int64"
91396       network-collection-service-instance-id:
91397         type: "string"
91398         description: "service instance id that created network-collection"
91399   generic.resource.api.vpnbindings.VpnBindings:
91400     type: "object"
91401     properties:
91402       vpn-name:
91403         type: "string"
91404       vpn-binding-id:
91405         type: "string"
91406       route-target-role:
91407         type: "string"
91408       aic-zone:
91409         type: "string"
91410         description: "AIC Zone the route target associated with"
91411       global-route-target:
91412         type: "string"